diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..ef67f6bacaa062992d968bcb9f122cc16904e0dc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.ipynb filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..83fd68414d9d64d40fb263ff8ed6878768079474 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.PNG +*.png +*.csv +archives/ +neo_1month/ +*.npz +*.npy +__pycache__ +*.pyc +dataset/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..948d126f427c45f4a9629eb5e5db539f66bdd0c1 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +

NEO dataset

+ +Preprocessing and loading scripts for NEO datasets: 1 week and 1 month variants. Go in either [1 week](neo_1week) or +[1 month](neo_1month) directories. + +Steps: +1. **Download raw data** + + Use the `./download_raw_data.py -o raw_data` script. + + 1.1 **For weekly data only**. Use the `preprocess_raw_1week_data.py raw_data -o raw_data_fixed` script. + + - NDVI is only sampled at 16 days, we make an average of two consecutive samples to create an 8 day average. + + - We rename the data from YYYY-MM-DD to YYYY-MM-E (E=1,2,3,4 depending on which week bucket). This is needed because + different sensors sample data at different weeks + + +2. **Convert from PNG to NPY files** + - Converts from raw PNG to [0:1] normalied, 540x1080 npy files, and adds NaNs to invalid regions in the NEO data. + + `./convert_png_to_npy.py raw_data -o npy_data [--resolution 540 1080]` + + - If `--resolution` is not set, it will default to `540 x 1080`. + +3. Run the [neo_viewer](neo_viewer.ipynb) and [data analysis](neo_data_analysis.ipynb) notebook + - Set the path to `neo_1week/npy_data` or `neo_1month/npy_data`. + +4. Use in ML python scripts via the [neo reader](neo_reader/neo_reader.py). You can also run it with the `npy_data`. diff --git a/neo_1month/data/AOD/2000-03.npz b/neo_1month/data/AOD/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c1d0cb8f459d54494bace8726aaacef99432b7f --- /dev/null +++ b/neo_1month/data/AOD/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba90af78b1fa2d450e802720fcebc8cb3c0f7fccfab2338c33c51d644e86283f +size 1166664 diff --git a/neo_1month/data/AOD/2000-04.npz b/neo_1month/data/AOD/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3494ab537fe7eba8dad7ea97f4bd20ca71b8fae6 --- /dev/null +++ b/neo_1month/data/AOD/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922bf63969790f7e3d6190aa0df629d4fc1fe6f7cc5be9cbf0191f8e17f2542d +size 1166664 diff --git a/neo_1month/data/AOD/2000-05.npz b/neo_1month/data/AOD/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a2d46ef94d180dd4b2bde6e19cd2674a4c899a3 --- /dev/null +++ b/neo_1month/data/AOD/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f77ce771725a46ddd5af12c09239408113711a2fffb8ef90ad317b5be51d2f +size 1166664 diff --git a/neo_1month/data/AOD/2000-06.npz b/neo_1month/data/AOD/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b315ca1de744bc8e34a566b1582df8dd2ea19f2 --- /dev/null +++ b/neo_1month/data/AOD/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053d2e49c624be2abcfd2da8718632fd48417b0eaee2f1588a97fd289f61e182 +size 1166664 diff --git a/neo_1month/data/AOD/2000-07.npz b/neo_1month/data/AOD/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..31429caf0d041ea6504e68bb1761c7e969ff63d9 --- /dev/null +++ b/neo_1month/data/AOD/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1c760c60ffd2824dfe97313411a358465dfefa0663a087f1fa2dbc84474add +size 1166664 diff --git a/neo_1month/data/AOD/2000-08.npz b/neo_1month/data/AOD/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6e996dfce63f58c76ac7419b9e2edc196d6de5d --- /dev/null +++ b/neo_1month/data/AOD/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8017576a9bd86e80718e45943b829031422ac8a43309d3d01ca9bd1ca62d81c +size 1166664 diff --git a/neo_1month/data/AOD/2000-09.npz b/neo_1month/data/AOD/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc7b59bcf9bf1f8c2e10e507fa1f9310cf56d026 --- /dev/null +++ b/neo_1month/data/AOD/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230f4efacb8e02b1338332c61991047b83a6c5dd942c054457dbec9d58da6f26 +size 1166664 diff --git a/neo_1month/data/AOD/2000-10.npz b/neo_1month/data/AOD/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b843f101a5e9b3523da8f967f1bca6e10eef3e93 --- /dev/null +++ b/neo_1month/data/AOD/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f02e9b3c65400fdda28348a19f83242c08264ada693e64ddf3f0e1e5663091a +size 1166664 diff --git a/neo_1month/data/AOD/2000-11.npz b/neo_1month/data/AOD/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b792cbd8f2a71283629de3438ae90f5b77b55ada --- /dev/null +++ b/neo_1month/data/AOD/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f60a2880b3cf2c7bc558254ac11a343c5c8eb1405c40bf3cbba440393bc42c +size 1166664 diff --git a/neo_1month/data/AOD/2000-12.npz b/neo_1month/data/AOD/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ccf0fd6c95779ed052db6a72ab8395757dc2c8d --- /dev/null +++ b/neo_1month/data/AOD/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f0905b5fdb1f2e26edf44999282acf6dc33c03b74c06bfb4b0272b282535f6 +size 1166664 diff --git a/neo_1month/data/AOD/2001-01.npz b/neo_1month/data/AOD/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..712667686450fc7567c8eb4d7eba582cf02df3e4 --- /dev/null +++ b/neo_1month/data/AOD/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169ac24510cde9b4a17cb4baee538e33a7d54624a6dd285e8d7808ff9ba48b0f +size 1166664 diff --git a/neo_1month/data/AOD/2001-02.npz b/neo_1month/data/AOD/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..27a626f8ceb4dc565e62171a96c988c4a583302e --- /dev/null +++ b/neo_1month/data/AOD/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a0cb19eff9029b84c19679e85a9a9f75a83049bd02e8cac44aca9b1aafba91 +size 1166664 diff --git a/neo_1month/data/AOD/2001-03.npz b/neo_1month/data/AOD/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b63ebaece026c9bfa403a68ef9c7220f0ec4673a --- /dev/null +++ b/neo_1month/data/AOD/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97bb4e3ef0e534fb3ef409616890b58f537b3816118474f0bba66c23142325b +size 1166664 diff --git a/neo_1month/data/AOD/2001-04.npz b/neo_1month/data/AOD/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18cba7245f705279bee9e2c717a19fa548e82aa1 --- /dev/null +++ b/neo_1month/data/AOD/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f96f151b9b58fe0c76d4830e25041ebce2b837abac4f48ffa511ab4ff9192df +size 1166664 diff --git a/neo_1month/data/AOD/2001-05.npz b/neo_1month/data/AOD/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..552723cca5cd2d6d44a152c6a96018e4b9ff59e5 --- /dev/null +++ b/neo_1month/data/AOD/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fe616294fa48c6efe230cbaebcd194ef72c23789fd944d9b667ef5df652d81 +size 1166664 diff --git a/neo_1month/data/AOD/2001-06.npz b/neo_1month/data/AOD/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..43bb6ee83c3549afd47bc5ee36f8945d2bd71ce5 --- /dev/null +++ b/neo_1month/data/AOD/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5568b513dd874885532c58eb0a2f0b896b3dfa845f974481ee3f1c676ba59d11 +size 1166664 diff --git a/neo_1month/data/AOD/2001-07.npz b/neo_1month/data/AOD/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddb11d88e987ca716327c2a981d0b7da05833c8c --- /dev/null +++ b/neo_1month/data/AOD/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e7927ccf57a3bddcef22c89deab02cc1ce05243656b1e5ce5d3d1d29af461d +size 1166664 diff --git a/neo_1month/data/AOD/2001-08.npz b/neo_1month/data/AOD/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b778cbb21f3186a8ab08c7b2432b5fa69c712c9f --- /dev/null +++ b/neo_1month/data/AOD/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3726b9cd58b58f5a13149cb1ffe35c4264bf21f9faeeab8b763d48d7ac0ace +size 1166664 diff --git a/neo_1month/data/AOD/2001-09.npz b/neo_1month/data/AOD/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..51599b8dec021f5690a9b7a976701df10423a49f --- /dev/null +++ b/neo_1month/data/AOD/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd237fad8e409466cca7457121ce01e1aad0954013c631be886fb98496b9c29f +size 1166664 diff --git a/neo_1month/data/AOD/2001-10.npz b/neo_1month/data/AOD/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dfdfdda446a7074d63191f5debc3a8cfbbef472 --- /dev/null +++ b/neo_1month/data/AOD/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0f14fe8b97b6d437dcd447e2214a95e10532d5579b9321a5ec6f71409a8756 +size 1166664 diff --git a/neo_1month/data/AOD/2001-11.npz b/neo_1month/data/AOD/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4e041a437959ddd17ed6e8c218729fc4027e0e8 --- /dev/null +++ b/neo_1month/data/AOD/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236821cdc4c98d11294b9aed0f325694c93e9912309aa65593f0a10d54253797 +size 1166664 diff --git a/neo_1month/data/AOD/2001-12.npz b/neo_1month/data/AOD/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9d1812c8c5cecca4eed51203986b2a48c946d32 --- /dev/null +++ b/neo_1month/data/AOD/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89684f89d3482556ae9380b271813a562929ae81c6126559f2c8c0da613a98ee +size 1166664 diff --git a/neo_1month/data/AOD/2002-01.npz b/neo_1month/data/AOD/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ab654ad35a0cac5c01a5a91035236b8b55684fe --- /dev/null +++ b/neo_1month/data/AOD/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b422c98bbf6489b1b9f65d022c921d9ac245004287eb916e0c8fb1aeae013ba3 +size 1166664 diff --git a/neo_1month/data/AOD/2002-02.npz b/neo_1month/data/AOD/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f8ab79ce4bf0b8bb0cd3e8f83372a010d028f57 --- /dev/null +++ b/neo_1month/data/AOD/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14b1c7018be36226d4a40a673f797daca008d41a97d6acbda77ac53c71eea68 +size 1166664 diff --git a/neo_1month/data/AOD/2002-03.npz b/neo_1month/data/AOD/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a2bcf2e249616adbe1f7f37315e1c2fa7a2f1b1 --- /dev/null +++ b/neo_1month/data/AOD/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503d7b6fd62f81afc5ac16789896f8d6b1af4d4705a4f335cb5208bb36bdbc2f +size 1166664 diff --git a/neo_1month/data/AOD/2002-04.npz b/neo_1month/data/AOD/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bab23af9a351ed14da8df85276466ba7ced25104 --- /dev/null +++ b/neo_1month/data/AOD/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e49a791a5f824fdb07e457a981bae3979caa66534919b41c63b4d108b35edea +size 1166664 diff --git a/neo_1month/data/AOD/2002-05.npz b/neo_1month/data/AOD/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..06ef8f15e7478af29ebce5eccf25fa12d68b9a9b --- /dev/null +++ b/neo_1month/data/AOD/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e660311be49292de6e6b93ec62b2627f7c302ade8e6898e5392f7843c9cb0f +size 1166664 diff --git a/neo_1month/data/AOD/2002-06.npz b/neo_1month/data/AOD/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..75eb7f700f4868599a9d4cd091669393827c1643 --- /dev/null +++ b/neo_1month/data/AOD/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb0b760aa8d12c3d5fd935f490d28aa80ed9a81a80167747ad38c7b17e16ff5 +size 1166664 diff --git a/neo_1month/data/AOD/2002-07.npz b/neo_1month/data/AOD/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..65ff714933891ef9f0b371c7efbdafb810094c8b --- /dev/null +++ b/neo_1month/data/AOD/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7694bedffd480fc65d65b85fe2f817f72451b6fcbccbd80f69b1ec6b8ef3b00 +size 1166664 diff --git a/neo_1month/data/AOD/2002-08.npz b/neo_1month/data/AOD/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..353d79b87f70ac937b899c582be8aa883172564c --- /dev/null +++ b/neo_1month/data/AOD/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5cf4b7c927cf9b232e6371d2a2877fad23521ce8d8b36d644a30a09dce06a +size 1166664 diff --git a/neo_1month/data/AOD/2002-09.npz b/neo_1month/data/AOD/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..433ccd9258be48e8c82d680f5476cd956061c8b4 --- /dev/null +++ b/neo_1month/data/AOD/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc2d14d286976967b4b33a5c4dd1745153aa41d6ec127b4facab59053f45f7d +size 1166664 diff --git a/neo_1month/data/AOD/2002-10.npz b/neo_1month/data/AOD/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3ced1678c1c0790325ecfa10806c6f37fc0ec1f --- /dev/null +++ b/neo_1month/data/AOD/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be9a4b022ecf93c08cff27df837aeaecfa15bab162d07e1bcdc64308f56d2bd +size 1166664 diff --git a/neo_1month/data/AOD/2002-11.npz b/neo_1month/data/AOD/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0eb1790268fe8a71062453b4cfd787ff0a8a80f9 --- /dev/null +++ b/neo_1month/data/AOD/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5443ee69005b5b96a4176f72853d2eec7f1180046fa3ed7b7b80a6d168378431 +size 1166664 diff --git a/neo_1month/data/AOD/2002-12.npz b/neo_1month/data/AOD/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..38579c84d9ded37629f8ea03353e9f40f466f52b --- /dev/null +++ b/neo_1month/data/AOD/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bc8e30b1c5d2e3909824e622dad795935919b2f6731be76dda3e0f8644cc43 +size 1166664 diff --git a/neo_1month/data/AOD/2003-01.npz b/neo_1month/data/AOD/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..24b54d760f7efcc849a7de68d3650686b9cce9b1 --- /dev/null +++ b/neo_1month/data/AOD/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334a449987c655d67afbec7ace4c70d97b7983579bf47624c942037a12f01ffa +size 1166664 diff --git a/neo_1month/data/AOD/2003-02.npz b/neo_1month/data/AOD/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a7af7abb84c19e37546a53f55f6688d93e83ca7 --- /dev/null +++ b/neo_1month/data/AOD/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fa82934711b83d069e78bb4e8735344fca77886c4bbdc440983b45bef2eb7a +size 1166664 diff --git a/neo_1month/data/AOD/2003-03.npz b/neo_1month/data/AOD/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..acae722efc34b875317a24d5e3ffd36a5555114f --- /dev/null +++ b/neo_1month/data/AOD/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e70d6544aa963f07e17bd623e354714f76c3aba50cc9d57b18f2460ded0b158 +size 1166664 diff --git a/neo_1month/data/AOD/2003-04.npz b/neo_1month/data/AOD/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..16a4a7f34f0982ab4aba527bd73658e525ba50c3 --- /dev/null +++ b/neo_1month/data/AOD/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718aa457710d075ea66567dc95e632df8f4c904cc9981faf84243452749a9646 +size 1166664 diff --git a/neo_1month/data/AOD/2003-05.npz b/neo_1month/data/AOD/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9abcb00726ae5dc68c47a1ca98f2ab871c450bb --- /dev/null +++ b/neo_1month/data/AOD/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712f4848fdbd4ed99cf975006c3724844165c4cec4163cec0a6c67fef49bc707 +size 1166664 diff --git a/neo_1month/data/AOD/2003-06.npz b/neo_1month/data/AOD/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2120f1c70c6d71d7c9a71773b69dceb1c90eb9a --- /dev/null +++ b/neo_1month/data/AOD/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd58c5a2d627f3d83efc9ff6f999ab29094acbe22d39e21c7d516c6ded8f4768 +size 1166664 diff --git a/neo_1month/data/AOD/2003-07.npz b/neo_1month/data/AOD/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9bcb6b7a76621abfc70e0ccad0981c6eb66937e5 --- /dev/null +++ b/neo_1month/data/AOD/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de31d985622601be46db60d988b19948bfaf0c9a3ab43481e8c18b73ee08aa5d +size 1166664 diff --git a/neo_1month/data/AOD/2003-08.npz b/neo_1month/data/AOD/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..afd735af2dbbe7bdf951639dea252b027e31b67b --- /dev/null +++ b/neo_1month/data/AOD/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259ca1c621ede2dbcc3da7d7608d0c2c906d84f0061ef8bce9f34ab987e3b0a2 +size 1166664 diff --git a/neo_1month/data/AOD/2003-09.npz b/neo_1month/data/AOD/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d80a180517342a0d89aa18f9c5669e86aafff9b --- /dev/null +++ b/neo_1month/data/AOD/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9aa653cc1111f6012f70ce572941532c2d449796a8b7823bd07e5101f5ecd7c +size 1166664 diff --git a/neo_1month/data/AOD/2003-10.npz b/neo_1month/data/AOD/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2353de7023b9950f7f12bce07d8a22b7579968da --- /dev/null +++ b/neo_1month/data/AOD/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77210e6b6f0e5aaf3915510967ec51d22a15cfbe1cf34fb438610a9f2e8fa46f +size 1166664 diff --git a/neo_1month/data/AOD/2003-11.npz b/neo_1month/data/AOD/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d47e85fbd4c9c8c5d2ab09e484c31a6ccfda96e --- /dev/null +++ b/neo_1month/data/AOD/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f40aabb0564d34b715ee9e12fc7c4b17e66a9cd800dd1ebc5dcc61a0bb89043 +size 1166664 diff --git a/neo_1month/data/AOD/2003-12.npz b/neo_1month/data/AOD/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8582796c557dac7351d9169cd4b923027aead519 --- /dev/null +++ b/neo_1month/data/AOD/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6824d4cc405fd5879797cff76723e5301de3d8274c0f01e86665c0ca519a6923 +size 1166664 diff --git a/neo_1month/data/AOD/2004-01.npz b/neo_1month/data/AOD/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4251aa38481a653db84984b25b6d3a853eb59c0 --- /dev/null +++ b/neo_1month/data/AOD/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d67220eaf20369e3516190532d7dc93e8eaa942ff3e0aa7206803f812ec07f2 +size 1166664 diff --git a/neo_1month/data/AOD/2004-02.npz b/neo_1month/data/AOD/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ce57fea235205903a16667f572aa014e312774d8 --- /dev/null +++ b/neo_1month/data/AOD/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0be0c2be434d8fc6b5b92ed0b985aa8e1218a73bdbc9c8a416b65eac74f8d8 +size 1166664 diff --git a/neo_1month/data/AOD/2004-03.npz b/neo_1month/data/AOD/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfa09b7c2b1990e5af60c9b5e747a6c4c7ce6173 --- /dev/null +++ b/neo_1month/data/AOD/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225cd65275d1c9764600a758fc92e2d83a78f782ca62110cdaaca182ea0c7808 +size 1166664 diff --git a/neo_1month/data/AOD/2004-04.npz b/neo_1month/data/AOD/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43cf3639c8a65915b4f2ad47bfde8188a9a8b248 --- /dev/null +++ b/neo_1month/data/AOD/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c3a1612e8d362d8566ffdde0261e3810754ca0d8b31ccdbc164f9a274c9b1c +size 1166664 diff --git a/neo_1month/data/AOD/2004-05.npz b/neo_1month/data/AOD/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..81fc1459aab39adc6a4c96fb32baf5f6214de700 --- /dev/null +++ b/neo_1month/data/AOD/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b356af6abc11cad61ccc07815224eb5780b538e56e4c5f530e8c55bad6b403f1 +size 1166664 diff --git a/neo_1month/data/AOD/2004-06.npz b/neo_1month/data/AOD/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8c07af1fbeb978baf8907a1819e2bc57ebb7ee7 --- /dev/null +++ b/neo_1month/data/AOD/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229b7b136684a46d2c75970d13d2421f4534a107e49ca4d93ac55efbb701b745 +size 1166664 diff --git a/neo_1month/data/AOD/2004-07.npz b/neo_1month/data/AOD/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..78f704440690b165b0972b2835ce12fe8dc8fe40 --- /dev/null +++ b/neo_1month/data/AOD/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7665af5da0539dae9efbbbd82aa46a5d52733927c5f91354a0e5e6fdf0bb8663 +size 1166664 diff --git a/neo_1month/data/AOD/2004-08.npz b/neo_1month/data/AOD/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d53ec69a9db15e6053b340014a2346e31d6770e1 --- /dev/null +++ b/neo_1month/data/AOD/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8ddcf81ee1bf8e8b995389c7497cb8fcf6c6cebe6dfa2e1bfd9ca5f4ebba52 +size 1166664 diff --git a/neo_1month/data/AOD/2004-09.npz b/neo_1month/data/AOD/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c61674104a1dd0f5b58defe0f74803d2aafb05b --- /dev/null +++ b/neo_1month/data/AOD/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fee6240eb53f801f4c8720bb500611b7ba5a731656d2e6771497adb43c1f6e +size 1166664 diff --git a/neo_1month/data/AOD/2004-10.npz b/neo_1month/data/AOD/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc5d152be350a71e7d58cd0640bd534d1e13779c --- /dev/null +++ b/neo_1month/data/AOD/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6b98b0ea5065474db1f0456dae26d9160e671661e7ba0dd065b76f24536d02 +size 1166664 diff --git a/neo_1month/data/AOD/2004-11.npz b/neo_1month/data/AOD/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bbff9ee09827884fa1197da9bdb033b9a0bba9a --- /dev/null +++ b/neo_1month/data/AOD/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5b53f9cea6512c2ef92b0b7aa288df8402fd8a2ce6f62682e95f891bb1ecb +size 1166664 diff --git a/neo_1month/data/AOD/2004-12.npz b/neo_1month/data/AOD/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a157edfa9e8141f0555956008bf4e5333ce0081 --- /dev/null +++ b/neo_1month/data/AOD/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e00588874cc3cc36b821961231bdf48e79c268ee8d4c0fffa77d8c2104bc88 +size 1166664 diff --git a/neo_1month/data/AOD/2005-01.npz b/neo_1month/data/AOD/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21c734886394f6bc906de662e1578c16463d1676 --- /dev/null +++ b/neo_1month/data/AOD/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecd915e27fa35b20cd938499125215d4b1b1dcb284f14d5024620cc3459a652 +size 1166664 diff --git a/neo_1month/data/AOD/2005-02.npz b/neo_1month/data/AOD/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac1e7d4d66cdc5d0d6d6514f1951bc68b38d5571 --- /dev/null +++ b/neo_1month/data/AOD/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510d2f7ac90f830d9990d020ca07ab6dd0a6be0a13340207a9b4b427a2345fea +size 1166664 diff --git a/neo_1month/data/AOD/2005-03.npz b/neo_1month/data/AOD/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecd14ac18914257d3c05b62ff7124be13565f027 --- /dev/null +++ b/neo_1month/data/AOD/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20495d831d7617d69bed96ddea243a30fa4fdc9e56eb11b54a613e37fae325e +size 1166664 diff --git a/neo_1month/data/AOD/2005-04.npz b/neo_1month/data/AOD/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d595c0a853938b454e70e34b9f46206fc400392 --- /dev/null +++ b/neo_1month/data/AOD/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0fde4ca086735be530d8432bc76de45e106d3fe8950f5079e0a7ff8962b039 +size 1166664 diff --git a/neo_1month/data/AOD/2005-05.npz b/neo_1month/data/AOD/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3426213a794fb80cc3e51a50e123108d65e43d9c --- /dev/null +++ b/neo_1month/data/AOD/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e908bd5122e7a292bfcaaba51930e28f6b4f81d01ffe5e58dab4da81713e1e +size 1166664 diff --git a/neo_1month/data/AOD/2005-06.npz b/neo_1month/data/AOD/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8efb2634f64fcba5ce15177b35e2658b1efefd1 --- /dev/null +++ b/neo_1month/data/AOD/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33600be10746b5ad31c8f4fb13ba745b187019976eb9245b52a1cfa0f7cf77a9 +size 1166664 diff --git a/neo_1month/data/AOD/2005-07.npz b/neo_1month/data/AOD/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2e676ec1088943c54f85975bf597d90571571fe --- /dev/null +++ b/neo_1month/data/AOD/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3b690fcac5b9d19bcb25ed4c08aa0bca95dc9502751c4b2d2483e111e60956 +size 1166664 diff --git a/neo_1month/data/AOD/2005-08.npz b/neo_1month/data/AOD/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..80315705f6e113222e48bf4eb57f8327c648c2fb --- /dev/null +++ b/neo_1month/data/AOD/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2f601e3c9cbeed1628b315da425c827ac4031a61117b36a488a6551e9425f5 +size 1166664 diff --git a/neo_1month/data/AOD/2005-09.npz b/neo_1month/data/AOD/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..261c5170573b12c359c7728ff1db46101bf5a7a6 --- /dev/null +++ b/neo_1month/data/AOD/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd7ec74bbce57e9f411962c1e87b6cf8b660373034d60f303acb8674539b226 +size 1166664 diff --git a/neo_1month/data/AOD/2005-10.npz b/neo_1month/data/AOD/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b305fd0c049a687280f3a5acdb4a73c33983f9ee --- /dev/null +++ b/neo_1month/data/AOD/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a07128c08a8d83f0f6b777e6c3cf91aac8fdc3615cdc027b378004c1379681 +size 1166664 diff --git a/neo_1month/data/AOD/2005-11.npz b/neo_1month/data/AOD/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..489210c86235629ffdeffdfa33e6d5af1d841248 --- /dev/null +++ b/neo_1month/data/AOD/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f52f3043bff5d3f32ed5e97190794dca3418d588757c9a6ff6fe1c0f464c14d +size 1166664 diff --git a/neo_1month/data/AOD/2005-12.npz b/neo_1month/data/AOD/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddd497bd208c71b42f9170f8407a1324eae1e2f8 --- /dev/null +++ b/neo_1month/data/AOD/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba25cf5d62fe553d3528c974a247c97f2e3b71ba37b90cc6b22effa9fa0c4ef +size 1166664 diff --git a/neo_1month/data/AOD/2006-01.npz b/neo_1month/data/AOD/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..52dffdb79b9d55bfd564a39ac7869d400662996d --- /dev/null +++ b/neo_1month/data/AOD/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd5a65b03871efb474327198657c4e22f4a665a8afa0313eb9e5052bfbd663b +size 1166664 diff --git a/neo_1month/data/AOD/2006-02.npz b/neo_1month/data/AOD/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..76f973db9b4637c2c60240e950a6f8a27eb423ae --- /dev/null +++ b/neo_1month/data/AOD/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9daf5631e8a9e054fd3dc9d59fd0f7d2760fee8d33bebc536e139f7132bd92 +size 1166664 diff --git a/neo_1month/data/AOD/2006-03.npz b/neo_1month/data/AOD/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8dc8b23571a6109eafdeb79fa27aa43cbe56e77 --- /dev/null +++ b/neo_1month/data/AOD/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5b32ec43b876ca8445e25923c77ebbca026c2906d17aa46277d8198f9cebc0 +size 1166664 diff --git a/neo_1month/data/AOD/2006-04.npz b/neo_1month/data/AOD/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..268766cabc8909dbcf47f03341ddb6455f9887a2 --- /dev/null +++ b/neo_1month/data/AOD/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b9aebab3466b3d196e0bfecad155efa9fe60760be161f336ad007f476980f1 +size 1166664 diff --git a/neo_1month/data/AOD/2006-05.npz b/neo_1month/data/AOD/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c10fef58787e4e538306b020fe99f173ea4f4a9d --- /dev/null +++ b/neo_1month/data/AOD/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdec316d3abcb570d509f074dc280b838fbd4c58489b27d9c678c20b45480e63 +size 1166664 diff --git a/neo_1month/data/AOD/2006-06.npz b/neo_1month/data/AOD/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a20e7d86e7ad3ba18d4ca20de264df1d708fd0aa --- /dev/null +++ b/neo_1month/data/AOD/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a12482b792383fd853d182fba804681d8df08e4cfd196f48f85f5abe8d52c5 +size 1166664 diff --git a/neo_1month/data/AOD/2006-07.npz b/neo_1month/data/AOD/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..705e0d16e8f164241f7eb683211a5cab09bc2f9b --- /dev/null +++ b/neo_1month/data/AOD/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd50a98b270aff68abcd24b45709f3515c720172e7d0c46ad3a6ca5e5ff537d +size 1166664 diff --git a/neo_1month/data/AOD/2006-08.npz b/neo_1month/data/AOD/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..23453b82dce6ec3e605f3b0056a1a7e19a2b6447 --- /dev/null +++ b/neo_1month/data/AOD/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb69bce81b76a47dbf917a542bb42123b6b3d6a3b580c2a76b87771600004c93 +size 1166664 diff --git a/neo_1month/data/AOD/2006-09.npz b/neo_1month/data/AOD/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ac81e08d861aec03d790cc95273089c96f37e96 --- /dev/null +++ b/neo_1month/data/AOD/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084cfaf7b6a280a39f8287c6ad057b53e33b891de60a9ff0ceebe2405dfa88aa +size 1166664 diff --git a/neo_1month/data/AOD/2006-10.npz b/neo_1month/data/AOD/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9219e0c114692b77b5a331bae59d88d315262771 --- /dev/null +++ b/neo_1month/data/AOD/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5722f56d60cc5fcd9e780e3721068be941e895b99677954fbb96481c84a079 +size 1166664 diff --git a/neo_1month/data/AOD/2006-11.npz b/neo_1month/data/AOD/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..73975328e98303b919c095176c20c0c2aea06d28 --- /dev/null +++ b/neo_1month/data/AOD/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a47ead9326c250e9406851ca1d350d25daf1de689c1a7d58eca47fdacf4611 +size 1166664 diff --git a/neo_1month/data/AOD/2006-12.npz b/neo_1month/data/AOD/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..212d6920291bca26519b151e5b073ed44abff655 --- /dev/null +++ b/neo_1month/data/AOD/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be95b0c248d77d4e11197ab50b2ea6048cef804577070707482597f24036436 +size 1166664 diff --git a/neo_1month/data/AOD/2007-01.npz b/neo_1month/data/AOD/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1aa73c8f6d2dedaf11927f308545d35ea0038d6b --- /dev/null +++ b/neo_1month/data/AOD/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7014559e35204b5e47c11d83a34675a4ab1ceaff74508f7be2a50b9950fdef83 +size 1166664 diff --git a/neo_1month/data/AOD/2007-02.npz b/neo_1month/data/AOD/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..59b72af46303bda14376bf1f9d23b81d51b70191 --- /dev/null +++ b/neo_1month/data/AOD/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb34abbe1376cbbee6c6ba8742704bb268a00bf63fb11c54cf4861e66930e43 +size 1166664 diff --git a/neo_1month/data/AOD/2007-03.npz b/neo_1month/data/AOD/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..014835371545a835acb35f678f9a0fcbec847686 --- /dev/null +++ b/neo_1month/data/AOD/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9d59e7db0fcddd6a0e1616f147a82c893736e9cbd9fb6f54e8dbe9052901a7 +size 1166664 diff --git a/neo_1month/data/AOD/2007-04.npz b/neo_1month/data/AOD/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..016c28ede61db8a546d8d7ba6bde520758e05ea4 --- /dev/null +++ b/neo_1month/data/AOD/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fbb0c0a4586aaef2db5fbe85ba00625f9c9db7ab922300efaa606109549a63 +size 1166664 diff --git a/neo_1month/data/AOD/2007-05.npz b/neo_1month/data/AOD/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..54f44a1dbd0d769b15189cb70543409ab5d0a8df --- /dev/null +++ b/neo_1month/data/AOD/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a142df787d4d8ee44983de6f645879eda9cf5390045f7cf91ee0cd21efffc3a2 +size 1166664 diff --git a/neo_1month/data/AOD/2007-06.npz b/neo_1month/data/AOD/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..25d10aa590b9770b4219773f7d3af88ff5195853 --- /dev/null +++ b/neo_1month/data/AOD/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ba7293e99f79944845b3c4eb4d9d2f3e0d8b6f7d689a981a0b5fc5163ad7a +size 1166664 diff --git a/neo_1month/data/AOD/2007-07.npz b/neo_1month/data/AOD/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5fd354cf8b58902f0d8b3f20e5510dc9289e512 --- /dev/null +++ b/neo_1month/data/AOD/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f88b610eeb6de1f05cffb59a1bd02caefbab448d7ad93669285c3d74b51311a +size 1166664 diff --git a/neo_1month/data/AOD/2007-08.npz b/neo_1month/data/AOD/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b015a0d4a1b01768382119328ee4594ce7fc9c4a --- /dev/null +++ b/neo_1month/data/AOD/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6014f50e76a53e3b0c9f1414f000864cc8fbf7939cb039d0d20f2d88cb68da16 +size 1166664 diff --git a/neo_1month/data/AOD/2007-09.npz b/neo_1month/data/AOD/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f1a004a05b5d23a6980b6a0aee6e618534330e5 --- /dev/null +++ b/neo_1month/data/AOD/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad022206e02fa30fdd44726df5be65e2ce1c4896075c939268c1200f64d18da +size 1166664 diff --git a/neo_1month/data/AOD/2007-10.npz b/neo_1month/data/AOD/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d5a9005e79f52b021f8df59446d933c4cea715f --- /dev/null +++ b/neo_1month/data/AOD/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866320418fe00d5d4664d6e548b4b681682df33106f469cb79198fe3956015dd +size 1166664 diff --git a/neo_1month/data/AOD/2007-11.npz b/neo_1month/data/AOD/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..db0912c21378a83f59de8c0773482ecfa8439a38 --- /dev/null +++ b/neo_1month/data/AOD/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f03ea740e8997abdd6d5365b135f88bde7b47893d735a6fdde4aab48c0a199 +size 1166664 diff --git a/neo_1month/data/AOD/2007-12.npz b/neo_1month/data/AOD/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a8bf9811ffd1b83e7db46e50da22eb8c1eb12ac --- /dev/null +++ b/neo_1month/data/AOD/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14b859eceb264634723e52eea46fed27571883fc30fbf44fe77a17aff2ba143 +size 1166664 diff --git a/neo_1month/data/AOD/2008-01.npz b/neo_1month/data/AOD/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0be9db5f6427cac8e8b77cf6a5891eeccdc1bc0 --- /dev/null +++ b/neo_1month/data/AOD/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0559cbb2524bf37e4e1b52778aad52317b470611fde2233d87d68c4658edfc61 +size 1166664 diff --git a/neo_1month/data/AOD/2008-02.npz b/neo_1month/data/AOD/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..08ecca306fc0a22e74c620cce08b0fe6d8be3372 --- /dev/null +++ b/neo_1month/data/AOD/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bdf9a9b3c64617711aa8e45e53ebcb02a6376a19b5baad55a0252edeed8cbe +size 1166664 diff --git a/neo_1month/data/AOD/2008-03.npz b/neo_1month/data/AOD/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ccd8a3c476e0b90e366d48f03c63f4fb5900d15 --- /dev/null +++ b/neo_1month/data/AOD/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15ae67fe1e9be766277bfdd050b7a8a8174162d8e8161df061432f429687cf3 +size 1166664 diff --git a/neo_1month/data/AOD/2008-04.npz b/neo_1month/data/AOD/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7730da581cab3a44322066175b18506447fc5b8b --- /dev/null +++ b/neo_1month/data/AOD/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fea8fd266ee404e996b3ca159a5a6490a62b12e2d19368cb349ad2f0d586f8f +size 1166664 diff --git a/neo_1month/data/AOD/2008-05.npz b/neo_1month/data/AOD/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aed6da1175583671ad6690b9d117db5d4baa8d27 --- /dev/null +++ b/neo_1month/data/AOD/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eafedc6f1bca4c84e0d0dfc2030f974d4d7d0ca2fecdd49fc2bd7f163d155af +size 1166664 diff --git a/neo_1month/data/AOD/2008-06.npz b/neo_1month/data/AOD/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f4b8c61abcfa6cdfbe47c06495b26b05c6b13a0 --- /dev/null +++ b/neo_1month/data/AOD/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec01901857c6c3abf7b918b589520b051dd694d6159896be4af6cf04286b8f9 +size 1166664 diff --git a/neo_1month/data/AOD/2008-07.npz b/neo_1month/data/AOD/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0370c6d2558677843a30a126d63170e81aa5ceaf --- /dev/null +++ b/neo_1month/data/AOD/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4ea494fc38faf8b686accf6098a3d647d3c1b6340fc7eb4afb4c2248cbf70b +size 1166664 diff --git a/neo_1month/data/AOD/2008-08.npz b/neo_1month/data/AOD/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b04a4fc1a79780c744910cad8ecec423828fb21a --- /dev/null +++ b/neo_1month/data/AOD/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fab7736440cafae05327deb3054ec404fb65ea7cb188130af8c3d362e83b938 +size 1166664 diff --git a/neo_1month/data/AOD/2008-09.npz b/neo_1month/data/AOD/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..688ed1649f606675a02be906e093fd750dcdbca2 --- /dev/null +++ b/neo_1month/data/AOD/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653cab4bbec04d435270d2bffda3146c2b1e863ef711c4bfc4b1f039ee24d84a +size 1166664 diff --git a/neo_1month/data/AOD/2008-10.npz b/neo_1month/data/AOD/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..989a495d32e3cef2028dfb2636538bf57ed0ff6a --- /dev/null +++ b/neo_1month/data/AOD/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4ef3e378f02d911c8c53019fab72e3b78f60acd56d4aa0b0af5312e70f4f9d +size 1166664 diff --git a/neo_1month/data/AOD/2008-11.npz b/neo_1month/data/AOD/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4a92d248367fe0d73bbe3fd7dc68d3be30e0034 --- /dev/null +++ b/neo_1month/data/AOD/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb984454916ebcb8d7bcb12091029c8b87e1a1647e93f39da292623a66e27840 +size 1166664 diff --git a/neo_1month/data/AOD/2008-12.npz b/neo_1month/data/AOD/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cb31d12d97bc8fb0820cdda46050a306d26ed90 --- /dev/null +++ b/neo_1month/data/AOD/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05158fd31368318e07ae62ac92e221119185c9d93d5c510515d6d0da95c1fd8 +size 1166664 diff --git a/neo_1month/data/AOD/2009-01.npz b/neo_1month/data/AOD/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8532d9aaf92172883db3b05b4dacb15b8f1daf57 --- /dev/null +++ b/neo_1month/data/AOD/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f34681d7e43893c11d2607a6869760cea690022d07adb350e55ecfb0447875d +size 1166664 diff --git a/neo_1month/data/AOD/2009-02.npz b/neo_1month/data/AOD/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e56e8f74e578397ef588db4d1545f7a02ddbdfc8 --- /dev/null +++ b/neo_1month/data/AOD/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951b2e24aec439ede708bed30b1e1f9970cf3e5523180e58716b5f41b6700b34 +size 1166664 diff --git a/neo_1month/data/AOD/2009-03.npz b/neo_1month/data/AOD/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..247fc6ab26ed875f0b6e7cb8903bd4c39b3eab84 --- /dev/null +++ b/neo_1month/data/AOD/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad41d945f84cdecd29446e7d6802ef92578d7288e4539b1a42c5e872a990a32e +size 1166664 diff --git a/neo_1month/data/AOD/2009-04.npz b/neo_1month/data/AOD/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f5ab204857ddeaba06d25863f8734635528d767 --- /dev/null +++ b/neo_1month/data/AOD/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4422b972e6081812c00e0ab7a51cfbcc2e4936a5b17f4e90737dfee4b6cae6fc +size 1166664 diff --git a/neo_1month/data/AOD/2009-05.npz b/neo_1month/data/AOD/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..64dde3da1e9d3f2ed40fff059dd711878ef64639 --- /dev/null +++ b/neo_1month/data/AOD/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ef127543a9613b459418b6aa26f7dc96d202f322c389d51ee209c90eaeeb5 +size 1166664 diff --git a/neo_1month/data/AOD/2009-06.npz b/neo_1month/data/AOD/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..787234e313f001343c06013547c7f8745cb31881 --- /dev/null +++ b/neo_1month/data/AOD/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcbdeb919e8660b5f6faae7c7529ccb5df3400ce8c1473d986dbb026cf59875 +size 1166664 diff --git a/neo_1month/data/AOD/2009-07.npz b/neo_1month/data/AOD/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0592a8318f86f13a3dfd5f908d832ddee9dba774 --- /dev/null +++ b/neo_1month/data/AOD/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab56378a1956a1b9bf65a6a95084296665957b13e46ca05f4c7ab82916abcbda +size 1166664 diff --git a/neo_1month/data/AOD/2009-08.npz b/neo_1month/data/AOD/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2e28f4c7c55da4bd0f2b9a05e19a872bcb22c34 --- /dev/null +++ b/neo_1month/data/AOD/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b244b8fa4dd9ffc81e881c2965be16b8a4b37b49b3278a92d9eb6019895f9e7c +size 1166664 diff --git a/neo_1month/data/AOD/2009-09.npz b/neo_1month/data/AOD/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e0afa6c3ba51a0cf8e245a2c31ba21ebf9d5ab4 --- /dev/null +++ b/neo_1month/data/AOD/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b9b2616b01909b1a77a42b37478ca5bdb273cbbff267da5f1d221e2e1ddec8 +size 1166664 diff --git a/neo_1month/data/AOD/2009-10.npz b/neo_1month/data/AOD/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..801a99cb131ab60ecfada812d70383e882f91c82 --- /dev/null +++ b/neo_1month/data/AOD/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7880b471d268ffbd2b5cdf42fef0dcdf53aafe6ff865d88bfbac05bca0e9e4b +size 1166664 diff --git a/neo_1month/data/AOD/2009-11.npz b/neo_1month/data/AOD/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc131843ea98ab0828a3924870a6e24ec5fed01e --- /dev/null +++ b/neo_1month/data/AOD/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9390981f1e2ab362690dfcfc518c31e31c7cc45c74f564296d10a1324d7f1697 +size 1166664 diff --git a/neo_1month/data/AOD/2009-12.npz b/neo_1month/data/AOD/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d6188f15886d97331bf535b45755159abfdd191 --- /dev/null +++ b/neo_1month/data/AOD/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65595a5a51a5953fb0d030383c94f759daf23c36162f388553889d695ba6b319 +size 1166664 diff --git a/neo_1month/data/AOD/2010-01.npz b/neo_1month/data/AOD/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c0edcf0a50f1319212d379c9b02acf888f7a529 --- /dev/null +++ b/neo_1month/data/AOD/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2cca228eb1e10e40aca3bc9d37ec758518de79901d6d90df08a2317cdf58ac +size 1166664 diff --git a/neo_1month/data/AOD/2010-02.npz b/neo_1month/data/AOD/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..786ebaedec57995698230db72dac1a50bd8c3cb5 --- /dev/null +++ b/neo_1month/data/AOD/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c855da45f6a4256ce8c4b9a467ba601ff66bffdde60c8a7d9673a5db00997331 +size 1166664 diff --git a/neo_1month/data/AOD/2010-03.npz b/neo_1month/data/AOD/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..72f679383555ea7ee5303ea636aa2a262bd374df --- /dev/null +++ b/neo_1month/data/AOD/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34488033cd4bf81fbff8a9e6214a1b0fe9448263d2fa101dd32b6fab8808b0fd +size 1166664 diff --git a/neo_1month/data/AOD/2010-04.npz b/neo_1month/data/AOD/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..81883e5709095555108bf8007eeddc57cfff0e61 --- /dev/null +++ b/neo_1month/data/AOD/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2026abce5a406712fe6722d230a39a96eb3bbc5585b8a3ce36ae5609981185 +size 1166664 diff --git a/neo_1month/data/AOD/2010-05.npz b/neo_1month/data/AOD/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bac605222bdb488ec6c06117edb88aba0687a11 --- /dev/null +++ b/neo_1month/data/AOD/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5616ecd99d3cf4d18019daeb564797025f103c6bf7038e6fbfd91ab40790cab +size 1166664 diff --git a/neo_1month/data/AOD/2010-06.npz b/neo_1month/data/AOD/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcfb53564452c4f0fa1f462a28bcb785ac016acc --- /dev/null +++ b/neo_1month/data/AOD/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400b1a2a5c709ae35470d276f37e550733e8e1da56ab3f5dff9204ce675fb55b +size 1166664 diff --git a/neo_1month/data/AOD/2010-07.npz b/neo_1month/data/AOD/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5031a6cbf79c03539d06dd5499e18e34a083eca --- /dev/null +++ b/neo_1month/data/AOD/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839488f38b3fafda7a7a79d509ce34c74462e9adff9c40d6ca68b8f51712e8e0 +size 1166664 diff --git a/neo_1month/data/AOD/2010-08.npz b/neo_1month/data/AOD/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e625742a2b59acc1afa9af99a5ecdb2e298e2f2 --- /dev/null +++ b/neo_1month/data/AOD/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3b5a64c8f9e34edcb7afe1e0b821e02702bea0070c75d6d3b7c5b5abb85e5f +size 1166664 diff --git a/neo_1month/data/AOD/2010-09.npz b/neo_1month/data/AOD/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..54649981f179963c79a5e80fbd48ce108d2bd8ab --- /dev/null +++ b/neo_1month/data/AOD/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ee8dedcc7109ca4af4dfb528f7b750b9e603df86f735b9a952721b9678d262 +size 1166664 diff --git a/neo_1month/data/AOD/2010-10.npz b/neo_1month/data/AOD/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3816a66a224f3d7b47699f0d1e4bffc29733e8c3 --- /dev/null +++ b/neo_1month/data/AOD/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747e14c5164921bc3b3a21614824a99ee119ab62c06e7a6f4ab60a03232453d8 +size 1166664 diff --git a/neo_1month/data/AOD/2010-11.npz b/neo_1month/data/AOD/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a43a6ec2a6389545da933e3b63c03363ff4b681 --- /dev/null +++ b/neo_1month/data/AOD/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7d386170bbeafe0264f502e927c679ae614dd402ce1e793213e657288c4deb +size 1166664 diff --git a/neo_1month/data/AOD/2010-12.npz b/neo_1month/data/AOD/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1283e320b60f27bf98fc8ceed1cd2cdfcada0a0f --- /dev/null +++ b/neo_1month/data/AOD/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef091a83e4c1fbc12f2f1f9ff6638a4daa5269297f0b12a7eb8b87669e1cb79a +size 1166664 diff --git a/neo_1month/data/AOD/2011-01.npz b/neo_1month/data/AOD/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..41bd38c3567f8793cdfbef58c8ccbb625b3b1acb --- /dev/null +++ b/neo_1month/data/AOD/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b87de40ed8b79841d15d28490a387e6ef101ede2c3a066eda27d2c5b896914b +size 1166664 diff --git a/neo_1month/data/AOD/2011-02.npz b/neo_1month/data/AOD/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..826c47066a9babed8d4c768111a2ba958e2b3ef5 --- /dev/null +++ b/neo_1month/data/AOD/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32f31b396d3b0dc2cd3883352996be359ef52b77d6a424acaee311c42acd6e +size 1166664 diff --git a/neo_1month/data/AOD/2011-03.npz b/neo_1month/data/AOD/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dad759f93dd9c38a695f3d3716f1bb99c59db0c1 --- /dev/null +++ b/neo_1month/data/AOD/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94fe70a876dfa90a1ceb471bbd0566db5d1922c9dcc60f69b311e430f1fb3b3 +size 1166664 diff --git a/neo_1month/data/AOD/2011-04.npz b/neo_1month/data/AOD/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dd934da4748c4f11cfab25121f5c82f3a89be0c --- /dev/null +++ b/neo_1month/data/AOD/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc371d9c9d005483dd5dfb4972c661ebf989ff2af8f54618f4599d2c4930362f +size 1166664 diff --git a/neo_1month/data/AOD/2011-05.npz b/neo_1month/data/AOD/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..726a31e51743a7521b4930df8da77b6838d02aa9 --- /dev/null +++ b/neo_1month/data/AOD/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485df9e8c54771d6a5e7751dea1bcad3914a39702a4a85bec6f29c93a3f41e62 +size 1166664 diff --git a/neo_1month/data/AOD/2011-06.npz b/neo_1month/data/AOD/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..03f09afd5c8526cd6b871009ea54665395d474b5 --- /dev/null +++ b/neo_1month/data/AOD/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d247b1cf1b21026e451dfc1d2d4bec0695e07755966e534c25d5f20b4a7475b +size 1166664 diff --git a/neo_1month/data/AOD/2011-07.npz b/neo_1month/data/AOD/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..05f40c905b1ac699eefc6b511b4c9ce671897b17 --- /dev/null +++ b/neo_1month/data/AOD/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d98965719618012f7a32d801fbef35918e44bc194b3a571bd9210c02e682c0 +size 1166664 diff --git a/neo_1month/data/AOD/2011-08.npz b/neo_1month/data/AOD/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..890c2b3a4be0d049d10fa44e24aab0a9e3abe294 --- /dev/null +++ b/neo_1month/data/AOD/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc338548c9a522b0a667ecf4f6c4dc7af0c2a0d14bc4896bab47f8b08ad8972 +size 1166664 diff --git a/neo_1month/data/AOD/2011-09.npz b/neo_1month/data/AOD/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..298c24e823d586fb498020265690cca32518a92a --- /dev/null +++ b/neo_1month/data/AOD/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20925d4ac2389a052bb33f7cc06c1ea0670b19fce2f7b859fa4a577cff9a00b3 +size 1166664 diff --git a/neo_1month/data/AOD/2011-10.npz b/neo_1month/data/AOD/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a48dd6935fd23fe7fd26d15508247fa4cb0fe05 --- /dev/null +++ b/neo_1month/data/AOD/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef128fd3bf004e623b00a3ae132d9d54c7fd072bfbd190a554876635d8a92bb +size 1166664 diff --git a/neo_1month/data/AOD/2011-11.npz b/neo_1month/data/AOD/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb93a4c54b99769136b037bee9033ca082d9fef6 --- /dev/null +++ b/neo_1month/data/AOD/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecb87abf96801bcbf35a53fbf64abcd2c5498bb931eef331e9f4f590f42bedb +size 1166664 diff --git a/neo_1month/data/AOD/2011-12.npz b/neo_1month/data/AOD/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ffd10ff114086eae261fd9ec976dadb42798e68 --- /dev/null +++ b/neo_1month/data/AOD/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d156d13781fb48422d49ea34e6b104fa769fc2403335bbb27529d4fb0c791a18 +size 1166664 diff --git a/neo_1month/data/AOD/2012-01.npz b/neo_1month/data/AOD/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd156f094cd91136f636b38f6b0ddc65c4139781 --- /dev/null +++ b/neo_1month/data/AOD/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc04d0cbc962bcf7d9c3fe2ed04f9390eec1380e1e2ae82986d92c0cf13d1e5d +size 1166664 diff --git a/neo_1month/data/AOD/2012-02.npz b/neo_1month/data/AOD/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..516d93d99da079cbb9bb28d20dbef4e0aa98eeca --- /dev/null +++ b/neo_1month/data/AOD/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7b62ec6e73b7c76d1a5e71ae341ae5a507c6dea4202f7380617a16187407e3 +size 1166664 diff --git a/neo_1month/data/AOD/2012-03.npz b/neo_1month/data/AOD/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddff42cd73db084088e840f21b72c90f3ff1f58c --- /dev/null +++ b/neo_1month/data/AOD/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222a2d24bdedb8a8560da84bed7437cf5945fd2409fe9b333542626b2753e5ca +size 1166664 diff --git a/neo_1month/data/AOD/2012-04.npz b/neo_1month/data/AOD/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3152d3adda2b6d557116ca737da87dff62da0c6 --- /dev/null +++ b/neo_1month/data/AOD/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafccf316b93cec1e0a509286a761df51d33c3d0c8f991fca8899c9aea34bc25 +size 1166664 diff --git a/neo_1month/data/AOD/2012-05.npz b/neo_1month/data/AOD/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..522e777b4d7991d380f393385fa23840646c26c8 --- /dev/null +++ b/neo_1month/data/AOD/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c8ad30436371b969b36c5995b3bf03c87b14156337fe435423e50864b753c5 +size 1166664 diff --git a/neo_1month/data/AOD/2012-06.npz b/neo_1month/data/AOD/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1938b1af4fdac00e356b23d146f88f7d71a9b7cb --- /dev/null +++ b/neo_1month/data/AOD/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a20d5368379c7bc0be21817b2e314e35262eee3b4382a656c953cb125f802e +size 1166664 diff --git a/neo_1month/data/AOD/2012-07.npz b/neo_1month/data/AOD/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c6bd3857370e3e2d047d16c163f88e52ab6f839 --- /dev/null +++ b/neo_1month/data/AOD/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea2ee5ddd6f8963425b21f57b087896f726546e1231cf168851d598551c471e +size 1166664 diff --git a/neo_1month/data/AOD/2012-08.npz b/neo_1month/data/AOD/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0595d51197c7443e710e7b17e908b0ff9273e7a6 --- /dev/null +++ b/neo_1month/data/AOD/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611376638a9d8f2352393dfa2d7cb2f8dccda88e867d223d5c76366aeeea5116 +size 1166664 diff --git a/neo_1month/data/AOD/2012-09.npz b/neo_1month/data/AOD/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c39f3b5393d67075a7c51f665a28e06df206a4b5 --- /dev/null +++ b/neo_1month/data/AOD/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f79e397c4ee3dbb0c5d46abecbccb5397c51adf3c5cba2e5dbd503c6ddbb317 +size 1166664 diff --git a/neo_1month/data/AOD/2012-10.npz b/neo_1month/data/AOD/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..de6df7c3561f8654d8619c017ac7754fca8980ab --- /dev/null +++ b/neo_1month/data/AOD/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17505004c00b42d4f85ecbd465e3a359b5bc5b169004f84f3b18c0292f6527e6 +size 1166664 diff --git a/neo_1month/data/AOD/2012-11.npz b/neo_1month/data/AOD/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..03163eda69d46fdf309a3a31eed8b615327376fd --- /dev/null +++ b/neo_1month/data/AOD/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f1230bf94590344af9cff962cb14b739ff54d22b354f0c39e493091490cf48 +size 1166664 diff --git a/neo_1month/data/AOD/2012-12.npz b/neo_1month/data/AOD/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7298170afda6103c92c7ed221e4cee694a4339c --- /dev/null +++ b/neo_1month/data/AOD/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408cc9fc059e8988c0ecba966d35ea8855b6f1c1f79ff941a155e69837e923f1 +size 1166664 diff --git a/neo_1month/data/AOD/2013-01.npz b/neo_1month/data/AOD/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f613581619812e9505f385386cf9348c6b83a84f --- /dev/null +++ b/neo_1month/data/AOD/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb6608880585e32822474d9a8dbeb3dcb1dbeda020a4181dd825586372ce285 +size 1166664 diff --git a/neo_1month/data/AOD/2013-02.npz b/neo_1month/data/AOD/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5e30f56b55c43ae948699fcc2acb01ecf1d8f2e --- /dev/null +++ b/neo_1month/data/AOD/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aeabc287b248e4a1259eecf981e918824b08bd27c60b7def84d82555351e16 +size 1166664 diff --git a/neo_1month/data/AOD/2013-03.npz b/neo_1month/data/AOD/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..717b6d54909b62174736fb2b5d40249ab6836731 --- /dev/null +++ b/neo_1month/data/AOD/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e852fb2ae7b8f997e16288946bcdfea3a2771c95c9e8f17dbb1423e5abd09c +size 1166664 diff --git a/neo_1month/data/AOD/2013-04.npz b/neo_1month/data/AOD/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0ac5cd8854a78de1966252dcad23ae7d536c00a --- /dev/null +++ b/neo_1month/data/AOD/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780a786e4ca92bc4cc9e750bf8dee536dedc6334ad471f31c93c39a57a4f202d +size 1166664 diff --git a/neo_1month/data/AOD/2013-05.npz b/neo_1month/data/AOD/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3f359973a4082f165de9c04786b91667f6184cc --- /dev/null +++ b/neo_1month/data/AOD/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d88e5d5295a04527b1e9339736974b920a6823079bd8c0d95e81c60dbef065f +size 1166664 diff --git a/neo_1month/data/AOD/2013-06.npz b/neo_1month/data/AOD/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8d60e4cc1a43bc93d5949f344d05d75477dee29 --- /dev/null +++ b/neo_1month/data/AOD/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3828be8316fbdee7e3c5d65e1fa26d6eb1c67a878f6c8837d44471069a70b10b +size 1166664 diff --git a/neo_1month/data/AOD/2013-07.npz b/neo_1month/data/AOD/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a8d9850599e8331b0ce588771ff9ebbd7f99bec --- /dev/null +++ b/neo_1month/data/AOD/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed55b3fbbd20eac468c89b38637f7b427e9e9c2ed55578f0eb96345b3df6527 +size 1166664 diff --git a/neo_1month/data/AOD/2013-08.npz b/neo_1month/data/AOD/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab18a0b52710b65890f74a5a3658e9934cbebabf --- /dev/null +++ b/neo_1month/data/AOD/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48255ef0fca28e0222b539c2ab4d7aa07cf5ace42089a608599f82bccffcf14b +size 1166664 diff --git a/neo_1month/data/AOD/2013-09.npz b/neo_1month/data/AOD/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddb46ba0e4d01bd14d04d7bee5625a1428eddd94 --- /dev/null +++ b/neo_1month/data/AOD/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cb181f86a1501c266ade8edb09c218d1a98ba858a5c00e5bc5121178bdff48 +size 1166664 diff --git a/neo_1month/data/AOD/2013-10.npz b/neo_1month/data/AOD/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b01476b332929d3ec08c82a6a1c7c2aca0301d9d --- /dev/null +++ b/neo_1month/data/AOD/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a88fa5d97c812c24e672ad0ef43a1cf6045236cf5e38bbfd5eedd3908ff99 +size 1166664 diff --git a/neo_1month/data/AOD/2013-11.npz b/neo_1month/data/AOD/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e1cfe9d166205dfe1572cb620389ed1e64688dd --- /dev/null +++ b/neo_1month/data/AOD/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a15a4016fcf9b1c85dc788e905beb332b1b6e8552ddaff00e0d30873b7194e0 +size 1166664 diff --git a/neo_1month/data/AOD/2013-12.npz b/neo_1month/data/AOD/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f625f3f4b91b97b3ded7bd772bfd810363afcddb --- /dev/null +++ b/neo_1month/data/AOD/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fae52f5447014b24a8d248c154bedcab8238c56e2a80700e60ad19650e408c4 +size 1166664 diff --git a/neo_1month/data/AOD/2014-01.npz b/neo_1month/data/AOD/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..915f80471dd75c9bab341305521eb6e6201b5db8 --- /dev/null +++ b/neo_1month/data/AOD/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3dec3276135acffc3efee40670ff8bcd3966562bc6c3964ae3f67cf43bdbc0 +size 1166664 diff --git a/neo_1month/data/AOD/2014-02.npz b/neo_1month/data/AOD/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a5853185dc6d78e2bbbb2ee56fe61621854bac8 --- /dev/null +++ b/neo_1month/data/AOD/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e122c159f95f0296777434dcf0ef46ca92251c3cea19ec077691311c2fb3b78 +size 1166664 diff --git a/neo_1month/data/AOD/2014-03.npz b/neo_1month/data/AOD/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5876a935690735445113cce5dab8f3f09e1a9a1 --- /dev/null +++ b/neo_1month/data/AOD/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b241f4e6cbb45c84349a68900ac252c56f11b605dd9ae235b7fe1bde7936556 +size 1166664 diff --git a/neo_1month/data/AOD/2014-04.npz b/neo_1month/data/AOD/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b99635bb9edfe31ee3ced1ff7787ea777635a20 --- /dev/null +++ b/neo_1month/data/AOD/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8586450ac8653211ea6a7835320c53ebfea3fa3634ad802e945c6c5d9949c4 +size 1166664 diff --git a/neo_1month/data/AOD/2014-05.npz b/neo_1month/data/AOD/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..76c4c430ae53b45a884a647a00fe10c77d201aa9 --- /dev/null +++ b/neo_1month/data/AOD/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1e96b80b26d7e04ac7cc2904447caa12d10f82d59d391d2c1e879a6fa20f9c +size 1166664 diff --git a/neo_1month/data/AOD/2014-06.npz b/neo_1month/data/AOD/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..589eedb50960d2d0ac8e3f5e5b9b462bae6796a5 --- /dev/null +++ b/neo_1month/data/AOD/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3960feac8cf531d9ae929590258dedf911aa5eb0e7a331d5c23319bcd69586b +size 1166664 diff --git a/neo_1month/data/AOD/2014-07.npz b/neo_1month/data/AOD/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..78b107e48d5089b3f30270aeb41d12e616e8f9aa --- /dev/null +++ b/neo_1month/data/AOD/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dc50db576f0ae3524d507cfa54ead6ac7c9ff266e5e0031f046b9af9fcfab0 +size 1166664 diff --git a/neo_1month/data/AOD/2014-08.npz b/neo_1month/data/AOD/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..788336ad947250480a15f6970ef7a8551eedb045 --- /dev/null +++ b/neo_1month/data/AOD/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dcbae13e41d2a5cf5212c443ac821ce0e16f63f930d2d457028d66af8eccf1 +size 1166664 diff --git a/neo_1month/data/AOD/2014-09.npz b/neo_1month/data/AOD/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd6990369c1e7d7195c48a7173d3ef6983283a6 --- /dev/null +++ b/neo_1month/data/AOD/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c19510d28de7cd249d0b68a00a284969ecd4a6d397b9fe10bec1282477000a +size 1166664 diff --git a/neo_1month/data/AOD/2014-10.npz b/neo_1month/data/AOD/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ae8efe92c9c5b28e8139e2abd26987206f6115e --- /dev/null +++ b/neo_1month/data/AOD/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea15cf0a1076fd2a25cc39b6d4e9e7dd9f237a9d8647a45883dbeba6436c1db7 +size 1166664 diff --git a/neo_1month/data/AOD/2014-11.npz b/neo_1month/data/AOD/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..14c90a75b5ac0f054b97f92625c8112796e4a240 --- /dev/null +++ b/neo_1month/data/AOD/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41daf481cdc0b4020d5fc2a24c993e98c14f7bf1f60281c639a0bb5f7a3b8b97 +size 1166664 diff --git a/neo_1month/data/AOD/2014-12.npz b/neo_1month/data/AOD/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..973a7d09931fdfba8805582aa3c25c1538cd3d05 --- /dev/null +++ b/neo_1month/data/AOD/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a9bc73413bd0f14e04cc530fc484b73e86a37f6b207d3ada25c6a81f6dc94c +size 1166664 diff --git a/neo_1month/data/AOD/2015-01.npz b/neo_1month/data/AOD/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..52bce6ae0dfce10f359d2b711119d33fe5ddb648 --- /dev/null +++ b/neo_1month/data/AOD/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a9058c0e71dd498c20e57b3b6cfda523dadb0ccee951570036cbd7bbac73c5 +size 1166664 diff --git a/neo_1month/data/AOD/2015-02.npz b/neo_1month/data/AOD/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..276de89b0c24231b5b7d4df92359ab00cb76c592 --- /dev/null +++ b/neo_1month/data/AOD/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47df6742f777d9835452df9423492b25c1bffbdd103e763e204909eb61c9c4d5 +size 1166664 diff --git a/neo_1month/data/AOD/2015-03.npz b/neo_1month/data/AOD/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbceeadb2286f313730064f3251c0cb38bef0402 --- /dev/null +++ b/neo_1month/data/AOD/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32f707a4082eb848ea5a0aa81cad7075f063d3f1b55e3cbcd28412b2a8a34ba +size 1166664 diff --git a/neo_1month/data/AOD/2015-04.npz b/neo_1month/data/AOD/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4d867be7149e8c0b1061bf80f1eea3eb1504e9a --- /dev/null +++ b/neo_1month/data/AOD/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7fda4c291efb2c69a6910f2ca94588af7630360d6c185e547d771eefbc753b +size 1166664 diff --git a/neo_1month/data/AOD/2015-05.npz b/neo_1month/data/AOD/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..69937b490310583c4ea4f9959e51f8a34a4be0bb --- /dev/null +++ b/neo_1month/data/AOD/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c966305a4e2d7626c946678430ca56c5de1a1490115b9cbb3296d8a6f9757db9 +size 1166664 diff --git a/neo_1month/data/AOD/2015-06.npz b/neo_1month/data/AOD/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..534b336980483bb79d7cbc59dc30ed3409ac342a --- /dev/null +++ b/neo_1month/data/AOD/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fff275a93f301fce00ae9339a1a3506b7c86a0a379448d8b913ee05db1712d +size 1166664 diff --git a/neo_1month/data/AOD/2015-07.npz b/neo_1month/data/AOD/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8807395791c99863a3de5da84413c6785ec76164 --- /dev/null +++ b/neo_1month/data/AOD/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5bd97952659a52292faad872016621f05e84940aaf83f2f03f43f21a081bfe +size 1166664 diff --git a/neo_1month/data/AOD/2015-08.npz b/neo_1month/data/AOD/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a9a723713443de9adc8ccc50670df0c1fd03dd1 --- /dev/null +++ b/neo_1month/data/AOD/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb1cf58c1332fd743daf00a34a8ab548d2cc55139be3e350c9ba9f6cd919f5b +size 1166664 diff --git a/neo_1month/data/AOD/2015-09.npz b/neo_1month/data/AOD/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4285485f47006bd169c301c67e76914ef17d130c --- /dev/null +++ b/neo_1month/data/AOD/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfba73e95829ac55eb574fe8e5a36f9622da536bdd521961f8b9764438b7f98 +size 1166664 diff --git a/neo_1month/data/AOD/2015-10.npz b/neo_1month/data/AOD/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..683a61c25045ad24fa4e4ab9ece61c52f136788c --- /dev/null +++ b/neo_1month/data/AOD/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cd66f60d1a5796e2baa04726e0864199efc271bdda391050bbd64ce6a4f305 +size 1166664 diff --git a/neo_1month/data/AOD/2015-11.npz b/neo_1month/data/AOD/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9ef7ed514cbb189210aea6fa4656306aca528dc --- /dev/null +++ b/neo_1month/data/AOD/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0cf8f0329f68dbbb7467b2adadebd58394757457cf34e6641b20837959baf6 +size 1166664 diff --git a/neo_1month/data/AOD/2015-12.npz b/neo_1month/data/AOD/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..216f204c4d5b14e91585dc05d53e9cffe97e7a51 --- /dev/null +++ b/neo_1month/data/AOD/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2403fb4d907f632c5fcab08a0c0a82f04c23a74c3b6be1e7cf4b16206ad5b2b +size 1166664 diff --git a/neo_1month/data/AOD/2016-01.npz b/neo_1month/data/AOD/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3b9062e4a6d89baede6c15dacf59d740b26e6a7 --- /dev/null +++ b/neo_1month/data/AOD/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15eba9f1cd2b4cd7f513297e50998c1e6b13219037ef6d13d07ff2f345fdd0cb +size 1166664 diff --git a/neo_1month/data/AOD/2016-02.npz b/neo_1month/data/AOD/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..245bc45b0dca941c8a9ff338c46e5d1481d3fb0e --- /dev/null +++ b/neo_1month/data/AOD/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456e8c1506dd75c498d5856a990b83bd59caaffb7cee4d130c91af591217e724 +size 1166664 diff --git a/neo_1month/data/AOD/2016-03.npz b/neo_1month/data/AOD/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..81f1b8484396a2fe60a77012257f195b0130a306 --- /dev/null +++ b/neo_1month/data/AOD/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8195f8982bfc8fda1794f7958ece0e1c001c8b62167f853b9932cf8b61f29bc2 +size 1166664 diff --git a/neo_1month/data/AOD/2016-04.npz b/neo_1month/data/AOD/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e9b90144d146eb4a021e626d8341678e02a25a1 --- /dev/null +++ b/neo_1month/data/AOD/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f251476c97afab7da699c9081a88968c9f5232ba601efa44b94faf0a5354f3 +size 1166664 diff --git a/neo_1month/data/AOD/2016-05.npz b/neo_1month/data/AOD/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e8b70638239d12fcb6f8956446e2bfa33bf0c10 --- /dev/null +++ b/neo_1month/data/AOD/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7310252fe1ca6b4fe2c20bd06e5d7d677555804a357c6d4f60e5ac6923ccdad3 +size 1166664 diff --git a/neo_1month/data/AOD/2016-06.npz b/neo_1month/data/AOD/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..686123c1ec88a04d6be7b0221f87aca270ca00a8 --- /dev/null +++ b/neo_1month/data/AOD/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfc6366701d9afa30403b355aa9f52aa31c85487c5b4ed8527a87b5458f3515 +size 1166664 diff --git a/neo_1month/data/AOD/2016-07.npz b/neo_1month/data/AOD/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cfa08ed1a5f64fe20d5d47b9a3bbfca5af3f107 --- /dev/null +++ b/neo_1month/data/AOD/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e823684cfa370cdb04b0cd5ebc141189b498d392ac0aa6bacfb8faa40f83e260 +size 1166664 diff --git a/neo_1month/data/AOD/2016-08.npz b/neo_1month/data/AOD/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8353ce7ae61193a0978343858dacff487ce99f75 --- /dev/null +++ b/neo_1month/data/AOD/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21eb9bfc4a97f6d79334a788469ff47efed081a01a67b623fed5bf09113de3c +size 1166664 diff --git a/neo_1month/data/AOD/2016-09.npz b/neo_1month/data/AOD/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..486fa1abd150aabc38b4fd6a7ebae2969d7d6e46 --- /dev/null +++ b/neo_1month/data/AOD/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cc94889ae825a18890d11fca8b1b0a7e201b4a1fae3a3adf69607d8e3bfd62 +size 1166664 diff --git a/neo_1month/data/AOD/2016-10.npz b/neo_1month/data/AOD/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc50814daade40744778e5d37fe1376f4bcf5ab5 --- /dev/null +++ b/neo_1month/data/AOD/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea1b9952e8519d853a3cc097b01ff417863d3dd87756e04ac70a88ea3b98e0e +size 1166664 diff --git a/neo_1month/data/AOD/2016-11.npz b/neo_1month/data/AOD/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..52594c084f6db2075c4ce279b8409dec518b4f0b --- /dev/null +++ b/neo_1month/data/AOD/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabfce747493536229e50b7d25f4774db6a844b9db6e4bdca3fca2bae6ec3afb +size 1166664 diff --git a/neo_1month/data/AOD/2016-12.npz b/neo_1month/data/AOD/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31887f671c1bccbe6643817ea4238300f9c441aa --- /dev/null +++ b/neo_1month/data/AOD/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c562692833fa1ac8fa594f22f9e3f7b2a838d7913b9fc95223b5905003beb6b1 +size 1166664 diff --git a/neo_1month/data/AOD/2017-01.npz b/neo_1month/data/AOD/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..728310a9ebf9f54141068c09b3e81668752ce33f --- /dev/null +++ b/neo_1month/data/AOD/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a41f56d39b640e16340a4c274684c6e967fe30af2d22eb3ac9c911dc4cd1ff +size 1166664 diff --git a/neo_1month/data/AOD/2017-02.npz b/neo_1month/data/AOD/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5431780a1cbea76acd2819f97b0873d0908df6f7 --- /dev/null +++ b/neo_1month/data/AOD/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c4e951f61b86014623969b14170787723d3c5cf73140d715d2f2a938169bc +size 1166664 diff --git a/neo_1month/data/AOD/2017-03.npz b/neo_1month/data/AOD/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bdbed8054989be442bea596fca9acb1c0b397e --- /dev/null +++ b/neo_1month/data/AOD/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff83a596e6a8cc0f9fe84bc63821ca12813dff0e5ab9279f224b9404a8202ba +size 1166664 diff --git a/neo_1month/data/AOD/2017-04.npz b/neo_1month/data/AOD/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..24ed2f46a0a7f68e0783b91310534600db6b3505 --- /dev/null +++ b/neo_1month/data/AOD/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e558b1ff2961b184dc043463af2b57e117ae2c691390def4fc8c6cd20912082 +size 1166664 diff --git a/neo_1month/data/AOD/2017-05.npz b/neo_1month/data/AOD/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..88806e43843d80cd65775583fcc7888964939f0c --- /dev/null +++ b/neo_1month/data/AOD/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc7acd4c071d8c047589137bd12a100d4c71b19fea7210f6919978d345657ec +size 1166664 diff --git a/neo_1month/data/AOD/2017-06.npz b/neo_1month/data/AOD/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2e57ea7a2345e194e30d0bfadd72c983e67744c --- /dev/null +++ b/neo_1month/data/AOD/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e67fcfd17eee4c48dec5241eceb8315eb54b0f4cf9ab205cff04954cd16d38 +size 1166664 diff --git a/neo_1month/data/AOD/2017-07.npz b/neo_1month/data/AOD/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4ec708fd5f485cc2427155d9c3b85005df968c1 --- /dev/null +++ b/neo_1month/data/AOD/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb81082ad6197f8e060d9c902e0ef0e21519427347f6759e0b6e8689fafe9cf1 +size 1166664 diff --git a/neo_1month/data/AOD/2017-08.npz b/neo_1month/data/AOD/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..59abc83761a648817ffada6e0ff76a609b066be7 --- /dev/null +++ b/neo_1month/data/AOD/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428b3288b98c0e06701d7f28d8cfdbe430eb6827709f31bee5d3ca65555da199 +size 1166664 diff --git a/neo_1month/data/AOD/2017-09.npz b/neo_1month/data/AOD/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e8862aff4ce7afc2f95f3ed5886963b084a468b --- /dev/null +++ b/neo_1month/data/AOD/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c31699cd1b30394baf92f2cde2081aaa2876b4767bf596be34f34f00258acf +size 1166664 diff --git a/neo_1month/data/AOD/2017-10.npz b/neo_1month/data/AOD/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bb0834352d7dc9fae2ae5d6fd06396d5204b91f --- /dev/null +++ b/neo_1month/data/AOD/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697aa0596523edcb374d925ade3a6dc05e425ecface81a86d6424574fb4816d0 +size 1166664 diff --git a/neo_1month/data/AOD/2017-11.npz b/neo_1month/data/AOD/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c17b931d1e10717e183ae4c63fa5456d1154fc30 --- /dev/null +++ b/neo_1month/data/AOD/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e2b26a1e95d76d1b81c7e7662e90182cfdcb6a791fc2902171b8a3b7367ef1 +size 1166664 diff --git a/neo_1month/data/AOD/2017-12.npz b/neo_1month/data/AOD/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..af943dc401ed86c4a3c522b5fa8d888b5a98bb77 --- /dev/null +++ b/neo_1month/data/AOD/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197df283cb9df2c6b3d39c2899d34d0b358ec907c6c3cc0af2b9d735cf1a4d62 +size 1166664 diff --git a/neo_1month/data/AOD/2018-01.npz b/neo_1month/data/AOD/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a1d1c6168b041c3be95401a6678375048e22bb8 --- /dev/null +++ b/neo_1month/data/AOD/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2f3adb86cbd3ed9a0c911d90cf74a47b14717d3dc2ad3d91d0de7d80bc989b +size 1166664 diff --git a/neo_1month/data/AOD/2018-02.npz b/neo_1month/data/AOD/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ba971461495444cd5bfe7059970ec62a2c5f1e5 --- /dev/null +++ b/neo_1month/data/AOD/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acf35b6162efde327fe5667c966620077dac80316a05b4c23523289ebf72d13 +size 1166664 diff --git a/neo_1month/data/AOD/2018-03.npz b/neo_1month/data/AOD/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..aabeb80506f77337422f000f9f93c5a12958df28 --- /dev/null +++ b/neo_1month/data/AOD/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff48e91fc60eb57f97a90eb3578a17f7ca54011fc4267b6becdce558b444bc9b +size 1166664 diff --git a/neo_1month/data/AOD/2018-04.npz b/neo_1month/data/AOD/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..66cce52ed3cc3b277ee354afc2880fdb4e23976b --- /dev/null +++ b/neo_1month/data/AOD/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de7a8d4fa3d929269634b633723706f842230201a6678451e5696f6f3e17c27 +size 1166664 diff --git a/neo_1month/data/AOD/2018-05.npz b/neo_1month/data/AOD/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2ca1be03eecbdead51c0f8c915a9ab14c41e8b8 --- /dev/null +++ b/neo_1month/data/AOD/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d37f3769d970a54cf842e54acca14573a1c244705e8a2366cd103313a478d07 +size 1166664 diff --git a/neo_1month/data/AOD/2018-06.npz b/neo_1month/data/AOD/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..06c52c62fa52ab49d74fb0571f269722bfd4c8dd --- /dev/null +++ b/neo_1month/data/AOD/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbc6d8e28d08588813f71e1d4955ab76a05f67a8063f86532713ed6a968875c +size 1166664 diff --git a/neo_1month/data/AOD/2018-07.npz b/neo_1month/data/AOD/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e33db22c5ab0456fcc38ec4a8aea344ae6af82d --- /dev/null +++ b/neo_1month/data/AOD/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d40b95085d1ec216b8154589ea975ae559342ab4aba8e019a20c9b4012842c +size 1166664 diff --git a/neo_1month/data/AOD/2018-08.npz b/neo_1month/data/AOD/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7660d209d7f7a609a91982ea37e18cdb3860ea8 --- /dev/null +++ b/neo_1month/data/AOD/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1ff116e1fd5cc06571353191879ff91f295ecadc42f8b6ed8655bf0ce1169d +size 1166664 diff --git a/neo_1month/data/AOD/2018-09.npz b/neo_1month/data/AOD/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dff14abedb8ad95b6d88196df61b59295580016 --- /dev/null +++ b/neo_1month/data/AOD/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5adfa2ccc1073b3db24687729f08771ccd1c079a3b8d6b9ec87009161f69dc6 +size 1166664 diff --git a/neo_1month/data/AOD/2018-10.npz b/neo_1month/data/AOD/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a0463217afdbd4a9a8eae360843cb6e92d497cb --- /dev/null +++ b/neo_1month/data/AOD/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010bb5b5eb0cd4e524a076f14ee3e567d30a8742ac9a1bb35b33c7d5579d880 +size 1166664 diff --git a/neo_1month/data/AOD/2018-11.npz b/neo_1month/data/AOD/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0796e9c57e9f4f846ccb900945009b06167618b --- /dev/null +++ b/neo_1month/data/AOD/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc93b43a883ce8865b6328cc936c76954e1bb92ccf2c573e88ed7cc356283b1e +size 1166664 diff --git a/neo_1month/data/AOD/2018-12.npz b/neo_1month/data/AOD/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..338729c4ebf9e4cb14cb7688b873047cd747184b --- /dev/null +++ b/neo_1month/data/AOD/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9955a0902b90a1e423091877f949f32bcf78ae732765c87298a981d8fa12e77f +size 1166664 diff --git a/neo_1month/data/AOD/2019-01.npz b/neo_1month/data/AOD/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..530469b20031788dca58ec80fd53ea759129cce9 --- /dev/null +++ b/neo_1month/data/AOD/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e9603a5e05937e033fe7db1a6bc51aeb1db4ab405b1f5f4e4f2c67b8a85dda +size 1166664 diff --git a/neo_1month/data/AOD/2019-02.npz b/neo_1month/data/AOD/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..edf18b3ae7ddfa5040a4c8ab6ab6bbedc4557af2 --- /dev/null +++ b/neo_1month/data/AOD/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda9788ac5f893a4f2f8cc64638d8f27046837a3def77432d601cff3c364850e +size 1166664 diff --git a/neo_1month/data/AOD/2019-03.npz b/neo_1month/data/AOD/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..052ff44c4341a2cc54114b17da616cec1e3510ef --- /dev/null +++ b/neo_1month/data/AOD/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa33a886a3bba47cc02b5392e9686dc59e71ab29392e26f8417ec00917dc6b1 +size 1166664 diff --git a/neo_1month/data/AOD/2019-04.npz b/neo_1month/data/AOD/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..880ff18059955c8b4d1ff3a73011f6fd7173e34c --- /dev/null +++ b/neo_1month/data/AOD/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381c739d140d4539da1a8db25975e4567a0b2297239ff65fc48ef106dfdc9c06 +size 1166664 diff --git a/neo_1month/data/AOD/2019-05.npz b/neo_1month/data/AOD/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b779aff7a0d7e51bfd3753ed1ff5e743e9befb3 --- /dev/null +++ b/neo_1month/data/AOD/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee2a32f1408253fd9c8d8a3943e6fd3374157ac62194e7b835c0eec1000443f +size 1166664 diff --git a/neo_1month/data/AOD/2019-06.npz b/neo_1month/data/AOD/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..043a69461419cd1b9560c3296b991849d9342407 --- /dev/null +++ b/neo_1month/data/AOD/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecac781368345912f9e96c6eb5ef1f0d8af5e1f8a9adc768e0c1f629a4576b0 +size 1166664 diff --git a/neo_1month/data/AOD/2019-07.npz b/neo_1month/data/AOD/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..845f758e613589ee279251308652d7329f89666e --- /dev/null +++ b/neo_1month/data/AOD/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e924c1d04605253c0bc26c2b471a58e3027707bb9468f31365c2435aac8ecdfb +size 1166664 diff --git a/neo_1month/data/AOD/2019-08.npz b/neo_1month/data/AOD/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..69231623fc31f08c5e09b52557f28dde6f97f5bc --- /dev/null +++ b/neo_1month/data/AOD/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee0edf465d1959337183857f73376f7f1be130f2b3b0f21bdc9da017ca028c3 +size 1166664 diff --git a/neo_1month/data/AOD/2019-09.npz b/neo_1month/data/AOD/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d3dbc09418df5768542338b96a94c98e4084ac6 --- /dev/null +++ b/neo_1month/data/AOD/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2357d533b151588332af02c8aac2285a3b0b416b9bf1962f947acc1a020b72 +size 1166664 diff --git a/neo_1month/data/AOD/2019-10.npz b/neo_1month/data/AOD/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22bc236d160efa591f254711389a66c9f360ea1c --- /dev/null +++ b/neo_1month/data/AOD/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19378990a107c88c769aa2d0e3911c3ab81c8ec4ad838547ebea5d23f1a4558 +size 1166664 diff --git a/neo_1month/data/AOD/2019-11.npz b/neo_1month/data/AOD/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..459c23cb46e0d3ee94fabc669c74e050aff25169 --- /dev/null +++ b/neo_1month/data/AOD/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dbd078aeb9a7ad4d5ad47388e5bae40a0891f4bd3d79b86ebe94a2fb13f47c +size 1166664 diff --git a/neo_1month/data/AOD/2019-12.npz b/neo_1month/data/AOD/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c4bbb424d78e9054242f4829c2b5e3eace7c66b --- /dev/null +++ b/neo_1month/data/AOD/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa998bbb60fc79d84cebe4424e4d5077efda33bf17e1cab44abc3dba8e9d071d +size 1166664 diff --git a/neo_1month/data/AOD/2020-01.npz b/neo_1month/data/AOD/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec9b882c30c9624ec6a7a1edd801f2d8ab2ad62a --- /dev/null +++ b/neo_1month/data/AOD/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11ad8af5b1ba6a3db8ebd5173d877e5f561446c57feb00ad8a48a234fff96e6 +size 1166664 diff --git a/neo_1month/data/AOD/2020-02.npz b/neo_1month/data/AOD/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6336476330be8909ad70084ccd31c84cd7ccf1d6 --- /dev/null +++ b/neo_1month/data/AOD/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbd7470723fb28822175e39f9c9eea5eca60416e87f3221eca3af09c3aca65c +size 1166664 diff --git a/neo_1month/data/AOD/2020-03.npz b/neo_1month/data/AOD/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca2819b96f4b11a1e4433200e1630a06aa17d1d7 --- /dev/null +++ b/neo_1month/data/AOD/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a0d2f0e03cc724745f2b5aaf9ae57f357f2fbb60926e93b6a8bae36a025e60 +size 1166664 diff --git a/neo_1month/data/AOD/2020-04.npz b/neo_1month/data/AOD/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..42ac884c87f6cce976abf0bf5e5907615b3bc813 --- /dev/null +++ b/neo_1month/data/AOD/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bde2930830c4e98cd819a144582451803db64f58aee899c573203478a5efab +size 1166664 diff --git a/neo_1month/data/AOD/2020-05.npz b/neo_1month/data/AOD/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8174879c769e5e988c9ed5a049b9ed2f4f23b332 --- /dev/null +++ b/neo_1month/data/AOD/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d5d45cd6694b700091542d66576a4f567e8df236cca7d3c9cb8b69586be077 +size 1166664 diff --git a/neo_1month/data/AOD/2020-06.npz b/neo_1month/data/AOD/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..208764794cb5ff515aac82e3e8758a9e41ef4ce7 --- /dev/null +++ b/neo_1month/data/AOD/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f49724af5a98750556462b8b241c606aef6499e57a2e3355086f33bce2d86b +size 1166664 diff --git a/neo_1month/data/AOD/2020-07.npz b/neo_1month/data/AOD/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c48a4601c2dd43a3a3437ec117b73436fd366501 --- /dev/null +++ b/neo_1month/data/AOD/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7b237db9b349178b076660c975979e3ca4b6e420ef298f1681db6bff9c18c5 +size 1166664 diff --git a/neo_1month/data/AOD/2020-08.npz b/neo_1month/data/AOD/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0d76f4b889a28c1dfb63f64279b9817e0307ac7 --- /dev/null +++ b/neo_1month/data/AOD/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ac0046190f0338b2d6d192d06e7582df60f278cda1ed75e6dcd7d55b624ffd +size 1166664 diff --git a/neo_1month/data/AOD/2020-09.npz b/neo_1month/data/AOD/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f4d1707a2eae2a16355adf0fc622be39bccbc3e --- /dev/null +++ b/neo_1month/data/AOD/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5c530d437387db4ae39bf03d253ccef27629125c6adebccae67eca8c2ac91a +size 1166664 diff --git a/neo_1month/data/AOD/2020-10.npz b/neo_1month/data/AOD/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ff557e84c143484d03975d564c00174229aec0e --- /dev/null +++ b/neo_1month/data/AOD/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2d15c3e38c517ad5d8b62f0ac73f605b658a5a79d1e022042ae4ac253add97 +size 1166664 diff --git a/neo_1month/data/AOD/2020-11.npz b/neo_1month/data/AOD/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7c4c6c036768ec5202477b2a169ab40451d805a --- /dev/null +++ b/neo_1month/data/AOD/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e2ebd6311dac59fc7e590ece45da85a8868cd913780f6ec03bcfba606f26bf +size 1166664 diff --git a/neo_1month/data/AOD/2020-12.npz b/neo_1month/data/AOD/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..67569e22bf783d814cc5d4733a906a27cd53898c --- /dev/null +++ b/neo_1month/data/AOD/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ef05c24fd7b5e4acb85c01d3f8e30fc70cf209bda331dca47b35c27313df58 +size 1166664 diff --git a/neo_1month/data/AOD/2021-01.npz b/neo_1month/data/AOD/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e936173556aaa94aceed5bf3e0ada5c02374d9c --- /dev/null +++ b/neo_1month/data/AOD/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb12c3a0830476f0231d1440e8463af14d79a88792f961b109be1841daf21e46 +size 1166664 diff --git a/neo_1month/data/AOD/2021-02.npz b/neo_1month/data/AOD/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..76ef719f6d61949b8d2a3e884cfd03476daad201 --- /dev/null +++ b/neo_1month/data/AOD/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34312c4488a5fde0e65fbc060287798ac4d905116f148d65cbc9a3b4d14ff3f +size 1166664 diff --git a/neo_1month/data/AOD/2021-03.npz b/neo_1month/data/AOD/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bc1541e69a7128ccea0b710dff4441a5d88e89c --- /dev/null +++ b/neo_1month/data/AOD/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb91fafb605589978116d89ab1e0e0793bd2b08aa8752df4ac29b03990b3e03a +size 1166664 diff --git a/neo_1month/data/AOD/2021-04.npz b/neo_1month/data/AOD/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18cc4c5b4786d34658618fe67f23ffad9cee13ce --- /dev/null +++ b/neo_1month/data/AOD/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e3018626fa0bcd47662e3de14cca586966d60f8d8842fa19d61013b1c5c2df +size 1166664 diff --git a/neo_1month/data/AOD/2021-05.npz b/neo_1month/data/AOD/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7b66608ed1a4d87e3c9c55f17a8c69d89b016f5 --- /dev/null +++ b/neo_1month/data/AOD/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1ef5f3b15c1c4be471a8cb19ebed75c11a02246a2a52d9e1f2c0e6a028975f +size 1166664 diff --git a/neo_1month/data/AOD/2021-06.npz b/neo_1month/data/AOD/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ac2ecc581e6084bb1a8a9d8d14535a81b99f85a --- /dev/null +++ b/neo_1month/data/AOD/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a176e0f9c28e0172b2c9ca792139c0e434d9ae52523916768a00f441d7706ad1 +size 1166664 diff --git a/neo_1month/data/AOD/2021-07.npz b/neo_1month/data/AOD/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..59c0a917b4ba0c4669a3b3cfb62ab4645109f1a2 --- /dev/null +++ b/neo_1month/data/AOD/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35862a726cbe55e42fa1dcb684ee3b3a82838ea094493d461011d399f648e23 +size 1166664 diff --git a/neo_1month/data/AOD/2021-08.npz b/neo_1month/data/AOD/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c9c30cec99f6c9fdb3e30cd8323eb51bfe48d71 --- /dev/null +++ b/neo_1month/data/AOD/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3983dd00a4ddf0675625e884a84533478a504c081b9ec1af1d874e93416793 +size 1166664 diff --git a/neo_1month/data/AOD/2021-09.npz b/neo_1month/data/AOD/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5357e404ca26b56768644577f6fb7596c6333a19 --- /dev/null +++ b/neo_1month/data/AOD/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800783be665238cb3b08a8245fedd3609552984b882e03d1140f27fc6e945070 +size 1166664 diff --git a/neo_1month/data/AOD/2021-10.npz b/neo_1month/data/AOD/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e1eaccbfefa49c265a1d2d4590e1b8df4b7fc2a --- /dev/null +++ b/neo_1month/data/AOD/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec14c31e1cfc66344d11fae012468449f61df1e02970e12849cc9593926882d +size 1166664 diff --git a/neo_1month/data/AOD/2021-11.npz b/neo_1month/data/AOD/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f66c83fe1dea3bbb258e67da3ea0817a0daf30b1 --- /dev/null +++ b/neo_1month/data/AOD/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe53d37f40f1677d8b149b25db54162efb3f70661d997e64df2dc3da992e2db +size 1166664 diff --git a/neo_1month/data/AOD/2021-12.npz b/neo_1month/data/AOD/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5eaa9593a86b01f49371e1dc39c7b5220f8e910f --- /dev/null +++ b/neo_1month/data/AOD/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4411de15820d291e2b3ba91676c6276f919adf6e1dcbcb24bcfddb29566fb1b +size 1166664 diff --git a/neo_1month/data/AOD/2022-01.npz b/neo_1month/data/AOD/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6a1ee48a4aef4607b0b4fc5780b18971866e806 --- /dev/null +++ b/neo_1month/data/AOD/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a14896e3fc23a73bdcb8479c36792b9d0efeefde8907ba13183780bb680490 +size 1166664 diff --git a/neo_1month/data/AOD/2022-02.npz b/neo_1month/data/AOD/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c9f160b9272f8334b808316ac8df13432a65df6 --- /dev/null +++ b/neo_1month/data/AOD/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c6cf9c896eee94d70f08e2cf8c0ea64bf5fe7f051cec0a4f3bb527452e4c14 +size 1166664 diff --git a/neo_1month/data/AOD/2022-03.npz b/neo_1month/data/AOD/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7a4efacc2c01119321ea4282cea56c91b66896a --- /dev/null +++ b/neo_1month/data/AOD/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee3b0b9311d0ebb067da561043ef7ee2c5aecfbe5f21f84705fbeccb6e4a133 +size 1166664 diff --git a/neo_1month/data/AOD/2022-04.npz b/neo_1month/data/AOD/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..616e3b30bb69186be6a10081dfc59432c4066a65 --- /dev/null +++ b/neo_1month/data/AOD/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cda5ea1264a73fca2ab60308c88083426115dbe3be09c6d50902c3ed8b43f86 +size 1166664 diff --git a/neo_1month/data/AOD/2022-05.npz b/neo_1month/data/AOD/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..69c2feb3328486f77747f3e92de0ffe0446d9dff --- /dev/null +++ b/neo_1month/data/AOD/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6783dde9fcadf8e1aa0ba30bd16582be1f1c01319748b2720be145b980d0465d +size 1166664 diff --git a/neo_1month/data/AOD/2022-06.npz b/neo_1month/data/AOD/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba4c24fad5dd9bd9a8cb23b934ba65cf0e29eaa9 --- /dev/null +++ b/neo_1month/data/AOD/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73fe8cf87ab982b231fed042eb0bdbd84e86a66d2fded22c21b707070e8ec83 +size 1166664 diff --git a/neo_1month/data/AOD/2022-07.npz b/neo_1month/data/AOD/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..02db853140f3ff74e583439808d3f37611cabb87 --- /dev/null +++ b/neo_1month/data/AOD/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7c2bd34e7ea9115c7e49761a6df05c6a214cd51ea153346796100772d36d7f +size 1166664 diff --git a/neo_1month/data/AOD/2022-08.npz b/neo_1month/data/AOD/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a71ad39c279962279e7576f52666e887deb247c8 --- /dev/null +++ b/neo_1month/data/AOD/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b418e85d4b5b64f4734167ff685635ef3849239b7639249e758f8dc2b5bffc +size 1166664 diff --git a/neo_1month/data/AOD/2022-09.npz b/neo_1month/data/AOD/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d1b1e4d56549c378717741edb57ebe756109400 --- /dev/null +++ b/neo_1month/data/AOD/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f137a6186d7930e82ba28a3a47c5c8df89ae9208f95aa92d97cbf93c50ead54 +size 1166664 diff --git a/neo_1month/data/AOD/2022-10.npz b/neo_1month/data/AOD/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2debd11e8dc86b1dd57cccbe1f67135e0710e004 --- /dev/null +++ b/neo_1month/data/AOD/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bb27d8394489a4add9f6f0cf3a4e0c5eebb1dbe15ae6e1cc8ebcac2675243c +size 1166664 diff --git a/neo_1month/data/AOD/2022-11.npz b/neo_1month/data/AOD/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee881e4203623ce8db28fe67c6f96fde4b8524a --- /dev/null +++ b/neo_1month/data/AOD/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7bee6b23c16b658de513e4610a4560c307d66db781535c868b08e732f1c0f0 +size 1166664 diff --git a/neo_1month/data/AOD/2022-12.npz b/neo_1month/data/AOD/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..643b27b5cf62b36f24b6a09f81f9f8ef614a712c --- /dev/null +++ b/neo_1month/data/AOD/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1874be3ed304151af38a7c72a6e9334ba8c501a41226c4552e27796a8250c746 +size 1166664 diff --git a/neo_1month/data/AOD/2023-01.npz b/neo_1month/data/AOD/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..eef90f0e980b381ff86af1fcccc765cb492638ae --- /dev/null +++ b/neo_1month/data/AOD/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3154f4e31aa10fcf284d3bbd62f8e74895677b520a266e82a04d789ae9a649e +size 1166664 diff --git a/neo_1month/data/AOD/2023-02.npz b/neo_1month/data/AOD/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfa095da7ccafa8b8f026d56108bb06ef161c489 --- /dev/null +++ b/neo_1month/data/AOD/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2784fa2daad3a18b84a19a54217a7056cb6ae8ed5e3ff783dad022d3f3e9a0d1 +size 1166664 diff --git a/neo_1month/data/AOD/2023-03.npz b/neo_1month/data/AOD/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..44faf31cab0edbb60947a7e0d173117171f300a1 --- /dev/null +++ b/neo_1month/data/AOD/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce251cf9de3437ef8b2af515283fbd13ccd01f7788c3b7927ef43bac75f13c5c +size 1166664 diff --git a/neo_1month/data/AOD/2023-04.npz b/neo_1month/data/AOD/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfaaa81a2a3d1554cff5278bda222c8543e82d1b --- /dev/null +++ b/neo_1month/data/AOD/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be54f6187cbca22c2be266d4d486786d8e32816b574d85b9444f649d2385081 +size 1166664 diff --git a/neo_1month/data/AOD/2023-05.npz b/neo_1month/data/AOD/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..86720dd16ea23555361fc813c9c54a9df8fead80 --- /dev/null +++ b/neo_1month/data/AOD/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8418d2071131fce90336da3bddcbc55385a5e6c6b6761d5037cf0d037aba2ed6 +size 1166664 diff --git a/neo_1month/data/AOD/2023-06.npz b/neo_1month/data/AOD/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..318f163072c57c03826f23b4d4d2c5f8f699a058 --- /dev/null +++ b/neo_1month/data/AOD/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0da47143822e93ba788929970d1a287d03aaa014b4957aaa09e3d8968d2dbf +size 1166664 diff --git a/neo_1month/data/AOD/2023-07.npz b/neo_1month/data/AOD/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..496f5a13e7be647130ee88b2c107a9910230fe5f --- /dev/null +++ b/neo_1month/data/AOD/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cbbc8d882dbf4b0a514b0e1286777d919968bb1cbd60a02a8026484f7decd3 +size 1166664 diff --git a/neo_1month/data/AOD/2023-08.npz b/neo_1month/data/AOD/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..887af49760fa96e66a268b95353df6f239a7b764 --- /dev/null +++ b/neo_1month/data/AOD/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6c01cd6c979e98666eebd85f1bfac4c205d919ef9399bab2d4e8dc454261d5 +size 1166664 diff --git a/neo_1month/data/AOD/2023-09.npz b/neo_1month/data/AOD/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9621339d31d2722d5debf963b62bf0ab5c33518a --- /dev/null +++ b/neo_1month/data/AOD/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f061c0f407e4e68d91adcf5d19d7014af3aac5a73319878b88f6c57397c876f +size 1166664 diff --git a/neo_1month/data/AOD/2023-10.npz b/neo_1month/data/AOD/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..20e50ccde2042110bc6e6188a6419e3d85f0d963 --- /dev/null +++ b/neo_1month/data/AOD/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53856f7bb70e06af4b81e0c5529f605f4eb915ac4e693b68acc9cef25a9ae800 +size 1166664 diff --git a/neo_1month/data/AOD/2023-11.npz b/neo_1month/data/AOD/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..97dc716b05a05ea47963a1f27623f987c1a54647 --- /dev/null +++ b/neo_1month/data/AOD/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8ad5319a6b673d1ab80298339f3467369da363ac4181a5ad3499a6aa85ee08 +size 1166664 diff --git a/neo_1month/data/AOD/2023-12.npz b/neo_1month/data/AOD/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c749ea65e914f8259ae452993d357ce489bc8198 --- /dev/null +++ b/neo_1month/data/AOD/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc799259efbf5a63fc69f4c699892c5c4ae63c5dcdf896cbe4b4e99c91293f5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2002-07.npz b/neo_1month/data/CHLORA/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5c06f5d79f7ba6c9eb5d9f9d6b3e2af360540d0 --- /dev/null +++ b/neo_1month/data/CHLORA/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c1cfc8b9b76b4036b54ee763a05ce03a4e53481d40502aa8b280b3867d247e +size 1166664 diff --git a/neo_1month/data/CHLORA/2002-08.npz b/neo_1month/data/CHLORA/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a1932576b6362e100e33b432279cbd8c5602bc6 --- /dev/null +++ b/neo_1month/data/CHLORA/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b620258cebece076b1f27ed6dc9cacffe5decb3aae570dbcb1da7555221004e +size 1166664 diff --git a/neo_1month/data/CHLORA/2002-09.npz b/neo_1month/data/CHLORA/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..aff555cad6a7350671f607480669e8d78154c27e --- /dev/null +++ b/neo_1month/data/CHLORA/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87867cdf759ea34f3cf064e0fed51d4869ba6521e1ea911479f2d6f7d4d7059a +size 1166664 diff --git a/neo_1month/data/CHLORA/2002-10.npz b/neo_1month/data/CHLORA/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed2329cd9213ea035a166b9c59a7949ae92775a0 --- /dev/null +++ b/neo_1month/data/CHLORA/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e8f814c7b0522efe9f5530f2d8edd8103efa65032cddca50ec9b0bbc922789 +size 1166664 diff --git a/neo_1month/data/CHLORA/2002-11.npz b/neo_1month/data/CHLORA/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..50747da83f019e54dcd0c2e9c8b371fffb869ef3 --- /dev/null +++ b/neo_1month/data/CHLORA/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e0b5a85a72c82e85086a98a5c151e778b5389e84cb634bf3d0c49a577af565 +size 1166664 diff --git a/neo_1month/data/CHLORA/2002-12.npz b/neo_1month/data/CHLORA/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..93175bd700130df3efef2ef6632b49aec3274e49 --- /dev/null +++ b/neo_1month/data/CHLORA/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66a2f5479010365af757336c719d63e6f9764b949b1fc1d20eca2ae5caac7f2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-01.npz b/neo_1month/data/CHLORA/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b32d32be23067cb1194ffad4ac8520c809810b0 --- /dev/null +++ b/neo_1month/data/CHLORA/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8ab82062c82e0c91325881dd351030f7bbce5956b314f7fc0b3927189a62cc +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-02.npz b/neo_1month/data/CHLORA/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..00aca6d4eca581cbe4a36072d592daccfc5ccf3c --- /dev/null +++ b/neo_1month/data/CHLORA/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71aa3c7d58c0075926d59f036fdda9bb1f6d71f4be2e9d55af4e4d80ca462ca +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-03.npz b/neo_1month/data/CHLORA/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..02213c84fe7519e1b1f4e56e1dac6b3aa430d6d1 --- /dev/null +++ b/neo_1month/data/CHLORA/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555a9f76ee8f71daebf649e230bbd17dc99f65bb8e7247c44d53467a7ff20b08 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-04.npz b/neo_1month/data/CHLORA/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..994de29bd6892346c433ab33d8d773368e25cb0d --- /dev/null +++ b/neo_1month/data/CHLORA/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c38a48827bfdee2dc317ab0e7f390b4ccf0d22d4cbfc1c0f6df887d32968f9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-05.npz b/neo_1month/data/CHLORA/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ead8800be55978269040acc7c1099fcbcc6be208 --- /dev/null +++ b/neo_1month/data/CHLORA/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d4499cb05170dfeac593507dbb20c4dfe210839cac3c43922519f4ad75dd59 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-06.npz b/neo_1month/data/CHLORA/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..91cbedf67b37afd38b283d9c3a1328cb7f4671df --- /dev/null +++ b/neo_1month/data/CHLORA/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1772a9dd2b3fe90e5df51042280862fd65214eb441fd0d5df90f4f036182b42 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-07.npz b/neo_1month/data/CHLORA/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f081a9cf434d5b7295631a3fd65ce19dbf9198bc --- /dev/null +++ b/neo_1month/data/CHLORA/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2534b7afa9663b3f8aa6116244793b4b3db0dce48f2e7f1eeb1cb5d153d46f +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-08.npz b/neo_1month/data/CHLORA/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8522e5286f45a575b735a725b5788fc6c80e253f --- /dev/null +++ b/neo_1month/data/CHLORA/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3bd3dc0daf8770f3ed9a94d36f8c6fe4630628ab94375a442baddb4dc33afe +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-09.npz b/neo_1month/data/CHLORA/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e7ac5e41d893f110750a571678b1433493de3b2 --- /dev/null +++ b/neo_1month/data/CHLORA/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0986d2d39d777d30540a9d34baff091b8215e1457117a1a607e352d44cebbdd3 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-10.npz b/neo_1month/data/CHLORA/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d31b82bb6f1de0f6392c680646f050fd7fb333f --- /dev/null +++ b/neo_1month/data/CHLORA/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591cf082c2807aaf4af2106206aacac2ece7c0cdbe32fad28f66d30bb9d5a7a3 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-11.npz b/neo_1month/data/CHLORA/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6f6f07d743ecf0ab22e00c1b628d0502003e43f --- /dev/null +++ b/neo_1month/data/CHLORA/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5f423184fc46ec274ededf6cf1db489bdd451e7a406427467479a86f2c61c0 +size 1166664 diff --git a/neo_1month/data/CHLORA/2003-12.npz b/neo_1month/data/CHLORA/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc2d944b05beeaabc667521636f3cf8092017399 --- /dev/null +++ b/neo_1month/data/CHLORA/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162565a4a42d735043989d232605696a2cc7092691df566d54ef20d9d5bebd6c +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-01.npz b/neo_1month/data/CHLORA/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..01269ed6c76d2621b23ab8827af6fc14553f8b67 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be057d9726cc615a82fd328afff9b39ff25cfcf34f50a09411179bfccb9e2315 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-02.npz b/neo_1month/data/CHLORA/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fee68195a79726b04d9bd58fa8fa777145de2384 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905d0cb54f104ee3e646c961fbb1537da7c6aae0577326c0cae33339ab973990 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-03.npz b/neo_1month/data/CHLORA/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b2e1d2f40e1d6707a2868dd30aa3926c9f253b0 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a148b54d50f7e341894e9b740f45dd9c957bbd89abf8cc50b4bea5c37be062 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-04.npz b/neo_1month/data/CHLORA/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c8e0a385d6b306c2dd40b17401bbc9726e46b5b --- /dev/null +++ b/neo_1month/data/CHLORA/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d75ff25478497df5cafefb3298cf8bf9615a09fc7f16e4c22eaef69879eacf1 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-05.npz b/neo_1month/data/CHLORA/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4a622d804e009115af8b4297e665cdaf283d9c4 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e1826f074826ebaabcb2c5fc4b6ad14e4d1e23221c7dd58667e5a0e1acc2b5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-06.npz b/neo_1month/data/CHLORA/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dd5329b1ccb278d6194fc4eab605efdbe49dbf9 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115d59bdd6c3544345a7d3ff800ab04e0b4347696cfe92397087449de5682664 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-07.npz b/neo_1month/data/CHLORA/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..202ba94dc1ae93db075edfe2b3efa46fe77a961f --- /dev/null +++ b/neo_1month/data/CHLORA/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ab55a3a735199e9155563fd7d4fb9619980bb6e66ad2ab12c416ffc47a7fa6 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-08.npz b/neo_1month/data/CHLORA/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..02826f6bc61449d7bc8a44cf7d6cd114db42c265 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97bd4ebf9bd4872eda4c5068125800afacea969e205259d86d9ce2112b0fd3b +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-09.npz b/neo_1month/data/CHLORA/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..868b3c7fa6d31a7395fe990ea4b835a6452cee52 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72e81565b3ffc333a70fad237c0ada70d57e226d19a6da80ed6698afeb7d719 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-10.npz b/neo_1month/data/CHLORA/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c52c51183980a026f3827eba271501fd58103170 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214c48edcad707858342dcb3803df862f82c26d620ed29d5207e546b62a04e85 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-11.npz b/neo_1month/data/CHLORA/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..994c66afdffd3c7dff3783a7c6942fc9dbd36bf3 --- /dev/null +++ b/neo_1month/data/CHLORA/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571b4c4b8350cecf9f059912cafbcea60134963e438345cc469a713eb30c8c84 +size 1166664 diff --git a/neo_1month/data/CHLORA/2004-12.npz b/neo_1month/data/CHLORA/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4029ec468839c102d3f2fabffc1451f384f397a --- /dev/null +++ b/neo_1month/data/CHLORA/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9f003d79cd33cfc0ec11654ff7c9ab9320a140cb1f7725cbc0a46a24ebe6ed +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-01.npz b/neo_1month/data/CHLORA/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e9976e42067f1fe5b23c5fbbfff484421533bd0 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a72d48d655a81eae5b3fc953d2c499253388012729301c326d3cf02dfaaf5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-02.npz b/neo_1month/data/CHLORA/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8a02b1020223accbf647884f64928789db42b08 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465655b82beebed6926e11e19cddb974e1ee5d619d2e8f6762f969895092e169 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-03.npz b/neo_1month/data/CHLORA/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4936ecc42f422e2aa2d6398d5c8e30086f16c20 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a61ed9812aa23f473dc9214fb923cbc22392ac22ae9652942d7c4e6822799b5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-04.npz b/neo_1month/data/CHLORA/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5dafd7afef9553b645891fa0e3fe2c1d42c97b9 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b861b66e07e911ffbdc391cfeac58ddb0f95d844f9185135e51d6dfcacfe67a8 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-05.npz b/neo_1month/data/CHLORA/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f713086aa71a0e4856afe242db2c9c5ff8f205af --- /dev/null +++ b/neo_1month/data/CHLORA/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab31e2ec77970ca81900e422de9903ce8aca9e2cddd3777673e2373e718de33 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-06.npz b/neo_1month/data/CHLORA/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8973bbbeae3c8afe58f50e10651775fc9f46da7 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce3fc6cc14b218fbf43fce3f2a8b8340f7c6f4003731adff08459831e94d43f +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-07.npz b/neo_1month/data/CHLORA/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ce3a569054f1a8dd5107b67ecc7f3c85566cdbd --- /dev/null +++ b/neo_1month/data/CHLORA/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf83ece59a79f0d51288cda2c15982e32939fb25c6e8f6870cdc3655961ebfe9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-08.npz b/neo_1month/data/CHLORA/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27863aa74a19352035a6ed0929de7efe7d7f82b --- /dev/null +++ b/neo_1month/data/CHLORA/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae9e7c57bd5df7d39e4f31736ca920fffc6aca88fdd0a68f6fdf763f60167a +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-09.npz b/neo_1month/data/CHLORA/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a53ab15206c0d3399436b54c5c89cbe46d5c7035 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85536ca01f5c88049e1d600350dd67f8e50d6a91d3b8bacc31495a288d69a78 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-10.npz b/neo_1month/data/CHLORA/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5a73d29da90562fdf044c7c2971346972e9a629 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fd2864bbdd04066903602d24ead30b19cf9af31db3057c6be16a6d7262a900 +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-11.npz b/neo_1month/data/CHLORA/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..009101adc1a32a5d53e9d43327d010eeb720cada --- /dev/null +++ b/neo_1month/data/CHLORA/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a04e5a3fca30d4219f77b155f30aa884040e154079b54ca333573ef25a4e5d +size 1166664 diff --git a/neo_1month/data/CHLORA/2005-12.npz b/neo_1month/data/CHLORA/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..57e6a5c4befe2f93f09f4fe1f29252c270ed0fe2 --- /dev/null +++ b/neo_1month/data/CHLORA/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15aa9af7bcdc12ba7c55193d0f5777becb09244bafaa0d97da305bbae7ba7b4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-01.npz b/neo_1month/data/CHLORA/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3396fd505518874b09aa8e9e96ae6c078503991e --- /dev/null +++ b/neo_1month/data/CHLORA/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133e2a60920552cc85ac716c66814b95115728a772f31ff90e550f582fd9a217 +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-02.npz b/neo_1month/data/CHLORA/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..04cd88aae3913ded5f3de7e94b5ac8ceb4eeedb7 --- /dev/null +++ b/neo_1month/data/CHLORA/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd093e1a53c1b33f26002415133319437be97179a7a84dc45b40dffdcce067d +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-03.npz b/neo_1month/data/CHLORA/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1a82e8a92e65107361cf1e95469506426d17d8a --- /dev/null +++ b/neo_1month/data/CHLORA/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8950c44f4704e73a027c66dad96cdf0b17b340d3decadbd7902fb940ff46de +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-04.npz b/neo_1month/data/CHLORA/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f34850385e81c480e89eb78da3f297ead58ecfae --- /dev/null +++ b/neo_1month/data/CHLORA/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9421fb456d8a9e46243001de1e56a40597a6796c070bf643b5f28b3aad76701a +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-05.npz b/neo_1month/data/CHLORA/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c9ef4f4dc0c06e9e4e9b4af2236d6ebbca7e73b --- /dev/null +++ b/neo_1month/data/CHLORA/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26623d141c722d72ad8047ec8265355cd921036c668614aba340c48cccd9cc21 +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-06.npz b/neo_1month/data/CHLORA/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..82191f8131835cfab998a104529843e0a93a8aa4 --- /dev/null +++ b/neo_1month/data/CHLORA/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169d811a901bddc0b188ab3eaf00ce8976d714b40a355404c5ff41bb33af696c +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-07.npz b/neo_1month/data/CHLORA/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..573f09ff58fbafee81ada23b53730066ccbdf385 --- /dev/null +++ b/neo_1month/data/CHLORA/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd4fdd5832a0953d93efd0975f6bc838817bcba0c616c7160b958a3bd92a545 +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-08.npz b/neo_1month/data/CHLORA/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfae9790b2c65e44ed5ea6649ef7ca1caa5f7d42 --- /dev/null +++ b/neo_1month/data/CHLORA/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c622213f0c962799167806bb09829e9f3f5e50a627689b4c3df44102282bb4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-09.npz b/neo_1month/data/CHLORA/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..18ba428d43bfbf0fd73fdc40ae04cba9c7524551 --- /dev/null +++ b/neo_1month/data/CHLORA/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b97d13bc3e2bcc008a945fbac1c2b0c342e067065239fb2dbf588d5d4c9f21e +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-10.npz b/neo_1month/data/CHLORA/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a8b3ebef7f50e097f54b361718bf2ed9a12effc --- /dev/null +++ b/neo_1month/data/CHLORA/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0222345b51426d1b4b6b4a0636b6baa5a7c2582cc1754ea5585807ebacd8cf9d +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-11.npz b/neo_1month/data/CHLORA/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1e1f45f4397954a1a169b04a916ae76389dd98d --- /dev/null +++ b/neo_1month/data/CHLORA/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddb1cd198b9568ef86bf698ec079eec65fc7b18115fd163b9f9b00a70f43f08 +size 1166664 diff --git a/neo_1month/data/CHLORA/2006-12.npz b/neo_1month/data/CHLORA/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ffb1e0879a12b323cbadf27ad2e5c24ddf0851f --- /dev/null +++ b/neo_1month/data/CHLORA/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f6df909170470eaff602bfeb1a3487c4626b41098bb76078557f5f387cf70 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-01.npz b/neo_1month/data/CHLORA/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..44dd4d763f2b17f9c26214c983cd94c0f22642df --- /dev/null +++ b/neo_1month/data/CHLORA/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e93f0d5a9948a84865303fefc5f4d68185f92056001bb82881380bd4161590b +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-02.npz b/neo_1month/data/CHLORA/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2493dff31e300d6d0710d31e2cddd898640e4f3 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3422bce877de507a14088670a127517b9bc49a90f4f1324238e61236eb1c32f9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-03.npz b/neo_1month/data/CHLORA/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8a9ac2f833474f6bacd886cd3e1de77664fb7e8 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a757d1b67b2e3ff63948735a78c801ce2c7ca2543ba314df74c0c85fa40db6 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-04.npz b/neo_1month/data/CHLORA/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f33161cf5379a7b38eb4d0c170c503367d363ebe --- /dev/null +++ b/neo_1month/data/CHLORA/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dc868a3e34df0d1483b38ff1e80bfbcfc7425006fb3efbbc5dd48b56be8f1e +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-05.npz b/neo_1month/data/CHLORA/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..91c687f32d53fa474251d7705190bac7fd65abc3 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c540548ca700be19d9d1b4d0aff286d01eddc31accb3fc93b7622c06e4f777fa +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-06.npz b/neo_1month/data/CHLORA/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..411be64e4f5c0bea2ee32881fd2998bdf7ba3b2b --- /dev/null +++ b/neo_1month/data/CHLORA/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26d6d9a757a67a84246c302bbffeaca6c06248c56904a3d5f0570d07c9c6f60 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-07.npz b/neo_1month/data/CHLORA/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3e0d0c37d6ba8b5e4769cc8d64ca3ff47c913f4 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed0a4126dd0d0e86b6a63775d443603a12ca381f87a2a1abee0244bee157a23 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-08.npz b/neo_1month/data/CHLORA/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c21c7058c6aa4c28257333c6ebd778c895042881 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fd65a8e262deece03a906d90a30ec1aa95694f65099dfc2904e50ce54c1a78 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-09.npz b/neo_1month/data/CHLORA/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..675eab4bf17cfe60835ef4b9be9ed41990fd761a --- /dev/null +++ b/neo_1month/data/CHLORA/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a90fefbb4c492814ecedd05f4f4894a94b5a134aaebb051def2af0c39cc3df2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-10.npz b/neo_1month/data/CHLORA/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd9c93c426c0d15b739f7a08e3a430a57af490f1 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae095140073b357afc6ae11941f4878e1fe1baf7c85fdfc7c46a25fa380095df +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-11.npz b/neo_1month/data/CHLORA/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1881c914207de48e234bf97d9355ae3318f813d0 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4269ec5502833fd2a8338e7bd647c20d341d71b853bef6839709b77686cd79d +size 1166664 diff --git a/neo_1month/data/CHLORA/2007-12.npz b/neo_1month/data/CHLORA/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..91f4c7235a6febb1e5e2e4a93ae3293383ad6127 --- /dev/null +++ b/neo_1month/data/CHLORA/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a0c223ca9fba9ccfd25270201c5fc2cf2e67b8c0b2dc8b5268c52b0b7a90bb +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-01.npz b/neo_1month/data/CHLORA/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..11d001a7361069cdebf38e23767aeccadbbec4dc --- /dev/null +++ b/neo_1month/data/CHLORA/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65bf2a0c4b9adfe642bc7da8d13183414db05d0eb8b6c32a45e952158c4f21 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-02.npz b/neo_1month/data/CHLORA/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a17fe31c14f12939292d90d674346e04928b64f3 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7943afb0e3d755be44c1ef048da24a4a724b49f565e78ece65ca8337da6b51a1 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-03.npz b/neo_1month/data/CHLORA/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..132c9fd5e15767b05f11f4b8c73e6dbb0178ff4c --- /dev/null +++ b/neo_1month/data/CHLORA/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4917356a8eebca192fb98b5a8555e8aae92ac0196e62861ff0be970dd22fb61 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-04.npz b/neo_1month/data/CHLORA/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d689a3d252028c8862add8ceb462ba36fe1c13d1 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0127eea962e2927ac55919b34b7ee3c2fffbc3162e62e71ca2078a3eb2d4f1b +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-05.npz b/neo_1month/data/CHLORA/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b6d88336ac2596a9c64898379ff176fce7a860e9 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd0d891934139943ef740bb1facfae8af9455c720cb6c3d68a4f30e514670b2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-06.npz b/neo_1month/data/CHLORA/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ece374fa5fc1c61be3cb27aba8c44758e2a81bb6 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb842a49cff81ae27a7f8be3823cbce12d26fa410685034fdadae6f1caddfe8f +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-07.npz b/neo_1month/data/CHLORA/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5743b763ec5721776c79556d42c3ed7ac84bc82d --- /dev/null +++ b/neo_1month/data/CHLORA/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ad42da1063e634622c66a00b996f61cab855b6332448ee9bbc68e34c2c1c9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-08.npz b/neo_1month/data/CHLORA/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..95925ae17ceef9f0b686e583623b6d1cd416ce4c --- /dev/null +++ b/neo_1month/data/CHLORA/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e7f65938896d6f6971312c91d97fa757bd413f310cba150caee0db4d45f8bd +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-09.npz b/neo_1month/data/CHLORA/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0793a582e88ba390e104c4c39b99fab636c270d --- /dev/null +++ b/neo_1month/data/CHLORA/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cbd3ec3238875f1c044f0b6057150550d64037c79b9b0a96f98ec0df617008 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-10.npz b/neo_1month/data/CHLORA/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9bcb92fea487a21f81798ea269b511d0bc545f3 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db8b380f9a031827d5bf29afcb9c8b4042839edf9fa46b36f16c51ec89bb1ac +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-11.npz b/neo_1month/data/CHLORA/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ffc075f23c2c0c4cb79c2f0aff1fb6f1bd667b5 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c4aac96b0c3a3cb2971598400d1df351cc85b338dd7a36f812b7aadf3e2f85 +size 1166664 diff --git a/neo_1month/data/CHLORA/2008-12.npz b/neo_1month/data/CHLORA/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6369f247760118b6baae91210149ab5448dcf07 --- /dev/null +++ b/neo_1month/data/CHLORA/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed685e13fe7083924339d9e9fb40c965e55852c20430ef4030eee2cc4bc2841c +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-01.npz b/neo_1month/data/CHLORA/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9289e716ddbe0635a791f13699e513eddc7f00ae --- /dev/null +++ b/neo_1month/data/CHLORA/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05113ec5edcedbbf3b8171189d81ec309d8483bce38d27d1b656eed08946b46 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-02.npz b/neo_1month/data/CHLORA/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e83295aec6881987703d7824ef33351283649e6 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb4f64cd527666624226813e63955fcfa5d982cdb9d6feba0fa9a0e8add8fff +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-03.npz b/neo_1month/data/CHLORA/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a49912dd62cd2820cd762057f2d9966cf6689535 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016982998db442630f0d13340b9ab61a373a551283395c5633c6f28149052d98 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-04.npz b/neo_1month/data/CHLORA/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..679e4164df58a3e9071f7076eb0763c09253c454 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045d599c798f7f269b1340cd20e94a548a6c729e930b418223329a455ae7739c +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-05.npz b/neo_1month/data/CHLORA/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d42a08c4d07f917526ff849d77b0a41d4ad0d6e --- /dev/null +++ b/neo_1month/data/CHLORA/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69ea5bbba753989ff8d9e724bab196604ae9b59b9142deddc1e007c23d33455 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-06.npz b/neo_1month/data/CHLORA/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..95bba64096c4bab9610d0d9aebd165042a7a9294 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8b746c95f82c2c37b34c8dea94e6124a5f5941915e62aee63ec1f85e000aec +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-07.npz b/neo_1month/data/CHLORA/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cd6af91fcba8a00e08a47f5a736d66a6bb532ec --- /dev/null +++ b/neo_1month/data/CHLORA/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e7eadc936dcdc54efa0404449f50cae7621206ed31d466bd6afa3b58e7b281 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-08.npz b/neo_1month/data/CHLORA/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f34025a56e6f5f9d50225fa61f13089c189f940 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d3cd06874cd2aa8df9cbd38639d677d6a5b436b7d73160963a002a70652c07 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-09.npz b/neo_1month/data/CHLORA/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d59a46536501b49c4d80a1db733abf3632054c14 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91db5a5d1f1e41590235eba715d4cddb0606bb27f1bd0d5bde2b079c4d35d47 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-10.npz b/neo_1month/data/CHLORA/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d562f05cbe9ee7fc0bfbff1202a040be55e62993 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220df0828eaf5636004e0bd7c4be2c0a2481fdd0404684aea1ddd993f2e0c592 +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-11.npz b/neo_1month/data/CHLORA/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a7bd41bf0b92d2f8e6ead8f2255fb1b1b1d5db9 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a862cbf4d586112ee76849df7921183c086ce4b4e27d1c291642919c6666fb +size 1166664 diff --git a/neo_1month/data/CHLORA/2009-12.npz b/neo_1month/data/CHLORA/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..48fd88d013b69b347a9e48762eb3793572eb6848 --- /dev/null +++ b/neo_1month/data/CHLORA/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fc1d22fd4518cfb300064995c3caa844685797e8b666add861ffbfd4b48bf1 +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-01.npz b/neo_1month/data/CHLORA/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e3a80b8e6de8a42ba6b0cd7d86410bd6cbf2d92 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94c0360c7423ea7bb20c86d5dacd1577358db13b1f453be48ee6b57a4428b2d +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-02.npz b/neo_1month/data/CHLORA/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..16fcf83710bda9b71ed567eb299994e9cc2bda40 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e666717f152fc68ec3481066c09c0b8404389fc644d0b69b84d66854f06b3bcb +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-03.npz b/neo_1month/data/CHLORA/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2eed72b2f1da1742722613d044ce9c19b0491e35 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00127de4ede354625cfbb93e670bc3203060a8452cb8737c697b59ed8bc8cf +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-04.npz b/neo_1month/data/CHLORA/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b2312cd2dd63af4cd8c1837a4cbd71af68c4eca --- /dev/null +++ b/neo_1month/data/CHLORA/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e804910980a665d35b362372d2caa04de1827bd2211a1a5d893da08d92dd5e +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-05.npz b/neo_1month/data/CHLORA/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb5efcff4ba3855993265795fb8d6bd04b5babcc --- /dev/null +++ b/neo_1month/data/CHLORA/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfa009a7a2e9844ee23c5f7e85560c0597a34c83204ea471abfd011c98073ec +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-06.npz b/neo_1month/data/CHLORA/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b65b16440a85297993364a133344f5e83f59648e --- /dev/null +++ b/neo_1month/data/CHLORA/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a1670b508ebfb7560942b1b70ab07fe5a0e9d13cdbaee06dbba989d2803c5a +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-07.npz b/neo_1month/data/CHLORA/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..00d20bd51bd2a3f5973ee143ad6b22e7e47c74b8 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28babbd63eb02205c76f869a2edb8722cb64fc6a7a4dddd0cd156c150838853d +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-08.npz b/neo_1month/data/CHLORA/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0cd7da77db70850ddab080c5742836555ee879c7 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe56d3f8020c6c58babe8d599b54944b642cd854a9ec2925ff9639567179224 +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-09.npz b/neo_1month/data/CHLORA/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5a76df985087a7e94a04c5d3ca8e3ef62d38ace --- /dev/null +++ b/neo_1month/data/CHLORA/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51febbbc5d63236ea90eebcb961cb19e278b543eb711627e3e4664fa9323ab2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-10.npz b/neo_1month/data/CHLORA/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a5be15c144f4b02df9aad61bff69a696aea0334 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e81d0672d8189d68452fa583eaf6eb56b8f1476f2bd88d8310a7734fb351cac +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-11.npz b/neo_1month/data/CHLORA/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..28237dee753969ef6312d20aa6180367f0060e47 --- /dev/null +++ b/neo_1month/data/CHLORA/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d6f4289d8de03975b2121630e48100b7641ed35c120f3352867e2b30612e33 +size 1166664 diff --git a/neo_1month/data/CHLORA/2010-12.npz b/neo_1month/data/CHLORA/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..487edce505b6e11df6944302c3f116451e35e25a --- /dev/null +++ b/neo_1month/data/CHLORA/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1c84c5ce8589b0ac71ead6830fd82b7ee2549bfadd66741dedc653b3dae643 +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-01.npz b/neo_1month/data/CHLORA/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..467177b8332a8794135e6ca8690c0063e4bec766 --- /dev/null +++ b/neo_1month/data/CHLORA/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8437715b35c612c3a31b6700635d2c6a66bf5f87309f4aa10b45851a7777cdf +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-02.npz b/neo_1month/data/CHLORA/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..232c81a771b801491e4f7f17d14ce580566a5f7d --- /dev/null +++ b/neo_1month/data/CHLORA/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0d7723873bee926791401a257461d7fa95b84ee6e7efc16f988216a061cb00 +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-03.npz b/neo_1month/data/CHLORA/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4aca99ae908ed237180766112da2d0ea9cd6ee7b --- /dev/null +++ b/neo_1month/data/CHLORA/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b76fbde926c28abeeeaaf3fdf017078ef7903e65334dee814b19d604238890e +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-04.npz b/neo_1month/data/CHLORA/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d27c1d3109ab5cd5c4023d55592393116db105f --- /dev/null +++ b/neo_1month/data/CHLORA/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3873f9f64d71c2c4096c82eb4f343ae45788e6235a52ae1204b655e0f3902f21 +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-05.npz b/neo_1month/data/CHLORA/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..af43cc5aa3e94bb46694a3188c15b67baa2669b0 --- /dev/null +++ b/neo_1month/data/CHLORA/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88914b4e1e1d56a48b12a86bb757c2353c7bbb5fdfe48b008bbc320ec7b3aa3b +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-06.npz b/neo_1month/data/CHLORA/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1926799b7db0fda3c94ea4fe0302d5df19ecfda --- /dev/null +++ b/neo_1month/data/CHLORA/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a159b761c51095ee5fd5735914938d08647586c2751d65abc3b0d2ce76f76ec +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-07.npz b/neo_1month/data/CHLORA/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3c6386c2cd9b68e75c978b45b3f6a91da24cc55 --- /dev/null +++ b/neo_1month/data/CHLORA/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd82a79ceadfeacb657cdb13d4e7228759d2b9381907e25c6b72282e5608e30b +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-08.npz b/neo_1month/data/CHLORA/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e92e653df7068e8118ce1158b4b4d61e21f40c54 --- /dev/null +++ b/neo_1month/data/CHLORA/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217c379a9e071b43a53084eb33689f31f99df737d620fe602c0b93fb49b15da9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-09.npz b/neo_1month/data/CHLORA/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..583b9aca8779d9d3c9bb9577c8e3b421371e82d8 --- /dev/null +++ b/neo_1month/data/CHLORA/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43482e850488ab01a1bdf479fc39f02d04e62dd799bbdf2c13bc998beafbcf7e +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-10.npz b/neo_1month/data/CHLORA/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ce0ad56733c3355257b03c11b4fd2b32b569f6f --- /dev/null +++ b/neo_1month/data/CHLORA/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce325c080d48dc42d47828e23ba5c492d810690c56ab00168f40bbdd46ea7aa +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-11.npz b/neo_1month/data/CHLORA/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ed36e3d83bea50544fc6d758c1e03b9ec126785 --- /dev/null +++ b/neo_1month/data/CHLORA/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4be58350eaa6960665a97c61600434b2251f1d05cd7a874d408c39532f05d4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2011-12.npz b/neo_1month/data/CHLORA/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba0ec7dffdb3358832de70212d911c7547d0be5f --- /dev/null +++ b/neo_1month/data/CHLORA/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05aff71481dc8e8adedd494ca94c8f8d443b45fae428c58620911db3347a042 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-01.npz b/neo_1month/data/CHLORA/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ad361ca6619a24ee465bade0ec1f9337aa7e988 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b2d66ed82049c8545370514dd0676b5491e578a30ed804b7603053e6794dca +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-02.npz b/neo_1month/data/CHLORA/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ce193f6f9b526faa766c1b43837dbad5b7d994f --- /dev/null +++ b/neo_1month/data/CHLORA/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf8f070ed24b5d11601a635ee522112e7c70a42ce519df42213ee77cc791df1 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-03.npz b/neo_1month/data/CHLORA/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..236871a0f5c64b7ea02e0f74a3071311433143f1 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae447ab2f8d67c16773660acbe7697afc42a2f27aed8327c3f382243a00ddfeb +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-04.npz b/neo_1month/data/CHLORA/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cd6a5da2dda6e4405e9e048024ac37312450283 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a27b7d8c0a587ff25d5ca130c3093e03589a1cd0779fd765baf9ad913ceb28b +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-05.npz b/neo_1month/data/CHLORA/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a9bf8b7f0121254fcba04bec9f6d27c767a0702 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db83bd314274c1f11a115132b24962a5f6fbbd0e9d53764687f81fa35df075e4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-06.npz b/neo_1month/data/CHLORA/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ecff442ea9705543dd02ded5b7a74c388c376ca --- /dev/null +++ b/neo_1month/data/CHLORA/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deabd4d5b5c2eda4df47190cfdc3aa85656fa7b64ba3d3abbd4ec4dbcc99fe8 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-07.npz b/neo_1month/data/CHLORA/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac7adb3b619e0d60fe328589534b56b289fad0ae --- /dev/null +++ b/neo_1month/data/CHLORA/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c188028598d8612a5d3855b2f6149a2ae7d255140b2184bfd7765fa828ce6c5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-08.npz b/neo_1month/data/CHLORA/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a913677750efda0fac886dd68f76a139facf0744 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f435fe6f85261ad6b48cfcfc4dd4d508000e07fbae0babd66d03d11a0fea2c23 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-09.npz b/neo_1month/data/CHLORA/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c999ed473a4f9e1f6f3b6830696490bb52b4aa87 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d90920de0362fd1ef5a1a86c2c220d9d6a5aeeab93c6b4ed6daf5188ab5682 +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-10.npz b/neo_1month/data/CHLORA/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf29554ebd0f2195f46c7e17897b57e73240db59 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c29e75b95be9d33b5a81dae8c8e8d525bba366c2206db9ab3a37e78421a63e +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-11.npz b/neo_1month/data/CHLORA/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8731086976756ccb315320846f7d9ce7882370b4 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cf3bb9f6dd3c5689797e9249fff315af192b976712d3beb5b757850a93bc1e +size 1166664 diff --git a/neo_1month/data/CHLORA/2012-12.npz b/neo_1month/data/CHLORA/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc345dc880462655c54ae3c5ec93c48f3b73d160 --- /dev/null +++ b/neo_1month/data/CHLORA/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6ca1f04cb3e25101e45ae26afb19907042459d49d321284a6851a720e2216b +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-01.npz b/neo_1month/data/CHLORA/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e93df915f8aeaa233775a39122beb3b8d775f5cc --- /dev/null +++ b/neo_1month/data/CHLORA/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6286a83e32e277075a8fb6e5d0f90ec8a16392f9ba2ed4a459c3fb2a2b149ed +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-02.npz b/neo_1month/data/CHLORA/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..18428cfabb5e910dea4d54303da5bb0bc3f753aa --- /dev/null +++ b/neo_1month/data/CHLORA/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731721ca38829d587be0b342d59b95aa1744e6257ac44933db6b6e952227af9e +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-03.npz b/neo_1month/data/CHLORA/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a973754a2ac54f4160eba453ab004042115d1f56 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfa6689cb7bad97966795898b6f94ea2e63bd7fc91b2ac1eaf17de261f697b6 +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-04.npz b/neo_1month/data/CHLORA/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cde1795ce4fab5f232daa9a9d6de9dca3330c813 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10b669126e68a4996062512a9382a8b67eafb7e61df59afd78862379590081e +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-05.npz b/neo_1month/data/CHLORA/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f3289cf2fecca66dc62d951cec267c345245fbc --- /dev/null +++ b/neo_1month/data/CHLORA/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c34df398c3ef2ead7c88c1f8baca607eeaf8ea0d77180219efbb6f982158da2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-06.npz b/neo_1month/data/CHLORA/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1cf62248fd360e5449dcdd06f473db588a42720 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c69cd31d3af85d539bddedc9b076e2f992343ac7889fa1839389432887905 +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-07.npz b/neo_1month/data/CHLORA/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad714c220e8620c26afc132834b0a182bd046bef --- /dev/null +++ b/neo_1month/data/CHLORA/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc4f9fff234b90e4ff8546db63f1d0222dd4c1fcd8f4b6954190e43e437d7c7 +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-08.npz b/neo_1month/data/CHLORA/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b7947b7bff657a4b087488beb2ee9bb2da56da --- /dev/null +++ b/neo_1month/data/CHLORA/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad4a4582313fdf4d88540ebd821e0cc850d97d9d5e8053af6071c63810425a1 +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-09.npz b/neo_1month/data/CHLORA/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6cb660e31aa05ebd3c964e62df7a7fe81afdff7 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dbdcb5d69f86d69809863f6e4c71cf45cb8e117d16c62c30d5db3729a6757f +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-10.npz b/neo_1month/data/CHLORA/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8194ed0dec7eb5fdbc9d113bfb1edf4ffaf7ac4 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9bd3d8fb7c177561fe11f33f8a72932c399e83423008837a661bb1b9d5a3b9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-11.npz b/neo_1month/data/CHLORA/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc807eca5d44499d6cc53ec55df84c906e8a23b2 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0235836fd359d0d71aa65f8c970db522040b3e9811efec2f97e28a5f7d7be9aa +size 1166664 diff --git a/neo_1month/data/CHLORA/2013-12.npz b/neo_1month/data/CHLORA/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d185e59ac88db142ae5a38d0f99e65289f93b93 --- /dev/null +++ b/neo_1month/data/CHLORA/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f8bec1af77757fd99a242e6096f3b6dd5c88d8105720a200c2ca8dd0a58c86 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-01.npz b/neo_1month/data/CHLORA/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bcf2d34e00700845e564e3da5f9233fd55f6cc9 --- /dev/null +++ b/neo_1month/data/CHLORA/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684b504be7c39a9d5ef706ff703dad749b49af2d0c81b7aa04629dc6d52463d8 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-02.npz b/neo_1month/data/CHLORA/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..009ceae1c816f287c438c18ecee189a5ab56b65e --- /dev/null +++ b/neo_1month/data/CHLORA/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013b93ac60365baecd43bedecf3b5d7d03c8984886baae3a80e5466aa6001be7 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-03.npz b/neo_1month/data/CHLORA/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..50d17adb06ceefb39cd8c9187c052686c87f7d10 --- /dev/null +++ b/neo_1month/data/CHLORA/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3ca92156a45d482e67e0e0eaae6f82d727335d758ed40b944596b6ea8d97b3 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-04.npz b/neo_1month/data/CHLORA/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee421fb0faf3c5889df0e56df09ab940f4eafb7f --- /dev/null +++ b/neo_1month/data/CHLORA/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633b0bf02d35599544c2e9fe04134abded73257fb1986d91b3bd6a7052638b5b +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-05.npz b/neo_1month/data/CHLORA/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1ccd327b4f04249872a8f1bb7224b1fc080b20b --- /dev/null +++ b/neo_1month/data/CHLORA/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39cba724950e127ac633696208a8b2eb9f9952e4fbc8151989d82a60a2ccf49 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-06.npz b/neo_1month/data/CHLORA/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..932f456c4a513ddef8819d349dd3fec3ff9b0f8b --- /dev/null +++ b/neo_1month/data/CHLORA/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdafbf144347be579aea71e9d4d9170d1dc4e560c904b0a628bcd47d287f0e4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-07.npz b/neo_1month/data/CHLORA/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d5703422ad2502d8923936dde3bd08a79e92e33 --- /dev/null +++ b/neo_1month/data/CHLORA/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cef0a2f19663cac4d2d642420f35f3aa646ad6d39370d6bb52a9abe836a70a9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-08.npz b/neo_1month/data/CHLORA/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..819f6ff75306e7d3f13cbd599be9a23e0475d89a --- /dev/null +++ b/neo_1month/data/CHLORA/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e97268c1f18b24c6bdfa74c55288ff585db34d79b6fb3f25cc428a2c293e11 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-09.npz b/neo_1month/data/CHLORA/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6705bfeab33974b79fd2e929ec073b4e280268fd --- /dev/null +++ b/neo_1month/data/CHLORA/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2ea9c78c4dbd225baadd9d12fb7f6f48f7a0a1fc0c230395edf4e2d961da47 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-10.npz b/neo_1month/data/CHLORA/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..58fc54c3fb6f1cebfa9d0f0133780cb3c774409e --- /dev/null +++ b/neo_1month/data/CHLORA/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6faf49b80b3d79740913fd35b6d6345af6f2066308b76588aa99f6baf292ad +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-11.npz b/neo_1month/data/CHLORA/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4b61398392020902d1a62cb84d815b8f62a0875 --- /dev/null +++ b/neo_1month/data/CHLORA/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce2d68ff5cd850da39d73e29afb6df45b2ae84d598d1970e43f45cd4ff5b8a7 +size 1166664 diff --git a/neo_1month/data/CHLORA/2014-12.npz b/neo_1month/data/CHLORA/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad0373136101d28050522f150411b093bca3b563 --- /dev/null +++ b/neo_1month/data/CHLORA/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2cae09973f00d7f73422d4998c9b7863d39999945d30027019285ac8d15c57 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-01.npz b/neo_1month/data/CHLORA/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..621134b1f861a11c78e5476c1694833ebfef328e --- /dev/null +++ b/neo_1month/data/CHLORA/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d57bde7b80b2cb9dbd8915c0962c18f476729d075ae9ca350f74ada43f609af +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-02.npz b/neo_1month/data/CHLORA/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5b3d980992d567c5fa28022279b0d6b41336fa0 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cc99038ee0cc322541c4a3078569b391875d17f97a24820fafd57d6dbd7f4a +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-03.npz b/neo_1month/data/CHLORA/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..facf4ca62b47ba78a8e9402a3c55c38da6749649 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4afc782edd6207df29805e2170ff8b668f33cb8e0fbea01266326f00cbd0c0e +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-04.npz b/neo_1month/data/CHLORA/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..de62b4d162bb3fb635797bd0f62c058d97bec2b2 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dc1f373674c8a79ced10aa293b279db96b62b0bcc15cfc9f3825cbe9b57898 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-05.npz b/neo_1month/data/CHLORA/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bc5fb7e300a1ef5e4096b837dc41e8eea298fb6 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d5cbd2a6d704cad946353f92b3b4de7c1ea25edca7a1c17bf1fd8c5c7dd712 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-06.npz b/neo_1month/data/CHLORA/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7de60242f6b47223402280323001603f58f601bd --- /dev/null +++ b/neo_1month/data/CHLORA/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e34a9046193a15ce8238f906ddd1243cb53e1119c46f66d735b698b83711392 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-07.npz b/neo_1month/data/CHLORA/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dda49cda8059d638b32ea9d1b5b5c390891886e4 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1d7bd1cbd1c18c62856f034bf5a4b30e45226a8628a2fcc93b5f1259ebb8e7 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-08.npz b/neo_1month/data/CHLORA/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab07d5f2c784b839d2313194847402b0c912c638 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f52e40d812c0206756f024f30d6769e204d86bf5099292fc7f60f11ba3790e0 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-09.npz b/neo_1month/data/CHLORA/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b6ffb7163bdd912166d54f64f32266d6b5dcbd3 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0488187c45fa8ce4cd86ea7bb2dc49f01a90abd4d498318fced8953a477a5b +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-10.npz b/neo_1month/data/CHLORA/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6adf9d71222181460a894d694dd362d7ca06d899 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0983f549eb7cefce83c91edf98ea53c8426b8731a4ce6c63b9726873cae0def7 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-11.npz b/neo_1month/data/CHLORA/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..dffe0197abc59164b04b395c591f65e0509f7a45 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ad004b477fb77d5bcb25aaac98d18bbbeff215f7dfb73df50004a7bac16fb3 +size 1166664 diff --git a/neo_1month/data/CHLORA/2015-12.npz b/neo_1month/data/CHLORA/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3cc159b1740ee6f709846df780963a263934049 --- /dev/null +++ b/neo_1month/data/CHLORA/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bedea6f8e9e5e45ec4c4f6869a7dc1edaf0a8991bf1e6bfef4b993e8f0e0153 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-01.npz b/neo_1month/data/CHLORA/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..35734f89725b59b5b85ca2fa76764e39a319e9ba --- /dev/null +++ b/neo_1month/data/CHLORA/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aad9717ac8c4a4b06b1e4fef352536f22c140167a345c3a3f20076f5184c755 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-02.npz b/neo_1month/data/CHLORA/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..29ff9d60e10f29bd78fe40cbb566d6126e02287b --- /dev/null +++ b/neo_1month/data/CHLORA/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa16c4195fbc1c08b8f33b576789088995218fe7894bcae02a3329b8b2b9f599 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-03.npz b/neo_1month/data/CHLORA/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d24f6e32552cf8606b4c1c798f0e17a411cd33f --- /dev/null +++ b/neo_1month/data/CHLORA/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fe4a007e3c320eb1e06e6b1d17d937f34aa690296e518d24d2a4f9f842c02d +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-04.npz b/neo_1month/data/CHLORA/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9738d41c4fd2db55dd5a3f9adcaf803958852e18 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ef3ce6ccc58489ae510871d0be2ce3eeeebbde13ffaa377bd8a54ee11cc47e +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-05.npz b/neo_1month/data/CHLORA/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c54bba7af6915e4d2d1f3e6ad02b4789f340e11 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef46f9b2a0abbfc7ef7dcf87feb007a1e20bd84aeef989e9f58b9c37d84199eb +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-06.npz b/neo_1month/data/CHLORA/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..489382d5fd2c84e9a3678f3aca4b07e23876c60a --- /dev/null +++ b/neo_1month/data/CHLORA/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45ef846134948da9a417ec9f135c8498c81d4c1569d8f78c1aae01c7d320d86 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-07.npz b/neo_1month/data/CHLORA/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae6314736006fba4a765c9247106b937a06bd8f1 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dbb8de9cd51d8846e35d566e22d93c58ab3c5693f0fe9399a9084c63ffac46 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-08.npz b/neo_1month/data/CHLORA/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..84f74355c8b73eac35f726ffa3cb17d1518fee7e --- /dev/null +++ b/neo_1month/data/CHLORA/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e15cbe072027e292b029244ff6f343fb75631b4839c11aca5133665adeceb26 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-09.npz b/neo_1month/data/CHLORA/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7162b3ce6ec0a3ae80ed58b31e5508785b560a98 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638ea7e0261527d3a38c5720939ffe935374ce076646027fc288010ff497250d +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-10.npz b/neo_1month/data/CHLORA/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b314c2db3338a080374a4b83586e86f4fb69276 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b14f7aea4d801993963d3d4e1dbbf95f890f34d5e3e54c66f3c7486e04fc0dd +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-11.npz b/neo_1month/data/CHLORA/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..21dcb89efc8898615ba2af8c3580c22d87906b07 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1f7f4491c9c640cb593075111a6604a422b0af06355e355100f8d4290cd764 +size 1166664 diff --git a/neo_1month/data/CHLORA/2016-12.npz b/neo_1month/data/CHLORA/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d5f502181c58027ec326448f893484210d3b525 --- /dev/null +++ b/neo_1month/data/CHLORA/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff2d87b15216905f55f3f66c251a2ad79e8175e8faee0152b7e5bea6d14df39 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-01.npz b/neo_1month/data/CHLORA/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac700804a561ff61e65377b0e57b5f699ad60438 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dbf66fe965347feab811e138c0b165a46b911e62ddd4481ee7682283348db9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-02.npz b/neo_1month/data/CHLORA/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6f6f6e2de231293a2f44cf0a81a3783b2595d60 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a63e74043a5d50f7a054d6f50b352365e3576430590f151b2c6733a28f068a +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-03.npz b/neo_1month/data/CHLORA/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..28fc4c1299c122ebc28fe37ac01a70e836fb43bf --- /dev/null +++ b/neo_1month/data/CHLORA/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9f337a104b359028006d9c83854f7761b0d5b96baaa04fd6f9a3677cbfa4ad +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-04.npz b/neo_1month/data/CHLORA/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..651c099323684ac6fd5d5082ca17f50407e69d02 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5ca4963bbc04aebb71bd68f0ccbe2cc525b1c2aec0b3a01dd5615923556de3 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-05.npz b/neo_1month/data/CHLORA/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ec6da6a14bd2024aad20a366f8e2e14fe175073 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2309c7fafe287cb1da47f00854db542af84fd0d816964d154cd8c736246e87f +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-06.npz b/neo_1month/data/CHLORA/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..87570c721bca446896c483a3554f6a9681afab7c --- /dev/null +++ b/neo_1month/data/CHLORA/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e4bfaa8def71a6010c6bd61f0e57af28ab4924ef0e6a487858620e5eb7a5b5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-07.npz b/neo_1month/data/CHLORA/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..57618d6ac8dc74a421eb6ff2c93185eaa8382bd1 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe93743eaaf471ec3f3ca46f52af4b3cef05c343614622b9afcefb54c31e7d7 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-08.npz b/neo_1month/data/CHLORA/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa7772a4e8db69e2fae6d9e0cc1d2e50c005bf0e --- /dev/null +++ b/neo_1month/data/CHLORA/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a52631aafd6626a160b6fb334f8cf4da1a60ce86d4ca1947ea62488a9bb7a00 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-09.npz b/neo_1month/data/CHLORA/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dab1354c2095edf1424a7e9f4e2a21f1cd6144a --- /dev/null +++ b/neo_1month/data/CHLORA/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecc00746438ff9f3c1a5e06851a1047d5acb8d619f7d39c95ef4931856510b4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-10.npz b/neo_1month/data/CHLORA/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..95da9ca0793f0f8cda75f1bd76d345c822206316 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f2cebfa16512ae3c0c3ad8cc46da0dbeedec32af1b9021db0d171e4c7c4306 +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-11.npz b/neo_1month/data/CHLORA/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4f25e5eb87085ffa579c7d0b5f1a39392d31606 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599fef3a514e1c462b222f565325defb86172e164af636275d2eaeb0df93b4ea +size 1166664 diff --git a/neo_1month/data/CHLORA/2017-12.npz b/neo_1month/data/CHLORA/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a741ad9c76dacd2f467a1082f45365ae6982600 --- /dev/null +++ b/neo_1month/data/CHLORA/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654f220ad383a9fdc30db03873056059d742a710602b5550b60202b76e7e6373 +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-01.npz b/neo_1month/data/CHLORA/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..88f049ebd444ef7150833b70b392c28acc2b5238 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a234271eed349eb450671229e84d66828e2c1d9991d3c03036e45be2fee8b60b +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-02.npz b/neo_1month/data/CHLORA/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e902e9e86f36533e16227c3da8540cb4e97a6ea0 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b583a352f5e980184e5560a3ddab444d15e59339bc815b4a02c97dfefd15c4a4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-03.npz b/neo_1month/data/CHLORA/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d931c1c6df452c05719519e5bafb82294d5ddb3 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d68726673509ebfa455167df8550e9d7f7cd5da783021c63fcae800d01dc623 +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-04.npz b/neo_1month/data/CHLORA/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e555208a94584fed9c8bb7f3a6a2bc049bba6b25 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228aca328efcb8a07b8b901e8153617906ba9275b67e969385ffc9a7fc2495ef +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-05.npz b/neo_1month/data/CHLORA/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..10c0701d7160a3fab955dfc7d587718cbb297575 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc051ed7da6d18439fedb174d019969a91882c52d4bd362301ceb0fe3261dd9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-06.npz b/neo_1month/data/CHLORA/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd9ebcbcbac9f868e046350f0007c8814947c200 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620620c651537e6febefcc0833e34e8e45408da48085f82c1921835e940d67a +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-07.npz b/neo_1month/data/CHLORA/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..641018c6d2914954740f62dd9a955a3817254c31 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f00b8b411ce1c550d6a6eda81054fd951725d9a3f1463e14a91d0b0b79d83c +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-08.npz b/neo_1month/data/CHLORA/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e61837c74fe1dcc256ce0dd0860230957179b10a --- /dev/null +++ b/neo_1month/data/CHLORA/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e295af605129182cab5a42974d147b25910e6edec4771494b677991736d9a95e +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-09.npz b/neo_1month/data/CHLORA/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..40966a40a88d3286b18bb40d2d7514462f4b7bed --- /dev/null +++ b/neo_1month/data/CHLORA/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff802ee456b3dd5292d9a72ba55b421b0888cdf08f76bcb4ca7c9641251c7bb +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-10.npz b/neo_1month/data/CHLORA/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e73fd49eabe7093b06c6ca1e15801d95aa906766 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a497e355d118dc9a1e2d41087af7283d395598cf7669d1e254792a3b88a711a9 +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-11.npz b/neo_1month/data/CHLORA/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..49ab968723569471dab96127c1aba0219b1846cc --- /dev/null +++ b/neo_1month/data/CHLORA/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e09cd7ef1655e686e0b458823be887ca0c68654a4b9c8f2a69572205f5b96c +size 1166664 diff --git a/neo_1month/data/CHLORA/2018-12.npz b/neo_1month/data/CHLORA/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2deb99b07093ce8854473e243549ebdff5919b87 --- /dev/null +++ b/neo_1month/data/CHLORA/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236abaa33c444c1cb154c5be7126d1f867910ba5b893d50d6bc44d6926c31125 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-01.npz b/neo_1month/data/CHLORA/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..49cc0216fb4386cdd668d36d0371aad1e0d34afb --- /dev/null +++ b/neo_1month/data/CHLORA/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a157300ef2725e4b8a898f79827b5ac62735494d4f245e5d33049c72c1e05f +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-02.npz b/neo_1month/data/CHLORA/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f76e905de5aa320a5c5d1c3b3c9de14fe0c63131 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721e37c1a0560b146fa43c46b9355cf85b50c10cebd94f712aa4b80c16b4c766 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-03.npz b/neo_1month/data/CHLORA/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ce5337ad9d89545d54805d88e1b696e68e0bad8 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8040935cea8af41d6cc7de18b3a814150ee7fca773989569c22bcf59ec10eccb +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-04.npz b/neo_1month/data/CHLORA/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3e68c97620aa15dd2d83656308c213b67efae70 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5bc99d8718566ca06868dcc00f2c46075c9563a3cb340a143ce0d99fec62b8 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-05.npz b/neo_1month/data/CHLORA/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5b5ce5ecec34f9054836a540dceff34baed41e1 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a70a5260cc0f46859e7ca5e7f9a48466bcb958430775976d8d09d3f4a62d62 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-06.npz b/neo_1month/data/CHLORA/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b7a1f5401141cf929356a81fddd98742ae61722 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5b2fba81f580a1677c31db87dd7bfcb9411c0b2ad73f570fa111743fcb1ae2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-07.npz b/neo_1month/data/CHLORA/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..27d0fdb85d8a9c97147f56a01c293a9d87ec23cf --- /dev/null +++ b/neo_1month/data/CHLORA/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8da9e156ef05e145ad949cfb8742d18c01bb40f3d446f489ec9066cd62cc80 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-08.npz b/neo_1month/data/CHLORA/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d229c5b2304e070a2e51e460ee58238861db8bb --- /dev/null +++ b/neo_1month/data/CHLORA/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee3646554e5581e661873521a19fc1c51ed7f514cac9207009cdbb34b078149 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-09.npz b/neo_1month/data/CHLORA/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b65d11449519daf865eda639a98edc8bf0f4c7c8 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f39381399b45d38b1902cafe7709925b15b5a9ab93a154769e4ac044d3140d5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-10.npz b/neo_1month/data/CHLORA/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..bad12ff0131f35f27a4f77987f31294f2c0591d4 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cffb906dd0dddc5e1b1f2a064d6fa2d6730e867ddf00260ff7c4bf9401b79a +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-11.npz b/neo_1month/data/CHLORA/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8646e701efd16698d9d93f7c316073fdde31e61 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfd9a83fe84d49c90015e15b0f8b0d06c2ecf0c38895ddddd6c7247d83a3398 +size 1166664 diff --git a/neo_1month/data/CHLORA/2019-12.npz b/neo_1month/data/CHLORA/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6001ca7352c160facfa54fd214fb3d1227c1409 --- /dev/null +++ b/neo_1month/data/CHLORA/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6c5728af0218b05a4e0b4c5a7f83861e8af475917406d45153a5620b4578f6 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-01.npz b/neo_1month/data/CHLORA/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3269a35cec6f4a4b7e84f3513ea48323333f0c78 --- /dev/null +++ b/neo_1month/data/CHLORA/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afe6f32eaaa1462fb6bc3375397d7fe085ddf66c21329ebc2a0390a2d02b665 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-02.npz b/neo_1month/data/CHLORA/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6ccfd869479eac925b7a39eb52e1f35a86d48ce --- /dev/null +++ b/neo_1month/data/CHLORA/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61549a10b2a33de80333ef54a8419b6e74087bde53f402c11c05f26d8893ff44 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-03.npz b/neo_1month/data/CHLORA/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..08f469dbfd3f3db5f92575c1b1cdafc25db1de43 --- /dev/null +++ b/neo_1month/data/CHLORA/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28badcf9352954a43044ca6a276124425826d6531c9422ca0522d1a2ed2b7737 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-04.npz b/neo_1month/data/CHLORA/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..71eeec0100e22d3c918a7f616be99dca39e114e6 --- /dev/null +++ b/neo_1month/data/CHLORA/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb314fd2d113d194b5967207160ed11da4a9d2c36ea52faf94a3aadb1a627d38 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-05.npz b/neo_1month/data/CHLORA/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a569e1dd204b7607494583b115037ed0e8cd2d52 --- /dev/null +++ b/neo_1month/data/CHLORA/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab7d22f59caad1383ff363e3cc26be873a7769bec3d5380d8787057d3b399ee +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-06.npz b/neo_1month/data/CHLORA/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d120cc243e7f1ed88af50e1d46ccf09c80ae3ca --- /dev/null +++ b/neo_1month/data/CHLORA/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8f89175d0cc3911539c32d947446785b875d17d5cf3a8eb503415fde89d87f +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-07.npz b/neo_1month/data/CHLORA/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..eed6c372dae708a26b8904de42c40ba12828b60b --- /dev/null +++ b/neo_1month/data/CHLORA/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b59625e344fe32f02291b609aeb8a9f3dc872e0188c3152ea141220609d4e0 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-08.npz b/neo_1month/data/CHLORA/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..326eb758a1ad070fa004a8ee7d1e71e3dfe4a662 --- /dev/null +++ b/neo_1month/data/CHLORA/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955097169855bc23597899028391c3e8e602d00d2824935d29cb514bab02368d +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-09.npz b/neo_1month/data/CHLORA/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..533d805659d3dd3d4946a24a66abd7e9de0a7520 --- /dev/null +++ b/neo_1month/data/CHLORA/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8331823b2c48aaf3b9f261ec453a0b4babb74fe9dad84846e486aa6f50fb1f16 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-10.npz b/neo_1month/data/CHLORA/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b0acca81fa688b13b7fc66f9241119ce7e82a2a --- /dev/null +++ b/neo_1month/data/CHLORA/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8380ce64e558c9c8d1b459a0624ddc33e3bd7f35b5acdf8697c0685184b83f0 +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-11.npz b/neo_1month/data/CHLORA/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ae4b5e8a22c766ef07f594dc1acabca1f78b33b --- /dev/null +++ b/neo_1month/data/CHLORA/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3ccee8d300e42d7fb360d2c91092308bb3e0d2f662aa7d8eec83269cfeb65f +size 1166664 diff --git a/neo_1month/data/CHLORA/2020-12.npz b/neo_1month/data/CHLORA/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f438050b07497abd9746305d3c18b63d38538ef --- /dev/null +++ b/neo_1month/data/CHLORA/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c418191352c48e64c219763aac7fa66538da64214613938aab5347dba4f126d0 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-01.npz b/neo_1month/data/CHLORA/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8d9cb80d7e5e5fae1be9f7a5a8476e6d4330e82 --- /dev/null +++ b/neo_1month/data/CHLORA/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b1af9b6e1939dbd50e3a399da31effde83167b2141859f8df4a64b4da24134 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-02.npz b/neo_1month/data/CHLORA/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..be38658578189a977b939ea4c2eb03bd56e8434d --- /dev/null +++ b/neo_1month/data/CHLORA/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5e52c3a9e705806b3210adacd6d9b160a628bdd53de3fd27c080d6c5f0604d +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-03.npz b/neo_1month/data/CHLORA/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7b329f067841e376145de616fa67cb50d8b8ca5 --- /dev/null +++ b/neo_1month/data/CHLORA/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f4b20b4e3fb739d66d8512378c2cc8f580607dae5892e5da1680ed9083c88d +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-04.npz b/neo_1month/data/CHLORA/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f70771b24c438e534e2485d85fb81151e26fe9a --- /dev/null +++ b/neo_1month/data/CHLORA/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54815d23ff28549a3050a9f59f62760e417132da1694208c6fe0b6f453a005f1 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-05.npz b/neo_1month/data/CHLORA/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4844a176cbef110230ca61d9e6499b480f484dff --- /dev/null +++ b/neo_1month/data/CHLORA/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c34b7414b9fee04441f754b9d0bc792be8560056cbdbbcbf918443e4632061 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-06.npz b/neo_1month/data/CHLORA/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c12247df84966318d23b91ad344dd594817ea6 --- /dev/null +++ b/neo_1month/data/CHLORA/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d566cc9aad25df1c6f6c33cd91a195545dc3dbcca583bf2bcf9962c86fe63f4 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-07.npz b/neo_1month/data/CHLORA/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..85f41ac908644753d8ac8562fe570ca081ac3aab --- /dev/null +++ b/neo_1month/data/CHLORA/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf47bc1aeeb41c1e78770dc39bef1f80b54a83b2692f02d3827522a0fd2d8f63 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-08.npz b/neo_1month/data/CHLORA/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..784548d4cd05122fa632b262163ce1b15f51908e --- /dev/null +++ b/neo_1month/data/CHLORA/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167b491651487bd3e7f79e86ae0f13f142b9c6165b324cbddf627daed6ecfab6 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-09.npz b/neo_1month/data/CHLORA/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b4c5b460ca3d73ecbc19e22726d4dc8247d447c --- /dev/null +++ b/neo_1month/data/CHLORA/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eefa20a4e2a5eb5e204a79bdf70e188a02f780efb55f9fad52500befe846fec +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-10.npz b/neo_1month/data/CHLORA/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbd4c80250d5f51887d22455aa48fe9a1ee4d21e --- /dev/null +++ b/neo_1month/data/CHLORA/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993e68969907688857e1facca639904334d4bd91a4a0515ab9a0140aec6219f0 +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-11.npz b/neo_1month/data/CHLORA/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0e7f49a5c868902127c4d85d948227d07e19b5e --- /dev/null +++ b/neo_1month/data/CHLORA/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6652d0f57d6284762704042c21c619bef35d936dae3ee4369053d8083e67e45a +size 1166664 diff --git a/neo_1month/data/CHLORA/2021-12.npz b/neo_1month/data/CHLORA/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d117bb792ab49f4107a553a5c6ba275f2e884a68 --- /dev/null +++ b/neo_1month/data/CHLORA/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e067da3a7efc5db667e43a6bcbf8858774eb8a01a7096cf39aa17073f93882b5 +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-01.npz b/neo_1month/data/CHLORA/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0af0fdefe5fb7171a971468c25bc57b624196e98 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ad95dfea1323eaec2cd678cb6887d0b6f5667d1ca92b6d8353ddda61ea0404 +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-02.npz b/neo_1month/data/CHLORA/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..78a17e6907d21e1ecaf729cdda8058f090cb9592 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c235bde419006fa17d44833d558c8f18637e9f8f09439afbb3991c96b180ab1f +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-03.npz b/neo_1month/data/CHLORA/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..747b533895a7225e76720ed64fdc0a0db6d20580 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fcdc149ecd22b0cda3abc7f85e0f4dd42032da2bc006ac887d3c084c32303e +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-04.npz b/neo_1month/data/CHLORA/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc05d164a953f4a124ddbfedc982bd272149e1f0 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ee20589d276b83dd854c743b400a6e309f47e5f441b9faa0c4997001b5b182 +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-05.npz b/neo_1month/data/CHLORA/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e75cefd94102738588db5495bafba0a9bb98bba8 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142dfb524763e2282cb84052cf53ba6a82a2a4251198a5d6668a80fc30af29ae +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-06.npz b/neo_1month/data/CHLORA/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..78c69ab4699ece83a7f30082b4e870b197373b96 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bc284d6797078e056cfa18693e0e8f9a621548bad54ba895a533f223aa876f +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-07.npz b/neo_1month/data/CHLORA/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..54923a4f207a90816964c018021bf806be5a18bd --- /dev/null +++ b/neo_1month/data/CHLORA/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bba19c1e0dcb5fb23acf29b8a091741664e0026e57f2ca47a9f0a430cf890c +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-08.npz b/neo_1month/data/CHLORA/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4e6ba4abea2c0ab316536a6c4e0153a87bbf5cd --- /dev/null +++ b/neo_1month/data/CHLORA/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb016ae43c51fd41150b1e7e6aef53c28085b8bdab5d10d4f4f6ffa84ada853 +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-09.npz b/neo_1month/data/CHLORA/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..be48e719043ccb1f960c1b333ceeb973f6becc33 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc822b0d37c2f182beb0be49d9123b8231df3c15ab154e4603c050bf28c3326 +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-11.npz b/neo_1month/data/CHLORA/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..83f093002fb3f8dd30cf8fa5c700b6ffa9d71913 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30227f5b79b8e367ff21e8d2fbd1cf7c532aadd91fb0f9f8e50c68f1e843f52d +size 1166664 diff --git a/neo_1month/data/CHLORA/2022-12.npz b/neo_1month/data/CHLORA/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..12fff39efcc45f0d1b76b2220bb111f321d07268 --- /dev/null +++ b/neo_1month/data/CHLORA/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c082f5e1327290b85606b2b3d7801db748a8e4fe89912ff5fe545b36273cbf48 +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-01.npz b/neo_1month/data/CHLORA/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e20d893395a8031e28f2038102b1d8d78eae1c76 --- /dev/null +++ b/neo_1month/data/CHLORA/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698b0d13d4fe8530f853cbe6759a61b2a00126dad47345370d0dbfc1a93ce515 +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-02.npz b/neo_1month/data/CHLORA/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea8f7956dfd8ef6d2a294e8cfc06aa4b52dc9648 --- /dev/null +++ b/neo_1month/data/CHLORA/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c105a147e3befbcc90dfe8aa877d6f2afe2961bc4b359a893a5641665374d7f +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-03.npz b/neo_1month/data/CHLORA/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef2bf3fb1f5d75427465c6999716b228b0a26896 --- /dev/null +++ b/neo_1month/data/CHLORA/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9416b1dc5c0b17b9bf477fcf9ccf858db30cce0c1b747c67ade48e8b7dc03117 +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-04.npz b/neo_1month/data/CHLORA/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebf1ea8dc6fa2ad6cbeb312417b11d6d3753d232 --- /dev/null +++ b/neo_1month/data/CHLORA/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68280a98dbb082418513e321ea7a4413f3dd2dbe725b2ac555aac409b2074e2 +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-05.npz b/neo_1month/data/CHLORA/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..68cb174087cc99ddd9ce9fca937c4d57481288bb --- /dev/null +++ b/neo_1month/data/CHLORA/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88e79fbc21344962aaa9bb5c56c21b81f318744995d4ea3c26d6f7ff8e77867 +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-06.npz b/neo_1month/data/CHLORA/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d019e54127b4a9a6401d975fd5818ed600f9f5f6 --- /dev/null +++ b/neo_1month/data/CHLORA/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd10aa76b9adda4f5751bfa8979b90d200bd734c6b8ec57b06d90c5e1ae4122f +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-07.npz b/neo_1month/data/CHLORA/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7459ba499cc0cd0d8f127840faeb4bca62f50a11 --- /dev/null +++ b/neo_1month/data/CHLORA/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2db31d939b142c3fe889a4e49940b31f642b1d497fc9ecb18e9da20e3d8eded +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-08.npz b/neo_1month/data/CHLORA/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..615397ef746087af1edc886669577d6eb5a1a1bb --- /dev/null +++ b/neo_1month/data/CHLORA/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66cdfb09ce8aa746fd06e5661f359b9f8b9ae4105838535212044700a07ef65 +size 1166664 diff --git a/neo_1month/data/CHLORA/2023-09.npz b/neo_1month/data/CHLORA/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..972d807a9bf50ac3b4e425bf30f2c494a727ccaf --- /dev/null +++ b/neo_1month/data/CHLORA/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4bfe1df28788c6a528730f1beff9eeae9ef8ebe80deec354b6a906a67f0ca9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2002-07.npz b/neo_1month/data/CLD_FR/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..31d31763eedcea0c67c1eebb359e01007f523425 --- /dev/null +++ b/neo_1month/data/CLD_FR/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24676d3076e9c15b33ab7ee15f0b05a7c16c24796ca96c13e0bc3eab5fffdb4 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2002-08.npz b/neo_1month/data/CLD_FR/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ef6edc96e83fa961482ed3b47328669c9870a0d --- /dev/null +++ b/neo_1month/data/CLD_FR/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c211aa83587772876527fc7579b76b20d0cd58d5e4412d2e70f73789435bbc +size 1166664 diff --git a/neo_1month/data/CLD_FR/2002-09.npz b/neo_1month/data/CLD_FR/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..52a43b6744260ea9e6c0da236ead45198304f4ac --- /dev/null +++ b/neo_1month/data/CLD_FR/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c1b7dde400b23289d88c34c7c63b83e2da241f9b4ee2ee142dd71407a9f0e4 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2002-10.npz b/neo_1month/data/CLD_FR/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc4fe26a72dda5f470a626d7d0420d6b62cd173c --- /dev/null +++ b/neo_1month/data/CLD_FR/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455c1ba938b3e66c8d49917bac610d8f4a9cbc739f991b1a46d8cd743f7fe3f5 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2002-11.npz b/neo_1month/data/CLD_FR/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..62c5766229b97ce9a1801d45850f66c320dd0bec --- /dev/null +++ b/neo_1month/data/CLD_FR/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07945f7611c64fdfb905e8998c95f2c9d7a5c0e19dfcd1c317eee1067136b62b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2002-12.npz b/neo_1month/data/CLD_FR/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..398657e012bd7c326d86585c203ddf4ff67221eb --- /dev/null +++ b/neo_1month/data/CLD_FR/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2b96cfbb06fc0d4f81565302222b08933eeae703e5c5616256966a906f189e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-01.npz b/neo_1month/data/CLD_FR/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..64982fe848234215fd5b6e337933ad562c0d5ba1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d9d06f495b63e3ce25d21e87294b9f2f3b18c761aac955d71056c01245f5f5 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-02.npz b/neo_1month/data/CLD_FR/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6398940f1c8ab70ea896c1a373d512f9b09fef9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fcb0be199dbcb0ee73946e383e9d1d3016fdf454a1edea56da54f49c1a14f4 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-03.npz b/neo_1month/data/CLD_FR/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5da9c94352bc34997e5559d4c3b3ed76b41232ec --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695501067176bac9747b73d0fe604681a3a79bc9c61b70f8c1121dabb90169b8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-04.npz b/neo_1month/data/CLD_FR/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..766f363b33fdb8d650132994d0c00ad90b79ab15 --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fbdd14b8eee046edcc674354b38151a5362bf8dd324db1332da685e625a353 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-05.npz b/neo_1month/data/CLD_FR/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee6076b7f71ba2cd4a87af234929eab0c9537d2d --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b424ef2415edaf30a1b943d0c4d8a359d87d1456603f775199e9238e5c3bf19 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-06.npz b/neo_1month/data/CLD_FR/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fd56eeebba92b162c28ed078d65a79891920c4a --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1bebeaed62d64071c0912c5ef8502ce65540ebadcd210fa32ef80cdb7e61d7 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-07.npz b/neo_1month/data/CLD_FR/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e5323db6d89f332eca0907b00ad62d263851fa0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8115c1ce7bddb0944ceb37e74ded18dd57d040273732dde4104bc503e2b2bf4f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-08.npz b/neo_1month/data/CLD_FR/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5315eab43fca1691f456f16f237030eaeff19c5f --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859a701b5f414dc13b6888a49f3976c30f53024657b8f5d28c96583b9869b67d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-09.npz b/neo_1month/data/CLD_FR/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..29312a8643449a862bab022e530d5becbee3769f --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2adc5364481d25eddd90cab4ca2599ecaf090b03fd6991454ebae6674e0cd05 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-10.npz b/neo_1month/data/CLD_FR/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d29e4d955dccba7aa9fcd1adb352e8bdf3ec3178 --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99d3d7436d2ce67c3c06bfe47c66f37eabfd5b92d3cdf92c4ea2272c55f8b73 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-11.npz b/neo_1month/data/CLD_FR/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..040cd1dd7b5a1fc1f6fbc2d64430b9f818cd5106 --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327f11fc111eaa2552528c55902f649f367deeb82e5cea6429e51e52efd24944 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2003-12.npz b/neo_1month/data/CLD_FR/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b1120ec295766291159899934df1cdf917878e --- /dev/null +++ b/neo_1month/data/CLD_FR/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48cb7814d7ca468a8aa32d099407fc547e4005094ef817e203b66e7c94630f7 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-01.npz b/neo_1month/data/CLD_FR/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aea459f66b20c450d1c068a581ec7f35d36e8355 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21718268ac8a11dd7ad32f510f6ba716642df8c8416569d620de1152f4384f11 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-02.npz b/neo_1month/data/CLD_FR/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b0d3b2e696e066fd4363ee9b627606538773f00 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea36a5f10f1231f3251e908bb9b0aff3958de3dace20440965d338b3c56905f9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-03.npz b/neo_1month/data/CLD_FR/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e8527e36be5bb12aa300f8750593a493c7e33c5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343761de0782e7044e8165c83f09865c7df0bd7b5781cc72fc78f311cab90bba +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-04.npz b/neo_1month/data/CLD_FR/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9da394022e957ebd58dbf9336fd8846cfb4f467 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c850db7bec1e58e2df231154663059dcd6cdf9e28177bc289606e85fcff85a2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-05.npz b/neo_1month/data/CLD_FR/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa1f02f759a0c3427b915705b63fee5b97b3909e --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5796a5a6cde2bac1ff2e7cf4a7fb803ed52980038f4b07ef713ec99b176ffd4 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-06.npz b/neo_1month/data/CLD_FR/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..00ab4aea4bcb1fe63e47cc9f8199baa5a4b4f0ac --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16236f8bf652094df754571a3a455a23bf4ebdd32666a96070131ef04da18fa +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-07.npz b/neo_1month/data/CLD_FR/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb3c7ec8455fa979b25b4cf6d689ecd2cd97b4d7 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f954f1318769f005e6b3ab1e0d38413007a565811b29ed5cf354e84c0fa969c +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-08.npz b/neo_1month/data/CLD_FR/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7d7b7ee8016e6e05d0363b70d151396e3fef702 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40c919ed689481d81b0a48aaf5ddb0f2156a260ed90e42736b0ce8dd98ddd53 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-09.npz b/neo_1month/data/CLD_FR/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..44ef654be8a4f289fb7d5f384ac31253705cafc9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215a507c04d2233cabc965be96690ff390ca9f733807a2c5ccf9d8e7f75ae3c7 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-10.npz b/neo_1month/data/CLD_FR/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..804087be70d2c58e81e05d1cd9db71de666092d2 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c83e00e0c82c7e57ddca232c166d7a3060e407a4fe16855e53a44c7bd047565 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-11.npz b/neo_1month/data/CLD_FR/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08d2f880960ed2b3516d9179a673b0ba4874194f --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e6572350c5d6ac3eef5f0e4dc195555136ad9a2dfd1c66f36c0d9be524bfdb +size 1166664 diff --git a/neo_1month/data/CLD_FR/2004-12.npz b/neo_1month/data/CLD_FR/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..da60c3e4cb86280a7cfb49e3c5dc6be3dd8959e4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4bcd19c5d4ef2e7b4b1d2dbea8cb6db4b73e873d3a29fc350ac17a0c564662 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-01.npz b/neo_1month/data/CLD_FR/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..42b5749b68855a58caa9fa0068582d055ea1d15b --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63ab1848229c89bbd6332d2921b1c44b5d6749422d0d8894ac7a5e9f5163cb3 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-02.npz b/neo_1month/data/CLD_FR/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e773878ff4f05839d017c106ad7856b238203dc --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4958c3594034b21ad2c4db66387c2d736a1a519cb4c80f1cd1d84d3d2a3db9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-03.npz b/neo_1month/data/CLD_FR/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..20541a2e12cf074995aa092ef68e1ae76f919caf --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b5fc75810780e6e75ec2b09381657732e2e87773d3b79ff53ba6c80a782a37 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-04.npz b/neo_1month/data/CLD_FR/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a4b1f06e711a859e86c8075995835bc759b6902 --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461ddd83363d2872d9826b342e345060b64201c491b82d34600ba18ab9d2d83b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-05.npz b/neo_1month/data/CLD_FR/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca91ebad3ec3825c4c20aea9a8c5e9af7a19677d --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789e444f2dee64fae4b06d749402134a07ccfc70e569a183a93a5b17256bff95 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-06.npz b/neo_1month/data/CLD_FR/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..68a3ddbd423602bcf6aacfd582f2f33640f3da5d --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db96ec3d6d2d4a596999f0deeff29b28f32cef6cd879ecda1e757b574d32287 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-07.npz b/neo_1month/data/CLD_FR/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..13421942f3827dec56e9c3892be269ba0905f0a3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a52a1939b103a2f55b7110e75e4f82067cca7115728192356c5753b76981a2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-08.npz b/neo_1month/data/CLD_FR/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9549e55ce3c47ca9c06be4461a27fd8a068e390 --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987a3242dab9ba390972522f835cd713cad79906d9a05fc71090bfa16a5ca738 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-09.npz b/neo_1month/data/CLD_FR/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e29df9b5b717ab737e64f9393fb22a675cdfa53b --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00892099de04691b3d76336be1c39a48e0b3b25c2046cf3a991a74a511f47c77 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-10.npz b/neo_1month/data/CLD_FR/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7632e37e71d39549433801e84f7b47a7dba80ddd --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7f0a6ce9ad9329f1f4f5eba105aa93996aafdd844e65f033c1f5a3db108d84 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-11.npz b/neo_1month/data/CLD_FR/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e169409728edc6726d559823a4bbcdd27d4b35f7 --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f40fb77c3d77ccdd6f4683d9d27627390c081785d57e36db315bf6e8a43335 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2005-12.npz b/neo_1month/data/CLD_FR/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..69cdcfb1034974136fa6ccf9251a621a600c8d36 --- /dev/null +++ b/neo_1month/data/CLD_FR/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e571d4927201bdba91db719342009e642b346abbd28e778133056c6edc07fe0 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-01.npz b/neo_1month/data/CLD_FR/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0595556d394fed986ad73b693af626a6b2e78e03 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388324c82a56ee2594fdae7093b90b2e34fffb71878bcd246587e4a4778f4302 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-02.npz b/neo_1month/data/CLD_FR/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..13f4812812317d87dc10ce286dbb67a7cd6fec3d --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d20cb5409d72e7ac2536a8742b61fe10bdfa7ba5d6b955f72092bb7e243c68 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-03.npz b/neo_1month/data/CLD_FR/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..afb71b9e5c319417a0835601823d40f780712114 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e118219e432fb0d483151e98df07f5a5d98b4a1ce89953500bacf1dd4795b0 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-04.npz b/neo_1month/data/CLD_FR/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..aff215c6878f308446d6112a052666013e1e10ee --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63b6d8e985efedc470167ca2dab9ef0374f951af7f97b909fd26d0ebb53058d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-05.npz b/neo_1month/data/CLD_FR/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb825ac179486a7acc1eaa96ba9997a3e8b4e8b1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d49fe8baef65bbaf2c39f6adb7bb2c86228b1199bffc315b625c9baf86d1b72 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-06.npz b/neo_1month/data/CLD_FR/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..64827ec2cd792ee0e2361877b763bb362a75ac91 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c82bde6c1dfe4525e79f5ebecb11b8f69343acc247a60084be0455ff8142c4d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-07.npz b/neo_1month/data/CLD_FR/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..02759bada40514000adc2429c35b4125565bc8bb --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac10179551fab5d5319ea37bb96a00190c7125d8edb01f44c2f368ede7b28e1 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-08.npz b/neo_1month/data/CLD_FR/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..810c34076078c07e72735cf4b2aecd6cb4888b00 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc50da0dfd59f83a5a1d154bc541567096d9ef122a4069ba6805325708259673 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-09.npz b/neo_1month/data/CLD_FR/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..52e37133aa171e474e2f2501ddab63e317a71546 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ecea205d71f74c95df9a6df9ec2dd48edb78d5bdd835f3c207740bac5e460 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-10.npz b/neo_1month/data/CLD_FR/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..17c8e083e2cf790d7123a07c000ebe4f034ff0c4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe9c90622b4a4f5e1426d2795157de9fd9c0d42fdc639b1945642aef32fbd3f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-11.npz b/neo_1month/data/CLD_FR/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef0ef3f0ec2bf0732e042f0e5d83ae67cdfafeaa --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a7d7cbfc0e62854db05758ab46ee63376ea12b21ae07f2a23d9f59035905b8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2006-12.npz b/neo_1month/data/CLD_FR/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..758e3c4e2c1040d63a374ceaaa899aefb44e9442 --- /dev/null +++ b/neo_1month/data/CLD_FR/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ecafecf5903a6db599f9307c6ce4852eb65604f8c79bfb0a2a7d7828f322bb +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-01.npz b/neo_1month/data/CLD_FR/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6941269074e0783bfe4bfccca2cbf17ee43e2578 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7018e9fe5c0237d6f03b7c8d808d75ef61179549e7808ae970a4215e8cd55875 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-02.npz b/neo_1month/data/CLD_FR/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1a552c5afdcd09f19764295858f9106d2d923d9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359ebbecd76a8ab36a93350912b86bc3fd50f2870d649b9a59b404796eec1285 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-03.npz b/neo_1month/data/CLD_FR/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..145496a87c3a578f6c5f3ff046e0cd0a17ffe02b --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf2cc5a30e67c83c8d837250c06cae5b892c76b2a8bfad96b6d01e85b48fec0 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-04.npz b/neo_1month/data/CLD_FR/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..29d9d1e9dc5626bc629d82f971fb9a67b4f62d78 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e48adb85d763dbf86d611226702f4034f0ff0fbd904cdb0b9385f47c8f9254 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-05.npz b/neo_1month/data/CLD_FR/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e11e1eb90961952adfaf48a2ca0a4a6103d855c --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee2be4b0ef5a9048588820020b21cbdadebbd84207a238e2b3bb06a188357fe +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-06.npz b/neo_1month/data/CLD_FR/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc64378e4be43e32c4f19f57d0396a9f8cd039de --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9675785b1692c424942dccf75076baf61de27f47ab3117c60b194b169c733a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-07.npz b/neo_1month/data/CLD_FR/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..484b5117680070d6570c4a64c945d37f3064570e --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268fbbbca0f00e7adc90ae0e006ae8c85732890551026dc334a4d815200e05ac +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-08.npz b/neo_1month/data/CLD_FR/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff5a4a1d3eb76e0b3a9b990aff99b101ead2e87 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa9fa7c2211286792f52d2baf45f9e9a3cae8a918df79f33fb915f34fb3100f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-09.npz b/neo_1month/data/CLD_FR/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c64bdd93869a54751679eee0828494b3e498a711 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b044f69f6fadf89cade99f8467cd0f8b996506568d4f59ec1beb447cabc3d2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-10.npz b/neo_1month/data/CLD_FR/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a72216c44e8eb8ff41a5b70327fedfce48f64bc8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89590a16bf3d37311dd1295b04c0a3b7312efcbe881217537f2ef51ebc04337 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-11.npz b/neo_1month/data/CLD_FR/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..023d8d85d2caec438a85f20628849231fa2b1710 --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc576bd6caf92a0f89a2b4cd76ff9f78c66e7731ea8c5c7ae1c3b23a7dc429d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2007-12.npz b/neo_1month/data/CLD_FR/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c65d8644fb49012b48758828281631c93cffe7e --- /dev/null +++ b/neo_1month/data/CLD_FR/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbae0bc6ee4275a7e6f5cb09bba6becf5f63b6fd777b13a733e404fe53c7d98 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-01.npz b/neo_1month/data/CLD_FR/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d506a843d78e3aed3d00faa4c4ed9bba4fe06e5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ba7e961ddf598f0af04746bcf8d2494cb1a290b36aaeb408cd7aa1c1d7d23f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-02.npz b/neo_1month/data/CLD_FR/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8637dc5253c150f6c7def65fcc650701c5787e8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b0aa951227bf19191c2f14bf6f3da703fb939ec0b3d4f5adf6834143f2acf6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-03.npz b/neo_1month/data/CLD_FR/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8924474abed81b35237e33dc218eaccff96794f --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804f6d9ce17982214e165f5e7640b55d3b1deb120e8ec11f9e3f1156e65dfb6d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-04.npz b/neo_1month/data/CLD_FR/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c2a86923286a0cf6ef88ef9ea8f23e03dda0c5e --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a161917790beeae69d67841f68e947a9b98983320d058c3216713c4c5f0657 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-05.npz b/neo_1month/data/CLD_FR/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9a53ef6f479bfe709b665af5f4aab6652185904 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea11a2e029474f079aced423409c6a5011846f90ae1e93ed189e576182963735 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-06.npz b/neo_1month/data/CLD_FR/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..be6a9c569549e40aeee30b45cc2a7399cd2947a7 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f903683175064f7ca8e2c7529ecd583c47730d26c6d482589fe2116561228ad +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-07.npz b/neo_1month/data/CLD_FR/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..528f4c82b55d7f8dfa01c6c2f6930607beb5a1e0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf8bef94552f7f656b2677f34218b6fb75d7e2e81d987e242d0df0beb27e312 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-08.npz b/neo_1month/data/CLD_FR/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..86749acd6fdf4cfa9ffd01e3d4a20795138e7261 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3151a3176f5850295ef953fdfc34d706807a66b6036fd36ae58de15226e506b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-09.npz b/neo_1month/data/CLD_FR/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..438131ecca0e97e7e142bcc1fdaf9c37897a79e0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e25b998a32732fd4abc94e4f4144b02eb0d695bac281dd7f4c44506fa7872c +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-10.npz b/neo_1month/data/CLD_FR/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7835fc4296138f3370bca36e0ff8b318b251689a --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca74bf775633979fb6c0e26a0af12db0f3dcc17504b2c35ed2c01a820fe7a4d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-11.npz b/neo_1month/data/CLD_FR/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f52a986126239e2ffc3ad027a86df257868f730 --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f2da0c825e89cd361e7c00ef4046b1b2ec277b28bfc464eb9a2ffa673aba18 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2008-12.npz b/neo_1month/data/CLD_FR/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4c824517f74c3611489c99b5d82b2603c63c18a --- /dev/null +++ b/neo_1month/data/CLD_FR/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21629d8d6d163ff876a373e73dd722f30dc68cf0580883cdab75f7e849610966 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-01.npz b/neo_1month/data/CLD_FR/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ffd3a0fbbee96434d4416436e2a89739f50d60c5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359c6d9072a9224a07da8cd276143adb34e6b935552fdecd162ea868c10e7ab3 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-02.npz b/neo_1month/data/CLD_FR/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..85830b5e8267eeeb0199afe5d25fb49df8d4f453 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60797f62d5f0c22cc1182db5281c7bb8ea653a15aa81ec510dbb70003163d679 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-03.npz b/neo_1month/data/CLD_FR/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..260b3ac30c960efe0a901a98229dde6beb42dc95 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa514d60617708e31aaba3e01b39b451d61e0c96b09b3126d1f003c4f59d292 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-04.npz b/neo_1month/data/CLD_FR/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..68140d944d811aa11f4130fb1e1409df340f5f21 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7b6f4be112c46855d16cf54522298649557ad5f4e3d0f33b41403f7297862e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-05.npz b/neo_1month/data/CLD_FR/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..109b3c3ff2e2758f9bb0d338fa3114be228a18d0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a2b374b7746aa865bd7eecef480d3fb7ee6caf97064ed4edc0f5397c113e15 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-06.npz b/neo_1month/data/CLD_FR/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..965d1b949223abbbdee2bb076f17b48b78dfed14 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9245c56508a1ca638e65fc3c203cd3e4b025758031fe13c6fdc0a502c97097c +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-07.npz b/neo_1month/data/CLD_FR/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bcde533ce77d574efbca277e2c295d0240a987 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0f785b9e7481cf8664039f586bf0ff8ae991e24ad608b15756c4efc89ebc26 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-08.npz b/neo_1month/data/CLD_FR/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b190a9631405043499cb7dd2083c869bb56912e4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53704c11853106fe7a253d0567fe13143894463c2cd8746e0967b1e14ece674 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-09.npz b/neo_1month/data/CLD_FR/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..69d7ec3f291c6fdb22af5dac4ded02461a73831f --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6176f3e1c72d83382b8ef3d02f100a96c324aaec2bffb8d5984accb236dd37 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-10.npz b/neo_1month/data/CLD_FR/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..526c2e8a1878978743e6f537e556de0e8ab5e3a3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84486bb2f938700202677838c1b9d383b3e6c5a37bfa2f97b411fc41621dc95 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-11.npz b/neo_1month/data/CLD_FR/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aa57d57ba153a27e0e73233a9489f39b852da9d --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1671bb3544e0099446e1f120efd8f6a105e244036a2586d5bfa90bc7f6e2a9f1 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2009-12.npz b/neo_1month/data/CLD_FR/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f31319ee7bd2b8252da3c4bd5c3c0ff5de99ac6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368e6b1fc892d8f1d588712df77841ebc3de0224d13e3e6b7a46bd9d7f7f2cf5 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-01.npz b/neo_1month/data/CLD_FR/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee88fb2973ecc9548c840212028a9f9e01a1324 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33ccf25925786774194c9697861070c3c182eafa301b623639b8e836562124e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-02.npz b/neo_1month/data/CLD_FR/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..259342d6aba8abf7245242cc8ec3dfee8a06bb92 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed25b730ad35a02feea08d6f06df38a732f14c1cc3517c122591194d72fb99b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-03.npz b/neo_1month/data/CLD_FR/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..524fce8bf86527cd174d9c3bf64458c64d2f1166 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467a564e8ba8c2d15f2c37784e2d51dfbff603d3e711c647c81674e2ca613ab1 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-04.npz b/neo_1month/data/CLD_FR/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..70c942f1183a5c3a316e768a101c04425d2b1ab9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd6d13568fb6e8ad97a2d168af93b777a91813299add0fa9675590f52f1aeb9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-05.npz b/neo_1month/data/CLD_FR/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b0c21e9d8a7d94ab749b58ab5bdb39d70005e5c --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52759e2cc75f82ccebd1c8b29b612507ffb8f61f13925b863f7259932d766481 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-06.npz b/neo_1month/data/CLD_FR/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4b788ca7fc17887a70550b0bdcbc0dd13670170 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1602ee887db193cd04580a5091d9b2fe4c34ec8479fcdd8565abe32e58d9d20 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-07.npz b/neo_1month/data/CLD_FR/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7052364f73d909d90da719813dcc79a6a22dbace --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb28f52c6bab2476a9f471465e49f2924b64c1a36db7bfbff64c486f8cafb49 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-08.npz b/neo_1month/data/CLD_FR/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b09825813b0bc8527dd2d0b16ad153e3087fae6b --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f7091400f11635e600f36d9122000e72aafcb10a074e6c4c6675cff3ca1119 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-09.npz b/neo_1month/data/CLD_FR/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc8f34b8339e085b03e425e6dd093c68236929fb --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2404b5f6849439e78cfbc6d795c31ebb040a631315915bbf7cbe69cf6735fd +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-10.npz b/neo_1month/data/CLD_FR/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c071abfdee36746d8a5ebaf4b74b795e0940178e --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b924d0ce997f09480cd9abe84ae4c3c68b38f21082b86a88ae3b9fa5e7f1ac17 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-11.npz b/neo_1month/data/CLD_FR/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a43b62ab0bee3c0d21c64b4aad16f188825f8c60 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31ebe006d6e8b0ff1387339319794b2e98d50e963e7003dba5dc7886e44516b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2010-12.npz b/neo_1month/data/CLD_FR/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d32e3298507eee1a9652c6f727c357a2abb859d8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa641f11beb1af449974eeb65dc7a38ccb1e51c90f5119c92c94f1673fe01de +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-01.npz b/neo_1month/data/CLD_FR/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d927eb93974f8ad5f4cee0b2095fda0fbee9dd3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ffd0d8889cd0485013cd5e32c36ebe859a86f11faa21d9f469103cd5575781 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-02.npz b/neo_1month/data/CLD_FR/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..62babc1fea662b6d727020e7b695333696e53c17 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ec969d0774f2f7fdafc4630a70a2c07e79c181ab980ebfd2b77522b01c3d02 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-03.npz b/neo_1month/data/CLD_FR/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcb96c9b1ce9f365f3700447e26e74956bcded8d --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d846da223a6c88838fc8563083a8a49b7a19fe736391bfa8d227f54a4a5cf6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-04.npz b/neo_1month/data/CLD_FR/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..541f2a5cf849b77907474ba594e00e19766218ed --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0548b10fb862711d4df4782f909c9add0cea5d58b639a539c0b34528bb109290 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-05.npz b/neo_1month/data/CLD_FR/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca8ec6e5d885a8cf58823639418c529a773accca --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8e022caddd931a38dfb7b4839bedd760eb2e8a033417bc10039697150afe0d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-06.npz b/neo_1month/data/CLD_FR/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e07d8004fdcc1f78e80e4ea4265dd576b7aa8db8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59df2892a1f72549c13fe533e74f5acd22e587aa0add3bf69dae297c2768c269 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-07.npz b/neo_1month/data/CLD_FR/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..09c095fb7ac860534346001d130dd2840304f2c3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d595b850448bf2f993b67a2dbe43dcfa9a0060d87d3aceb09972be12a6d2d6e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-08.npz b/neo_1month/data/CLD_FR/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d6f7f80e7ac811b3fb53c9c51966f3d6bbffe13 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206c1fe8e94c45a99925c11cacb792e7da9039df30acc44d4b9c61456ea5892f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-09.npz b/neo_1month/data/CLD_FR/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..61fd1b657088932043e2aeb13ccf6bcd0b413229 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51823a51713e961176fed906d464e69e84ddfeaa27778887acb8d060be33f65f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-10.npz b/neo_1month/data/CLD_FR/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2118062afcd8057be2ff6b9a3d61a8744b4988d --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cccd27cad7e8dc99640030d0c73a01f48be3907c8f1992cf509edef25adeb6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-11.npz b/neo_1month/data/CLD_FR/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ef2fea26bc61e27a8cc4fe92012f2a0de953db3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedb9e9f962f104784ea36569e22b6ca78665f6bc97bfe50cab34db58511a7e6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2011-12.npz b/neo_1month/data/CLD_FR/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7b09fa16dbaa7f986eecbf9b4e59deaeb937e22 --- /dev/null +++ b/neo_1month/data/CLD_FR/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d716d670bbd59bd0b0aea6f53523bc9537ff378988bb05ce5fbd2e019f0de2d3 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-01.npz b/neo_1month/data/CLD_FR/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..763e8f5274677891c0ec87c68ce4448f05fbc871 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a383e695d0556cb59273b65994ff9d0e1cf54a9caefb339cf3ad54b503539372 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-02.npz b/neo_1month/data/CLD_FR/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c10aba88e9e8f10f5f6785da6230f0fbe09a197 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ea7bf86aee407add866acfd3c670b1113fd366fde91c585e6cecefa916c8d2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-03.npz b/neo_1month/data/CLD_FR/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e095ad3a446b5844ce81e691535a49325741ecc8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2094f5b349ae5a57a6a349a5d51054bbc0440fdad979f3af954c9b71b278fef8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-04.npz b/neo_1month/data/CLD_FR/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3af74d5bf330f0423d51afc6e0c9dbe6bae9acf3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84eb1b711f6669c3a5a7cce79a6fb2fe72059702ef51bdee461139b64d22655 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-05.npz b/neo_1month/data/CLD_FR/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b895ad774e5ce2d12545b018dde692b2b9f0db7f --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4146790d0949bac72473ef4f6e6a68a7854fcddeca9f15c4170bf251a177ee5 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-06.npz b/neo_1month/data/CLD_FR/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..593a9ddaf0932db3d1905e0e23946369d8eccd19 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edda1bd96362cb13482dd3d72611e980daa5b7e3e2c08dda3f3d0e2e4ac066c +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-07.npz b/neo_1month/data/CLD_FR/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b9f0b3baaa93baacd129b64d63be72ed9841f26 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079f189918d12bcff49c94919dc3bfc8162fd6f5fdb29c33716b125554855edb +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-08.npz b/neo_1month/data/CLD_FR/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f931358b332ef821e04a26eaf32c4e69fec338f1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e0ef825208f54d93a879e499d59fe6a05c39ca8eb930471f0d4edced628075 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-09.npz b/neo_1month/data/CLD_FR/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d627f9fba708b7c1928c37e6aa6103b2fcf3d035 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768b3b3ff211cb5c9d6b1ce360a86d8dbb24a0360be43e6855f6714a1c78d6e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-10.npz b/neo_1month/data/CLD_FR/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b65e8b1fd210fe6883fa148b99ff22466017126 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328233b52acccbdd7ab2c2ac39c6e0823287c0b3b0b54fd00c78de9529b5134b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-11.npz b/neo_1month/data/CLD_FR/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c0924b878cc176d5bb5dcd5981ae8336f71d555 --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6519360cd433f04d2f9c8d3a2e6267bc8df52351319284a908fdee9ea02bee18 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2012-12.npz b/neo_1month/data/CLD_FR/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..207ae7b8d7091a8a989a81d5396aaff4834da62c --- /dev/null +++ b/neo_1month/data/CLD_FR/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46749f0f53171fd90f1a50f91587b0ff4d7840ea2d1a05528483ea295f0ecd97 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-01.npz b/neo_1month/data/CLD_FR/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c42557877620bca8800141f0419ead71025797b1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f497f78ffd256ed349cc47b5fdbf2556c633440513d77e668f1b7e5260926d7 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-02.npz b/neo_1month/data/CLD_FR/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ef99377d9078f5a955cc42b51b39617ee92776a --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444f8b71fcfa12dce4741e3edcb9e691da6ff7698d1352d775cf25db7d1150e2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-03.npz b/neo_1month/data/CLD_FR/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d74ed235a84fbe931a717977635e70d646dd76a8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c0d431206a2e056a7cb4c8ef584e812d5fc7741bb7e7d36f5d78fa4e737eca +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-04.npz b/neo_1month/data/CLD_FR/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b60b2366c3fa07a2a0a9d6d999023dbe67fde4c7 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47bbf4060837b037db1e8946eb94bf482cf196aaf66e2eadcdde1d68ab79198 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-05.npz b/neo_1month/data/CLD_FR/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d455ba9271e2825b9dfced229fe956212adfbd63 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed8ae2fab4b5d40c1026ac9c618765181a88bcf3618d4be3614ddf0bb8325a4 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-06.npz b/neo_1month/data/CLD_FR/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..55d35cbb78fe6e76cfdccf2fac63042e52a830f1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eb5e0a2967643fc46632c36579686c9c0de912fa9b7d157924d8300a93be72 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-07.npz b/neo_1month/data/CLD_FR/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d58c350c20ab8a57218aad0649e0e1db637fae16 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbc08e010ea0792f3ac8456baea5df6d2b088a67369da0265c028f3daad1cae +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-08.npz b/neo_1month/data/CLD_FR/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3085ebdf622610f2e12d1d3b7100266628590db2 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bf38bc1a108593c98776775a38325c96e237c8659670eb491ac2f18d5bf33f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-09.npz b/neo_1month/data/CLD_FR/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..19278cb8721a0429caa36bb1e678fa15cc22876c --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a66262be6e661d64b21327ebb94fa4ff66d5c66372982ea4638c06cbb02b55 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-10.npz b/neo_1month/data/CLD_FR/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3cf51673bae8ffcd6117da47314add4345889c6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73bf867a6d701ff016f0909bb1910bc7949b210ae4793bb2954df5e5534eb2c +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-11.npz b/neo_1month/data/CLD_FR/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..224357c6494c7d82beaaf7ffc3653a8bb5826994 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc51ba718b4abc673710db82f80f99ea8aefe11df3915d5e8e4f04ae1815af9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2013-12.npz b/neo_1month/data/CLD_FR/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7484ec905efdbb85ef5675ab5790a70a49c94489 --- /dev/null +++ b/neo_1month/data/CLD_FR/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6899cefddf62a2c00bd811b049fb692edb1fcc9c2e2b419490c31fa2ddefbe0 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-01.npz b/neo_1month/data/CLD_FR/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..35c5f04a4e042cfdb1a7c5de7aaacd863c872b28 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44037c3314c26ff816330e9d9e15f8223de0755073bcbfbfb4311aaf7a40e39e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-02.npz b/neo_1month/data/CLD_FR/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b97fc03d5de41cd36d1a734a6202d4ae88b2525a --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad64fc0cad6705239ce0f1dc72a08cdd70827a51ee3def24d4d4c07e31c14c6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-03.npz b/neo_1month/data/CLD_FR/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d29f0d68cea279a4c66da876d732de44f2c34572 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f31193d92b875b4a487cf71916cd445682e45ccd359035bcf024cd9d1e4ae80 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-04.npz b/neo_1month/data/CLD_FR/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..429467ac2b90f9c79afae4116495bdb6d0c01185 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de627cae09f816b18de286d3d179109382668503239a20e45c637acc0070dc31 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-05.npz b/neo_1month/data/CLD_FR/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bf3709eed2c49dc56aa8d03507bc7c9c2690c66 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44639d45368a88657a7347045f835bd240eb1dcb9052182bf66d2a7a960119b6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-06.npz b/neo_1month/data/CLD_FR/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..293dd42fd60fbb6d311e324c4672647afc0c7684 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eb622e63c282729231dbe1783e23bb6fe6ec34e4f0437d4babdd91c5b78cb8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-07.npz b/neo_1month/data/CLD_FR/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f16dcefc5b85f9463a628504e1febde1dd3c4847 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3d33a70bfbd59b62d162a98ffceef4eb0fb215db1d4076bb46a826f6727b86 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-08.npz b/neo_1month/data/CLD_FR/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a27cfc10f5549f95f7d7bc7d5666b21406b4624c --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dacef8ad24a2f75e92dfbabddc47110139c844d65d85ee970ca9b1d6420e0e9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-09.npz b/neo_1month/data/CLD_FR/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3270e3b8173985dec96f1278521f6e22c3c193ca --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a3ca824b01e055b5c762cad41c85d7d9d071f0c70aa826386c3c851bf1ac41 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-10.npz b/neo_1month/data/CLD_FR/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..81a49fdbe3c58b6baf647912fa17244a6a1561e4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bd5cb01e26cbcb44ae344e55515e1dcefac27c5c7d8b8dbe04cd5b1eeae8d8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-11.npz b/neo_1month/data/CLD_FR/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d19069cfa3dbd0e3cb7978ce9d703542dc47f9a --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa07f822a347ecf129786585b2d742b2b4414f3a766bd80800d961aa23aef84b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2014-12.npz b/neo_1month/data/CLD_FR/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd821df6d551ec98bb96790c0659e10ee3eb06dd --- /dev/null +++ b/neo_1month/data/CLD_FR/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a428cfe1ebf54cade76eae473c423c51f113fe15b82f5b294cdc903cdd34c096 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-01.npz b/neo_1month/data/CLD_FR/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2487ab208cf8ca4225c4284f3637f45f8a2d20c9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6701a6f9d4c4b102dd6844e1728608b8cad6a1fc578ba827ccce7ba1000d095a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-02.npz b/neo_1month/data/CLD_FR/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0512eb36a3fab3a800869503f0921a01766fe9d --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7351c4791e660e0932a9f5118e6687c78e237b23092bc8f3627e07dfaf2225 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-03.npz b/neo_1month/data/CLD_FR/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..619b683631d0f602e9b4b3e80e5bc15064c3b4d4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b42f206a7832cb3eaedd4541cbd61dc1fe2d50347b74e06e8f5226a369863 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-04.npz b/neo_1month/data/CLD_FR/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c142de4446ef598359cee5c7c70b246c6b4c925 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8778b33ebbd66650b94cee2c5335848cbc2e9e24f209d5a90320b267f8ca77 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-05.npz b/neo_1month/data/CLD_FR/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4d6ed4d6420788d97eae31cdbed46fa9706838f --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcf2ea350f18c71b02d5b34c43a96e7adf021c1a71d45e5acbb4c5f49115b1e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-06.npz b/neo_1month/data/CLD_FR/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7c535b47444d4b6e86c6f33000e3a078165d1d8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0060fa3d3b8e172b4463cee2b56d73479a6d6e6eb4e45fb5f69a9d0789b470a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-07.npz b/neo_1month/data/CLD_FR/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c36d0f8541bd7873f8cb44256dee28b36c4f1248 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d532b7f651fbb6fbdf39874b8e9959b8bd2635617893b596867c0d51302f181f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-08.npz b/neo_1month/data/CLD_FR/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4efb20eacd25ef4c20278fb0de02bb8592351e28 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741f472dbd28980bb4086f0d3c92ea4d4e292611dc1d34244e6a0adf55690a15 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-09.npz b/neo_1month/data/CLD_FR/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9111a2f04f3c8fd90bfb879df31be720d17aa896 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9956cb55f09595d172ce321c0baf421519e16c09c11c433f1b9ac35506c85607 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-10.npz b/neo_1month/data/CLD_FR/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b04d514d054a787a3ead5422275af1e58322ea56 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8682d023764b3f54268cebf1937bb7fdee3b64f9c7b395cdc6a5c03b1c54ad04 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-11.npz b/neo_1month/data/CLD_FR/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..72c5267bc5238cbf500b74c32c6b1c6ab0c6e0e8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20b06d583d7f222bdee0d397278ff2c518da988dfe726d09af577db0fc890e9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2015-12.npz b/neo_1month/data/CLD_FR/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b03133dc2247154674499c90fabf1695fbe36c --- /dev/null +++ b/neo_1month/data/CLD_FR/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04c5c67679be181e884d5ca2a6a93e236f04e46dfd97ca631742072d5a3b294 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-01.npz b/neo_1month/data/CLD_FR/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6fa9704a7443045aba695ae148867372827c8f2 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb0de09498ea9f8f108b5b8b48a80d6cfae4bd3943f473206f30a1a4a91b3d8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-02.npz b/neo_1month/data/CLD_FR/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..02ef4b48f39ec25efb39fc0b3fbf5d00a72213c6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4494012eed139c1d27b5634cb160ea94b272cc586e77592f8909ec05480a9406 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-03.npz b/neo_1month/data/CLD_FR/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..07e20f78454fd0acf8c16560411e7daf570b775d --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2836ca8d64168e9c5061d1ac83f82cc7257dfdd64355eeb6b07a3df92e473d9d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-04.npz b/neo_1month/data/CLD_FR/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..04eaee12ee373099613aafe9a9750bbe6a6ffb02 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e13607d9a4b4e94fa0689aefb88d07f6a6e7d047fad8613debdbad083be4ae8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-05.npz b/neo_1month/data/CLD_FR/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee35b6e803cca91cca5e44b18ce4ef07f9288a7d --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1f5cb994ca19fd909290ffbe95ed2622b0398c0d92b8e6d63295ea28f0970b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-06.npz b/neo_1month/data/CLD_FR/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6808dd903f6287c93288acc7803b07a5e2233b66 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0afed5807294dde1000cc6e3bab2a6d28c6b5c30e831a8408e3f8846a51a44 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-07.npz b/neo_1month/data/CLD_FR/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ce36ea492952f544739ef31d5579bafe272313b --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3067e0a713364564c51fb3cfb904b51de5d19f913a1aad090882a8f225ce95ff +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-08.npz b/neo_1month/data/CLD_FR/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..57cc79bf598ddfd0cd8bcf25706857a00a6db2ca --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59b741be99c8a7bb693cce7c75835e430f1271ed25402f3edb58b549c4b73ae +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-09.npz b/neo_1month/data/CLD_FR/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c738a683d61609588a983711fde3bd671388f32 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c82b7fb033ce55bbd967f942b2efd148298dc9ae2e9d869c5ed994707e148 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-10.npz b/neo_1month/data/CLD_FR/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4ccf27972bc034ecc298ef82495ff1af50d8a4b --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8603fdf5817c6e8e3c0d4ebeaf6ed61f01bcde98c0d0518d7d9dfd221af85e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-11.npz b/neo_1month/data/CLD_FR/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4cf5e9b19024eda763aee13741f44b32d855bd9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7240842660be75750aea688e3b755a5d380afc941f3a4342b4f7cf0ce464a608 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2016-12.npz b/neo_1month/data/CLD_FR/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4577ac182d36a502d1d39cf8a5428e457ce5b6a5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47525fbb3d5513020f5163d9add18f35edc7a75dae4b3c7dea125be049d53d90 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-01.npz b/neo_1month/data/CLD_FR/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..677d3cd72cf7cedc69d7186a6e8e17874c3fb8ce --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ab2beb6d26fffe52ad10a670cc97e23313d13f3ddf8558b1f6e762c28ebed2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-02.npz b/neo_1month/data/CLD_FR/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9576cfd34210f0c327d062736346750946b2ef3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c9659e3d6235f25a10038e0557880f209c37b6606cbe7932e7e17113587587 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-03.npz b/neo_1month/data/CLD_FR/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c83dc0469c060d97e71275a30f916c24eb664d0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882afedc79b7557c7b8202f46d0279d8430a94a8e4b9a4924184a28024700bdb +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-04.npz b/neo_1month/data/CLD_FR/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6da75b4ae7e7bedfd0d023f43293022c0929e2b2 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d129af5e890cfb454c9d365841c1e38f8992061d3bb2c6efe672caac4b6218a6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-05.npz b/neo_1month/data/CLD_FR/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d87dc84a9b3e1160c98002b0ed4874a6eb81919e --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf4cf5d95e02266b20c5d6c7bccf22123b06fa2b224d65568787e5109906e77 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-06.npz b/neo_1month/data/CLD_FR/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f1c3a61e503b6bcab30234eeae0dd5e3602b692 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b31f8cd367ea92ea4bfe507d29daaadda5e7e185742db587763a5e4a890952d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-07.npz b/neo_1month/data/CLD_FR/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..704ec2d9710be2513faafe4dc2d178bbdca5b60a --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5bb9947f7f2a54878bf0957e3abb8ed05fa76b87498955bec2e474b42db779 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-08.npz b/neo_1month/data/CLD_FR/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a4c3014151650831c43a8db125088b82163a0b6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9600e45d694e843098da6599c6220e5c563b2773f8923a7a9d69e015006b8f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-09.npz b/neo_1month/data/CLD_FR/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..72cad7ce4a5944c22af86716aeb2e00e256fff88 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae3baad1d70d45ba48cb63d9676cbda30cc11f35db96d9baea852e109af7f6d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-10.npz b/neo_1month/data/CLD_FR/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb96218d9cbc1c9bfec89399c031f92bff2ec92e --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72102cc10323000f10a7f4b373f1867acc64d59d34e5001561193923627afbcf +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-11.npz b/neo_1month/data/CLD_FR/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..740c51406237a0b65b5a6b3477162cd5d756f447 --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef446803e6efa036eb1ae2d959bf9a497f8fc46dc91f6573bfb084acad04417 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2017-12.npz b/neo_1month/data/CLD_FR/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0113d7d14e7cc7b6249592e88617b878dcfc99bb --- /dev/null +++ b/neo_1month/data/CLD_FR/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69209b10d5aa54a7629c831609e101c5b9bc0cab56e784dc123a6a61c80062db +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-01.npz b/neo_1month/data/CLD_FR/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1af77b54eaa04deff596a7275a4b1c910f013cb6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f73410121faedb1924b11c84b3508be38979bc6473cc9cc1ebedcbd82f288e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-02.npz b/neo_1month/data/CLD_FR/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad330a73a3e3ea2bf8a9782b571ad9dcbe72696c --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd577914ce482b2bfdf71737cbda2e9ecb82a389e7c3c3e4503559a769857ae +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-03.npz b/neo_1month/data/CLD_FR/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d085f86280a713fdb94f071452c8dc496be0c552 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9467f6bbd66f1ceffd3f7d0c6c42c959f8a38306d666b076303481e6ffe77417 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-04.npz b/neo_1month/data/CLD_FR/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1534b600a30b8c307cce0aeff0596fc55af44105 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10295a12b554fb0dbbdf341272380d5095870160317719a4b124178c42bcf2c8 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-05.npz b/neo_1month/data/CLD_FR/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f01bda9618954bfb7248d8b65d495f04d65d9663 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39c908e6e418f592946fac9277858dba2d1d2a27600c0dc8077e7f4ff5a1ea6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-06.npz b/neo_1month/data/CLD_FR/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ccdb870b1cd786cc30220643d2f2e80516a23a6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6063019adbea0bb576ec503f9d0aa96079c568b6f79747af557bb2189800c5 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-07.npz b/neo_1month/data/CLD_FR/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aeb011dfb113db657dde04de7c82bcd6065ec8e0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d655c22642d6f560ca783b10441637150b3d15672a36170553b4a8cf139480 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-08.npz b/neo_1month/data/CLD_FR/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1abdfd164444bf7df18be53083090f8c3b692adb --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4574a6b6de49831abe3f1b8b845faccf656c9164b408a1eec5b96f26f24d3f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-09.npz b/neo_1month/data/CLD_FR/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c00d377329b998755d6f547c2a58600e8ae82806 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b6f675434e5d4d678dbe9906456b3a6d8be9ccdcff8dae55bf12386ebd05f6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-10.npz b/neo_1month/data/CLD_FR/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..df4146a9cf0c6c853492c7b0515e5422bf9dc05f --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c3484c6cb16843fa76da8afa9ff66f35557ebffcbdae4258abb34e24c7ad28 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-11.npz b/neo_1month/data/CLD_FR/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba94338178dd3c9e291e8d52f5116e89348b1494 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03613ec72dbf7c2915fd38cc4c5c1ffed544ede47b627f1e78eb660edffde210 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2018-12.npz b/neo_1month/data/CLD_FR/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ef8bd3e906d51414fb635a95d5dad4bb67a30b7 --- /dev/null +++ b/neo_1month/data/CLD_FR/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065c87b4c2a73ccc80fea5d53e42acaf3e5d8d86e524a3bda8453f36bef6465e +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-01.npz b/neo_1month/data/CLD_FR/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a89ece49eda079b2713ce7d3755838c47d0f3221 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8f1d5d4444300d3eb3b842e3553f2f3507c58eeab3df493725e51a36381903 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-02.npz b/neo_1month/data/CLD_FR/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dee2270c4496969e25a2e73e24dfe13bbaaebc5b --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba4254ce365104d9de8be5bb870c00f3fd5b45a3d6264f8837e16be3a714785 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-03.npz b/neo_1month/data/CLD_FR/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f2b72f49bc53e0c61791fb031beee37dc72484c --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc3180f427b9cd1af7d922737dc48d4af45c7d60bb218f8c1a39580fb361602 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-04.npz b/neo_1month/data/CLD_FR/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7099981e3b5e5bbb7910c12b3f3a9f261f077064 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece88adc7a86853ed124062721d8b0a05ec9a8d101e62ac805cf4683e3d7bf44 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-05.npz b/neo_1month/data/CLD_FR/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b138d03a49b72cbc14aadd7ceda6578976c3324 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e4c296d10c42d45b7ea6975b3685badf3d074d2a4197b3af30e3318f365221 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-06.npz b/neo_1month/data/CLD_FR/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..68b4fb285144831bc9a7fbb131fa52198c8c7bd3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ac2511a131c07f034a5fd64e2e47521514bb8dfc0145addc4809519d5e278a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-07.npz b/neo_1month/data/CLD_FR/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f8b01ecb66b9e40db2618349e95574b390a68d8 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5edbc78b29d008f9dc0f341327caf5c2f6058c579842f4f1935f02f86aac4d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-08.npz b/neo_1month/data/CLD_FR/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..14eddcab5052f8681d964601d63409fdeaaff78b --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3a08837799f08af7244b37c9a4e972c123a9b95eff23fe877aae6bfdc101ec +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-09.npz b/neo_1month/data/CLD_FR/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6938f3e87a8b2316c71889a2ca17a8052c953bac --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79abd9e062d0d4a7bdf51d052d8625a15f8e41ddd6ae2ddca8f2b2c1854cbe3d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-10.npz b/neo_1month/data/CLD_FR/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0ed7bfd68568f1d1c2bcdc0ea25cdb964be99a3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3ea97dee4e09a66f6b57c94544ddb930d60d45d02b766de9d5ba962819e2f6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-11.npz b/neo_1month/data/CLD_FR/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c3770d27fdf43a71a2e4b7f6b5aab2065303ac1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e780589cbfa0f879f225b1c9e28b9354acd0b56fdac4fecf65c58d60be39cd7a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2019-12.npz b/neo_1month/data/CLD_FR/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a3f9fd37c3d5de29371214f815510b190249d61 --- /dev/null +++ b/neo_1month/data/CLD_FR/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fcc1ec0f80245a7029016c627e42b22f600530d3ba23bdfec2e7eb1b8d7e47 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-01.npz b/neo_1month/data/CLD_FR/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd9fd61064c77e4381e8f486d7c1f0416b6f672 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac3bd5e1c9d86cbba8625eaecdcdb5bc75c69e55f402a03595b2406da9e1f6d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-02.npz b/neo_1month/data/CLD_FR/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a53850a89b22dffe7e4d27c6dc2eac136b28ad5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb199b81cac3db26c613a5843a4dc6146fae955f332e1abe59e63a85628ad31 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-03.npz b/neo_1month/data/CLD_FR/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab64470a474e0f8a725b64b0fba4d10053f61f9a --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c1fcb454c2ad37dfb2db26840d332b025f90045e671bb131a5a1ef2e7a5392 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-04.npz b/neo_1month/data/CLD_FR/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e603dd04e4970ae0d4d21918edd9e46d0e39e902 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd1ab7ad8671de65a1872e8ddfa510ed18b50ca448cf84063390740cbda6adf +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-05.npz b/neo_1month/data/CLD_FR/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f0a15fd163a4228297cd050ab39f9c26c06ba632 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46adbf22f3361c61af49fbd62238a2f1bd3c3361e8e1a08fa65ae21511fd6f32 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-06.npz b/neo_1month/data/CLD_FR/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..65991155a402d2f392a3dc0f9256523f1f13806e --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64dd95032e02d47d845f9ddac4a47646856e0a99e8667d4784dbc73fbe5a8bb +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-07.npz b/neo_1month/data/CLD_FR/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..956044d3d111f8de0a7d366d24b56a1b0b6902b0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f73e7085b434d0369574f1c976a502155f2f7940b81feb9093834b0a6ad560 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-08.npz b/neo_1month/data/CLD_FR/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebfb096310af43bf0ed0fdc592d83e688b842eed --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f51c36dcf6e53b826245a1e8bd4f64ef011c94eb6e94653ff0b960a0b18d406 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-09.npz b/neo_1month/data/CLD_FR/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..102fbd371fe44631f06d5d597526fbe310cd5206 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b685757b10a7aa41b88c7ed4ec3e64c053dda129544b4aa75bef340611689b2a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-10.npz b/neo_1month/data/CLD_FR/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c22168685bece576a9d280f10669c38ff8feab2e --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682c44f7db0d340ae2f7e37c5fa51531b4aaf49cdf192081e3a14964ed173d17 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-11.npz b/neo_1month/data/CLD_FR/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a54726dcc6fe3f593c41c87e459453e6df857a82 --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3362710b3852297a4039e19c703b39ed71de2d08f72ed6c1e74d6b64bf3e38f1 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2020-12.npz b/neo_1month/data/CLD_FR/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8cbc6e9d176dfb23cb671fa239fa82fc80aebc3a --- /dev/null +++ b/neo_1month/data/CLD_FR/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0fe97bdcc9c77302c978b0642b9493a4a05f7375e0ccf9662d91a26169865b +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-01.npz b/neo_1month/data/CLD_FR/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..455587a92c8a4c3a5f46d1195f7f57d346e13ca4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3672a24b99ea46a0b136ed291fd3c4ab2f26e6cf8945c8a98819fc04b89f55 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-02.npz b/neo_1month/data/CLD_FR/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1bed5e96d199e1c93d53a7fb71790cbfb0869e6c --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342a882ad29fb03b7caae36d4ede0ccf09a370599e4c1badbf89f06a6cd930e1 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-03.npz b/neo_1month/data/CLD_FR/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..38164b43a5bce4defdff869ba2a169b65a22f2c9 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6214fdffb48ac2b778a121cf73b2b0172ff7fe8a7fcf0af738ae2797ca5bfc +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-04.npz b/neo_1month/data/CLD_FR/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..48446ccc5bbaa442db328a3cc232ce174a4719e4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbee9a0b4c5cf7ac58a91ee81e09a209d6e1d6321dcd87d94c7c0a0fd3ea08ab +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-05.npz b/neo_1month/data/CLD_FR/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e082d92758d42e1248feed390b13a16cde927672 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279dd0c5d399e2eeaafe56d4b0c8ae045db287347ddbb57cc97f87a3fe51e16f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-06.npz b/neo_1month/data/CLD_FR/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..24ad03e06689b9206f574d3daaa79d8db527ef46 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb834ee3a09a03759b9e0814665d97585cf4a2694e53614336ae4baeddf0fd0 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-07.npz b/neo_1month/data/CLD_FR/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..437f13d8132380f2940d89aec9d859453be9d5d1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71151636d86306766263ed9654bfc8823548a64c42dc28b9cb91d37e95fe235 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-08.npz b/neo_1month/data/CLD_FR/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c376b73703a8d6b10d14c4dbf5886729f4e654c2 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cde531cec5f7fa4bf5fbcbd4eae755162fb9963c6c4d92f240f76b4fe3102a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-09.npz b/neo_1month/data/CLD_FR/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..20278bf34a364b2f213995b1ee788c9528d3f5c0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ff62d8c7f6aa18dc5db739dd8dee1e800365e73bca2bfb90df56f368a427d6 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-10.npz b/neo_1month/data/CLD_FR/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5903cf12206b6eebd218a90859f7e8eb076253e --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b824ed88565a1bd7e27cd45360bbe95529a3ac090c0b12cd5cb1477857478be9 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-11.npz b/neo_1month/data/CLD_FR/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d87219ba55fb811a6f1fb1d3b623c595c613aa5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3454369a35daa92f4e6429127355df37a2482b67ab089d37d3f0979684558bd2 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2021-12.npz b/neo_1month/data/CLD_FR/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee57f9ff49c58f657aca68065ee4fc2494923e0b --- /dev/null +++ b/neo_1month/data/CLD_FR/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6ccd48d9f494c289f688c9aac095e52d8ab0c53c5f6afd3991e28b1e9a0ace +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-01.npz b/neo_1month/data/CLD_FR/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d459b864d4479b16c160ca46e22dfa29b9a7aa25 --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6058364525f8ec8639d0eac8ee113ae9177d6eac8a4eec19804c29131b3a19 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-02.npz b/neo_1month/data/CLD_FR/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a45f861f49e799f6dd3baedbec6441ab4028007a --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddb027c17049b17970ac026a96fb7edc10331dff994e84328f796d49126d3bf +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-03.npz b/neo_1month/data/CLD_FR/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..89afdc636bd8680bef2f30e5f84f70a6cf2c7568 --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff175cfc13897412042aedd4cd5774993dd163ff193b1af8987327adb35d3c37 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-04.npz b/neo_1month/data/CLD_FR/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b175a92d1e890d73f8c9a4a1d5c59d7ddeb10eb --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3be15e7af0ed33147727536ec998d72342056788ac967b7cf739ba45a01d0c +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-05.npz b/neo_1month/data/CLD_FR/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..736a46e7f3bd8a053de44fdccb24206dec1a1c14 --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f56ce251481a4c25a4e3d4898fa96be707476667e0ffc5ffc454c587ef45c7 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-06.npz b/neo_1month/data/CLD_FR/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7659c6feca90172bfd5ca4aba4ea9986487722e6 --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0602f04cb004d04c1aa13221b8372b674ce605b1af54764f70e5acd5b0c391 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-07.npz b/neo_1month/data/CLD_FR/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..25db370007605fa285c57dd97654f9b3068cddea --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3041e4fa020ab98fdf17c88f03a2f2bee5e97f3c93cb0149ba84d03683b69a3 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-08.npz b/neo_1month/data/CLD_FR/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3536148ad864f910621de4e320b50f1781f1168f --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88415fd034261953e24f89822b6f86f39b58bdb36b26edbfd75b2c730bc473f0 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-09.npz b/neo_1month/data/CLD_FR/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0892480dfa956e0b0a9dc296818d6ef202e7f038 --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9079354f10684bc9d87365cdc1497016d34597b11aa8ecd6e4ad46e0e08c032a +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-10.npz b/neo_1month/data/CLD_FR/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f2a3068daa786c98da8f98d3d35af544faf60da --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f5e3a24e427b983a47d04c1d8d66e8ac1ae81bf59cd2b17d2795b003df91b1 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-11.npz b/neo_1month/data/CLD_FR/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..299f6ca3f11e3477c00deffca46abc5905fbbbea --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84172632cf5e57e39d13ba6f9bfec2d112cf909a1181a55fbfcf1e17862e07fb +size 1166664 diff --git a/neo_1month/data/CLD_FR/2022-12.npz b/neo_1month/data/CLD_FR/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..acfd39ff068d85681d5192d6e1d5725c90054db1 --- /dev/null +++ b/neo_1month/data/CLD_FR/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8e9f671088bcc76903fdb12bdc6a00041681161c8b4ad1b09e146bd5198493 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-01.npz b/neo_1month/data/CLD_FR/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2acb060531dad35a2bece6c74e8196c3b7eaabb3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0191034ce7ef20046656646a0a11aab6930e233c0d7f7cc73528402de3656274 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-02.npz b/neo_1month/data/CLD_FR/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..062dd282592815e473c9ecf27dc4fa1f28ff4ca0 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff9ba218d75f85ea3ec2f8cbcb58122451f882e46b21ec80b19d4b59565c123 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-03.npz b/neo_1month/data/CLD_FR/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d4f915a3b067ea7642c65eab723b949114ed4f4 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4adac3f1764d81f3cec1987a914ee3c49e8276cdaed937bbc4ff5e212edcda +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-04.npz b/neo_1month/data/CLD_FR/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b084ed7d395cb351bbf851e34045d651363832c3 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0004571cb9109dcb1d4e7638862ff51f5f0ab8354ccd6c00f32128c6613d8fda +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-05.npz b/neo_1month/data/CLD_FR/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e70178bc6ec389e4baa0d15931c4d2ec6cb7d640 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38da4d34b266871e536366088604e6324959976ee8046c969011bba8772ca28d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-06.npz b/neo_1month/data/CLD_FR/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbb6aa0ed335ed7aef2fab3b8d30294249f3ae47 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7dd84ef7b55404b8c4c7a1e43d0e7c39ed1d8d9f1a20182c95b84634ad4755 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-07.npz b/neo_1month/data/CLD_FR/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9356449fa297d97e8567ddde6e5ed74434d8c6f --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854ca65129f34da73b5f7be65d9f2ffd3a77a90c99f80475d4e58df47651adab +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-08.npz b/neo_1month/data/CLD_FR/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d19d1c683f65f0e51aaba99b5a1e70e61bc4eb69 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8782d1b38e2b9445bb8685a94e7f99d2d86099d46b54c68d29b3f541c449fed +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-09.npz b/neo_1month/data/CLD_FR/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..963a196f9dacf692f8c38e02f815e52adaaaab45 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767616e41db1f005588c48a995052168d895c020052e2f2e61aafbe06994761d +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-10.npz b/neo_1month/data/CLD_FR/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bb0df95b454c04ee1b9d1729ae82b2881409b98 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5058d9e476c391e515f3aaecd14633e5b6a5caeaf265c7b006feec5fd777a47 +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-11.npz b/neo_1month/data/CLD_FR/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba06cc980cb8d5858ba22735cde9e5c2d3ad4b20 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1c54eb8ce94f7604f6df6d56bf96965154f17fbc5904b1ed619547f831371f +size 1166664 diff --git a/neo_1month/data/CLD_FR/2023-12.npz b/neo_1month/data/CLD_FR/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0e8098fd9022b6547eaaa7ff5b40237a148ccd5 --- /dev/null +++ b/neo_1month/data/CLD_FR/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c60a0d38e47fd68388e621052340675e5eb1dca7fd55159ef08258d710aff2b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-02.npz b/neo_1month/data/CLD_RD/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..194efba8504c103100e1152fe518b1aede191c2e --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3a43e6f091260c82152f5faff0074e3183b226a39c1c32a561704e32943738 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-03.npz b/neo_1month/data/CLD_RD/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c8e3392504a2f5aebbe5318d27e38f3afd1d3de --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8cdade77faa50390c6b71a5d5f2eb753a093e60086f5ae073475f1cefab710 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-04.npz b/neo_1month/data/CLD_RD/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9500fa9883ee572f77f519e8c6b0848c83071fa3 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2d32ad1804d053fa7d669191c12f4807a9294a68eff06650285135d413417a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-05.npz b/neo_1month/data/CLD_RD/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e18ff3b09c493a8bf2632f627658d4cea630077 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2982ca77017464320b6c3ff7e9fe11d3e4d2edff0414f03a3ef2734d8a8624f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-06.npz b/neo_1month/data/CLD_RD/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b6bf99bd5f27699e6e828175efc8f4495b0f4445 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d81356cd4c6257becd3134f9a60900c6eeb3ce23cc2ee5e1aa53944a42383b9 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-07.npz b/neo_1month/data/CLD_RD/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2eed4239b7e658c66ec8954bf9e32d567216bc7a --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41aa2e01fad8bf88c57b16cd89a7e32b6fae77ecc741648abbf7315d90b2f274 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-08.npz b/neo_1month/data/CLD_RD/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdd31782e8c80a1c980a3a75041f0601f12a5f72 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9bcba053987714003b64eda52aa39f400595f617067872e51a6e6080a8ed9f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-09.npz b/neo_1month/data/CLD_RD/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6633cf3eeed4520b9ffdbcb42021718695727e2a --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1376beb6082bd6aae7826814a05ad86430a0d0f40dc4305f6ec5afea2ae0b4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-10.npz b/neo_1month/data/CLD_RD/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0614f86d55e1d4e31ce4ec55ab2e6f3bb0c06bc3 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bdd019e1b5df126c0ea4e2893e25ea8ac9721010a5df1cc0c5ca61eabb5fd2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-11.npz b/neo_1month/data/CLD_RD/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdf26d42fcc4488b45b019c88370f38d51009177 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e4331942923699fe2fd67ea53eb80aded3c56a81f0942dcc02fbd2648ba220 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2000-12.npz b/neo_1month/data/CLD_RD/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..63fe23e92e9333a1a4b39f554a1c7070578f6184 --- /dev/null +++ b/neo_1month/data/CLD_RD/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb374df76cf406b54a59ea3084e6bc4c1cb23fd7ead4ca51e4ed120aacb8fdb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-01.npz b/neo_1month/data/CLD_RD/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4846647a926069390d08f2054dbfab71758bd745 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91af8d0a69549ac8f11b0d3e230f05cba2f0bc201ee527da639b26246c977fac +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-02.npz b/neo_1month/data/CLD_RD/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac5f852b3b407752ba457e224db1f0a961bdbc3f --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91a190e81e014b95b29470c761c03ca9e1e57bc6301aff8d32accf2933e88d9 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-03.npz b/neo_1month/data/CLD_RD/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dc11e0bcf542585f0528c8698bddc2b784f2e3c --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13b5fb900a604ca27e2071aca88a6576d35a51124074dadd978271eecc2a12a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-04.npz b/neo_1month/data/CLD_RD/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b31b79d39dff64c9d9162cd8e1216cc3e8916cb2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ad24bdcbd65ce17203c40c54ea2a5b2e5e0a29d8e914193fe988bd8cd60ff8 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-05.npz b/neo_1month/data/CLD_RD/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bbfa63f3d1b467a797c41639695941878bc2f83 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca2125439eaf5d273b51f9f7619543f05dd16beeb3b6f44038029083da64fc5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-06.npz b/neo_1month/data/CLD_RD/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..34eab8bbed9d80052642bc522a43b56c68f03934 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15e3e18cb8dbec76b86299d01304f911409b479738e19c623e3ca94a3da9e90 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-07.npz b/neo_1month/data/CLD_RD/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5a6e55de8d1b6c4b70f588e4658abaf62bc2107 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677aa783c07ed3ca45e9bd3c6352785224db09edb4a06796ff7433613d5c4217 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-08.npz b/neo_1month/data/CLD_RD/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1736789278b84b76bb1f619f2ebac7d564715840 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97e47a67be8b3ee1928b0c3f43c8af48cf8ccc17b1b5424283cc51faf2b8d15 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-09.npz b/neo_1month/data/CLD_RD/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f840de6dd0a17847c846215197243bc1bc3ed25f --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0271e580daea5cdf3e8bd84d56961b93d0d7cef235a0a5263eab3d99e7a5115 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-10.npz b/neo_1month/data/CLD_RD/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc94575a40937f4869f4f944ddd4bf23bda1a8c2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a54062f9de91b6c6da1f2702f200803afc5c09595d7395b71b39f060320873 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-11.npz b/neo_1month/data/CLD_RD/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..26b185e537d85219f6446450751607b696667430 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add4464a58d4459a40d40c8d96a8d2a878aca8c3c26d66a4f302f2021a8b47e7 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2001-12.npz b/neo_1month/data/CLD_RD/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..503099c3ca01926a9ce31be4835c3075266e3682 --- /dev/null +++ b/neo_1month/data/CLD_RD/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5909e388fe43535e6188edaf9835d25b516a15714bff37345664ddc48faddcbf +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-01.npz b/neo_1month/data/CLD_RD/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7d25574b4b2b5e11a807428d9dee86223eef1a6 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771468c7545e3880f6715c2627abb783fc1a1780f50814bd4fe159bc3a427706 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-02.npz b/neo_1month/data/CLD_RD/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbd6fef605cad488a80987575c4082490c597518 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84b75b99410e71371e74d458ccd9a8bf6e290197f987fd72cd23cc84fb085e5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-03.npz b/neo_1month/data/CLD_RD/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4ebfe67ac7156f849b5236e3c563288f9f0d82a --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed12b20a282ac5505a16a1a32a63d6ab183771cc791f31b9994e2714ec66943a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-04.npz b/neo_1month/data/CLD_RD/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9fc76f20b30963a44b7e08b767247e3bf2e0f3f5 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4533655b0f1a7cbf86e2d4b3c68279c27250f9159943dc22d3ae7a68a95fd2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-05.npz b/neo_1month/data/CLD_RD/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7532b7ee562d730c963e1bf4500257c43ec4d9e1 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c287a1d96df7f54ecb81b3cd7404062717fa0ef884b1144bc968b4b37ca83b3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-06.npz b/neo_1month/data/CLD_RD/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..eaf8f79c21a92cf72c83d5c1e23f90ee28e58ed2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac1b9ca74b380af4e4b97862b6410ce7f9dd0abf864499c4d232b610dcfb088 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-07.npz b/neo_1month/data/CLD_RD/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca4e1248ad00dfc68d27a70ca1a8bab6925f6ba6 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f444698630d565a3313f59eb49a0d9f80c67bffcc524dd76ba1679dfad55012 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-08.npz b/neo_1month/data/CLD_RD/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f71879141053758e020eefcbbcd7405a01b30e4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f63781d7a1d03bd3067b03570376210f4c96db5dea7ed61c9d68a5b503c4b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-09.npz b/neo_1month/data/CLD_RD/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..81cb1a7d1edb5a465526fca901dffa33278dd19b --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6d8063447016106cb471937c9873ab2b1acbb4f5161e7538fbee0e81887ea0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-10.npz b/neo_1month/data/CLD_RD/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d59b0b74438bcb7d06465a2122de3cbbe1dd4e5 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f48b23231a671d12aaa29b29e2b662d5d8059818a4f8d3b03ee2525c91a7e58 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-11.npz b/neo_1month/data/CLD_RD/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b21cf2dbde7102af191330257a2b6f6aa118fe6 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882b29ff6af269ae637157c0d8a6939f5d7e962816e647f7cbb2750dc993140e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2002-12.npz b/neo_1month/data/CLD_RD/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..60ce8014a612aa884c80951db9e5867dd5a27b91 --- /dev/null +++ b/neo_1month/data/CLD_RD/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c8906889254f67f70dbb88bbdbf48fd413764338f381cc1dc62ee6f6ce6806 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-01.npz b/neo_1month/data/CLD_RD/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbfeb31f2a4d8c4a049b4e2bb22c28d56d16db2d --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a43ac712dd93d06f5e4062d7e887cedf31dfc2c9309f9d151c5688b91eace19 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-02.npz b/neo_1month/data/CLD_RD/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..181f033eaf15c82d62e67b05989784bfa5a596ec --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3805f5412a305d33cf4a22407dd5eb96b0aa85a489dd3f943496f1b669e3017 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-03.npz b/neo_1month/data/CLD_RD/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..623604b3723c5ba7bb56660f5f855b42b3518f6a --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c7b6836344f7f5312b2d7c4b2517561a227428a7e6b16ef25d74772d538d91 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-04.npz b/neo_1month/data/CLD_RD/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e68cbe2b83e3805460288575594cd6f63b54e51 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edb75cf22aa253f5d60856ad42764debec17edf29e86b02911bffb5ac9f5531 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-05.npz b/neo_1month/data/CLD_RD/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d2dd7317e4066ba9a5a4ae98fa1a5618522bd58 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddee63bbbf79e7e9e7cd44ab4b0083402a955a5eb4b1c390e61d1d1afa872ae +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-06.npz b/neo_1month/data/CLD_RD/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bafcba9494e2d3de0c74ba076dcb123bdf0139e9 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfae9368499dd02a4648562b15c0a59853fd7b440954bea264c5748ff5003e1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-07.npz b/neo_1month/data/CLD_RD/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..16d8cd7c4f900e99a9c0079c20aaecd6eb2ece0e --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60a5794a8fddb35de76e272931833b7b790bda506d79147b51e379bf206655e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-08.npz b/neo_1month/data/CLD_RD/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..39e6a2ca067fe19fa3bcdc9b120010b1868f3afc --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64098a9046ef849d01c94aefd773cfa54ed2789fbf87e87f108f8022433f104 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-09.npz b/neo_1month/data/CLD_RD/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5494695f874c4e639de4aa07fbb9afea988091 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d79aee3b32a484825b8950735f22aca9dd57fcd2dbf9ffae661dfcaa695b34 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-10.npz b/neo_1month/data/CLD_RD/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0a3aa84b493c042999fe2889e0365b96e42e762 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410363069ee4505a562b397e4ee41ed35d47128fa96e91b72d67b0b8228ea4fb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-11.npz b/neo_1month/data/CLD_RD/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4034e518e814df2f6876281867354938fc2d4f40 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d65dee7a878e8d79ed19225361819a498cb704b773f86fa1eb1a461a5a1af3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2003-12.npz b/neo_1month/data/CLD_RD/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cafa9fdbfabaeaa3bef9c706d04d383a8b2a07d2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636e8f3d33bf60e6b878f869ba2dd4d8227291007a4a530480f12375bcb05ec4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-01.npz b/neo_1month/data/CLD_RD/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..572ceda0252aa56776b545005074ecea4d5abe4c --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6ba629aaa56304e0552092140a1ec4abaf8d2daf34b4e6bae6373d5c8ecc15 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-02.npz b/neo_1month/data/CLD_RD/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..414074e52e1ea8435fc1aa227a78f1d9b3ae5964 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bfdaab9116ab387a6b55e46c6696905b9f0740a1ff169ba4fe5d3b434bcff1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-03.npz b/neo_1month/data/CLD_RD/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a4801eb88839851c6c9d6b8cdc11d78ad40ea85 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cd78219ceb0d77a1c5062d933bd7d310f68993c6a490397a35a4d9bd244491 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-04.npz b/neo_1month/data/CLD_RD/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e4816b0180df0112353dfdeee3e4d811f73cf45 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2b56fb0d6016ce57cf7ab275efa33c65d7cf353d9ece6195de66e62644c73a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-05.npz b/neo_1month/data/CLD_RD/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..40945525f90b71dd6bb4075a27fbc9ca2bf6914c --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e298ff91d59a35901e9d7538e334dd4d6c06e1d920d3deb41d7b454694138912 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-06.npz b/neo_1month/data/CLD_RD/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac3585acc93c4ab821b26a69648812466934412e --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ceb1b9b79fc45769a7887c8052e0f04ffe2169ed09d243c0bde899fdbfc949 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-07.npz b/neo_1month/data/CLD_RD/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6afb373f9de3f068328f8ef18ab47d9ea2e8e39a --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba0c9cb83a78491a0b201b333eb95f9700f0c48888007abdbc9a22c425fae49 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-08.npz b/neo_1month/data/CLD_RD/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c40a9810e45b240101f1c64319d03a4db26c9b8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e99994241d43c0dff0cf5e93fde175f651925cae08ae426854888af557e8f9 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-09.npz b/neo_1month/data/CLD_RD/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9af5dabadaa4b1b8453a3c1b2b2dab0683761241 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d58ecbd49dcabdaeb98c7aa1c18026fee8c71c52ecd44dd213eda609e4a5445 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-10.npz b/neo_1month/data/CLD_RD/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6912fa36b2db97e1c0ad9890d6855fd308a9e3c7 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdb8f8e24627d0c669d865d6758bc2bf33366d4aefc61bdf5ecaf4ab08fb5a3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-11.npz b/neo_1month/data/CLD_RD/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef5550fcfe8f235256de45e11e4a2846d690fe5e --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a308242bfd1fb04fab333ba3ff91ec92982f58e2ceefb0d1bae1e1cb51a858 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2004-12.npz b/neo_1month/data/CLD_RD/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ee1d3eb6942c538fff21aa1e4cbb1ff612543f1 --- /dev/null +++ b/neo_1month/data/CLD_RD/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b5515adb5ce6eb7686acd57aaf27eaa1964a81a1ea054dd85d376b584a69c6 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-01.npz b/neo_1month/data/CLD_RD/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..352ed885d84df85f931f8ec3aa42b32f1eaa3b34 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9243b437dc739afe36af23a6684fbb1c12cb05c56702b288bd35ceae0cd0417 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-02.npz b/neo_1month/data/CLD_RD/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c017ab8ddf518cdc26c20d19706b6fe309a8733 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e090a0445f7a2ac57cddc52522e7abf1587c0baf62f15deb421c24946973df0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-03.npz b/neo_1month/data/CLD_RD/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..26454a1c2d8a4ac03181d9768e2c4eca8c37b9f4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3dd4637bee2e7afddfd7da6f6fdad6376e4d3a37582d40295657717434ea75 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-04.npz b/neo_1month/data/CLD_RD/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b8807f68dfdfd5ae97061ba36aa757023a5977d --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fed6ae210f4a9bb103272003bc6af09ab801d389821094789a854e459ff4e6 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-05.npz b/neo_1month/data/CLD_RD/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e9a9b2de16cbf31ca35026530ecdff0483a15ee --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3647756e6721a3e2f08e8bb559a5152ca36c364cca78a3a4ac2f92397d769f45 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-06.npz b/neo_1month/data/CLD_RD/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab6dfd037d59191ae617197c3b960ffe362f0ea8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a850e3592f66bd7714c60abb9d85ffe9ba21f6812f3d720ff53e0faaeb43ede2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-07.npz b/neo_1month/data/CLD_RD/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..277f617303c19fdff22bbb380781eeb0fea72bfe --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9121121f41d0fb6c307b7cd2c9fb5b96d9469e40dc70f0fb703d417f195ff038 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-08.npz b/neo_1month/data/CLD_RD/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7cc3571d2a0177f009eb6fffa8ad86259c2aab7 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805eb4749d9d135a4316321321d934d6a4ec0f64a0df97a66579156197ea529f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-09.npz b/neo_1month/data/CLD_RD/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a8aad630d8d4358584137a97fa9043956724267 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da584b5c781d5134094b6d22197e29ab1198672ff51af0cd591b90df6fd09ed +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-10.npz b/neo_1month/data/CLD_RD/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47c29cd92162276d030f3454549b442af9375a35 --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113a8cfe9ab0c24d98e210289c8997ecb24504b7ed711ae3e7f186f6b508df69 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-11.npz b/neo_1month/data/CLD_RD/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c561fd74995b520c0f30404a0e752289f66c43e --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b43427f18d4f933602bc991dcc652883607b4eec1d4a319cb4b90dc29cf91f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2005-12.npz b/neo_1month/data/CLD_RD/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd7cbf6fd302ef732c65cd8dfc41ab5806323dfb --- /dev/null +++ b/neo_1month/data/CLD_RD/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff94cf225ad41ea7a658cb8cdad0486415301a00adc39a967d46acd6b01ff869 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-01.npz b/neo_1month/data/CLD_RD/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0748d3bb5308f87fb80acb9ff4a3c4496560417 --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e40c6a8fbab463689ddf2d213758af9cb99442f1c2bd882bc8b32aeaf0db3dc +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-02.npz b/neo_1month/data/CLD_RD/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee5be23c6cc7f29be3a9be4e60c207a7d4606fec --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad5b8d75844193bf77162c807cd2e83d5cf1ebd87ef95d56dc9b3cba9c45a93 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-03.npz b/neo_1month/data/CLD_RD/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6e8c063b9f8feb5980e208dca122fbe902c37df --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2e67a04fc0c9a6cf448f8c956b3811f661d08a78a883e127dd06ea7e233764 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-04.npz b/neo_1month/data/CLD_RD/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..89fd6b969cb31af77c7f3a34b6af80c40631670a --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8065303f438c44a37c83b3bf31969494e4c21b4571566d799c7888e7b2b3c84c +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-05.npz b/neo_1month/data/CLD_RD/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..52344d562322c7aa1093678f7d7235abb9e13356 --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ee845538c20205a4a5509367d64962a762efb8a4962856906de19faae58275 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-06.npz b/neo_1month/data/CLD_RD/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ab76d1de188a23f647e72cdddc273510191e2e3 --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dcdc236cb050caa4e1263107170835b72f8c8f91904304e88af5a8b7857000 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-07.npz b/neo_1month/data/CLD_RD/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a1635df80efff88a8a84a4489940ac24f12ae50 --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1d52e4bea7259233f819d308df929879e27fc473810558b82bb376680349d1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-08.npz b/neo_1month/data/CLD_RD/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fc38dc4fe4a2740112de23e71e8c359ed89360d --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879eb8dfd85360558e290b8580ee2d07ab9241f3d607c211275f83137c35e0b6 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-09.npz b/neo_1month/data/CLD_RD/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbc1f12fad894286d9a23eb6219fda5aa06ccf8d --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bec74197b51085ff248d83632eb4e9fba1f4884972a847bb5e1061c75332f66 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-10.npz b/neo_1month/data/CLD_RD/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b410af0a859053dec75ab19b45e87e027b62e690 --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0424bb85975ecc136a7c808db1323f0833bf43d1636e41a8201770cf3b4fdeb9 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-11.npz b/neo_1month/data/CLD_RD/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..011c4644684a28216167a4b04c4ef6138a38f4af --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eee910fc0c436ca63ab78e94bdcd0865a09c645641ffb917cb946a7bcf9aa77 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2006-12.npz b/neo_1month/data/CLD_RD/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e571bc6688509050b853bbd53852542bfa571e4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0568a99e8e135aec1717cfb26254c7e6afdf62d73fa2dcf4eb906fbd3a4b9a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-01.npz b/neo_1month/data/CLD_RD/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6d32235a209b1776b44f42c6679692e00fe600d --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908e179609ba9ab4c04523b81fcab110489a1094ee26d87d43f3cf97ca04f5b7 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-02.npz b/neo_1month/data/CLD_RD/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa65ebcb27ddffe85be53191413f734f7c82723d --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91239e2f02e19e9e3baf8b8001a3ed11738a60a468641cfca6c4f9bc285fa99 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-03.npz b/neo_1month/data/CLD_RD/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..44964e1d73983b9e3d8c335fc35ae8108ab732d2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b2e1ed69dbf6a96cf53ae464e464cde86c9e05c06637c02c5c61a55d65377 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-04.npz b/neo_1month/data/CLD_RD/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a117bdb78683ca8a4d832b86b7325b3c930d339 --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c6a79e397231b0730582bad59c064351bf16a644fcf684d050c9fddd4a191e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-05.npz b/neo_1month/data/CLD_RD/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e1bbffff1eee9d1cce2b49072672d6f5db1361a --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09452bacb13811d3c8fe97e3074da214c1925776410020dbfa89dc8041237744 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-06.npz b/neo_1month/data/CLD_RD/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8625c96f24c98bcc8886ba8469c5161f91347948 --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fcf31e14a58ffba90d20c81dfb741db28db0558670db7b21af1baf56707a6a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-07.npz b/neo_1month/data/CLD_RD/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..93cf7283eb51cc813372252e586d0f3c13e00b72 --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c19521ec48ae5f982494a9c10efa8f7758efe0ec6c20900e068a6e2925e9bb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-08.npz b/neo_1month/data/CLD_RD/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cbec3f005a16a8d070fc27a66c1042f54d718cc --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11efe96c74682c9fe4737897511e27a57c7274fde98ff15534feebe50f439aa5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-09.npz b/neo_1month/data/CLD_RD/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcd11d17ab622d8ff4efd835cc7d85a00364562e --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4493371dfd18dd51dec0f3b6c313aac72f8fb63b53bf997fe89b4fcfbc4e2b64 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-10.npz b/neo_1month/data/CLD_RD/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9ca382a588cd4c5269d9376d887fb8dc54f3409 --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fb767676f43ee84a3559f3688ec5b60fb56098ccb2a2440207fc800df3f782 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-11.npz b/neo_1month/data/CLD_RD/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e48f56d23b4d75d1c6b0f909e70d0601fe3a63a --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bbeaecb8afabdabebc0b568b250bc027096dd9d16af315e09a46a872c76f35 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2007-12.npz b/neo_1month/data/CLD_RD/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..631224fb6efb5cbc19ca5089300c87be21e1d141 --- /dev/null +++ b/neo_1month/data/CLD_RD/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920e485ab6f99d9431ded18984eaca6458174717208856d5161a6d3e361636ad +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-01.npz b/neo_1month/data/CLD_RD/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..27bc1f00d0fa892639b5e9c290b79206cba6dc28 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972e52e683c2f0c40544c48b639198ad6274e9ba77e5e520d99c99345ac88611 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-02.npz b/neo_1month/data/CLD_RD/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2db72a90a64cbd8e7f06f0b814ffa740d4e4e59f --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4be995c4f102b413558bc8f26c9aa6952d17b5de9ba29da01db0aab0455963 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-03.npz b/neo_1month/data/CLD_RD/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c1b7c5d18110cc6213653c6895c62235853a51d --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac10923042ed39e20c5c10f5663f518c7509e6f2c31c7e8f8a13243776a85d95 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-04.npz b/neo_1month/data/CLD_RD/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..85b698fa2600990f25d1f7b84c17636432c9a2be --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722d98dce49d948d7c6065f6d7008617f8f1701ebbb7890c5b61a5e8dc754d19 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-05.npz b/neo_1month/data/CLD_RD/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b5fa29a951f5b0227edd9ee86b1dce3b02dc9d --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e71cf8dd98c4effb14bafa1acd27a939d8667354a5254e70c42a9b17ac125 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-06.npz b/neo_1month/data/CLD_RD/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..330250cfb8a1e3605c4f478602541d4987a07f62 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f163b75bfbfa9645e3c979c8b7ac81d4248df0e224ea7bdcca20d0235d499d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-07.npz b/neo_1month/data/CLD_RD/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7e6f76ebab3f88502e75405d67c7c2e99b41668 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfaae30c31b791104f390dd435009416469782575d0641bcff3eba86cbc9ae0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-08.npz b/neo_1month/data/CLD_RD/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9914add66dcbb8b21042e5733dff05295cbaa8e --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3715ff291a3d7079a109d242e4a3b069cfb200c4965e0ae31f2bb59c22eb5dd5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-09.npz b/neo_1month/data/CLD_RD/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b6a3d4e112a12f937f50c9b851db41bb51ab4f2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81df0973b591f81de55f237c9ed4e96d853f78eb5aef978f3ae733860e444076 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-10.npz b/neo_1month/data/CLD_RD/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0180d6ce25fe6b48d868f9940608147fa2d62e52 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7721238e5d45b77aacfb9ee5dbdab0c9f917d11d31b698ec52f154f8e513c8bb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-11.npz b/neo_1month/data/CLD_RD/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0062ebbc602824b8645a0c71507e569b61f717c8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168cffec762ac45de6c013bc61efdafe96b04dc75a0cc872e1bccdcd32943c26 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2008-12.npz b/neo_1month/data/CLD_RD/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba04002dffcd1526b2c951e740e5c5e773333288 --- /dev/null +++ b/neo_1month/data/CLD_RD/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829633fd8b1e293228d722593688645525aaa73b49753459fa960140adafbbd6 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-01.npz b/neo_1month/data/CLD_RD/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef019f9a248604ce57352026632033b9a0f885e0 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2671170cd6fe9da705e4e726463c4aa8b342d8779e04bdbbf9ac09214794f742 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-02.npz b/neo_1month/data/CLD_RD/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d619b0fd716f272f2f3bc3da642deaf7540d777 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5ea7ff399db8930ea374f0a0c3b959cdeaa9428d4b676a656bbfde4ee3941f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-03.npz b/neo_1month/data/CLD_RD/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b3eee75ce70986135c2e9b528be327b8b62b71 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145cf8644961d601051f5b8225a97678dedbaf218deb1c058ca7c70abaa6141f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-04.npz b/neo_1month/data/CLD_RD/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..15926db66ebb222f987fb97a320804470188ac4d --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e66dc7ed07d8173fe1d36cc7503199d97f65343510e6437a692450e8213a71e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-05.npz b/neo_1month/data/CLD_RD/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..13ab17260900efbd069c0efb49d0c084de6e956e --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f6f62bbcefdea6526f0b5bc8503d8920c50efb2162f6434294796ad0c3cd52 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-06.npz b/neo_1month/data/CLD_RD/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7c2523f52ba233e958b8c3774c105099356b443 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5e817e38f654a836b215f67a05514c348350ba8f5a571e5fd7d04dc71eebb4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-07.npz b/neo_1month/data/CLD_RD/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..af8633f32a60af5867ab6662e7a48f9c887c6bf4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d07026972f8071da36c9d3cb41125f184449ae91a7648e5ba8d0478ce49ce1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-08.npz b/neo_1month/data/CLD_RD/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..047e26eea659866a73a091205427dce712a8af31 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52a8e38b171bc698873e4f0466bea24bac3585d1cb123e69c9f385b1b0964d7 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-09.npz b/neo_1month/data/CLD_RD/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..da9e51c6998076c854d30468694861b6b0a357bb --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a00d6c0d68fb517d02c4cc79329f0e2cd6f53f571072d9f6e2de23802b6d40 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-10.npz b/neo_1month/data/CLD_RD/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ede5c8ba52bb907a340f4e582533468e8b99d004 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7be3ff73b5434d27a8f927412ebd78b9b6387c256b7c6658eae8cea98e67053 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-11.npz b/neo_1month/data/CLD_RD/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a2e4016b897870f5011dfc4d5df842a6f14c5b7 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e797b3603e3e6013ae267248ceca70586743e1b0283471d05936153c934199 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2009-12.npz b/neo_1month/data/CLD_RD/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..32b336fe933906db8474f62ee8d7d888b145cd91 --- /dev/null +++ b/neo_1month/data/CLD_RD/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2b8420d51604fdc8f049bbceaa14597732d8eed2a026b05d2075c745aeb602 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-01.npz b/neo_1month/data/CLD_RD/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8cead6df220147adb1f17a213c6d5066ae1e476e --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e45d94e0447ebd0fd940c1a3c528d45223a710c110e9cb5e2970d6a6542361 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-02.npz b/neo_1month/data/CLD_RD/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..596126f3e7301c8db7da2e11575323e44b99f09e --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0902c16e5f2e91d5349b81e526ecd4ca8683df77fd1efc89adc34794b0db26b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-03.npz b/neo_1month/data/CLD_RD/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f47541236d35d408b9655155f755179562c2c694 --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7258365025bd4c5e492234748b37618b8fea9240bb4e88625dc10527ec057ad7 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-04.npz b/neo_1month/data/CLD_RD/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8165aa59c1abecaf33b3397218ea006050abf46d --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49adb0529452c2abf24f8b34853f954a778b785c8725e766c2a8e660631ebcf +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-05.npz b/neo_1month/data/CLD_RD/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8687e9191be5477f45b83796b74016d1780b26a2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766215a5494c522287d82877d78f7ae4882d07a5a9a3c184c0ff15527f06a9f5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-06.npz b/neo_1month/data/CLD_RD/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d490030518f1e57ba09729bb11d3f571f9b53ecc --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6e93ae6f6764a8748e57ca8d3018358d54b38bf1cf0fbe839d6ef19bf7caa3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-07.npz b/neo_1month/data/CLD_RD/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6967cabe95ed7b79ddad2570458bad7c970e44cd --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfb75371196822fa49d7ab8deb4fb27d7384f389e0c216019be2e8578922267 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-08.npz b/neo_1month/data/CLD_RD/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..157e548838ae3a9b65715208cb3cc49e3eab2172 --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a26ca662eb9369985e4604e739f6da1fcbb75296c6de780a352c2edd803ede1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-09.npz b/neo_1month/data/CLD_RD/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a55c7a6f1962a92d8a84e85ce9b7b2b8f77cb34 --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0779186305bed7a2549912d73691c87768cedac616402402ad2ddec1a03183f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-10.npz b/neo_1month/data/CLD_RD/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fffc71f330c45aff4ad7aebb6221e029bd1fd464 --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91d56171ea2ae8f83afaaecbfd582f744d1c0d98bc686964970f832347ac778 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-11.npz b/neo_1month/data/CLD_RD/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab46e65c4d28fd71549f48dfc5a1a5cbda3c6d80 --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a74eec41f39c518375587cb0a701312db6b9cc5100bb9ef75864bbb2fe2e4a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2010-12.npz b/neo_1month/data/CLD_RD/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2054b678b99839b4029b841188e26dd475a1508b --- /dev/null +++ b/neo_1month/data/CLD_RD/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32729120a894ac030052c334097056f90f97d909654d068c68382e9e70342cd8 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-01.npz b/neo_1month/data/CLD_RD/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..86c79567a825107ba513e91a745dc3c7b237a5cf --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421b01b871566109a0379e0099c5fc6f24ad5ce59a01a9173b1a19934035cf14 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-02.npz b/neo_1month/data/CLD_RD/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9410e807ad995e121a2f24cc0f04ad9783d40b54 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79cebf96500e42e7a7336d57d1bbb086b81f2426be2a68aebd35bf4588467bc +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-03.npz b/neo_1month/data/CLD_RD/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c01b307d2d26ba0d5478888d8794f87b3b054c6 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0184ef28037771f61702284396a4457e87c229f2f31c7ecdf7220dddd44248d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-04.npz b/neo_1month/data/CLD_RD/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..78220c44cd8d1fbc3e54f7ac5f7809d3fe0a09b4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10c72d86cb19888abc4d50f5938b7a47e45c4d6e3d514c0dc1ce1e17f1a1291 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-05.npz b/neo_1month/data/CLD_RD/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5aa6697026ad2a933fc2b0fec712c24cf1e1bfd --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70baf0fdc82cd4628281ef8e666b6cb381070035dd31501b37778877ae1a84f5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-06.npz b/neo_1month/data/CLD_RD/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..54d3ee142e7aebe6475071595798e39035951c9c --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91019795762468dd43a1963249461a7df412cf34a3baf14768cd316df77176f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-07.npz b/neo_1month/data/CLD_RD/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2f179ff679184840f05de18361f0de1aebbab0e --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89584c4dec3a5bc4e1e78a7f1677cf2b8dff0fd91e9e9005aa40af9f4898ba1a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-08.npz b/neo_1month/data/CLD_RD/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..20fadd87606192ec2c4740f76bb0cc45b55af3f4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6eb3acfd25285d2d55e9667bb16f5f02c4488227f1ec4ca4b78ea3f24566aa +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-09.npz b/neo_1month/data/CLD_RD/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..91c26ce3043ac6317e62bf8557bff4b4691a9593 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9fda36cfb5342e86e6762059d33602ea7e195d5bbd65bc6202e4d29feaa207 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-10.npz b/neo_1month/data/CLD_RD/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e6f55eb95130da360bced5e534336c548daa2ad --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0955c9d56e8c910032a1297aab2e7b161cab9b9ad472a67a6591629953e449fb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-11.npz b/neo_1month/data/CLD_RD/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2524e98f31b29d8b9bd579e64ef4c4ba4d8a552 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4750acd2b28aadcd87a8c22013e40e0d5d9d9df4e2861fc9ecb45cfdd06068d1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2011-12.npz b/neo_1month/data/CLD_RD/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..db3604ad9031b44739742ee92a1dfea5d57e3c59 --- /dev/null +++ b/neo_1month/data/CLD_RD/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011a5ae801e1f9b16289775ea591e2d31c2d29b215040c5f2e4b26846bb4a52b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-01.npz b/neo_1month/data/CLD_RD/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed553037899490d84f270ab2991f6cd777d9573d --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6495e949c109fdd54216dfa25d9b64ec3b8bcb437e726a69750bfa125ebee4d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-02.npz b/neo_1month/data/CLD_RD/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..861a783be6e1544e3cead8ac953c885000373b80 --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849fd1851c51376e3e1eb08e9b988efc1aab85e50fa57f9afde1873a10119df +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-03.npz b/neo_1month/data/CLD_RD/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c13c46aaed109a588ef87ea04951edca656b3b --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c70e290df20bda436ddb675bf7c5dd88c915cd5cacfe9ea4ab6a003a2366c4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-04.npz b/neo_1month/data/CLD_RD/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f6076876ba2705924a1169459ab70fba6c3b3d1 --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c02db7bce53fb2a076d6f9d5afb6aa520c7f7d235e6cac502312c76a691e5b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-05.npz b/neo_1month/data/CLD_RD/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3bbfad76f7901138d976a629b41dcb98361ea14f --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e717985df89b890a1320c506ebc0fcc6e5f4a293178643a84b54b5561912101d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-06.npz b/neo_1month/data/CLD_RD/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b65a030ad1af1c6d6f37cfbfea0293f36c54302 --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f115ee6a9b83a19a7bcf1af48243e631acc0fcbe8e862f96c88ef28f4ba450 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-07.npz b/neo_1month/data/CLD_RD/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fadf617c0846964b2c0c321c7b70c1d491ebbd26 --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc4edaa4282113a16e03b38fcfa809a69c1f20cad7371dc899c9576ae3f366d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-08.npz b/neo_1month/data/CLD_RD/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a07b8ab7959b097f72d0d79183701fd6643e60a --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a669e3f644e454b977fb268985adf4ff3703910ecfc5b2c1d4944e35e988e145 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-09.npz b/neo_1month/data/CLD_RD/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdc22dfcd6a8dc6cc7206b7a196c8c2d810892ad --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e19fd5ed4e20a45ebb6c3343e31b80210ae9f19c15cb481b1eab4b0e49cb0cb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-10.npz b/neo_1month/data/CLD_RD/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa2e72e33580d60c73281525bf5a9218ebe03bbb --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5abda0c67c0fb92cc9970f295d5c171bb78cd39c28073abd315c5031909abd8 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-11.npz b/neo_1month/data/CLD_RD/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9493624ef3a8525a92291dd320ff94aa5530e8dc --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f194a6c7184209cd6cbf4ee6cc8f904d99048affccbabed722f5566fe6b14013 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2012-12.npz b/neo_1month/data/CLD_RD/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f642c3b497c6f9be68618bb6f6964d3a4c2d341c --- /dev/null +++ b/neo_1month/data/CLD_RD/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d129d2606b7b6b16997aa6c53c3618bd261d2a1370127f49938b2fe53a55254 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-01.npz b/neo_1month/data/CLD_RD/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b84096b48b30ff92bf90dbda33d8b448d2fe5464 --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89202f2698c8cdeb8dc796d368c5238496be377e5fcb8d0964e5cb980c0b2eb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-02.npz b/neo_1month/data/CLD_RD/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a57d8707173353f41613cda7756b5b82a9eb1cbc --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a9e7230818549e2b3658f4ee5f1f834a9e4ac9a474c3d372f4aa052dc630f4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-03.npz b/neo_1month/data/CLD_RD/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e979d29141326c2d7f95849b5d16e9470427dff --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72e4e8fdd824e171a0e185c667375fbd280e77e0147f2266e299b96166e9eaa +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-04.npz b/neo_1month/data/CLD_RD/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..03a3cd23c21984ea548647a279216a6b21bda06f --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a711cf57a411eace65eb5c1de5d4be51139d2fccc70afe354d20f7e3e9a25160 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-05.npz b/neo_1month/data/CLD_RD/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5df957313c43a8d9fb4f5068433bbac1d4760745 --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c845aa9e460b6345f3bc22d90a7e65c4a45fcc772da274ce96695c1ebeb599cb +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-06.npz b/neo_1month/data/CLD_RD/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d7caca891d9ebb2b81c70415db9d60ecd16af32 --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51757e7d6e7c98e38d713315e450465dbcd769b944de563ccfd82c1ebbdad87c +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-07.npz b/neo_1month/data/CLD_RD/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f269aaba08e8153c8868754971ca19df1daaf0e --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa813e1b2e8df286c41b0d607648380e3f1038baf51d0c98f350cad789534d3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-08.npz b/neo_1month/data/CLD_RD/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3239fb06313a33d7b2dbef4fc80adf7a5369a983 --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e4d83101a81b2e485a4c1cf15d79b600081b95ca81471851e8c0e1bf090b04 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-09.npz b/neo_1month/data/CLD_RD/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed74289358db52f9891bc02db48c7a4f8503a99e --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5398bc5b1673d454239d2b155c2b76380e5f0145ccaa4965001bbfeea59c4e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-10.npz b/neo_1month/data/CLD_RD/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..87cdde7b11fc8d6310659fbfca9d01b537106bc4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d74b5c8fc697a720a90a38d4a850b749dcba929d3ba4fb187dc7ccb915dc9d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-11.npz b/neo_1month/data/CLD_RD/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c7c47c43de5831bcff3d2fde96a3e8e05312a32 --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e45803e6a42b4dcfa3473a1fe83a47b4f545b9d812cbedcd426d451c2903f1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2013-12.npz b/neo_1month/data/CLD_RD/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..36764b234bd83484d02116417aa1efc2d75dd44e --- /dev/null +++ b/neo_1month/data/CLD_RD/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818e77dda4857ba7b42082b738205a38a3d3f700b590af8e935e183f53254938 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-01.npz b/neo_1month/data/CLD_RD/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..412649d9c5f0a6964865b4b840c4da9f02fca5d1 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d570a222f2626da4d26e9ebfa9a9ecc3e2edd74baf5993e5b3fd1688fc9650 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-02.npz b/neo_1month/data/CLD_RD/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..196962e7bc90d1fc25543f1552f2cd7e3452dc45 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8fa5d53af5067f9e8cf4924fd9a4a966352dbd443b228d478db9c6565161d8 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-03.npz b/neo_1month/data/CLD_RD/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b63bbe8f81e9f676d4368c07c175a9b68f405fe --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75fb6208bf879c5508f6539c3dce9fff0c126d3e08bb714df60656e4e84da40 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-04.npz b/neo_1month/data/CLD_RD/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a358f3953273d2bdb54e9ca612930f219b55ff0e --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e41f7fb3e1a729b75072cebca955b6db65dc60ef3d72e59a31c66dc5885d5a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-05.npz b/neo_1month/data/CLD_RD/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d69cfdd4513e4d3a1072358a545ba495d4ecc516 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e16aea9812ddb546f906da53fd115b9e9075394e9fd8952742164f139aae6fe +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-06.npz b/neo_1month/data/CLD_RD/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d081a5ce332cade580e0aee975f2f8b3f30bee5b --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714d820420a14474af42f016a58630dd64de1da9cdb6f50337cd6456f56f95f3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-07.npz b/neo_1month/data/CLD_RD/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..495c3b7702236c80f5612a79cca25070ff7a532e --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fd9d80bc22b560337f2de485f52298582a70d91fbb51125d466217c9aff7a2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-08.npz b/neo_1month/data/CLD_RD/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f0eb817f0ce53d58dd1ad68df6c4666b14a6317 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b1f91d1d7116bd31253e9e9d5d10a24c9dd78dcf149294e76d97f1b517aabc +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-09.npz b/neo_1month/data/CLD_RD/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea60f8b80c8130b900f17645aaea66c746e6afa9 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f9984669d757c902db9a52a7be183e3bff555722461160cac1b94c43393c65 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-10.npz b/neo_1month/data/CLD_RD/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d27959f8988c5b8f652b98daff92e9f034d47eb --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bf691391cecbe8fd3bb7ed24538493dd2fbd9ba4e00a11a8d185b40d76acda +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-11.npz b/neo_1month/data/CLD_RD/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb597aa0f4bdb816b7043744058196e3f22f7572 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bee272b9a8a5f0486898b5e12f4b8fae5fac32f77182c6dfc8d5c520cd457b3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2014-12.npz b/neo_1month/data/CLD_RD/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..65ef42cff55aa9605ab91d09fcfbf2651989bb40 --- /dev/null +++ b/neo_1month/data/CLD_RD/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beab6d0d590c13cf66993a86864232c2def35d8d775e7c2a0ee0f1c26721554c +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-01.npz b/neo_1month/data/CLD_RD/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..24e414377fd0dd82d8b1038a6680987627a20276 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02e0aad0569ab88b8aee6bb56f778cd1258f0c57ccdbbe6a3944999c9a08759 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-02.npz b/neo_1month/data/CLD_RD/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfe2641da49d3516afe13ccfc01720c4aa25e6fb --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b46bfaede33edacccfb9e9d56ea6a4ce3cbee29ae3d02978ffba454aee88ed +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-03.npz b/neo_1month/data/CLD_RD/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3822cd08bc2fb554c32378d8a53f87b72506aa67 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3564c43747e5cdb44263883438b696b92391fe702e25cf450dbbfe2d8b01afc3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-04.npz b/neo_1month/data/CLD_RD/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f211aeffa2b1bb80d69ad980021bba702cb99b55 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d159fd9b6fb43a98b83df48f9f37625880798676f68b7b340adaab4dd815ef0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-05.npz b/neo_1month/data/CLD_RD/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe3c0b54aba26c8bedc95366a7635a08513f3699 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00d269e3bd52fd8000e2f268c876abcabd210743a9f50668ff8d5b55bcc1943 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-06.npz b/neo_1month/data/CLD_RD/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d85b4919d6b1a7c648df17441d0d88ca05ee80c5 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62431a6242083181c69e07c86ecb8b51e3726c414fe7aa9becc07494b862ed8e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-07.npz b/neo_1month/data/CLD_RD/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c5055f0e018d3461de69d9276ebc84052dc0dfc --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b7c31da5c8daed36d3ab9ad5ea3bfa22174466be2e6066c98008e08abfda21 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-08.npz b/neo_1month/data/CLD_RD/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6941c2e87511d3f4aa0181f84ed7c77dd77efad9 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38720e6a99bc8be3643a1ffbdc4ab5f8fe13675e7e13dfd97839c7c0a9d3faa +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-09.npz b/neo_1month/data/CLD_RD/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..44a68d0a839ba67cbc04a436e24bae52eef079e8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81072622b3689d1a0e4f8fbea2aa7f47f04bb2c515e76c88e811e235c1f7e103 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-10.npz b/neo_1month/data/CLD_RD/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e3bb63ebd763faa41ada3cbbe49f31121fb061 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccf5f590831a8b6a0ba82630638d6e38cdecb17a96c32522a2c0328f3609e4d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-11.npz b/neo_1month/data/CLD_RD/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e26b90520e3858669deee224b70ce4d1f6a4eff6 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06ae411a290d6fa44040807c0e0fbd62ab0f68fdf628823f287e303f9496530 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2015-12.npz b/neo_1month/data/CLD_RD/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ab2570957de64b3e4b178c9e7684021ffc7e2a5 --- /dev/null +++ b/neo_1month/data/CLD_RD/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad58561fbce98e9ba22865789c92529848f9e6cb3497f26bb5fae3dc2971924 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-01.npz b/neo_1month/data/CLD_RD/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..63ee984281b4769ed5c31cf89ab65a4234f29e8c --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74600d6025acdb759f9660ff675421c4ac8076fbacc9ee0c95f3611676522825 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-02.npz b/neo_1month/data/CLD_RD/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..836549c89e94124d3b68610f2059db0bbaaeb917 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fdb19e95ac4b1d0a6c3c5968cd0a75ce93f214e0b3fcf28e116d802f6c0d62 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-03.npz b/neo_1month/data/CLD_RD/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea6790c1ebe70bdfa4a36950be5928607af8bb13 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a22f1fbd8cec44118bd58e849565fa93b5c06be4b417a086afd2cae0fff02a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-04.npz b/neo_1month/data/CLD_RD/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..16872d6884b1d32e3f4912f42c578bba42cd87d3 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5c1ff8dd2b5ab3f541370d54c87d5f9cdf763474b45dc1f4db3608a4a63e10 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-05.npz b/neo_1month/data/CLD_RD/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb540e80bd0449ea5747fa3a51618c8b9ac57781 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21195614d662ad2c7498bebd079ff44617ab735a16381a1c264986f69479d06e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-06.npz b/neo_1month/data/CLD_RD/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ff204c8ad7af677285efbed9a0d3590300d623b --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69027cd14044b9b9bc0fb009a99a6f25dfe26cddb27a3fcb24f9e3c5ec6d8098 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-07.npz b/neo_1month/data/CLD_RD/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4242bb60f29531a30acb60bb8d04ca3a4cf2433 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72b2030fbc59edb8165a9d4e3ee77c53d5e7e0732f8f7f7cb4e7c0fb807623f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-08.npz b/neo_1month/data/CLD_RD/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bcaceed9064f9f196b590eb1610dd8e1ae9d60 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1fd8b3f5865ebd1616ef172e4152314c86c74f65648dafa2de9b5463569dcc +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-09.npz b/neo_1month/data/CLD_RD/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbef2e5079d25041bcf308376db6c935680e56b5 --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd0e42bcbb624a7adbc83d05500170fd299993aa4cd131049a46cb903bb04b8 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-10.npz b/neo_1month/data/CLD_RD/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..135cab036eda5efc2c9eaa0d96a012fb7496223d --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98911bc5ab5544d649d3b1f215b2d85cc1917de5014acf86b13abe858e1ae58d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-11.npz b/neo_1month/data/CLD_RD/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c66cd5684afb48fa4c8b7c392238f8ead159553e --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c7f90200020f6f311840402dd18d28ae5c57441a85333d0461853645424c5d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2016-12.npz b/neo_1month/data/CLD_RD/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..39607606f9ea2ed26131cdb825efbe74831fd43b --- /dev/null +++ b/neo_1month/data/CLD_RD/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc0a070f32a1cd45118e9290842f535e970aa71e583ed4138b6c2f3cd21c72 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-01.npz b/neo_1month/data/CLD_RD/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f349332ce1853d2e5d8fe1b658f97110c7980012 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbd4ea9c0fa41ed8a4763cd1a895c4a7de0b38546fbc34021f830eab7c211f7 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-02.npz b/neo_1month/data/CLD_RD/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8520907bfe1750b6974ac4ab75dfaf4bac9ad402 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2342c4c9934744a5259516c0e084e1ad4974ec9faf6486182e03cfa07c0108f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-03.npz b/neo_1month/data/CLD_RD/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d974ef75c1776f5a4aa4799e8aa03d1ac15c45b5 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940ca7806fad21199bab5232b43a099da14ef0e6ae439ffb4db949e6631d20d0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-04.npz b/neo_1month/data/CLD_RD/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b7e1212d59e58aba2d947af69db4126f38d9d26 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df096c36963416b9aee66ccb109564d1bdb026b014f2d0fb3d2d1c0187aae4b4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-05.npz b/neo_1month/data/CLD_RD/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fae60897db0559a4bbc5f8d53f95e04349c4e3c --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35f835e6ee60c59c3d109ee118974eb4928e3b67d769ebcbed310b0fa0c9f9c +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-06.npz b/neo_1month/data/CLD_RD/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbad2c88326917e1d9473941bebfb5697f48c01c --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4997adc7aec956118c420fa330411d55f89b5a23d56d667764677f20981295 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-07.npz b/neo_1month/data/CLD_RD/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e2e79a230d36f4ff2a59ed1874f0324f1951d05 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0441694202f4fce44fec481bd559d7561f96d6c99b86c9d0940712d2569ce2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-08.npz b/neo_1month/data/CLD_RD/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e37e20245fd842ed5bdd1807b566226fa8c6023 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36630968dadce0a14fd2be0850d4095b5749398d90b98f4a6cefbbbaa8d4a905 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-09.npz b/neo_1month/data/CLD_RD/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2acaf406e5f45df78b9b1593840efa25ea641cb --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbe44a9a7f5d6e8ad4579296e87c1bb5e81a2530f2f96731a864b2ae030e7c3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-10.npz b/neo_1month/data/CLD_RD/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..857cb0f75e473d10337a43d1a79a6c78abc633f2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8999f0737977272cdc624b5a490b2d140b7906b1cc818d32bd003fcf31c86a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-11.npz b/neo_1month/data/CLD_RD/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4af329ed5df9d258d221e074475cec8ba6984f85 --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171a5c1c01ca0aae9f119a2179f69619c32399c504665a6f21fa7654cfb61d0a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2017-12.npz b/neo_1month/data/CLD_RD/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..441128d717ded2320c0347cf2f6ea89e56b40f9d --- /dev/null +++ b/neo_1month/data/CLD_RD/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3259dbbffc4c28704e6a0a326eda6675c7018df5b1843202d6b45ee12a5f8f4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-01.npz b/neo_1month/data/CLD_RD/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..88652afadbcbc16402c7bfbbc243e76b3baff322 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f612018a50aa16cbaa32cb57ece1eca667d76a7d46919e7804cc244a9d8c7ba6 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-02.npz b/neo_1month/data/CLD_RD/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5739b3f22263d97ef4805a04ba80753e04433ee4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cfbe0416bc13970d390f8c154713661a217ee01692a97f17063c37a5da03f7 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-03.npz b/neo_1month/data/CLD_RD/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d962d1290e1fb292c23f358436619e95eb0c5017 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336430ee2049f02e2a5c152753b99c5d6b4b1487126528a8e229ec9c8e366ded +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-04.npz b/neo_1month/data/CLD_RD/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..13dd7adf8f1b3bbadd5984f3f51888a8954b041c --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09167b326fdc21fb441a3a750e773f1cda0bf49533862bbf959ef6967e9ee203 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-05.npz b/neo_1month/data/CLD_RD/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e32e4810112fd90209858644c52aa6aa88e95c6 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8647bc3788f5e693b1cca1758ce9ca322b4451178dd3a6b28324de6f2ab6965 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-06.npz b/neo_1month/data/CLD_RD/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2818d532e7599346e6d8dcdf33c170b49f39e4d1 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b69abb5b45e321c9eaa42b76251488f27a6a124f184e405f1b3869ff5de9003 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-07.npz b/neo_1month/data/CLD_RD/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..331bc784fba09f7c2083f60f3a0935ef775f4baa --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82ad62fcd88d2920aa597cc84a990284b672e85eda0212b55f9986079ce53db +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-08.npz b/neo_1month/data/CLD_RD/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b0a1dd39b949bd46626be7b5a30f6a1a1687339 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b238890dcc839d3bb29049d43e8c90a30c94c22d80a77cd2c09b0b78c09f87 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-09.npz b/neo_1month/data/CLD_RD/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f70aefb00f544126ab8186c71ef5b83756630369 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5f4983b407bb4b76cbe860ab1fb9a1272cfaf06873550d467af35305d1e171 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-10.npz b/neo_1month/data/CLD_RD/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea304298cb2cadad410734a73e0a19b1b1accb66 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f25edf6e23e428ea60d72fd01c25714b9f451af972d8403993e353cd59037f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-11.npz b/neo_1month/data/CLD_RD/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e583cceace7ad8717e3f7d7c99994c08524d38ab --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95788cfd6796b3d2e97dd066eabaa4b54d71ebd03a19e33968ff5dc1e06e551 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2018-12.npz b/neo_1month/data/CLD_RD/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd9ec8c0ee7a713ad76f3f9f07118394e40b8fb2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d08a02afacdae52c8c936eefcd6a820db67701069146996fe09f3b9aa59cf97 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-01.npz b/neo_1month/data/CLD_RD/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a135e3d38cb184f6b901bbd0e2d0d58baad1263 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b52bf76496d1b38bfbfb0a9baff4d883e36ed080fb2e7f73ce3c7f0babf1a8 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-02.npz b/neo_1month/data/CLD_RD/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e85bcd76d4c51386fec6c94ecd324cd742583909 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6073a3bd763893d513556b86e11de355d585e0f6ca4741f62d7e11b98eda19f0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-03.npz b/neo_1month/data/CLD_RD/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..07e529630c6b2291f09ed8d799f0b866e966caee --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d28f07501929c5723915dc38caba5aa3b1d9084bed58e721468aa8f2f1b20b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-04.npz b/neo_1month/data/CLD_RD/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d45a0286f7c9499652509b9b3693a68ab4c41c69 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5f946cf1b6eea6e7be0718bb13a86e57fa1b931913f92d359fbf7e60deb41f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-05.npz b/neo_1month/data/CLD_RD/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a476c36519ff4e3e16b561899161c2e569a3ad43 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19813f421dbbcc6f6daf2ee4edba4e7d57af56b00c2378feb8e1a0c20b8d163 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-06.npz b/neo_1month/data/CLD_RD/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb7b5038b0181246650c7d77be09144b0cd1ca2a --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca6b4bddaac93cef396dc24889f16775f5d5470a288f3f8209246c40896b18e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-07.npz b/neo_1month/data/CLD_RD/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..514f2faefb6d0f8304fa15363c6486558576b9c2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb077cbaf9b7145eadab34c9beaa12ed07676b5af2909559040682a914e1684f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-08.npz b/neo_1month/data/CLD_RD/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..38663124417bc9ccddbfb02196bc15e2c09bf64b --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d195d1182819a3677197192c3ed6efeb0d1ea66ffa2292705d8b0983f3eb2ae +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-09.npz b/neo_1month/data/CLD_RD/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..426869f0c4f4f54650cbedc291beaa49f7530c25 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5ce64cff128ffad57394d133dca97de319b212dafcfb89246d9c150cfbb14e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-10.npz b/neo_1month/data/CLD_RD/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..87b65701da24abc9e4846c6e67b8bf0824104cb4 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5d115640b12fe7e5f9d734c4aae9d61385e25425f452693e72c3978e461f4d +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-11.npz b/neo_1month/data/CLD_RD/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e47ce4bd41bb45c6015094a7f28c58cc1338d29 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d890491823a8e43f13f8b00d2a4072693704faae184f5db950055e89660764b1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2019-12.npz b/neo_1month/data/CLD_RD/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ad88f8f1b5e1a3fc115ba16d27e765fc1ed5d11 --- /dev/null +++ b/neo_1month/data/CLD_RD/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4483ab221e3eeca2b8b9949854d3e85452cd9273fa0eec3cc6b759eeb7e1d6a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-01.npz b/neo_1month/data/CLD_RD/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e236e1f8cbf5a8d1d9da845faa0ec844c77f9c8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb65a7ff8c1a4067f4e7fab63108162f99a43a4c52dddf52e3fad1948104e041 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-02.npz b/neo_1month/data/CLD_RD/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e8583490ac231401f0dd3b88ff94d0decfef20b --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c2b5b96cd75343385d029a6a92b26c6ee8846e6a4b6c5ea629c32d1909bbbf +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-03.npz b/neo_1month/data/CLD_RD/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..836ba0506a79e95aa9fd28ce63485d6f9e5df77f --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e5f695a6d009f730a619a040673d6af15d23dcefcad7c656fb45fbb4e35782 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-04.npz b/neo_1month/data/CLD_RD/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2749d9e20b28c3ed22bdbe3b8c47053ae9dda496 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0162aa1d148f3b998fca3b335463fdebdc741cad9f58502ead8e639b60fc82e1 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-05.npz b/neo_1month/data/CLD_RD/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..21e00c1db505ea927df344744d981b82e8ebfaf9 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94f520580bff8a5b0db9f025c18c7774057eacc7d95593ee92f8024ea590943 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-06.npz b/neo_1month/data/CLD_RD/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b33059d745ae91b5bddb0fc1217ed841d17998b7 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4b3c191952f32bea7cf6cce4e64ff771e66039e6b430bf0ebb56195cc943fa +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-07.npz b/neo_1month/data/CLD_RD/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd9ee06701c4aab8f6883de94fb98d0e5d376c2 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401a5ff4bdc5dbff20923f97fca02c761cc00095e629ac1335410a59619512d0 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-08.npz b/neo_1month/data/CLD_RD/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b5af3408272b5db60c362ca4eeb8d22fa7d95dc --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a08de14f1a20be24ed1a51168a7759c3214cabdc7209be2c36320395ac4eb6 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-09.npz b/neo_1month/data/CLD_RD/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe38d302bc674ee56a828e1e4e82d92d14d39be7 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69acdd7571a8a02e0421b35e6dd4f86684af79a7ce090633bd75c74419e0b90f +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-10.npz b/neo_1month/data/CLD_RD/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2b02a32f3ea3dc74380fd340f533954e1654058 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4244f6fccdf143fe9537e9c2c9ed1d443587b3832293605193abf9362c150622 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-11.npz b/neo_1month/data/CLD_RD/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1194b4fda8d96919a5bf02bd04d304a761d94ce8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ca0022cfead4a88236b760f7b8dc2699ab0ad6d5e10c2080f21eb28f9dc281 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2020-12.npz b/neo_1month/data/CLD_RD/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0255c3e22b65c039d57bdf182119e572dbd8acea --- /dev/null +++ b/neo_1month/data/CLD_RD/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90b1fdaa7e538c4a8fc3c412a27e771a6dd8a355f6cd2983b42c5156872299b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-01.npz b/neo_1month/data/CLD_RD/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7edb39a920a853a714ccf21005f521a5120dd38b --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c385787ec4b9674a6e8001ac09942a05e80398986c6792c956cc9378fd90e4e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-02.npz b/neo_1month/data/CLD_RD/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a5db1b275015261b9b78346d2d794c1845b9967 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ce98b13bc3fe836c2bb479534b22f837e4d5100859aa888a08ad9169ba2c18 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-03.npz b/neo_1month/data/CLD_RD/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..90895e4da46c5d0aa20555ad78608073eb392171 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6641567841df7d5203dde37be900df99c9758d2ce3d4fd32629ac6b8dcd5c5 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-04.npz b/neo_1month/data/CLD_RD/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fea69f20ae7ccd4913a9cdbb2634baff0c0dee12 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0782f21529e873cddcc0d07801f413e4a206ce96ff78f70c258d85f57c8c1a4b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-05.npz b/neo_1month/data/CLD_RD/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc6ff0459851ad0f79c1167b427785f30f179b0a --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4cad97debb1a7471da14e64c36d686493985bd077d59db4c97e0b7f94ff0dd +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-06.npz b/neo_1month/data/CLD_RD/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..07470eab8418f61cf7da08ad188625f293902f3f --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62c5534d886dc7ff71a5d6b8927bdd43acab6977976cf6d571c9e6dcfeb9aed +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-07.npz b/neo_1month/data/CLD_RD/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4c54719a8d47dd89bba8adb952bfe8fd847533c --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9787a0758c2f776c66698e1b03a9fa184f6d5dcc009914d9dd53c6ba280c659b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-08.npz b/neo_1month/data/CLD_RD/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..29750bf43101eb3dc6f729a3e790cf5c17904c58 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6731811383b4a9d5b3e7b3ff00a6e2cd18302e00cf14b9719b946b181efff714 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-09.npz b/neo_1month/data/CLD_RD/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7320746f514c8f477b7eb0e9643987f4e1207b15 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247c706b44559933fc7cf8e58d1cc24a4c9dfd918b979e48c57064ce0ce36242 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-10.npz b/neo_1month/data/CLD_RD/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2173f7fdb1b361f831cbbd3e1a2c5397b8ee56c8 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6741c0656dc064dcaed83122a8f64617ed7d8424446d5b0822d12e63fc595355 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-11.npz b/neo_1month/data/CLD_RD/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..73b40614955f8f30b0bda88ac714b4051bc16881 --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d99dc465af6fac34c37b5fb428af3fd15425de37cafb003385cd1a05f05cc4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2021-12.npz b/neo_1month/data/CLD_RD/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..90c23efbff136d550441c41ad8dcf7b21cbb99fb --- /dev/null +++ b/neo_1month/data/CLD_RD/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5228a1d39b318792e8a00989aa3d78bb33d4c9038dbbb33b07c5403adf8fe22 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-01.npz b/neo_1month/data/CLD_RD/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee0451404fd88eeec09572f8aeb998cb7b809212 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1543707c584e7fed5046265f3bb9f482851123c3943ff666572ec17330926df +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-02.npz b/neo_1month/data/CLD_RD/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa71663bf2149b30a12a574515c20999765ec5e3 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f13ca3f4ac039716c8b41610858a6dc01dacc7c511c9e9865c31ec2763d3de +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-03.npz b/neo_1month/data/CLD_RD/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a39ded6b46f0b19b693c6196a69b730b5697697 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa8afcfb9e98244b3a222b0a01b0d0562f86328ebd8440bfba9cb235ba44161 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-04.npz b/neo_1month/data/CLD_RD/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d61f4eb4a98093e0662827fa6f3b7c2e567fde0 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe62fc859f535aab6f1bcf64d8bde2a031736552643b9304f7d8a836a58cf99 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-05.npz b/neo_1month/data/CLD_RD/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa4772a74f7f86416a186238021ae530ff0c7d4c --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ccf03ce19cca9b614fef4b1c826b8fa28f698d6685b53f77a5984ad7229896 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-06.npz b/neo_1month/data/CLD_RD/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e31557eeccd7a7a8b2e2dbec163df0a718f39905 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fad545b39007c8c600a8e5d2ec8d2eacbcab11a3653a65c379bf75b54ad5e7a +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-07.npz b/neo_1month/data/CLD_RD/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..49f17ee301341139752341047b44ef6d31dda12d --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7178b041b6247b23060b7c958fb0eaae85a5fa73a6e09a57a85de46145af2746 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-08.npz b/neo_1month/data/CLD_RD/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..60856f740b4e6d634e3f79ad0079daab2c1c1a97 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1486c608869e8984cda81971bc3bd32383a8f3eb373e39aa8abfe28e605a634e +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-09.npz b/neo_1month/data/CLD_RD/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..25bbe6f3033ec5d255441d9acd75f4249c0764d0 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ceb146e1d496da5d4190cbc75fff08e4ab8b4ebac78aeba3251f92138bd7d2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-10.npz b/neo_1month/data/CLD_RD/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb7f93c214a0dcf33b60eb2598e0d33599441f5d --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe60dc6d2191d828144c23864c577a27f79687d9d67cacaf4a9c13aec3787cde +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-11.npz b/neo_1month/data/CLD_RD/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..74ade57d851ae1504d5a254c12f2d2475bc4b33f --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98be04f319b467fa5c3729086496045994472539b32f991d6a8dd8340402dd38 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2022-12.npz b/neo_1month/data/CLD_RD/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f464a9da7c637ad1988966116af68d91f9eab205 --- /dev/null +++ b/neo_1month/data/CLD_RD/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee328603075ffe9f62e9839a2353889944bbb76b5728690b115c11bdb1041b62 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-01.npz b/neo_1month/data/CLD_RD/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..08422ce760439ee66b0576c1381f4d36551557d3 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5345a7c31cde93f0f333b7c9eda65d6a524740da0388beef07fbc97ee5091b3 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-02.npz b/neo_1month/data/CLD_RD/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..69fedba39244bb4349afe27c2316221cc331e807 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe8dce3772a7502f87a1d2e66b05a4460a58721ee9a617518fa2ecd946d79cf +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-03.npz b/neo_1month/data/CLD_RD/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..463e873730eeae6b9057929feeb5a9e579353213 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b49599b28133a353877d202b7fcfc758a412f0e4a50eadaa225928f1f10ecbf +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-04.npz b/neo_1month/data/CLD_RD/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a357cd1409c98c5d354372b2522be947209a2f84 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df736e2b56235acaee649a89b82c6aaafb0560e2c6ac539d3b7a3a09828173b +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-05.npz b/neo_1month/data/CLD_RD/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1ba228eac149c4fa819e3aa566b020405c09609 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b996f7283a99fe6bb233334b03151602e93ff12d33fd6476cba8cff7c8bd08 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-06.npz b/neo_1month/data/CLD_RD/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c57e64e7224531de8e973e25cdd6d197d5111c3a --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad4ab3de4078a31421051b289f73e22a2736fd56c7a096a5586dfb22cb377a2 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-07.npz b/neo_1month/data/CLD_RD/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..412b6d7bd88761bd5a5fcd4eadb34a5c65251630 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d725811d3183fb07765e259d756a8ae5d6433639af1df3d73700118f85a44b68 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-08.npz b/neo_1month/data/CLD_RD/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c1f00bf6abef0cbd060f6fe2b6f9a3db07c9045 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88e87125af64fe1bd4eeea9b8c9a9482b11fbbabe6a2828f4b87fbf3ec338af +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-09.npz b/neo_1month/data/CLD_RD/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0c6dc60466a771e9af13e0c504ca9d0e70d3846 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479443a8728d901ec02fa63374a8e06d0a063a961eccead49a5b62dd5e6f1994 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-10.npz b/neo_1month/data/CLD_RD/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..006b33489124baaa1bac6209a26e63bf98d023db --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d7a97dbbe79baac0a570da5ab54c1c874f49bd934105d7a8de0c33d77718f4 +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-11.npz b/neo_1month/data/CLD_RD/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b8a662a19093820fdbca3408459af62efd54774 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea161216b7997f899019096d4e467e6506d97d89cafbfff81729f646da0235c +size 1166664 diff --git a/neo_1month/data/CLD_RD/2023-12.npz b/neo_1month/data/CLD_RD/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..475125221eeffbe8811de19a210ed9122bfe6894 --- /dev/null +++ b/neo_1month/data/CLD_RD/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d416dc61458b8641bf4fb7364c0b3e8cf9824c23e25e3455420cbc2c1bb1bbbd +size 1166664 diff --git a/neo_1month/data/CLD_WP/2002-07.npz b/neo_1month/data/CLD_WP/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f00c4dab932ffb31d1f3af2ef95959f0af59b4c1 --- /dev/null +++ b/neo_1month/data/CLD_WP/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ea20472b4411c05cd3a7318b69d834ec55d1036dc19e97a68f61266ff018bc +size 1166664 diff --git a/neo_1month/data/CLD_WP/2002-08.npz b/neo_1month/data/CLD_WP/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a943116a41fbe06a97c6c9cda3f17a91620adad --- /dev/null +++ b/neo_1month/data/CLD_WP/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d9764debd1cd4871bba310aea8541df9a50463db2ba895ba94751375151468 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2002-09.npz b/neo_1month/data/CLD_WP/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e9e20345cfa1b9c04cb5669753c9f3e6facd64d --- /dev/null +++ b/neo_1month/data/CLD_WP/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9ca2528c6bb463c673c3dc1ede428fc58992c2bf80354df4df4164a482a083 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2002-10.npz b/neo_1month/data/CLD_WP/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d28a5ffaac5db83e97dfe92c7c177526746259b1 --- /dev/null +++ b/neo_1month/data/CLD_WP/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8663d11ece2a41f6407e5f07cb3c4ce445aaa2a6eaa11ea7577779aeb5801f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2002-11.npz b/neo_1month/data/CLD_WP/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..934a4e8ba8daef4753cbbb1ee16d44663e2e3e9d --- /dev/null +++ b/neo_1month/data/CLD_WP/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c108f5f55018140d48ae5869efd4328bd83eae52936bd557e7884cc7eed03c9b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2002-12.npz b/neo_1month/data/CLD_WP/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2fa5480d6ae71c3ffd5f6c9701248ed2c8e67ab --- /dev/null +++ b/neo_1month/data/CLD_WP/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9d5796bc8133d838b5ed6a93f8d825c2d23ffe573889f89efa8555b5804cfa +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-01.npz b/neo_1month/data/CLD_WP/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3bd8ee77756689a7e2163e722d45b2d89c240247 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e75438dc04958fccc95446c4980f01d84b4d939d20d8585b3bdcd2086da568f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-02.npz b/neo_1month/data/CLD_WP/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..eecd2218d50d20478180ee4e4c8740335f2aaba2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2940aa37760d5a1ff7fe3a22c6d34499ac4aea73d348ae56c31638790d7502 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-03.npz b/neo_1month/data/CLD_WP/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18455cf77a8c2f2a615b8b04bdaf6aa66920850 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad882a418539f8e36d08dd9d2ba00a725c7590af2e4427c6bd6b9cc4480671b0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-04.npz b/neo_1month/data/CLD_WP/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..924ef368184124d6da394668877f49279e2fb87d --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e378546110ac97ac9e9e840c67897d0fe35845396c5652099977b896667b57c2 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-05.npz b/neo_1month/data/CLD_WP/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..531503c2dcc7009b56307a1f737d29cf494363a4 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6280d48986ba5f85ec5854be5f62b8dd9fb7272f9f55768a6ac22020772ecd42 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-06.npz b/neo_1month/data/CLD_WP/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..100ce0eb51dc8d8db9c92b92ab6fcd6f214549a4 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f498d6aa8c9f1ea4d1911b031015126c7af9d2720e2714f8e542afb50deb1f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-07.npz b/neo_1month/data/CLD_WP/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..02747239d70fbfd6eafdfa48e4e28a41dc75b5f2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1bfd54f04374b7b1ae991bd69c89737c4963e97544848b5d6d1d5cb8e35e8e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-08.npz b/neo_1month/data/CLD_WP/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..36074739998e4fa6b76b0c877b7b444599bfca7f --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2ed4ac45f1f7bbf76670d8de83f934723bbea6dedd7f644dd7f70508b76db0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-09.npz b/neo_1month/data/CLD_WP/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8b88f3590189c4258ac98d2278000f311b23ee9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106ba50eb9cc8d9b38fc2f637b0bd8aba718fffe048a315a15a0887d94c1ae0d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-10.npz b/neo_1month/data/CLD_WP/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..aacb58bb64a0d690c489ca983029522cf9d92b17 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2137ee770e098a6770320580019a318df5378ea51b3ad6cbbb9102b483fdae86 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-11.npz b/neo_1month/data/CLD_WP/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..59d189a04c2116cdca66dc299e24037dac9ed3cd --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56a6ee08995b6d75f17a6264cf6b3e1f9432ea659dd5c9fa6843229d9f27610 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2003-12.npz b/neo_1month/data/CLD_WP/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e1d0c93fbbc95d5679ca727e3bde355ec5af1e1 --- /dev/null +++ b/neo_1month/data/CLD_WP/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63f032ec3b1269799d158b9312ce0ba6b7735628febfb64911e8b8d62b603ef +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-01.npz b/neo_1month/data/CLD_WP/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfc10b7117e8981dc754170c1ed24d61c6439936 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f0b43ae620837c921671119e7b0f20ace66ad2b296114ab3bc4644ca25b36 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-02.npz b/neo_1month/data/CLD_WP/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8576529fe2e9e86f7cd4bc4096a24d15f055c5a2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09c0c25970e815b7f5df1a3d9a2dd773467c28800ed4e9bfa34753110369e70 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-03.npz b/neo_1month/data/CLD_WP/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c029d24fd45aa84137e5e44fc24720faaebf998 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de723a8283a4a81b5766115ec5cb76853b28b4a1ea93dd71d69f4f2f3c75f914 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-04.npz b/neo_1month/data/CLD_WP/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..15025086e72b383d595fed1c21b01544c5054d9e --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76db8b8fa985388181f6379a72c0d0ccbb7d8af0467cb86f825dd019fc5cdaf1 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-05.npz b/neo_1month/data/CLD_WP/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..105d6ffa94e2d2b8328ec7b0468ce3e18332ed78 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f739d33e529edc69bbebb27962eda7a75c8e16ed1dc5d999d8dff6c8d06d7e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-06.npz b/neo_1month/data/CLD_WP/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..151566feb22daa114f719dbccb80b9a87c00a4fe --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a063c3ce86336f3c5d2076992e1b6e92d59c3d18de1135aaefd85c92f25844b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-07.npz b/neo_1month/data/CLD_WP/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e56eba0b0b30bb4812c7e285462e3aaccabd646 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82ffacb6b17507d06e034be518efa79b10c3c57bb0e13d6fd7dd88940ee943a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-08.npz b/neo_1month/data/CLD_WP/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb2f4287e615d74ea978c5f583b99f16b7f2ccd0 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6026e5f59548627b5b3c378ca35c2383fc6d09d3dee1e2dd5cc64d9aca5533b5 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-09.npz b/neo_1month/data/CLD_WP/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d257bc5f9417b63eae71d505a57428e1df5203dd --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06fd528e8efe33460a7ba435ff1dc0942a15291aa0b4b3eb4e5f2c52d7e7cda +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-10.npz b/neo_1month/data/CLD_WP/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..be55d0f44a9f59a891bc5572dc15d3fd528d4cdc --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3e9409e46fdb4cc116955b17e1921af0a75a8adde76b29ec3848fe6ab4da30 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-11.npz b/neo_1month/data/CLD_WP/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d33a94651dbc41fbd27e4bed92c45dea9e43ee45 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9691ea1bc9d9815a195614610050048dc09f8987b6e1fb8e6ec917a62ab8a98 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2004-12.npz b/neo_1month/data/CLD_WP/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ba8dd53e530c6ae50cee233e27bf53104ecca82 --- /dev/null +++ b/neo_1month/data/CLD_WP/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a5cc189e5d7f3ff6e15a39d2db8bc88f4ba4091aa3de2d79671fc3330a5da3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-01.npz b/neo_1month/data/CLD_WP/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aab7c8f730df3990ec113aef6d6001c4de5cee20 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e441af5b4e6880a0ee1f937872b188804d81edc833e5e81523e25348530fe7 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-02.npz b/neo_1month/data/CLD_WP/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff78f79aa12bcf571134cb0d1233509d1df9993c --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56776f6c46460fbdf8bccacc853036871557634b45fe9f8c8ab1b24de804d562 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-03.npz b/neo_1month/data/CLD_WP/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c54e447c46f88e1b7a9d45f764baef1015ef0b38 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a88694c468981cc8aa48d7182d6057405adc2199acba55cefcd69e19d78f06a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-04.npz b/neo_1month/data/CLD_WP/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d87d61e24b37317627ff353a7b6ad6b89b05c1d --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a43a0b21dd7b28afffa88a5c83ef7df0cdbb8a0e6dd39859da8fa8a7dd5a52d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-05.npz b/neo_1month/data/CLD_WP/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5687e0d26b5e25da9ed4d847cf5f76bcd2918b2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebbb6bea1a3415282f644c2c7e7401dff8e26f94879e36c63f4c73f32cc6786 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-06.npz b/neo_1month/data/CLD_WP/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7162462ab21853e4a639c096a4694f5077dc39ba --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f9988fe85013be78b427c2a122c9a74b57a779599ca4a21efe89fec1d28b50 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-07.npz b/neo_1month/data/CLD_WP/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0acd3773a3b1aa4c713eee1b5affb5f5ec65f6e --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cb4f98ecca89ea951ed70fe46f84cd2b5aaf4d76851d924b884aa83ebe24cd +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-08.npz b/neo_1month/data/CLD_WP/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..405939e600f051336c4a8ee0720d083d8da14a76 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3328127b84a9f4792b1acc97a28c0c36df5a45b1c2e4c2f8dd5b62f1fb8ac6 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-09.npz b/neo_1month/data/CLD_WP/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..509bbfe9d86621f31ae07e449ff6df3352976a97 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3533ba736642bf6205a974e48c975705e70b30273997af583072fb7d74fe8e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-10.npz b/neo_1month/data/CLD_WP/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..229b5f232eacbcc6f47f530874ebfab306e2aa02 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7e4cb12ab8f93234ec40960dabdee25ba8738f9d038d32b3bf9d7e115a758d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-11.npz b/neo_1month/data/CLD_WP/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f3bd3b02f567b3b65fbc628e88def1a687936d2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304f8d3b98e521c83508507ab6546c19989c3223b3bd4a9db53f624e0a363d81 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2005-12.npz b/neo_1month/data/CLD_WP/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a0ff1a9be22cdfd4282295e55a6afe077bf07b9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad45a99178ed44718a08d6cf725caf14c16f2f74d1323b2601a69fab3ac6710 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-01.npz b/neo_1month/data/CLD_WP/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d8708ce5d39ff2ec9a1521958efdf2c0c88b5bb --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8671be9f77a34c9d0c590251343cc5bdf89971ad0fb8c497a3a3b024065c4ad0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-02.npz b/neo_1month/data/CLD_WP/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b52d2e8b5326c1a4ed15dc4b8d0bb1654327381 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5423297584ee232498fccc3100dd668504142811283c51ef499d1e63643b073 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-03.npz b/neo_1month/data/CLD_WP/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b309822dfe918013b1c8ebac495e8df5703c53bf --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cebb7140ffd9e2b98da95e4376c70e9e1d28327da702bfe034fc8026f4f6694 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-04.npz b/neo_1month/data/CLD_WP/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..87f8be3e07e21b00f6bd752ca5335eb5718ae079 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda5be493237f17b143e6c749383e5c005781cafb2c4efc14b250beffbdec386 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-05.npz b/neo_1month/data/CLD_WP/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ec3ca6714c470a07d25fdbf2b8e8c02e7164e51 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ead8dd1029983654a6dda06e9df8aa76376b548bc7f933efafedade4b48e022 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-06.npz b/neo_1month/data/CLD_WP/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b3ec98c1f216acd4473d97793d30d7486bd9d8a --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d596797673789e11b34b3d06cd6ca5d4c761cc64f1260e46eefbaf445a584b4c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-07.npz b/neo_1month/data/CLD_WP/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..96e7cb86875a8abe5d3218a91e8148a8927aa6c9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7d35fbae144076690391647f1d1da5ac4cc19fab1359abbd539ea2134ea373 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-08.npz b/neo_1month/data/CLD_WP/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d89a88d2122bb350f03f8e4fbf70b6a70be1036 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ef24fbfe0468338708823db988c2cc535af753df6b8f36affd8d8b138b1e98 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-09.npz b/neo_1month/data/CLD_WP/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..94d39fd7fe14ec7dde30fc48641a01f7c090202f --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58f1540839615b71c631afbe48bc7ec6dded16fc5e3ddb885b06adadd834e31 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-10.npz b/neo_1month/data/CLD_WP/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1cadbfdf8d448a9108d2e1d52d577c056aad509 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52d6a31871e2819259d22bbd9fdab1b5b209fed7ee4a2b4bea5219b673a1025 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-11.npz b/neo_1month/data/CLD_WP/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..15f215cdd817ad8180e86e9a0b244ae839e169e3 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6562e5a1cd5c015b0b258fc7f7fbce9593bf58e15cff8d7b0649b124b5641e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2006-12.npz b/neo_1month/data/CLD_WP/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..785aaa52448083715c5e9dee37be1ea72ac61e71 --- /dev/null +++ b/neo_1month/data/CLD_WP/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e7075b0be0414a5c18fc9be93e321a58ee92f87915fda2892d0895a88af26b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-01.npz b/neo_1month/data/CLD_WP/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cafb4cc8c3611d3312a1fde93d6c788b1058caa --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c70e726bb76c9ee26ae5aafe688afcf8fe51e31f117ef3263a2cfcc617260b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-02.npz b/neo_1month/data/CLD_WP/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2651ea38f92738a480bd848ac8e960f5b9024de3 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5719130b07fdd80b59ca4cd3eb5374e9cacd0faf594a2b648c10dca73abd8e1 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-03.npz b/neo_1month/data/CLD_WP/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..358d150b82eb7ccf9bf53198cd28281d6835c440 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27b82ae5478195ebd16bba8638963ac3d8a0bb90cfb3160a03ac01174b10f7c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-04.npz b/neo_1month/data/CLD_WP/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c661ef33c41889104cee93d1db8c516257831b78 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68effe371e07ec37f8d9a78a4190dba48a164d0305811749bcb8aba0668603cd +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-05.npz b/neo_1month/data/CLD_WP/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ca8b5964018d7ac05827f9ce6d1627c720bbece --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c054aa064e7e5099ef15e4cee03a0db9f23545a1c46c4bcf434dc5a7056ef375 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-06.npz b/neo_1month/data/CLD_WP/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cb1a6ec401c6cf1c7857bb72d0912763dc414e3 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb62b8b3745715204e1f9f7b868a734149a9085886e1e58bfdd67153a65b0ef6 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-07.npz b/neo_1month/data/CLD_WP/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a8e94362af4314c2a8c5332d53efa5608b8954e --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d412967f4d2274b2fe5d05872d401613f7ea5557beb8da2d7eba0624bf62d879 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-08.npz b/neo_1month/data/CLD_WP/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..982d45e3a8557b806115b27a4c6aae3123833d7f --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1588859eb5c74fcc7c3b8cda0f1e52043f0281c32384e2b07461a581272492df +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-09.npz b/neo_1month/data/CLD_WP/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3cd0e5319fda6c6185e0198d9e5031c8905b3f4 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e5d7e75034f7869a8676301e24b853fc8f34895ccb0cf30f76111ffeb047a7 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-10.npz b/neo_1month/data/CLD_WP/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5803f01d895f9f2774627ca06c1def406b9598a6 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eace885d6bc7a4a703bbb7a5221ef18e28bca45b8f7d96385c9e7a259a18c9cc +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-11.npz b/neo_1month/data/CLD_WP/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..06aef503511199edb4df0829f4972c1de6da5a6e --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b7ed66ffedc4541eea30fed494d5aaca6470639c12e574af8add25b3fe1f0f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2007-12.npz b/neo_1month/data/CLD_WP/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..675f4e63ef9c0eebf7ec9af6a25823838d9810f0 --- /dev/null +++ b/neo_1month/data/CLD_WP/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff8e2cde2a67aec5ec605b1447ea5e7f8c787df745889f2e56ae74201cf18cb +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-01.npz b/neo_1month/data/CLD_WP/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1963a95fec8f6a4e8cacecfc800ca06dd9fef5c4 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1811f38be00eb57aec729273ea2a012b89b494bd600f4f4fe7571ff40efb2b4b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-02.npz b/neo_1month/data/CLD_WP/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfdfd80d54cdc5dc5289dd1680797140ccd06c33 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889510fe8925b12848fa37b5d2e9c3799977bcbc45fd4ab0231ba15fa634b793 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-03.npz b/neo_1month/data/CLD_WP/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0f62f1a9f43e1b25f8fae2d07947423a09983f5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f974650ec86ed521f9dcae9ebbe9f510de56c00b5c74e6bfa418ed0a4bfebb +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-04.npz b/neo_1month/data/CLD_WP/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b68c8b2391b4de39f61d64a54f8b18bc6765859c --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f803321d9b55d8a859f582575eeea583e5cde1978404e0f7d25301a1c86f7c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-05.npz b/neo_1month/data/CLD_WP/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..980d84cff2da14e1a1cf66940d73a46b824febaa --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a667f10ae3ffb8d69eaba0103d0e09dc8ee1c43dbc779832711e7d12d3aefe +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-06.npz b/neo_1month/data/CLD_WP/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..05112849defa25267a5bc2e5bd5df64f8fcc15ed --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de79e048587d33b7083f87c46b57f6c02f34588ef6f4bdf7e0cb3a09e5886e1 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-07.npz b/neo_1month/data/CLD_WP/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..588b8b9cf97a45bdecf124e747c8d8b597eba772 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d76fc3f0598b7242d68b09e32501a2637c77d396c9b6476c85c6fbfae13b7e0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-08.npz b/neo_1month/data/CLD_WP/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d8aaf38711ffc673da11ce735f43e7db71376ff --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b984119dcfbc8fedac90b95bb68632f022cdedf7d1125b719d680d3817ea5f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-09.npz b/neo_1month/data/CLD_WP/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..69946a34b9ea033e11a44106741b1c0e7e5be0b3 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f8b51db57aee651c48af131ba7edc2fa644d10abe27fb4703e080e0eca24f3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-10.npz b/neo_1month/data/CLD_WP/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8113abfdba3934e32b07a0d84ae70cfa6a7eeff1 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d513192cd08a64215d7c05e02ed3d765bda30c1395027f11c73ed9721971be7 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-11.npz b/neo_1month/data/CLD_WP/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c1246e50163785585649e349e909d6ea8c771fc --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef2c00a710ef36819f40f13ef53d304a247e0f78552c1b96490a9ce24fb0aea +size 1166664 diff --git a/neo_1month/data/CLD_WP/2008-12.npz b/neo_1month/data/CLD_WP/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dfb503194480f5d4eee2b03398beeceb7c1e642 --- /dev/null +++ b/neo_1month/data/CLD_WP/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2cc242e8e76ef9ab4b5518ab10b71711b87f4563806531d8b3ccb101714dc5 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-01.npz b/neo_1month/data/CLD_WP/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f627ab2c52a4d5c09a3d9e52f81bafa83f0535a --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a114d1f12975f960187aef4ef009ab8bec8fbb5de33707b0b26cfb627abed970 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-02.npz b/neo_1month/data/CLD_WP/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c60674a82b61e73bed83f7c32817d96a9714dcf9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c6c88232b90b9977c5fdfdf5cf8353df35713666b7fa25cd18cd6a31f6b22d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-03.npz b/neo_1month/data/CLD_WP/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0627440ea0165574ea4f57a7322c763e96cb4078 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0717e8075a935430fb2b11df4427a075b06d1e76269114ca52623495f95d04 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-04.npz b/neo_1month/data/CLD_WP/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..985a182d550375e33b454c2df1e6464fbbe7f192 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d705a2da1adc96ba9d574afc0ff97c9343b01f7eab1efb856d3c15fa1eb0f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-05.npz b/neo_1month/data/CLD_WP/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..198fb5a70fc4a335b998fcfe5933356a4d201034 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5eda8474536a4d457b857f6e87c7170bce5ca05b67e470712b52cfa5b573422 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-06.npz b/neo_1month/data/CLD_WP/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e17973c472d9cb0159d61ffbcd0c6f5a0178e9bf --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3145a412db7c49ec2807e2eb38caf0b00a5c1d72a5aa9e2b8792bd66fe6d976 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-07.npz b/neo_1month/data/CLD_WP/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4dc284c308ef0c4e08f8ad2234b33cbfc64acd0 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cfedd6f088bc02a28498c656ffb39a990445b3998bcee8a039d91b415263c3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-08.npz b/neo_1month/data/CLD_WP/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e341715d2633e6cdd6b5f03a97e9be22001a3e9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943995a6eb772d1c2743a39f930ea92b98dc1d6c3dc1b6582bcfbc7573dd3170 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-09.npz b/neo_1month/data/CLD_WP/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f5dbcd8a19ffd4f5766c9737e2f24fe69990cf9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbe6c8c353c3e15eee514520e7ecaa0866593b93900b04ca57bde4c6d948a9a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-10.npz b/neo_1month/data/CLD_WP/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..88289a6e59e59ca6329c37de0f3e22cfad31f2e5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8faad02178bc6d785b77bfaedcd2e6991eddd32c3a00a7a6cbf16faa44acd5 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-11.npz b/neo_1month/data/CLD_WP/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad90738a973e41e58b982ebbfad2b52a840e0146 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b43367983897cb297d94b85ebb916f02dd21396e441d965ecb58ee981ad274 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2009-12.npz b/neo_1month/data/CLD_WP/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..749a6e136e04adec0480e90ca2cc471a8dcec131 --- /dev/null +++ b/neo_1month/data/CLD_WP/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269e803ddfa52dad2edcc2722d3f867a296895edd04398bb47595da3d187ce1e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-01.npz b/neo_1month/data/CLD_WP/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e93d7b8bfaea66da85b64726706b02a504f4953b --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce2326db817a30ccfe925469255c0cded4363053a393fe6348550cd0731eedd +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-02.npz b/neo_1month/data/CLD_WP/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0aa88dfff96d50b0a13f0b6d08b494d45acdbeac --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fdd45e458300ad01113782fc05b99f1cc9940c877ee40edeb5ffc705407d72 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-03.npz b/neo_1month/data/CLD_WP/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..808fa082649bbcfccf2fb8997084f12789691035 --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debb8ed99a5096405679a26fc8f12ceca059d44646dfb2fae21b6542f3d388af +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-04.npz b/neo_1month/data/CLD_WP/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e42116514588130376f0c1e681fb1335cd74a0bf --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4a8f47476963bda2a26b79dd33b3064a8aff6cbb60330cef7694665192385e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-05.npz b/neo_1month/data/CLD_WP/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c61569c531719c2e97faad443dcb08a9ada3c7e --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adca95a8668db81069764e10ab3f2a3804e05bbe0308fd57aa3206250037e0d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-06.npz b/neo_1month/data/CLD_WP/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ffe2bd236db6677eb2d661cb8c581b778bfcfd72 --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0941b9ef61a35a7e246fce51e6fab3eb1ed64780e244b15962ad0533a9f59fc +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-07.npz b/neo_1month/data/CLD_WP/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8befc11f094f349b70fac7afcb0501a4304e4cc --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7908b13d54ea4c09c7aaa8bce8b452766fb914d94d22ee401ef5781b78dc116 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-08.npz b/neo_1month/data/CLD_WP/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a42d4d9d9de418a22486feffda7bd726a2ccf16f --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b81e1104a82a94f8adaf9ea60358209de0fcddabaefac924d6a33d9c763dbb1 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-09.npz b/neo_1month/data/CLD_WP/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fb5f3e3d0a0753601d7646c8fc3a3fe45972daf --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669a735f31b26cfc02b57ae8ad36426bead54780ecce2f4c645d52c7c61f73cb +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-10.npz b/neo_1month/data/CLD_WP/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..37e9c5dde4b0daed9d4fc6ef0b82c9890ba5d470 --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b43b75f2ad9a8acdec2626915b8100e63152ac201f9ae89e11f37375e861b99 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-11.npz b/neo_1month/data/CLD_WP/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..124bc3ebff6cbb1182c26b8217dc6623810eb915 --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed7ffac3a793270d7a69d4be80d04c741c145059d2cb50caf32cd931eaa3299 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2010-12.npz b/neo_1month/data/CLD_WP/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..580a2782a2d60ca1624bee58c088ece85452736e --- /dev/null +++ b/neo_1month/data/CLD_WP/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5742815fc2f05b496945b7d4e0e1ab4beb7057e76471446c54906f5cf6e3ca04 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-01.npz b/neo_1month/data/CLD_WP/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff0e85514f9fae48f453ad70576d1d40c597d345 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735af374da7ada0d2327bb298cf1654401dd52eebd8411816b5ab8cfeee147a9 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-02.npz b/neo_1month/data/CLD_WP/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e51fcd0035b2cd95cf176b700c7ab3832639e252 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffdd4f104c8f0dea63513e43c7e86c146922f1238725b827f86534b9d7ae7da +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-03.npz b/neo_1month/data/CLD_WP/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96cb1b134c6f4425f4b077ebf8a4fe790be91318 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f91579b74b564295fdf0c99c19357629ddbc3ede5586b568b2f1a63c7cfd34 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-04.npz b/neo_1month/data/CLD_WP/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d99cc5109c91a4eb2e26bcf915c3d1b28a9870b --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7086edf4f0bb7dc2f9b08ab46a2e508fb5056d4032dc79a717f902591f9996ef +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-05.npz b/neo_1month/data/CLD_WP/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..55b29a44949216bb3f0710520fe559e6e28691c8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a0c0c87498bdbca486058f280fbd502c416733f9225f21c22d346ef4c4ecbf +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-06.npz b/neo_1month/data/CLD_WP/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5a7294440677536686c7cd10694999f48edcc66 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec25dc8d17290af340cdc6efd841f64d7c94db9fc40ef7a91dc0385abd2bb58 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-07.npz b/neo_1month/data/CLD_WP/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ceb1edea1a8faca3293019a1c9a53cca4a2aded7 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa92a07c7827c3c08f4716d0048a285ab189bb8b5fcdbd1cb3660c3a7d6c320 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-08.npz b/neo_1month/data/CLD_WP/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..19db5e8312090506caf10391ed5b5e3a3ff87dfd --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee908590ef11ecf82689a542a8d1bb2d83ef7bd1ed54915550d068508d57922 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-09.npz b/neo_1month/data/CLD_WP/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fd455625f1453d1ccb9ebbf785943ed7defda65 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dacd7f95de754f552884c626fed98b731041f6b2e7d6019873bf3f225c266c2 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-10.npz b/neo_1month/data/CLD_WP/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..feb993a1253f2dcab0dcfe7864f502d75ff3ada2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae22d6abc3ebc3efc6b657d61a42c928357cbc7533b5c88f126aff1557bae38e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-11.npz b/neo_1month/data/CLD_WP/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..743aa639e01289daf53f7d4a2be58ba15dcdff26 --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b5870c2c09fee1e6ace2ae65b0cb7142e78565c8304551d595b17668ba1d30 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2011-12.npz b/neo_1month/data/CLD_WP/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..571affa912f85c241b22a2d8e383668a862fef4d --- /dev/null +++ b/neo_1month/data/CLD_WP/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c21822bbf0b9800a4d863be8890498bfc279bb91a9c96845327a8bd05616b3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-01.npz b/neo_1month/data/CLD_WP/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bec6496a5954f0fae86f4c7ce7e3ba9715f8cb9a --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cf0cdb06cec4d50c3ed3f4bc7bdb3cd45efea9027586a73a876ef9f2fe3b6c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-02.npz b/neo_1month/data/CLD_WP/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c982a19f1d4bda4a5a29cf4da4516abfe57fa0ee --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad8d5fa9dc98f737649b0b0493e19fbf384b9386682efc9d1afff4fa3cf7bdf +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-03.npz b/neo_1month/data/CLD_WP/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e470a5b6c18628bbfb12d4b89211eda126762df --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb2445ad71d7ee536a033c8630126bc04068bae77e7712f20323c03d257e96b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-04.npz b/neo_1month/data/CLD_WP/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..60427596a0b198f0ebf68d004dcd5a2b69b7bc39 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b297a841ff4c365163791f532195953597ab3378619faccfb40866a0870fa25 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-05.npz b/neo_1month/data/CLD_WP/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4327420803ec35db1b4d3b0c177829e64346a378 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdbe2584a5ad296dc17a4d0e4ea60ab277eaa2b1146ac3a44106c8d7520525f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-06.npz b/neo_1month/data/CLD_WP/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..277a666b78d247082ebd03d7272027470f9fd622 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2ab697af7fd2e4adfc66f47a40d4f335759c32af28579fbfe4fc82968c2c2c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-07.npz b/neo_1month/data/CLD_WP/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..680b4fc6ae9b768e61880ada80582a93619b69e2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539499e681fddbc38fdf4b80abb35de7aa4e45434342d904254c76e5adfeadc4 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-08.npz b/neo_1month/data/CLD_WP/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..31f30ebe12ab9d96ededf6bc40b8038fdc9e18b2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59dea9bb78a4e94ed88df4baea02f80eccbe257d2cb190522023344f6cbccac +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-09.npz b/neo_1month/data/CLD_WP/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2d51023a4686ccbbc2e9dfa203ca43dc9477fc6 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325f0429e2657c1dca27378785b11b9002374ab84c2b0864b053e257346ab7a3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-10.npz b/neo_1month/data/CLD_WP/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d86a448d9175e49a40c2277e9b97bc988af3f141 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a9cb95b99190e64d67ff3e3fb63745e4eb43f814658f92080ff60db001686f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-11.npz b/neo_1month/data/CLD_WP/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f0aef2acbfd1f8c9e25864285c6957dc02677fb --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4385eb8c4991fe02bd780b9b3d225926353aee7a14622f9ee107b6490370c5f5 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2012-12.npz b/neo_1month/data/CLD_WP/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..91ac2a4aa3f0e0dfdb7a86a5cd09e0e313be5d07 --- /dev/null +++ b/neo_1month/data/CLD_WP/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ac2c53debf3ce65bb61a636da59f499fd333bb4901ebb7e8dcac8bff275f23 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-01.npz b/neo_1month/data/CLD_WP/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8524f631457d14c1d2b8c36c0ce6a0d87a495ab --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111695a247314cdf29a53c176bd561a6294c41bd635d4f7230f209e3659c233b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-02.npz b/neo_1month/data/CLD_WP/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aed6f1bedd40d62a427a6ba8eb051c03cd8acf3 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d531fd83bbf84cbb3b9ce8a5bfc92a1e02a188ea7151c2e151020d1e74589 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-03.npz b/neo_1month/data/CLD_WP/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96c91bab060ce080c48f4590173edcba022ddd72 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab60279ca21e4eed0a58fb5c4b076179766ff05417a49066b6d212ad9273da14 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-04.npz b/neo_1month/data/CLD_WP/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc22d5605f90530f19fbc68855ffa32e161d5f6c --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae0cd5651763979033c5fc75e51538c7d8ef859e0c6b78917b91b5cf3a65bfb +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-05.npz b/neo_1month/data/CLD_WP/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..00e8136e0cd0306e991413fa310a8c7d33bac3d7 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec6e0484f987d2d436f4f67ebd94d19364409f4c1a741ce1bebfb7063a103c8 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-06.npz b/neo_1month/data/CLD_WP/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a01800c3ebe9378d9b3a50d471865588d70e408 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed287a722aed48706ef41e0bb757b7ba00552c66dddbbae328c5de9a797edd1e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-07.npz b/neo_1month/data/CLD_WP/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e1af82e70c8101f71615a69453c9d6681b8484c --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5abd8a544b1b710fc8b513b29700d3528f05ef17667e50f012cc4b5564214b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-08.npz b/neo_1month/data/CLD_WP/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2629424ab403c4edfaaee92bada84f9b34250639 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ff89501e58bdd945c0e4c97eb22dd769433778ca819721baff4d03faba9eea +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-09.npz b/neo_1month/data/CLD_WP/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cad41e8ba09c51402b66cbc6a6bd26fbef04ea19 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b8f42cdac9ec640668db1e78d734344370d23256e1625e2bc4ec1d32d3d092 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-10.npz b/neo_1month/data/CLD_WP/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6a2bc17746c1f9d151de1ee543558fa06e95f22 --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945cd22def6119c87dd12c3e61f0577b4d99c92ef8cb7aebb39e2071deb4314d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-11.npz b/neo_1month/data/CLD_WP/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08cb3b75b96c17776b3c1180345850d6cf01908e --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b130d3fe0e243771ecaf0a2be271d7308874a2d5c331b2410bb427874c2e48 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2013-12.npz b/neo_1month/data/CLD_WP/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d11c67a7a626056665b3b19b7c00d14af8a627b --- /dev/null +++ b/neo_1month/data/CLD_WP/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131a3a029f607ad5f23fa4a2c545b12b2926544ca9b71918351598dfdc967934 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-01.npz b/neo_1month/data/CLD_WP/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0a0ff66e049f8aeb2ba32ac237f8741a90a6300 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c82e1b3c3125a5bebbe46801433988b9d89a27a535f1b3864c6f0541ef82fb +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-02.npz b/neo_1month/data/CLD_WP/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6015f1be93b951f305bc04fed7afaa18c8808479 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84990f9c3fa40ae8604d0851930e79a1c4447fd884f406b4b61330026567f4e8 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-03.npz b/neo_1month/data/CLD_WP/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb95394f55466845b3b45bbd87974f2dedfa615d --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee891044a45a3a3f1176f62d9736ea877fb806df93dce2b4d3cac712ab35d05c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-04.npz b/neo_1month/data/CLD_WP/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8a46a2caa2a0518253e6c3b323d52837927939c --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a585537f792bda05ace6f370515ae717fd8826208964e36ced8825257441091 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-05.npz b/neo_1month/data/CLD_WP/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8933a99089a1412ab3959209e00a64b35b46977 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2b5c23ac750ebc583f0d08cefa7a4eb366ead8d866d3e6e49019317e54c287 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-06.npz b/neo_1month/data/CLD_WP/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f62a525eada0184e6f64f1f6eadb3665ff0988f8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03eda58ed70e676e0700d8fc4a81866c2a817727f4e9f86f0d57879611a95810 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-07.npz b/neo_1month/data/CLD_WP/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..53fa676660bb24b78a2a1efb66d6f7456fa9e426 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175510220a5652db21cd835079092dd9a05e004ba8808261ede09dc6b64c3c5f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-08.npz b/neo_1month/data/CLD_WP/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..56e198b2f04e91e1adaa01f01e9adc37204abcaa --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fa27cf68ae129b3d53117ac4f62916e379e08abc01a889859f7f4e6bf477a3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-09.npz b/neo_1month/data/CLD_WP/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dfac918c9f0470ae47c724de5b107f74ab57f73 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21da3231b6f712c1ba1a2eea5faa70a283b5f2ad3549ab28fc975736842728cc +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-10.npz b/neo_1month/data/CLD_WP/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4b38554183e7553cc1c9215fa7b92fbfd6677c0 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68f321add4d147ea9a2b10e1301c75870d65f7540bcaed0faa161a813702345 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-11.npz b/neo_1month/data/CLD_WP/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5973d8f0597c94a494984dad869137fa531ee2f8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25f06961abdbd8a751ee08ec6958c5342dcda2685e1e0c4cb91a79f6468bd59 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2014-12.npz b/neo_1month/data/CLD_WP/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e09e17d1f54c40aa841f55b999fa5cca424478e5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e78599a918e16d50bf282df365a4d9b006c0d56cfcd7f85e04c00a07a6864d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-01.npz b/neo_1month/data/CLD_WP/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..862dc12f9b9b677f1e7a3cd1a5bd752a04e94d9d --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c0bba9b15be1aa47380fd74d95a37ab3510770f56a0fbc0a0d63b5c5e5425f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-02.npz b/neo_1month/data/CLD_WP/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..82a7051bc0be1a52f95ba91572f68584e3630882 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4807783ad74012e566e1a45f6ac4d58ac215f5271389a874da166a7986c69b8f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-03.npz b/neo_1month/data/CLD_WP/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..145bbf6b1918790fbf07c5a0f0f715021040e316 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d38136b6455cc9bdfec68dbd11537ea99c4de634de342ab499ccfc0886db01 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-04.npz b/neo_1month/data/CLD_WP/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3389f4a1021e7202a57f11a8a945164d98255b6 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaf7c05e48b863ce30d52c06216da09122eb133844d8ef8831b0dc117f6967d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-05.npz b/neo_1month/data/CLD_WP/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..acb3079f3d39867b069e4c24258a04fd8baddfd2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e13341e41b24ed748da0dcfddeaac5256e09b34d116471e51f5e83bd4596688 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-06.npz b/neo_1month/data/CLD_WP/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..86f60c1af18afd48b54925c6e7548ee50e899697 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920a55a26639e175f3618fa9bbea14782761b7f57d6490116c520e436e492e75 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-07.npz b/neo_1month/data/CLD_WP/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee7750ab4d2ac613fdac6bf72b91276fc3a9f82c --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2d5482ec9e036b3875232aa13a6d2efb237e645e72b96fe7ae77313a151801 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-08.npz b/neo_1month/data/CLD_WP/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..df1e7addd37c9ca3e116e988f706b60dc0027dd6 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7606c049dbdba0d552778f70d016d0fba9ef78666cb376fa187fdac933adfd39 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-09.npz b/neo_1month/data/CLD_WP/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f7b496e2f647f37082a75845b13bedcd618542a --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a852a5ec9909a822510094cb14335d9fa3b39002d913a0d9b2a18aae15dd4da0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-10.npz b/neo_1month/data/CLD_WP/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eca3bd681433c748a3b42136a187cd53b426de28 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ebf4f7150c3ddb253f15cd4c228813b70fac79c45e9d6548f7d13ccae5bd07 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-11.npz b/neo_1month/data/CLD_WP/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0587441047d2182c4506ac529fccfc829b240922 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5531aecbbc1b42c7d75fa4e33e6f4a8e85964b58e5fad82bbfa73c72c6a7a76f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2015-12.npz b/neo_1month/data/CLD_WP/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..13d2beb7de988544ecb0bfd72b3d5eb3af621c58 --- /dev/null +++ b/neo_1month/data/CLD_WP/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a6eec392d007a7aa50cc626cee9768293fa836675171e9a09c72829729cf5b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-01.npz b/neo_1month/data/CLD_WP/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b3300778e26171e20949b0fe8c04cdfbbb791cc --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d0262190a01cb185b99a342cf4430e1da1fe111c95fb81253b36bcaedecaa2 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-02.npz b/neo_1month/data/CLD_WP/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecba0d5d350adac4fdb4351355d701f973f5995c --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addbe00e0ff4a6fc0f9aca481db442df19116a42224b0ed2f34be396160494db +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-03.npz b/neo_1month/data/CLD_WP/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e9beea73a14f38ef1a3c4d26a006a95c55e2dff --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02c91b54c43cd860e04b42e3861bef7a3943832cba6741399dac64d63089631 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-04.npz b/neo_1month/data/CLD_WP/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab36e105e0fd1d8d0ecdc90866397d188a8a405b --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def790e0daecbc64f8a209dee5b7933b4a79489397e99bcbad44bc44cb9ba5e9 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-05.npz b/neo_1month/data/CLD_WP/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a14b90c989664206c16bcfade29874ee292c244 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85596a99f43e073a090c7325207012499b772e12daebc3875ff3126fef10b335 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-06.npz b/neo_1month/data/CLD_WP/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..35d0d40fec48c9084e90777aaf19f16932738684 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fd5e042b5ae847ffb1bfed6c2deda53916fbf8573ffbd1226a40822de05968 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-07.npz b/neo_1month/data/CLD_WP/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd364de78136bc5b10f25d39ccf45e55b92dc682 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a386d5217776f8fcbc1f952c767e7c9cd1b4a7adcd354c2400536d050ac13633 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-08.npz b/neo_1month/data/CLD_WP/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b6e0d6a990f6a9e1b006ab6ec2abed58ce7664d2 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b3bd4a093cfdbe718c3bf4cac22e70f38432dd8ed3ab7be773fb3cd4569ea3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-09.npz b/neo_1month/data/CLD_WP/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b1f31bf29e2b6c6b715d576a31e9974c70dcbf5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d18fcc89bb26caf2e546cd4ef2ffa9677151952a48e47a0c383f5797135f011 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-10.npz b/neo_1month/data/CLD_WP/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22d83d905c053ccff956269ce5a9a59d91916ba1 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f375e00b6db81de0cab7c68311e70f3330070480879557dec744b36b64731c04 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-11.npz b/neo_1month/data/CLD_WP/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e844de5ebc67ddc32162055683a75bb70a38e2df --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5ce66b2f3587e3b0efea7c7ac19d60445cc447fb10edb7e46e6e530a7f843f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2016-12.npz b/neo_1month/data/CLD_WP/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..319710d9fa402117834b0a667c6b0a53aac75cf8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5479a11213b1840f3a10a47e1c4ec890d7ec0a70cacddcadf1f2981993b89ef7 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-01.npz b/neo_1month/data/CLD_WP/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a1e244b0494230862c4c242d57d18ae5abb0617 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be164dbbbfb679f5fe6e7227b188d1db33e01cee06ad5899470b91bf2455c11b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-02.npz b/neo_1month/data/CLD_WP/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f0518b8a75e3a00f9aa772d9daef5ac150097f85 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e793dc69603f6440d5a58a88e1fbd3cc2cc0cc0aff3b7d3ccbded01e8ed3b861 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-03.npz b/neo_1month/data/CLD_WP/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b59046389360f6e404f2daa3aa882fabd74cbd4b --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1ea58f2e839a1b38a354585f0e057d7020886cbbc651f33ab15587d4b466fd +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-04.npz b/neo_1month/data/CLD_WP/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bc91e60ea03c43f23c70659348643396162eeee --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad0f28459ada9df183e728b091c80b50cbfeed059210fd67d807d49b9474c4c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-05.npz b/neo_1month/data/CLD_WP/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..824e54b9759576ca23b5f45e70322eb11a1a00b9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8561eee78f4f7331518181412c5eb7f46b74d34eef40f79df360c0c8f21fd465 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-06.npz b/neo_1month/data/CLD_WP/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2197bc849cc19d668917b5ec2cce13bb002fe5d9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cecf0b7446ce0173003d607b62c61c82008316fa822439311430f6481f71c8d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-07.npz b/neo_1month/data/CLD_WP/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ac18c1277c8194e3a7c41d0129f2ef9760666ea --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654361f8b4a74a44107e019139ef6fe1790e3e8e865ee3fa82b0b97e9a509f7d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-08.npz b/neo_1month/data/CLD_WP/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c397f23b8c054b16e00275248204aeea60a5cdc7 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cfa0476eb020c0a655b6cd4424432380a931056735fe891bc9f35f86f004ef +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-09.npz b/neo_1month/data/CLD_WP/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cd5c9c7d2b576b3e54251cd7a904610385aaf46 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cb78f612f2d320532c2e3f4523d21dc6b9fe806f5645d8c287ef834721c1ee +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-10.npz b/neo_1month/data/CLD_WP/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b895bea4a553af1025fdedf34c4c388f27f1da6 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd77b8bf45679ca2ab5fc93f182af90f663e8a3f7853751bba881f026a7c0bc6 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-11.npz b/neo_1month/data/CLD_WP/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4abd5b932074499e446652969c4eb38dfa1b3a24 --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9246e6fdc02397e5ed0f96c1d5939f5f1535a7c78b426186a6a3ba3464f7bc8 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2017-12.npz b/neo_1month/data/CLD_WP/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f45fdc2034c8efd7b2213079cb3aa9a71ae36ca --- /dev/null +++ b/neo_1month/data/CLD_WP/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c3146c7f16e67b1efa7920d0f407a78a5672bd9221327ad5ef4a38c111f407 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-01.npz b/neo_1month/data/CLD_WP/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c137b041bed23cb82ca726374862f50d0cca7a08 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab822a694b5056c56be79f35eb6f2c668bf7d3b17b2aced83583e5e321cb11f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-02.npz b/neo_1month/data/CLD_WP/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab5383a94ac02828ccab8806053c72c72e5ba603 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46a86bddf62d630e051938151b5ae3ad3cebd0f2e8c1e6db6403b59db83eb0f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-03.npz b/neo_1month/data/CLD_WP/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1dc667cb178cd159aea75b4da38e6968a6515b8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6573a69f44282c3bd06dc82f53672d604e4ebfe035cd87d4276ffea7d200daa +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-04.npz b/neo_1month/data/CLD_WP/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..40ead077c04c3ff41c0f237e1bde60338e4b2e27 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06153d986db4eac3b3f8fd9a7618935c8e225c4879e49077f3fc1257812a7e9b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-05.npz b/neo_1month/data/CLD_WP/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..500c1b431e7679e444b271c5d673c393269661d1 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb3e9cef5dbb8598aa1cb4aee5cf70b7acd608ae03e0343723d5d657ba854f0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-06.npz b/neo_1month/data/CLD_WP/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7653a707d2ba4b5b6e390fa01792664e8d460f74 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b5e6002ada66d32d9cb53b43198b596794531b192dac08b18f520e57db16d0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-07.npz b/neo_1month/data/CLD_WP/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c1545c969393b97b13402cced4ed2abbc0c9793 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88baa3bfcb63d3cb36c7d94a89425b8dc1fccc74b905fd538d10bdf1b971befa +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-08.npz b/neo_1month/data/CLD_WP/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ed63fc66b1cdf03df6e30df3603dacae46111dc --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b904dab40a01835037bcdc6be993275862b82800dd3579a92664d0d1348dc62a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-09.npz b/neo_1month/data/CLD_WP/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..325e712122f766eab659768c1f5bd76c2b972543 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8486a8fc0a572429ac2a5efed6dd7024f343b3552616a453026dc05d2e7ef3cc +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-10.npz b/neo_1month/data/CLD_WP/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8571e38786182f9c77aafbfe712f472b969bf76f --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd46e1f83a1d8edbbce5db74d53dc981d536b2607004268a2a9a89006310900 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-11.npz b/neo_1month/data/CLD_WP/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d269a42d21f862eb3327aeb84d0d86611757b80c --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951172c498a166dfdaf03caabe71a9837191303481b807d8b74abdad1db8cd0d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2018-12.npz b/neo_1month/data/CLD_WP/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfef1bf057f13435997c5b7bc5df897c223b9106 --- /dev/null +++ b/neo_1month/data/CLD_WP/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d10a80053fda019c4490669af0e05982c1aa6cf805e641f89baa90cc684eff0 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-01.npz b/neo_1month/data/CLD_WP/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1ee530f3028aa758d1318ae8be65a23c62dfc19 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227ea4c867d4391bf9c8d43271af716fead767cada1c720e7305fc249ad1cbf6 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-02.npz b/neo_1month/data/CLD_WP/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca00cc8fa0c6d293ecb6a567bac9cd625ec56c16 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c88ab25cdb3ff56be4f07449f795fd942d9da46d98f8b7ae344b27674dee75d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-03.npz b/neo_1month/data/CLD_WP/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..355175662d840ac0a4d7ff60022f75af7fcd2ad3 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edcabcd50bf4278661ee0aa976c614c02d6eb6a029ff0dbf8cab68516999d8a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-04.npz b/neo_1month/data/CLD_WP/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..73feac71144ee424473a7d6bbcbd7d30cd96959c --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8ada8d7c55f974953e49a0ccd92f0e82ff8d60b92d26b80687a5d0f2a43bb6 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-05.npz b/neo_1month/data/CLD_WP/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b44f557f02c4650c1dd50563030f71aafc5de639 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0917da7723f0a28f3215ad0bef5c8784edcda000a2d2c5151830917fe34a81 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-06.npz b/neo_1month/data/CLD_WP/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9da0694d673cf575cd76cbbe1b87e5afdf845db6 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ac6a9898f3dd877034bfbff52477145631dfc3903b42d006f51806fae2c8cc +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-07.npz b/neo_1month/data/CLD_WP/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b74877893659f9aebea8c1679a98f9dd2a58b9d --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcf4057d8b46b0b2ddab02c0d0273cda7b261ea092f652d8435789a6e34ec71 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-08.npz b/neo_1month/data/CLD_WP/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..61ca79058c06d42ba183804138c74eb548bad835 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0497834e5d9caf48d593bc8a365c00820472268bf6d5a8691803259db405601 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-09.npz b/neo_1month/data/CLD_WP/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7196a20b72a8fb8d5cb18745e7ca8a81439cc6da --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec814924d934253f3a7dfb635e8cf3e605f6e78ff767e75fa7740c92a93041e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-10.npz b/neo_1month/data/CLD_WP/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..82c8f7603d041d043cde1bf01ad4c6fe65e12be8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a42afe863e0056b66bfb234eae4b26879839ada8e7245a8ec02352768e0ac57 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-11.npz b/neo_1month/data/CLD_WP/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a39aa0fcf18820974a16ebd765521dc7dcf99e7 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca6939747a05780340be963e509619075a517d4be1c30f17dd408ec04fa98eb +size 1166664 diff --git a/neo_1month/data/CLD_WP/2019-12.npz b/neo_1month/data/CLD_WP/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b28bc128c7fee20e2ae408de287e85029d399195 --- /dev/null +++ b/neo_1month/data/CLD_WP/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ab05688661740a61024f5014ce97bea723c27d0cd04a29385f8ca8613bde73 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-01.npz b/neo_1month/data/CLD_WP/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0eb4e25a804d044bd533d15d35b5e5ea5a0b675b --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f92a4836f4a727308040f63bac41681acf069d8df60360b483d9576bbb5059 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-02.npz b/neo_1month/data/CLD_WP/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..97504f02d72ee3b552354a1bb7688e1cec03e8f9 --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3470b72e51beb71154d347ebf8e0605497c99bd71ae82b52278c6b0a7e509cf +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-03.npz b/neo_1month/data/CLD_WP/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7736daccf105c152dc175c2e957d259e00f13b01 --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f189a61d7a1593ac6b67e06154f1033963acc3036bd1b291f37a7513ff5a7c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-04.npz b/neo_1month/data/CLD_WP/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9b9ba4d0e4cb16c0ec5a460ad1a85acc6680284 --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36370a9b9e741c136aadcef7b248de9357c1dee4ed90710c48d4f8063d20d68e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-05.npz b/neo_1month/data/CLD_WP/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1862e3486efdb0838679ab8b391e234c5cf0ed1c --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411d18e736e63ff83ef7b48f08fa37804141f5073128f2a552eeebf0e492669f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-06.npz b/neo_1month/data/CLD_WP/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b4df9d3688e0b5d91d6fd0f7811c50fa21f1cf --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ea7a7e098ce201a2f2470d4c40244ba4e1533f2bf379c1de0af2d0939638b +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-07.npz b/neo_1month/data/CLD_WP/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9b2d32316962c6d34a621e875049dac96b1b2ad --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0215aff69d5d00e1410fa713a3fc1103f7368deef2f2e279f8aa8a7ddb50ffa8 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-08.npz b/neo_1month/data/CLD_WP/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbc11180d681ae3693b87054c40bffba687e1b38 --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669d0aa29bdfc07c2227ad526e2b8a449167815c0cfee595e28ea8f7080e6e18 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-09.npz b/neo_1month/data/CLD_WP/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ea22df2994986c11b0866df82b21ad5cd4f012f --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c033994991c47e2f87ad641249cac11e47a54a21f9c09deabde11828bbf23a33 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-10.npz b/neo_1month/data/CLD_WP/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f14ed4f28355c5981a74fc581556d9e37f5dee64 --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62c1a6d468545bb9d0b12cf5083576b820c56d4cdd1887ca476b58d907430f4 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-11.npz b/neo_1month/data/CLD_WP/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe4a3742a7ec9695e60a4ad11ebdebe4bd03c2be --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6638bd8354aa3cd68cf5d962a97ae42cf11c8e6a2c6b688072edf8aa51dada +size 1166664 diff --git a/neo_1month/data/CLD_WP/2020-12.npz b/neo_1month/data/CLD_WP/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..16a551ca67de8c72e648d56a2080cfbb5e5e60ce --- /dev/null +++ b/neo_1month/data/CLD_WP/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884d2ed84ae2839275369de94aaf2bc511a33f08684075a404ccd7598fc94cca +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-01.npz b/neo_1month/data/CLD_WP/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e155c70cf7e0e5f1c2ee6469e4315616066b1b46 --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f45a1390af38c367c79419db13cdc682fa146c84d42ba541b62d03b26e3965a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-02.npz b/neo_1month/data/CLD_WP/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4f55bf94b26af990caf0ad1b7fcdcafd9b2c4ce --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cb9e2df37c2adb039c74501c0617380f1da7f617e50f2e9887e19d1d3cf450 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-03.npz b/neo_1month/data/CLD_WP/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bed42536dbf9a25211496d0cf42e95ece408d7d --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98f270ac68978087b3d0b08bc9041dd963bc711d69cbb411ac8d72b23ca770c +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-04.npz b/neo_1month/data/CLD_WP/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..db128f9fe65196a001cef5d70eab842b0120eced --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8458a363856dfdd25cb2a2e50c14f99b62ad5bcd70440ec1d21bbbfec422b39f +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-05.npz b/neo_1month/data/CLD_WP/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d8ee19266dd4f7f3897ea27af95cf73ef7f6a51 --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89af589939b61deee86a243dbbd6c6241b120011f958574dbc38233ba7c5de8 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-06.npz b/neo_1month/data/CLD_WP/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0bc4519117454ed5dc7ba6826a63b7aac4f2cb8 --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bac0b2298da4169e05dac699f14ffe0291c8532a96908a64f78d3e86bdd4af3 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-07.npz b/neo_1month/data/CLD_WP/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..315d94e8d2234d3882218e156ac131868e308649 --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1ab2e3e22d8efe82c6a5a261c01966b9124ded37b7a403dcdff45c69e02479 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-08.npz b/neo_1month/data/CLD_WP/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..36bfc9b7bf5166b6abab14bb9e0adae14441793b --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50a8a9567b6e6d5bd486fad1974fc4a3512a65abf1743d589e3ac4932fee5b2 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-09.npz b/neo_1month/data/CLD_WP/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c2b2b8b7349c1132ae7417ee4a73833da54bebb --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e993f0f191204660013f6496722f57343aa08060282629dc3f85b7a31efd31 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-10.npz b/neo_1month/data/CLD_WP/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b43f3a0d24bc139d9c1eec6a1c4fb372a0d8a80b --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9692fca9965ff0b57dd26147ffd1c996dbcb4449af2d3ee1a43bbf8676ddb79d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-11.npz b/neo_1month/data/CLD_WP/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7014d8df2f999f83f4ad189078efdf1301aef60 --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc221bab87049f82431f5a8f0ee44e09edbfa6e67e8d6ee3e8ab8cf5ffaf298 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2021-12.npz b/neo_1month/data/CLD_WP/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d889b7ee7cf3f23a69848e2ac14f93bb820c42c --- /dev/null +++ b/neo_1month/data/CLD_WP/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefe3a37a8c58d0f8efcff431738a25be6fdd2a07e087ca5f2b9aae253f972f2 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-01.npz b/neo_1month/data/CLD_WP/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa1fb03bbfeae38377ebc07b986d92507c77e080 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6d4e188bebe8c4a9d964f9a9024933bd7c2d24d83917fa06aa8317430fae84 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-02.npz b/neo_1month/data/CLD_WP/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3faad495a9777e1086491701600c8e58930670c5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c26f4174aaae86bcb366d77b5716cc0a9e48c5927ba4780b56b436217f4f80 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-03.npz b/neo_1month/data/CLD_WP/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..185a04d81094d76a77a10d533720afa5391bc805 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b49dd56e079ee83e3c2abe67353d97307afd8e7d5d771b523b33e8cef66a1e5 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-04.npz b/neo_1month/data/CLD_WP/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad1a464ef194adc73e154d9169da660335e82212 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d381045cd777a636656ade1e0d0ebade1b9284d5c7db54be709cab9915c9d48 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-05.npz b/neo_1month/data/CLD_WP/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5fe18873201957203ef3fefa7fe7648dd400c030 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230a6966ab5aa3941b1953a6884533792751b947ec00e1636c4a8affa0672bca +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-06.npz b/neo_1month/data/CLD_WP/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..01365da87b48ca156ac46b4d219a82505e5753ea --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20f67a0e8ecaacc73d81372215f5918fa65fca71aaf0294c019b75fdeec2d8d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-07.npz b/neo_1month/data/CLD_WP/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..616037590ce2fd43a43063e0b6cf746542592f1d --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e3eae78ab0fdb55d1dc555580c7c11eee3dbab20cad0d536dad944401d65aa +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-08.npz b/neo_1month/data/CLD_WP/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2120d62be68f79d2ad833fe42be0862278f139b4 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b4895646565f88678dc5929493a359870e33b7700689512def8f3951679f9d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-09.npz b/neo_1month/data/CLD_WP/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3600ec2c3f50eea7e7f62d47faae892d0a4f775d --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b92f3d775d16fe862eb13ec7f432ae1ad8f3eff01a773a51954f53bc839cc1 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-10.npz b/neo_1month/data/CLD_WP/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..263dc0ebaeac2526688d63aead19a2cb68c16695 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e86c3bdda59a39bff3caa65cdb37e36213c443ae7ba99f8940f50dc2000f61 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-11.npz b/neo_1month/data/CLD_WP/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a79496abc8b67459e326259f7ec7f62c85ad4622 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504d7211d357521c5add2bc170148e4a7a2ab6e3534dfe8fd0f8014187f0f8a5 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2022-12.npz b/neo_1month/data/CLD_WP/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c37fb189eb00c1c55dc38ae5cb8517ffee0e2546 --- /dev/null +++ b/neo_1month/data/CLD_WP/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e9bc9d9fb87369dc89165735c4a7e7cffb19c28feac617e95497ed4cfb4e1d +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-01.npz b/neo_1month/data/CLD_WP/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d292f8e89238efd14448cbf20845655f50c6209 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b390f34c67fee085be804eb9bf6f2e8126546b017a547bfe91330387a2300e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-02.npz b/neo_1month/data/CLD_WP/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..af3f404022b3df71567df66e217492b73a159e67 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921602c78e12e7b58c2c4463ce618df48bf7a5fab834e465c4f9273d152da140 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-03.npz b/neo_1month/data/CLD_WP/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cdfec96850ad428c59678e45133aced2978e4643 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b741cb3fa75924d79aceb2602e4a039851759a438b05a700e00ad5f1c7252975 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-04.npz b/neo_1month/data/CLD_WP/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b159b8b682a9152cb464c1bf889f852bc096b389 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e62de5bb8d4b4a833fe8131d3e7485c6c3ad472f3406ef07340f89ea864dc9e +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-05.npz b/neo_1month/data/CLD_WP/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0ee7b482889fcba9c3448cd11a3f1d9e27fbc62 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7502dcd824c01f57600873ef10936e72f73029d120e6d51ba02cb3ec830614b8 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-06.npz b/neo_1month/data/CLD_WP/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e589059212194571cfab56afef6e2e8ddfc12da --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4967cc5f84f32d0a3aeb040e504729fd8397a63a63b17db98d9c055d525478e4 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-07.npz b/neo_1month/data/CLD_WP/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..87d828bc69d265ac741db1f89e57f04248600775 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b3466ba95df58b0313fdce2f4fd3fd6a27ffbdb03281387f26704c4db410c4 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-08.npz b/neo_1month/data/CLD_WP/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..db0fbc3f74ee4ec908311b926d352c3a3cc20ab5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660817f2555d4669f295ffb0b74a4b1061cdbe66365142f169fb035d0fca1416 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-09.npz b/neo_1month/data/CLD_WP/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..117e48e0ef088ac1efb12225c418fcd1dcb3bfc5 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d7e36ea00480d1e51f919dafcbb36495cabf735722e5bb82a0ef03397ee538 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-10.npz b/neo_1month/data/CLD_WP/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab6764ca91d0f943309ea4a3b0e2b965cfd1b657 --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57554a3c8ea3d8423a945f46fb425e7e447f6d17e645d56c208a32d96e4f7d4a +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-11.npz b/neo_1month/data/CLD_WP/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fab86474f9692e44f585416a252bf3f2cafec1c --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71b6b350fb680abf445c8cec9149e90bb726636e00bef1bb9575103d31303f4 +size 1166664 diff --git a/neo_1month/data/CLD_WP/2023-12.npz b/neo_1month/data/CLD_WP/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f02f1c6168f62c03f547fb385ba274b0fe1004f --- /dev/null +++ b/neo_1month/data/CLD_WP/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322e1d1b047644ab57b92adcf53c5d407aac1f314db1f5b117e7406fc4e11c69 +size 1166664 diff --git a/neo_1month/data/COT/2000-02.npz b/neo_1month/data/COT/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4034133339baec1e3845e99583ef6180048357a3 --- /dev/null +++ b/neo_1month/data/COT/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbff6aaf26e6b48f7281d14417c7e0c1b499b3e3644569db9994c87c29d53ccf +size 1166664 diff --git a/neo_1month/data/COT/2000-03.npz b/neo_1month/data/COT/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..348b875e189d7d743006e8a7125531d57c6a19e9 --- /dev/null +++ b/neo_1month/data/COT/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e34c0c5b1e547d8c3c08c5b06b54e7fed6ae516b026b0382a0eecab558c75f +size 1166664 diff --git a/neo_1month/data/COT/2000-04.npz b/neo_1month/data/COT/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..56049d47bd5a0382737747f4b4b0a4a1c6bed276 --- /dev/null +++ b/neo_1month/data/COT/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1648bec0b70924a2b7822e7507564f7f3fa1fbeee44a891a39cde4998be762b3 +size 1166664 diff --git a/neo_1month/data/COT/2000-05.npz b/neo_1month/data/COT/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad0053d457e640909dbad55aa8a8ba9147a5fe9f --- /dev/null +++ b/neo_1month/data/COT/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97a2b5bd70f530b39559988651d1105a5266edbebc573ddd39cdbc44140249a +size 1166664 diff --git a/neo_1month/data/COT/2000-06.npz b/neo_1month/data/COT/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7567996552e987992e2e931a435d332582afb5b4 --- /dev/null +++ b/neo_1month/data/COT/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689f2acf4d57c6f5b1313da36d485c80a2922d393eb593bc22830e69431e31ec +size 1166664 diff --git a/neo_1month/data/COT/2000-07.npz b/neo_1month/data/COT/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..35dd966a4274c95e4ba23536b68bb5c69c06010a --- /dev/null +++ b/neo_1month/data/COT/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace42c75cb934dcc3bd96efd285fbae86220f6c6cfb28669a4eaf2ca56e34bda +size 1166664 diff --git a/neo_1month/data/COT/2000-08.npz b/neo_1month/data/COT/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3636640f04455dfa32565e70d34383b29950f7c --- /dev/null +++ b/neo_1month/data/COT/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9735bd0b054af67443862fe4e79c2942db97d26354ed1615a68c53e7713355 +size 1166664 diff --git a/neo_1month/data/COT/2000-09.npz b/neo_1month/data/COT/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae7ff0683e29e451bb0440bf6c3fc1e0e4e68634 --- /dev/null +++ b/neo_1month/data/COT/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161148d10dba1bdf982e39aee008d3c7a873cf522d1fc91a4c589940626f2d88 +size 1166664 diff --git a/neo_1month/data/COT/2000-10.npz b/neo_1month/data/COT/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0634c4c41840e5254816bf9d3a58d1abc70dc679 --- /dev/null +++ b/neo_1month/data/COT/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6f583b28e17838a4a2552da2dc9732ae9a2c5141cc07e480278f5381dc0b99 +size 1166664 diff --git a/neo_1month/data/COT/2000-11.npz b/neo_1month/data/COT/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..616eb00a6dbdd683add1496a94496f60e3521eb9 --- /dev/null +++ b/neo_1month/data/COT/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7171a9fc7478d5062f87d8afd3c81d5850b0704cda2c428a428ee0d863600a0a +size 1166664 diff --git a/neo_1month/data/COT/2000-12.npz b/neo_1month/data/COT/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..09eb680cc10b2c5e70bdea19988446d03b1410b6 --- /dev/null +++ b/neo_1month/data/COT/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a184e22defe841a151c735b0ce08dc9fe7efa1bd99aeaf2faf79a8cfd12477 +size 1166664 diff --git a/neo_1month/data/COT/2001-01.npz b/neo_1month/data/COT/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..659013171f9ee8c8f220f0964386961700624e61 --- /dev/null +++ b/neo_1month/data/COT/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a55685216ee8c84ef0f4d6974359a284d2423ab550c5af853c12d122c658ea +size 1166664 diff --git a/neo_1month/data/COT/2001-02.npz b/neo_1month/data/COT/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..90d3cd1cf24a2da272460ab4d2dd9d2c037326bd --- /dev/null +++ b/neo_1month/data/COT/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b97eab9330f9aa2b4ee40ad8677251266482403a61e701b185837a4d55ace2 +size 1166664 diff --git a/neo_1month/data/COT/2001-03.npz b/neo_1month/data/COT/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..09572be627cae9ba0f9628c022e1a9b6f0007215 --- /dev/null +++ b/neo_1month/data/COT/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140f53435f0174baa6ae87ea8d3d87396baabff86572009681ca1fa5f3858a5c +size 1166664 diff --git a/neo_1month/data/COT/2001-04.npz b/neo_1month/data/COT/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e287d8980bfd8ab0e31edce3e6d1add25f125430 --- /dev/null +++ b/neo_1month/data/COT/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa62710df4ffdc40cc3e8d7fa0d7bc927a99f28be5c8b7480627314ad117d7a +size 1166664 diff --git a/neo_1month/data/COT/2001-05.npz b/neo_1month/data/COT/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8443d6c28e59272333ecb1dc8ef96ed3cbc6e5 --- /dev/null +++ b/neo_1month/data/COT/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaf336a2450493d88e188387751e3b47d94ce6b9ba7932110c1c3aca6c69ff0 +size 1166664 diff --git a/neo_1month/data/COT/2001-06.npz b/neo_1month/data/COT/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..85749f55ebe28489f68ef3f1f6c8ef5b275b0bb8 --- /dev/null +++ b/neo_1month/data/COT/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16ecc1a8602ea7d07c4d6e7ff8417cc667568348dfb7286f6b285044c71e535 +size 1166664 diff --git a/neo_1month/data/COT/2001-07.npz b/neo_1month/data/COT/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4065a9adb2b4f111fbfdcd2251e9b92b0d8e11fb --- /dev/null +++ b/neo_1month/data/COT/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d5246744431ac93af19fdd43a312c5420d3ca27211ef05b40e87390fe4ff37 +size 1166664 diff --git a/neo_1month/data/COT/2001-08.npz b/neo_1month/data/COT/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..77bf170cacb2d6f6459f83245b84c4dbc9704594 --- /dev/null +++ b/neo_1month/data/COT/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9ea6f025321379702a8ad8a131d19a7f3b4cb1d7aa1c0a737a0d9f5c4f4102 +size 1166664 diff --git a/neo_1month/data/COT/2001-09.npz b/neo_1month/data/COT/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..598852fe81a8780f6d6e0a80495747c392e3af62 --- /dev/null +++ b/neo_1month/data/COT/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7546af4b6558f4525238ca96bc23da57c0783111f0630ffa18e95d86db88b735 +size 1166664 diff --git a/neo_1month/data/COT/2001-10.npz b/neo_1month/data/COT/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc485ec645e243c012e8553d5fac731ab3773165 --- /dev/null +++ b/neo_1month/data/COT/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76a9f44657ac29b4b50595f9a5c4f18fa0520cccd223428f1976ba700666546 +size 1166664 diff --git a/neo_1month/data/COT/2001-11.npz b/neo_1month/data/COT/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a1c47bb9a16553a52feb7b39f6a7b1d4e100e80f --- /dev/null +++ b/neo_1month/data/COT/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff6e982df322a231260c96b3dca95d24f5b1aa8940321a0aee745034bea9206 +size 1166664 diff --git a/neo_1month/data/COT/2001-12.npz b/neo_1month/data/COT/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1142dc71be697fb39b3676d8084c3da186946504 --- /dev/null +++ b/neo_1month/data/COT/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d203eff5c9f7b6e5797cb32b392eb5159948597e1c4801251869ce115f13c53 +size 1166664 diff --git a/neo_1month/data/COT/2002-01.npz b/neo_1month/data/COT/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ebdb2778a7982d628c7409fbe818e6ae1d318e6 --- /dev/null +++ b/neo_1month/data/COT/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708eeb59685aecab8f1d97e83cd1efb24330659d292479a52f316ed60a8d0dd1 +size 1166664 diff --git a/neo_1month/data/COT/2002-02.npz b/neo_1month/data/COT/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..08b3afe0e36527e05b5245d56825819d98a90ec0 --- /dev/null +++ b/neo_1month/data/COT/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f1fe52bb9b009b6302788d4c065cb748a1ed9d3c7daee909cca81893fa9bd4 +size 1166664 diff --git a/neo_1month/data/COT/2002-03.npz b/neo_1month/data/COT/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..36cf1a8998c5a958df67919123451c16cda88092 --- /dev/null +++ b/neo_1month/data/COT/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4346ae1b25306967fb27999eab6b56d7ae03f3d8a6cdf6a625df940c969a7054 +size 1166664 diff --git a/neo_1month/data/COT/2002-04.npz b/neo_1month/data/COT/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2112817e00a7e4eae63fc827371d1a9bb15fc51 --- /dev/null +++ b/neo_1month/data/COT/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956b294138ee21a0bf47f7aa66632c497f27ecb1241b24a4467c1e309960e5e3 +size 1166664 diff --git a/neo_1month/data/COT/2002-05.npz b/neo_1month/data/COT/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..03f616c843251e514b9585b9d1a2166a692679bd --- /dev/null +++ b/neo_1month/data/COT/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8f029287b14a0ceff900a70592bb587e1d537229c62460029ebe429dd2d70e +size 1166664 diff --git a/neo_1month/data/COT/2002-06.npz b/neo_1month/data/COT/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c94c573406702c38a3cc2e5ed896949002b7209f --- /dev/null +++ b/neo_1month/data/COT/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76594936ae0f295aebfb73ccb758029a54c896450f1eb80f4cb51bfe4748e2f0 +size 1166664 diff --git a/neo_1month/data/COT/2002-07.npz b/neo_1month/data/COT/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfb463e2db5935c01c88117f9ab310cf23b3e1fe --- /dev/null +++ b/neo_1month/data/COT/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2705de624006327723c107af20e1ee4f203adee49278addef482dcd1b18f2ca +size 1166664 diff --git a/neo_1month/data/COT/2002-08.npz b/neo_1month/data/COT/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..de22008b145855728c9fe929ba3beeddd85cc72f --- /dev/null +++ b/neo_1month/data/COT/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f88487db405d38ae70ff93819a644792ae56c9625c4453c5fb6ecefd4493cd5 +size 1166664 diff --git a/neo_1month/data/COT/2002-09.npz b/neo_1month/data/COT/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..09fc2eca65300216f8d5d2f3f334c8fc48f3c0f6 --- /dev/null +++ b/neo_1month/data/COT/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cb23def914be67d26a33da11223f09fc079b08047130e05b6ae57c8b4e952d +size 1166664 diff --git a/neo_1month/data/COT/2002-10.npz b/neo_1month/data/COT/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e66cf833114948352d13b15be590b00cfb36f119 --- /dev/null +++ b/neo_1month/data/COT/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87215625dff7498e0e0a3bf3e477a7ac2843db2af6050f277727f6f1c7ae3686 +size 1166664 diff --git a/neo_1month/data/COT/2002-11.npz b/neo_1month/data/COT/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a38646c10ba1dad9cd1201c4a5ae8226ea650780 --- /dev/null +++ b/neo_1month/data/COT/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88c787fbba2bd4fd473741d756661045a959561f79f8197857d885e6c62c421 +size 1166664 diff --git a/neo_1month/data/COT/2002-12.npz b/neo_1month/data/COT/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..349f21626ff861bda0eb08502de6257f7ac14743 --- /dev/null +++ b/neo_1month/data/COT/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfbfa9c2b02169a10ddf880bd9c8470a289da1264eac80ad0fc19591e4c98d7 +size 1166664 diff --git a/neo_1month/data/COT/2003-01.npz b/neo_1month/data/COT/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4aea160e3319da82259d7489b66f5ab351d112e --- /dev/null +++ b/neo_1month/data/COT/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985a20baee1906495855d724b0f7460469de2f84a20b52e973af12185667dc92 +size 1166664 diff --git a/neo_1month/data/COT/2003-02.npz b/neo_1month/data/COT/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8c7e58475a4b6ffb2952ea2483130468a36ffcd --- /dev/null +++ b/neo_1month/data/COT/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772aafc964da290034b18db8f68cea919b10e3857ac7dc2a65142dc21e8640a4 +size 1166664 diff --git a/neo_1month/data/COT/2003-03.npz b/neo_1month/data/COT/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a919aac8b600ad440681855eb73376b3130d7099 --- /dev/null +++ b/neo_1month/data/COT/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f3da12206aee06d0a77128e3dff79a5f83a46d67cd89e02731a544c761d3d9 +size 1166664 diff --git a/neo_1month/data/COT/2003-04.npz b/neo_1month/data/COT/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb7bcb97b16f9ad75b204f7ea0dd54e7cac1df37 --- /dev/null +++ b/neo_1month/data/COT/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98af1c373d689e529f6727d06acef4ec649fde47fbddcbff5178a5e16528e070 +size 1166664 diff --git a/neo_1month/data/COT/2003-05.npz b/neo_1month/data/COT/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..14c0a8c656e3eb0cb2f1ccfc9dce77ba496328ea --- /dev/null +++ b/neo_1month/data/COT/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e7a4b78cb1ad12a090784d431d6d0ed044e87d83a018666302f59ebac85b85 +size 1166664 diff --git a/neo_1month/data/COT/2003-06.npz b/neo_1month/data/COT/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5da3179dd920ecabb4952508991e8af7fc5ce73 --- /dev/null +++ b/neo_1month/data/COT/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e056446e91a32acf472decaf4adf25e25de8d7b5c8c2846bda433fc016c56289 +size 1166664 diff --git a/neo_1month/data/COT/2003-07.npz b/neo_1month/data/COT/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ac948fa50cb0b8073101fca5ed8850f7ad78c13 --- /dev/null +++ b/neo_1month/data/COT/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae870e1985d29bb9441b444d4488a6ac93fc918d7a84868195030a6aaae1b218 +size 1166664 diff --git a/neo_1month/data/COT/2003-08.npz b/neo_1month/data/COT/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7815f83c2b197e8e70e54618a6bab5d54818993a --- /dev/null +++ b/neo_1month/data/COT/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4d8294da84677dee8f50de6d970ccdc98881aef03058ba06b045ada43962bf +size 1166664 diff --git a/neo_1month/data/COT/2003-09.npz b/neo_1month/data/COT/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b476f0da3ed1881ccff6759ee6a9a151aa23091 --- /dev/null +++ b/neo_1month/data/COT/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762fd9b632f5ccff43e78f99a02107512afaeceb0f879d362d3c3e82361f1787 +size 1166664 diff --git a/neo_1month/data/COT/2003-10.npz b/neo_1month/data/COT/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..568b77345f73b79a1cce6877bc28ab04132b6024 --- /dev/null +++ b/neo_1month/data/COT/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd86b33c6cb4f39370fc1531455738b74795fa55a07498be1218584fc6673783 +size 1166664 diff --git a/neo_1month/data/COT/2003-11.npz b/neo_1month/data/COT/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ab9c28b0ec45a7935261fe3e17d4f7b6438ef6e --- /dev/null +++ b/neo_1month/data/COT/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b857da89224d18a0f0fc32566217ed9d0d34eae0a9966aeae9a017aa5103d903 +size 1166664 diff --git a/neo_1month/data/COT/2003-12.npz b/neo_1month/data/COT/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e64324dabe1a8e09ad34ac662a25a7e88c01e805 --- /dev/null +++ b/neo_1month/data/COT/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29aaea648c2688fbfaeb62924eadd2810fa387109c2805553bd7e57dd2833334 +size 1166664 diff --git a/neo_1month/data/COT/2004-01.npz b/neo_1month/data/COT/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..98a2012e00b18c2afbdd6807f8716ccc53589df5 --- /dev/null +++ b/neo_1month/data/COT/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58eb6237a30425fe1f5410971edd9380ac8524418c7a9cc7bc5ad854ed65fe13 +size 1166664 diff --git a/neo_1month/data/COT/2004-02.npz b/neo_1month/data/COT/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0020221324a54aa8e4aa5f34b8cbcd554196ad96 --- /dev/null +++ b/neo_1month/data/COT/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc882261f5fb033d9b2fc0399cce266c8c544da4f32320ec1947a9ff4c48a59 +size 1166664 diff --git a/neo_1month/data/COT/2004-03.npz b/neo_1month/data/COT/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51ab8f31598a6f25d16a8bbcb23b961ff885d87 --- /dev/null +++ b/neo_1month/data/COT/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db2f57acb7ec4807b59ef77da70ffcdb702a664f722eaf4de8edcccdf9e9d96 +size 1166664 diff --git a/neo_1month/data/COT/2004-04.npz b/neo_1month/data/COT/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..714b4855ad9aa57830ad15e4bea2a574efb4ce97 --- /dev/null +++ b/neo_1month/data/COT/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500619ec4be0a5567db29a0c5e55af01dda2a522c4c7ec0d6e5c7d8d068def0a +size 1166664 diff --git a/neo_1month/data/COT/2004-05.npz b/neo_1month/data/COT/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee80a72cddc90d379c8582cb3b78dd90fd19cb07 --- /dev/null +++ b/neo_1month/data/COT/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97acc154439a57fcdd9202e94b0f4c5ea9bae57a50a875d3c36010e8b9af191 +size 1166664 diff --git a/neo_1month/data/COT/2004-06.npz b/neo_1month/data/COT/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..84a7c80e6ed4d52f3b297897259b736e83489167 --- /dev/null +++ b/neo_1month/data/COT/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f72b6d5999e2664f6f9725d16a3eef955137b55023d0e892ac95d62634022b +size 1166664 diff --git a/neo_1month/data/COT/2004-07.npz b/neo_1month/data/COT/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecb4301fd2a2a9377cbba91526030b31e695defb --- /dev/null +++ b/neo_1month/data/COT/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8179dc4bbe469bf62ac3849241db9e35147acad007da74eecbb3a0264273c525 +size 1166664 diff --git a/neo_1month/data/COT/2004-08.npz b/neo_1month/data/COT/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b8b7f757350b75d26ecd36ba68cfc9207e09b3b --- /dev/null +++ b/neo_1month/data/COT/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12acd0ae7d06f22ed36d1d66be80e1d011f672a189dc8075d5a4bf973dcd4238 +size 1166664 diff --git a/neo_1month/data/COT/2004-09.npz b/neo_1month/data/COT/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4d0669973793cc941f7bba23d65984036920b00 --- /dev/null +++ b/neo_1month/data/COT/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cecf12ed59a2fc58e1ec9b823aea0f498c9e97f753593faba3bf3c16e962cf +size 1166664 diff --git a/neo_1month/data/COT/2004-10.npz b/neo_1month/data/COT/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7071ec27393d21b43924a466cfbdb912c75e3b16 --- /dev/null +++ b/neo_1month/data/COT/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24124cc626d97eb760c1a6c50a36b5c32f3a3306fbe0700e0694204fbb5afe2 +size 1166664 diff --git a/neo_1month/data/COT/2004-11.npz b/neo_1month/data/COT/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0a16a614584d4965f42ef24243e11313daf0dab --- /dev/null +++ b/neo_1month/data/COT/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e771726547514f6c0d6e084a300ebceb2f8b945107653958fb6b13ea1500c +size 1166664 diff --git a/neo_1month/data/COT/2004-12.npz b/neo_1month/data/COT/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7d7d7fc10cfc70f42654dcb08b304c9441cd782 --- /dev/null +++ b/neo_1month/data/COT/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2497d98f5ae773dca97ae1ddab7b8eac520be488208d6693db4fbd83ac3f61f2 +size 1166664 diff --git a/neo_1month/data/COT/2005-01.npz b/neo_1month/data/COT/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..da65a82c8e3cb2cfc6659f2db72c254f6851dbac --- /dev/null +++ b/neo_1month/data/COT/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5886090e0986ea47232c0ffc78e210e12021f02d02d9b3c847f8493f489b3050 +size 1166664 diff --git a/neo_1month/data/COT/2005-02.npz b/neo_1month/data/COT/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e987c51875272f6f13135ad1020dabb665787d29 --- /dev/null +++ b/neo_1month/data/COT/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c5c2ba55844c143992bcdfa2b72d0b88a0780b680cdce38f4d5f3cacbffe96 +size 1166664 diff --git a/neo_1month/data/COT/2005-03.npz b/neo_1month/data/COT/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4ad4db815c9d6c8f41c86aa3d6a01a6c9b2a0ca --- /dev/null +++ b/neo_1month/data/COT/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db98ab1379d23aadf161ee3176b0092b4b791558cefd38a324256601917111fe +size 1166664 diff --git a/neo_1month/data/COT/2005-04.npz b/neo_1month/data/COT/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5a16a93a3172a619814ef39570066b6ed634905 --- /dev/null +++ b/neo_1month/data/COT/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6761fb64b56ba6b77caa308432ed5243ff2786c5c8a9146301b7bf92ff2f96 +size 1166664 diff --git a/neo_1month/data/COT/2005-05.npz b/neo_1month/data/COT/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b10da2449c87c346e9af40510eb2e8d3c42b4281 --- /dev/null +++ b/neo_1month/data/COT/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e55035bf23120cd66995323ad9c355a61fffccd753d4510c527dc046d6e2a4 +size 1166664 diff --git a/neo_1month/data/COT/2005-06.npz b/neo_1month/data/COT/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf2fa76a483f11aaeb69d0a7ff9d4c29fda3a458 --- /dev/null +++ b/neo_1month/data/COT/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb3b030fe5ffabe1f42f7089633a7491a64f8d57d17aa0bf886e89d64a93380 +size 1166664 diff --git a/neo_1month/data/COT/2005-07.npz b/neo_1month/data/COT/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..16bb12b99171883bee6f624ec44b28de83da86c0 --- /dev/null +++ b/neo_1month/data/COT/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a83bac08f004e7fdca7926ebfb7528aa73824e05193b4f8787a9bf4bf9c136 +size 1166664 diff --git a/neo_1month/data/COT/2005-08.npz b/neo_1month/data/COT/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f94867eb39f13638ab9efc46dd8532e43f3f75c9 --- /dev/null +++ b/neo_1month/data/COT/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e1dd5920e285d4d78b8cc3df04da37dec593c508b63ebda42be4e80c43a202 +size 1166664 diff --git a/neo_1month/data/COT/2005-09.npz b/neo_1month/data/COT/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c3f8805070f7d0023052761f2e518fcfadbb93b --- /dev/null +++ b/neo_1month/data/COT/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb95521a2ae69b81fa521395c54a876744e82178d7fb4fd62133f1ab18b242e +size 1166664 diff --git a/neo_1month/data/COT/2005-10.npz b/neo_1month/data/COT/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ec62122e905133cd6465ec20ec73aa80cb7fbbf --- /dev/null +++ b/neo_1month/data/COT/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0f57d66543cf6bc80e89377347048a20f8f9710e2b44f58b971001c5eb96f8 +size 1166664 diff --git a/neo_1month/data/COT/2005-11.npz b/neo_1month/data/COT/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..67e19a21ed1b9aaae2bfb86f75065688c6a6ab4a --- /dev/null +++ b/neo_1month/data/COT/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0dd76ff5a7a918ef4373abba5e3e9f2dca07cca63048123002c8ae5eb356d6 +size 1166664 diff --git a/neo_1month/data/COT/2005-12.npz b/neo_1month/data/COT/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b90f7332caed97505884aa5909f34df71f742157 --- /dev/null +++ b/neo_1month/data/COT/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f53a5740a7381c183a8950669be158e47326268dd391f5e6d703e0269518a +size 1166664 diff --git a/neo_1month/data/COT/2006-01.npz b/neo_1month/data/COT/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..62ee54ede41b268c8e8dc59bed65dbe624144c65 --- /dev/null +++ b/neo_1month/data/COT/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f408f3806138c96569e5efc2586eb85d5d0127fc8e89abd3821f7271b1159218 +size 1166664 diff --git a/neo_1month/data/COT/2006-02.npz b/neo_1month/data/COT/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a73925b3350ed445cd588ed28c1e5e6abe8d9e5a --- /dev/null +++ b/neo_1month/data/COT/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df8a8021e38832bac789e33e39c5c00b145d2424d1c12903d37a2154cfd973b +size 1166664 diff --git a/neo_1month/data/COT/2006-03.npz b/neo_1month/data/COT/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2520f2062250c6cbd45ea99b98f79bab8a53deb2 --- /dev/null +++ b/neo_1month/data/COT/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46c88220b2342ea568adcb8c878e4cd8bcacdea10192932e1fc6843128da8d9 +size 1166664 diff --git a/neo_1month/data/COT/2006-04.npz b/neo_1month/data/COT/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..62f637dae779db75bb3c0892b6abae085422967c --- /dev/null +++ b/neo_1month/data/COT/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b104f2519d30bb7e2a3a6308914d66e8b3a87c85a5e4b4b9881388c928b5cb3 +size 1166664 diff --git a/neo_1month/data/COT/2006-05.npz b/neo_1month/data/COT/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ba928fa555225409aeea9a488883952ec7adda2 --- /dev/null +++ b/neo_1month/data/COT/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da83c7ebc5568e3159e56eef2d2e3fc83085a678ed6e81b8e15d05d7bc3f3af +size 1166664 diff --git a/neo_1month/data/COT/2006-06.npz b/neo_1month/data/COT/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..711c13ef35c30bba2de9aba18f98c6dabfdfb26f --- /dev/null +++ b/neo_1month/data/COT/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03041757c5ec191e76a6911e8c8039c6b39d425d2e04fb71fbd8dedb044d3ec +size 1166664 diff --git a/neo_1month/data/COT/2006-07.npz b/neo_1month/data/COT/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac23d7595fc90df3c95116f75522f0539319e45a --- /dev/null +++ b/neo_1month/data/COT/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc1384f8edd1b0dcd37598e934c30c0943da98c44dcb3c7e29d42f20cce67e7 +size 1166664 diff --git a/neo_1month/data/COT/2006-08.npz b/neo_1month/data/COT/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..55378255ae22f223d38f86c44f072ba5cdbe095a --- /dev/null +++ b/neo_1month/data/COT/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a3bf57b1af784f1a8c0e4d5865473f79a3086ee3bb269645e83f975c512c1f +size 1166664 diff --git a/neo_1month/data/COT/2006-09.npz b/neo_1month/data/COT/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2620af137b482823a37ccfbf5fea9c756d3e4338 --- /dev/null +++ b/neo_1month/data/COT/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e851a513f05f9383e2a275b1ee10f7b77626cb8d77a1017f55183501dadd8 +size 1166664 diff --git a/neo_1month/data/COT/2006-10.npz b/neo_1month/data/COT/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e46522154f0faeef8bbbf0d8cc09522a51b2db47 --- /dev/null +++ b/neo_1month/data/COT/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b9b93e9f03f0fa90ec068e87fce43379d70b5928a943ebc086ece2f6c7735c +size 1166664 diff --git a/neo_1month/data/COT/2006-11.npz b/neo_1month/data/COT/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbda53d7d24b7062d5452bfcf6670b00815e7a8b --- /dev/null +++ b/neo_1month/data/COT/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2893657e42e935c8ae5e07ee1b768b8edd6597664bb0cc575e34659f57935d +size 1166664 diff --git a/neo_1month/data/COT/2006-12.npz b/neo_1month/data/COT/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e2e68f8d7fc4f141f15d1f4f3c9e7cee8f16681 --- /dev/null +++ b/neo_1month/data/COT/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7775465091778bc4d0bb295f949bf3203f81a630149e5a08682b6000f315002 +size 1166664 diff --git a/neo_1month/data/COT/2007-01.npz b/neo_1month/data/COT/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..70a9fb0c1cadd275a24fe35c2a21aef20e3c2218 --- /dev/null +++ b/neo_1month/data/COT/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d84db195234e35a5c5bd02120e839e0a72513fae0071c8a87a9dfdcb8db8679 +size 1166664 diff --git a/neo_1month/data/COT/2007-02.npz b/neo_1month/data/COT/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..efffe4a2d1628058518af0dbc5a57be98c6b3c36 --- /dev/null +++ b/neo_1month/data/COT/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2147ca45b43d382dbbf74a36dbf6ca5c48d8fb699669f8ea94dc42420fa95058 +size 1166664 diff --git a/neo_1month/data/COT/2007-03.npz b/neo_1month/data/COT/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2199971e217f43dff24c18479429c1e7e827a2da --- /dev/null +++ b/neo_1month/data/COT/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb9647913572af1d4e44c375aa0dc7e096890520562d09adc9dd7c93536b05c +size 1166664 diff --git a/neo_1month/data/COT/2007-04.npz b/neo_1month/data/COT/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbc4a9108e83217d5b52d137ca21e58d3c5bae9f --- /dev/null +++ b/neo_1month/data/COT/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7af92a2ba564e7f06c7338c4508a1a5aa626c9c888b87429eefc757b3c86660 +size 1166664 diff --git a/neo_1month/data/COT/2007-05.npz b/neo_1month/data/COT/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e1ac87176af4beae83dda36358d7105561d50c --- /dev/null +++ b/neo_1month/data/COT/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a3f5b19335df9cbebdd37b29e2b03446df0f9c5577fef8be3f7dbc5b77e855 +size 1166664 diff --git a/neo_1month/data/COT/2007-06.npz b/neo_1month/data/COT/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc67767211ccc570759d135cb1abf7cc39fdce54 --- /dev/null +++ b/neo_1month/data/COT/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2647093aaae5b1eefe79ace101ff040e8649748a306f862ffc79ceb02a2b82 +size 1166664 diff --git a/neo_1month/data/COT/2007-07.npz b/neo_1month/data/COT/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6cce5950eb2b056e5a989c6650eb8e328864ba7 --- /dev/null +++ b/neo_1month/data/COT/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b6e062b3adf74170c3a65ee810aeda920afba3af664163f44143caaefca83d +size 1166664 diff --git a/neo_1month/data/COT/2007-08.npz b/neo_1month/data/COT/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e55d6dbabe3cc562ff01cc827693ed864467de1 --- /dev/null +++ b/neo_1month/data/COT/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508be4750a1054a60754ebc55bd2158e907b78bd4d2b28405a962231ef95d729 +size 1166664 diff --git a/neo_1month/data/COT/2007-09.npz b/neo_1month/data/COT/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..92b712aaa5aa0b41841bb083fec7ce2df284c9c6 --- /dev/null +++ b/neo_1month/data/COT/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bc6ad6dd25f543b8e9fcdf33a0202014757d5405edcd7952c5a18c9e458746 +size 1166664 diff --git a/neo_1month/data/COT/2007-10.npz b/neo_1month/data/COT/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..60f1811a3a930b0a0d9caa0ea33360789fb2d598 --- /dev/null +++ b/neo_1month/data/COT/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406c7dc9ad4d9319097f0e9ece4efd8b8ed87d014115b5785e9a9c1c193afa1b +size 1166664 diff --git a/neo_1month/data/COT/2007-11.npz b/neo_1month/data/COT/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d346f5b196a58a1b96cbb11a331431342fd6cef --- /dev/null +++ b/neo_1month/data/COT/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09df47e3fee8e9092099548ee697e98e98d159dfa3963137a692675fefe2311 +size 1166664 diff --git a/neo_1month/data/COT/2007-12.npz b/neo_1month/data/COT/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..90ce577fbe08e2baf835d9cc799156fea35f6602 --- /dev/null +++ b/neo_1month/data/COT/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ffd4f05087055e2dc6d31cd11f23b3122aaa8443f973a5950e031e92fab461 +size 1166664 diff --git a/neo_1month/data/COT/2008-01.npz b/neo_1month/data/COT/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fed95ccd6e3b58bd9acb5f1cb5eafbe1c69090a1 --- /dev/null +++ b/neo_1month/data/COT/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6433434fdb90530c6913951797630b36e0ba7521598ae8c4baa27297344bfc1 +size 1166664 diff --git a/neo_1month/data/COT/2008-02.npz b/neo_1month/data/COT/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e14a6d851db3b725c18ebaabb413ded8721384a --- /dev/null +++ b/neo_1month/data/COT/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10c369f54d7346bfac8370eace7c7c74a5de1c0fc3a1421ee163d1b57df8370 +size 1166664 diff --git a/neo_1month/data/COT/2008-03.npz b/neo_1month/data/COT/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2546d5b86933b5c459317ccf0d16d7d90a80459 --- /dev/null +++ b/neo_1month/data/COT/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1451ebe646e25edf781e4f7c0b2f50a7fe54a592ca56437de88231a479cb09b1 +size 1166664 diff --git a/neo_1month/data/COT/2008-04.npz b/neo_1month/data/COT/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..181112c41f6b5997f56c96ea19d77c1317a7eab3 --- /dev/null +++ b/neo_1month/data/COT/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc85fd1812888fb3dafdb589b740fcee773f6b971157b1f4b13412729ba626 +size 1166664 diff --git a/neo_1month/data/COT/2008-05.npz b/neo_1month/data/COT/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..082942fdcea0c0b4b6a5d3c0e4cb27277a64b3bc --- /dev/null +++ b/neo_1month/data/COT/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ebacfb319549f277cc290c04eb290b4895561211e91f2914e9e9199ae383eb +size 1166664 diff --git a/neo_1month/data/COT/2008-06.npz b/neo_1month/data/COT/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2db199d4829e16352c913e68d3e790348dd8474 --- /dev/null +++ b/neo_1month/data/COT/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc779ccfc9ebc4dd031c575e0a506c6ff554a78710a82caa6c84deb3d58dcfd +size 1166664 diff --git a/neo_1month/data/COT/2008-07.npz b/neo_1month/data/COT/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..75623b0b8c9502e88d842797f5b83db798cc51d9 --- /dev/null +++ b/neo_1month/data/COT/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38447dedd820c540a50d675ec8ec97763c52b2b800ffb0f71d9ffb54a8bf44a +size 1166664 diff --git a/neo_1month/data/COT/2008-08.npz b/neo_1month/data/COT/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..827fad2f6ebe5fe26a61a011b77fcf97c1d96833 --- /dev/null +++ b/neo_1month/data/COT/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf37d7e4fb215e82ae12d8fb06ea7015dcbb659db3c337ccc30b2de3f77b7897 +size 1166664 diff --git a/neo_1month/data/COT/2008-09.npz b/neo_1month/data/COT/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9edae89bbec4b2443cefafe5f066671edbfe09ad --- /dev/null +++ b/neo_1month/data/COT/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b419f7f78b622516ec337ec3e46f7a1a81bd8269fd87fe4306cbd5f87b7403f5 +size 1166664 diff --git a/neo_1month/data/COT/2008-10.npz b/neo_1month/data/COT/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c823bdbe38ef691f76be626a8fa80713b4ec07c --- /dev/null +++ b/neo_1month/data/COT/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390a794b58fb80325831a842152c8a932e3e09e091b64a71c895dc0b515761bf +size 1166664 diff --git a/neo_1month/data/COT/2008-11.npz b/neo_1month/data/COT/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b43986676f5a3279badf1d0d5037a7b002291250 --- /dev/null +++ b/neo_1month/data/COT/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8458f42e7d131587509bd77b2b0c6b9bb4f9fa5afb56f2d02e88225879f446ec +size 1166664 diff --git a/neo_1month/data/COT/2008-12.npz b/neo_1month/data/COT/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f539137bafbbd2f074b70ad7951d03cc1e054573 --- /dev/null +++ b/neo_1month/data/COT/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39938b56aba0d13dfda1fc73bb612429028e91ba956ef32bc602d348a00d843 +size 1166664 diff --git a/neo_1month/data/COT/2009-01.npz b/neo_1month/data/COT/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e7cef031d22f58cda355ff844068879914256f7 --- /dev/null +++ b/neo_1month/data/COT/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d27cfd230ca36051422e753a8e3fa1ebc53e4f632da8ca2e8cceafe5ace4389 +size 1166664 diff --git a/neo_1month/data/COT/2009-02.npz b/neo_1month/data/COT/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d4ecae2bfa013ac3672b4515187531129b25743 --- /dev/null +++ b/neo_1month/data/COT/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4b03fd98f9f441009ddaec61fc2e838ef18b73b984f84ab839916f8a50c796 +size 1166664 diff --git a/neo_1month/data/COT/2009-03.npz b/neo_1month/data/COT/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c2be521bd27958fc7333b85f67aa8127756fc2c --- /dev/null +++ b/neo_1month/data/COT/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce6e8913944f640007ecde011b74f1febe8764e29f6589b5819a746d0881a7b +size 1166664 diff --git a/neo_1month/data/COT/2009-04.npz b/neo_1month/data/COT/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8afdc3ad703cac5d5201aee06f6628d6de8af4a --- /dev/null +++ b/neo_1month/data/COT/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43300ad63cf32f2eedba6dbda422849fde983b1e6ac30e6776c09028a333e1b4 +size 1166664 diff --git a/neo_1month/data/COT/2009-05.npz b/neo_1month/data/COT/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e55cafb2dc54dc49529b7e834b4a76debd7ad92 --- /dev/null +++ b/neo_1month/data/COT/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c14d4e7edc45158f82d8ebf5dfcbfb8b91c69a17ed4a0102eaef22a88153379 +size 1166664 diff --git a/neo_1month/data/COT/2009-06.npz b/neo_1month/data/COT/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0490c77ea202ba7257dcf995c6335e8e6836148 --- /dev/null +++ b/neo_1month/data/COT/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cd7ebf2dc9b1044841ad794018df88af23ff310a807eddb9b36da681f2819b +size 1166664 diff --git a/neo_1month/data/COT/2009-07.npz b/neo_1month/data/COT/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f16a20cd6b13d073c7bb0356215e76c88f609aa --- /dev/null +++ b/neo_1month/data/COT/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe92e21049589ce614335c7b9226720b86c0f11e217a2bb19fe41aece0f6d74 +size 1166664 diff --git a/neo_1month/data/COT/2009-08.npz b/neo_1month/data/COT/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..14d4800791e80bb5939b8d84100575dde1d0cb25 --- /dev/null +++ b/neo_1month/data/COT/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f62e2f7b5cd6c284ca2fef4630a784a15647f64177802ab913072b17ec8e0c9 +size 1166664 diff --git a/neo_1month/data/COT/2009-09.npz b/neo_1month/data/COT/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b6f8b9b06bfdfc9a66db1e0a2784a1c2cf6ffe --- /dev/null +++ b/neo_1month/data/COT/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6168959c1b1b159cbd7acca7444f994ddb853e2b15317e3c3c8c79111c0c564d +size 1166664 diff --git a/neo_1month/data/COT/2009-10.npz b/neo_1month/data/COT/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..640516f52aba3c1c56969cd0495cb19718040a89 --- /dev/null +++ b/neo_1month/data/COT/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbd325f50df0bcefb3507b1519ce1464ae0a4b9950465c73add77ce55309389 +size 1166664 diff --git a/neo_1month/data/COT/2009-11.npz b/neo_1month/data/COT/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3285c7f1961fefa6d34490627c17db84574848cd --- /dev/null +++ b/neo_1month/data/COT/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38380594f91de82d4ee8cfb54a178043e9c5c4c9be46f298a04b56a592902829 +size 1166664 diff --git a/neo_1month/data/COT/2009-12.npz b/neo_1month/data/COT/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa286cd17700c8102d36bd243ba8361f2371f203 --- /dev/null +++ b/neo_1month/data/COT/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b21c250f4f28043daf354414a39346b79957ed3dacea5ddd3715dca54d999f +size 1166664 diff --git a/neo_1month/data/COT/2010-01.npz b/neo_1month/data/COT/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..27b39f0f2d9acebd3bc6f5655eb147ecfbfa37f0 --- /dev/null +++ b/neo_1month/data/COT/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f4994a00c7adde80133bb10468c0dd76baf0626002484d2864431870d68b7c +size 1166664 diff --git a/neo_1month/data/COT/2010-02.npz b/neo_1month/data/COT/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c4091580151c79f3d7cc35abca7a355da7b66e8 --- /dev/null +++ b/neo_1month/data/COT/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e783cb9521c6550d1e9a8908040a188619cfa82982a0e9ce2d4a55c776b738 +size 1166664 diff --git a/neo_1month/data/COT/2010-03.npz b/neo_1month/data/COT/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e16a3b81388333714e92933801dca72f583d6035 --- /dev/null +++ b/neo_1month/data/COT/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888213926765a7359fc0a3768f2424e34a7a9ba6a3007e5e70760c356c597b03 +size 1166664 diff --git a/neo_1month/data/COT/2010-04.npz b/neo_1month/data/COT/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b7ba4bf46a1b308221b03a23a2846e4dadb3bd2 --- /dev/null +++ b/neo_1month/data/COT/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8736bcd2d34fced2f6da8dbafa49f040543c1b7aa5e6501cc07f957f09522f +size 1166664 diff --git a/neo_1month/data/COT/2010-05.npz b/neo_1month/data/COT/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cceb5f1c1f6eb346fc3cc1c0a2c7e3fb8cb9b345 --- /dev/null +++ b/neo_1month/data/COT/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa871bb6e2b03db72bd101886e54636e8ee12db93f957dfe6c4e10c2409e9f4f +size 1166664 diff --git a/neo_1month/data/COT/2010-06.npz b/neo_1month/data/COT/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2644a22250598a4a73cc498bee7c80f7240e48c6 --- /dev/null +++ b/neo_1month/data/COT/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684f34721268422993cd9e4ccc7d5f4655ffea2695f0cd488fdd8075eaa43e24 +size 1166664 diff --git a/neo_1month/data/COT/2010-07.npz b/neo_1month/data/COT/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..957bf05843a8700cec7dcba43f9bcac89c0b5ef4 --- /dev/null +++ b/neo_1month/data/COT/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a92b65342f2e9348c7a7bd56ab4125883ca55d3e543e51f8d6f0bd8036cf47 +size 1166664 diff --git a/neo_1month/data/COT/2010-08.npz b/neo_1month/data/COT/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac6afb3f5926764bd49c6b46608c41f39027fc31 --- /dev/null +++ b/neo_1month/data/COT/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e57d1a39ec8abfe56e1586a62458ba6ae91ddeb87e80fe7e3a4e7e3207b70c8 +size 1166664 diff --git a/neo_1month/data/COT/2010-09.npz b/neo_1month/data/COT/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca418f6f2f540fea93836c947388b7c0a1578bf3 --- /dev/null +++ b/neo_1month/data/COT/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71d915249938b9a8147f8991a2db8d76f02a9f4e8f2741baad9ffbb61945abe +size 1166664 diff --git a/neo_1month/data/COT/2010-10.npz b/neo_1month/data/COT/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..09b5cefc9a75dc2ee5d32d30d0095fa88654d3d1 --- /dev/null +++ b/neo_1month/data/COT/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c218d821e6fe95f088107eb7ad737336412be254e4b51fa7109a68f4dea13aa +size 1166664 diff --git a/neo_1month/data/COT/2010-11.npz b/neo_1month/data/COT/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..58662509e445de2288d1d2ee4e7f409e18111266 --- /dev/null +++ b/neo_1month/data/COT/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd8844032487adfe8efdae67a6e543795d4566cce80065abd7fc53600186030 +size 1166664 diff --git a/neo_1month/data/COT/2010-12.npz b/neo_1month/data/COT/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6394ce7ba71bf95703304b49465f1d507c3954b1 --- /dev/null +++ b/neo_1month/data/COT/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3e6609e52aa16802c39b0940b520294ae2f74b8a7ec83a8c24ff01986fceed +size 1166664 diff --git a/neo_1month/data/COT/2011-01.npz b/neo_1month/data/COT/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea5a3df39b40a41094d70c012b95291d662be18c --- /dev/null +++ b/neo_1month/data/COT/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10850d3e9ef87acb9a92b98e6c988a1e4b8fc525c60d1338121c2b79b2b8f07 +size 1166664 diff --git a/neo_1month/data/COT/2011-02.npz b/neo_1month/data/COT/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..55965d2f2dbedc4c8591b9dfeea03af25638b92d --- /dev/null +++ b/neo_1month/data/COT/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263c1c59425f794db407ffca98c8b063538ec4135de1fc86119c467417738337 +size 1166664 diff --git a/neo_1month/data/COT/2011-03.npz b/neo_1month/data/COT/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eedc6a1d67c12385bf9bd35a26b5196355ad3735 --- /dev/null +++ b/neo_1month/data/COT/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ee2feadc8098f18493cc7b1d750926c1b38540ddec3a450dad39a33f93e153 +size 1166664 diff --git a/neo_1month/data/COT/2011-04.npz b/neo_1month/data/COT/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b5aeaceb3bb64704eae4f83b85e2e5b40d0e7cf --- /dev/null +++ b/neo_1month/data/COT/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42383413afe1996506863e5d38756e2bb4cc4b5db23bdb308c94427f8bbf5f94 +size 1166664 diff --git a/neo_1month/data/COT/2011-05.npz b/neo_1month/data/COT/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f69380550f3e2c47f2651071b31f4fd738c9fec0 --- /dev/null +++ b/neo_1month/data/COT/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7de392eb5edcecc8d3a78eb8467ef055537c21dd46efdc6c3b47e6a89afacbc +size 1166664 diff --git a/neo_1month/data/COT/2011-06.npz b/neo_1month/data/COT/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..64d0dede7bc60ed52f4bf644976de461810889a8 --- /dev/null +++ b/neo_1month/data/COT/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30b6e79ddfbcafd4c32898cd913a3de6d620e734e1816d1986d8f48b5d3e9b2 +size 1166664 diff --git a/neo_1month/data/COT/2011-07.npz b/neo_1month/data/COT/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..83f7b719eb9ffcda553aefcf37e2bb6d1384e485 --- /dev/null +++ b/neo_1month/data/COT/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb520778d0043e3bc860fe248da09416ee6757c27f87bb58e7c4453e1b9ef3e +size 1166664 diff --git a/neo_1month/data/COT/2011-08.npz b/neo_1month/data/COT/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b64c3f4b9ff54f9090186910714ad1dd320eced --- /dev/null +++ b/neo_1month/data/COT/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40945504e1c8f64f831d115a46dd7e9127f173ee227caf99e8ebce2995e2b82e +size 1166664 diff --git a/neo_1month/data/COT/2011-09.npz b/neo_1month/data/COT/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6cb7225bc0da1fd77a893c16d02ce3167a23cd95 --- /dev/null +++ b/neo_1month/data/COT/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452c4fa736126032b0d05da3ab2b3466cbbde705a0af6b8d4e7af87a03e83086 +size 1166664 diff --git a/neo_1month/data/COT/2011-10.npz b/neo_1month/data/COT/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eaa77984e6afc18e6b20ebf5d74a42fdc636733b --- /dev/null +++ b/neo_1month/data/COT/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba43c748b6f9bbc5ed9ed2a06e78fa85293bdad15f84213fade370492c2ab579 +size 1166664 diff --git a/neo_1month/data/COT/2011-11.npz b/neo_1month/data/COT/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6054429d1f7b68001547b7b11278abca9dd8940 --- /dev/null +++ b/neo_1month/data/COT/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4638b0e5e90a07eaea2c5d26bad68591787a5b9b49b6d2041de04a62b2fa9e99 +size 1166664 diff --git a/neo_1month/data/COT/2011-12.npz b/neo_1month/data/COT/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1669f22b053f2cee04c749bf5b28d26ce70120e5 --- /dev/null +++ b/neo_1month/data/COT/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea66c46568a98c664982de218d01467e4e55a51029960f874354993d4ee6235 +size 1166664 diff --git a/neo_1month/data/COT/2012-01.npz b/neo_1month/data/COT/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6944d474b02b8728c9a5e2ee097124203c5f4584 --- /dev/null +++ b/neo_1month/data/COT/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b03686fa82f56d196e51e8825c8f34b578855e4d71da3340788d0b6503a3e2a +size 1166664 diff --git a/neo_1month/data/COT/2012-02.npz b/neo_1month/data/COT/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..225640383e72acc8ce2659f2c8e6144d9038fe1a --- /dev/null +++ b/neo_1month/data/COT/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f9903ca197a71e30eeef92438e836030c2a60197f729d51d04e7e48a6ef6ad +size 1166664 diff --git a/neo_1month/data/COT/2012-03.npz b/neo_1month/data/COT/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..de0ba75e63c1c31252829da5293e0cc4ae3dd437 --- /dev/null +++ b/neo_1month/data/COT/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505764afe5f6bc72d041c1acb7f48b55dd0ca595ca5698f19440d27250d9f440 +size 1166664 diff --git a/neo_1month/data/COT/2012-04.npz b/neo_1month/data/COT/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f621fbb46dba7b6a271fbc79a1c32e27dc0c26bf --- /dev/null +++ b/neo_1month/data/COT/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4262bcb1933534a1340a8b11ec220748b3274c5be91ae03714ba6bd92bc275 +size 1166664 diff --git a/neo_1month/data/COT/2012-05.npz b/neo_1month/data/COT/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8d87a39f6620a2928be498ebfc30826e5125a92 --- /dev/null +++ b/neo_1month/data/COT/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ccc5dcbee55ea448a1d9edb5b4788383fe91cfcef77a0af0fd318d73bb3523 +size 1166664 diff --git a/neo_1month/data/COT/2012-06.npz b/neo_1month/data/COT/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..979ed240f73ff24a1bfcddd180f528b95db4bf54 --- /dev/null +++ b/neo_1month/data/COT/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211facb279dfb64b16d718dfb3262630171a7e8078b4dc86cd95b806d7054bc5 +size 1166664 diff --git a/neo_1month/data/COT/2012-07.npz b/neo_1month/data/COT/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..67335e2554f258182140829fb9ec23227c65794f --- /dev/null +++ b/neo_1month/data/COT/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb00fb8a31113a3990ba0271b3405100851a9ecb5708cf0513c1109e03f340 +size 1166664 diff --git a/neo_1month/data/COT/2012-08.npz b/neo_1month/data/COT/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..21d53f9c9f9df62afabd7c862f5647f1f06424ea --- /dev/null +++ b/neo_1month/data/COT/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c862e93f94fc275851de7bf6343ba082daf73864283a2fe6e661b60a92983bbd +size 1166664 diff --git a/neo_1month/data/COT/2012-09.npz b/neo_1month/data/COT/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e71724760a1207da370ca6899550eea122e0a40 --- /dev/null +++ b/neo_1month/data/COT/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a322ada98da22b95ec2ae98030f89f9eb890639baabba56429c62abb5b217192 +size 1166664 diff --git a/neo_1month/data/COT/2012-10.npz b/neo_1month/data/COT/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf194ad0202f5baf3e59f01a7ad9040f999d88b1 --- /dev/null +++ b/neo_1month/data/COT/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8310da3d5edef56ba5a0a864942b0957903847237bfd5350b51abd9005a22f89 +size 1166664 diff --git a/neo_1month/data/COT/2012-11.npz b/neo_1month/data/COT/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8bf7a8983cb6eaaaeaf33595a457e6d5aff188a --- /dev/null +++ b/neo_1month/data/COT/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1dc0c5a8d8087307aa8eb896f18b8c988b2be11f01f136189d5411c4d4b860 +size 1166664 diff --git a/neo_1month/data/COT/2012-12.npz b/neo_1month/data/COT/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e10b4a3b8f96c2f92167a88aae29d6924c79a8b6 --- /dev/null +++ b/neo_1month/data/COT/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714239d07620951e0efe245d15e6e154d2512929f5b06c611705c46182b78ade +size 1166664 diff --git a/neo_1month/data/COT/2013-01.npz b/neo_1month/data/COT/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7411deb8c7678367a77a41c0b6ceaceb319db6d --- /dev/null +++ b/neo_1month/data/COT/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64c48b234074b1a1c40aac1ed0e0399ae7324dfc0a7794d92fd504ea8264ab2 +size 1166664 diff --git a/neo_1month/data/COT/2013-02.npz b/neo_1month/data/COT/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4aa0d56e4e44f3997656e0567ba80997dbf3038 --- /dev/null +++ b/neo_1month/data/COT/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583332b9d226f663304a86016390505354d1d64622fe3af9ef8742472616e506 +size 1166664 diff --git a/neo_1month/data/COT/2013-03.npz b/neo_1month/data/COT/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7784ed3b1a59342e65f316647adfb8f9d895a51 --- /dev/null +++ b/neo_1month/data/COT/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7b2951fa084d22890838552514d2ce3b507e38bceda28bd0f82c40cb91f983 +size 1166664 diff --git a/neo_1month/data/COT/2013-04.npz b/neo_1month/data/COT/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..727d31324239fc6136f9ef1bc0d8bfe86e7642fc --- /dev/null +++ b/neo_1month/data/COT/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4579bc745833982d23c5ecb5b359c55d3b9da96ba624c819b1c457fb9b561a0 +size 1166664 diff --git a/neo_1month/data/COT/2013-05.npz b/neo_1month/data/COT/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0243f407a457b15e4e10fb3672e7e052c9407670 --- /dev/null +++ b/neo_1month/data/COT/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf318e9db3ce5141d259f0ebdf5086ee79cf86e17a58d4c792abc87281955e2d +size 1166664 diff --git a/neo_1month/data/COT/2013-06.npz b/neo_1month/data/COT/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..780639086aa7b0ac04fb6797a09e1fd26fab988b --- /dev/null +++ b/neo_1month/data/COT/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed87d8ae605404669992d46e11218bedeea007ced937810305a814e87580789 +size 1166664 diff --git a/neo_1month/data/COT/2013-07.npz b/neo_1month/data/COT/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad24dea59ea434717e3268e06b62df863d16dceb --- /dev/null +++ b/neo_1month/data/COT/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872f9dc39252f6a6a995eae5048451756f3115756036954cf6e8f8cde4d13926 +size 1166664 diff --git a/neo_1month/data/COT/2013-08.npz b/neo_1month/data/COT/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..75e4f804ea279749c11555d23b61c9a6d93b188e --- /dev/null +++ b/neo_1month/data/COT/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8547506984f5a4768e9fc25c20ff8d74ce59694a872d2068fbc1043488d1e075 +size 1166664 diff --git a/neo_1month/data/COT/2013-09.npz b/neo_1month/data/COT/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4b111f4a0ed8c1ccb1de8f70f4465840f534c0b --- /dev/null +++ b/neo_1month/data/COT/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6aecfb577e9b1a72bd574fd66957ea8f6143e4516082b5a4366156d0104d54 +size 1166664 diff --git a/neo_1month/data/COT/2013-10.npz b/neo_1month/data/COT/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b5c7e80d64a312b4ba38bcf9a6d9eb6f1cdde70 --- /dev/null +++ b/neo_1month/data/COT/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9bf1f0a110f4a12b5e8d05f32f3611ef0eb848cda9cd5f39728f36ae679157 +size 1166664 diff --git a/neo_1month/data/COT/2013-11.npz b/neo_1month/data/COT/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..843e8ac1b832bc00628b52b3d4d840d4bcea2c3a --- /dev/null +++ b/neo_1month/data/COT/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf7b9e92e4ae196046bbb0d38af2ada4184904ff506ab8d9a35f2b6a3d7443b +size 1166664 diff --git a/neo_1month/data/COT/2013-12.npz b/neo_1month/data/COT/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..59fa7a2ebc2d8bb1fe065b21b0fd586846cd8cca --- /dev/null +++ b/neo_1month/data/COT/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c5bac5663f6883280f6afbb84d00885a2bf53504180263a8e6b569aac42eac +size 1166664 diff --git a/neo_1month/data/COT/2014-01.npz b/neo_1month/data/COT/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..57bb061b7e5a617e379264cbdd3b4360a6445061 --- /dev/null +++ b/neo_1month/data/COT/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d84334be50d10fe79e629ae805c4cf1cb196a3af70be56e1e7cf23ef390a47b +size 1166664 diff --git a/neo_1month/data/COT/2014-02.npz b/neo_1month/data/COT/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e1e8a29770fba21eaa2e93fdaa4c9c47244c707 --- /dev/null +++ b/neo_1month/data/COT/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e030c778fd996a414d6b8c6db79d253bfd70bac31016c1eb922e8102412b52 +size 1166664 diff --git a/neo_1month/data/COT/2014-03.npz b/neo_1month/data/COT/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ea6ef25facf6e4f15d8a54f40db2d6d0f346598 --- /dev/null +++ b/neo_1month/data/COT/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a8f4f8a58fdffbabfc93d27ac58c45a0828603a82b61fc9a981edecf8d9d84 +size 1166664 diff --git a/neo_1month/data/COT/2014-04.npz b/neo_1month/data/COT/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..903c9c687cf6bd8ed3b35b1feed8367fc72ce205 --- /dev/null +++ b/neo_1month/data/COT/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312cd1a69840281161b5e6bf192898b54752502213e2a96eeddb7e894560c2fa +size 1166664 diff --git a/neo_1month/data/COT/2014-05.npz b/neo_1month/data/COT/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e34f0d761a44ddf22c0556f45edf778c8b3c38f --- /dev/null +++ b/neo_1month/data/COT/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284c1f538e360c13697fd34e632711f7ac18ac764332c719ffeda44b1bdac5d7 +size 1166664 diff --git a/neo_1month/data/COT/2014-06.npz b/neo_1month/data/COT/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..afbfdf32239741850f09b7773bce4d3cda98a45b --- /dev/null +++ b/neo_1month/data/COT/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465c1acbe894d685acc5eba74f3853f8b382f804244241d2cfd1e3e84b6c011c +size 1166664 diff --git a/neo_1month/data/COT/2014-07.npz b/neo_1month/data/COT/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d01f7198f7161ea9b1761a7ca5de747587344a56 --- /dev/null +++ b/neo_1month/data/COT/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9079ddb7f61622120bcf39034fd16c538f7438928321a4855fb8e0355bedb +size 1166664 diff --git a/neo_1month/data/COT/2014-08.npz b/neo_1month/data/COT/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..481f91b62e4b85db389d831399202f080f0d543f --- /dev/null +++ b/neo_1month/data/COT/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3142fd86aadbc0c904305d7e3a6e37902ecb687bc0798a2977529cf8631c45 +size 1166664 diff --git a/neo_1month/data/COT/2014-09.npz b/neo_1month/data/COT/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0797beae473cc2f8bcc61fd5ceda2a3a35f4af2b --- /dev/null +++ b/neo_1month/data/COT/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2758a16264497033e6e8af84dbfd86d641b276984bee479b03087925a82cefe4 +size 1166664 diff --git a/neo_1month/data/COT/2014-10.npz b/neo_1month/data/COT/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..03d70fdebb92cc94e8a067b193e9715b979cc986 --- /dev/null +++ b/neo_1month/data/COT/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331f2a5f66c1c82c6cf3a3fd0cebf5400cbc2d93c20c4ccf66146c9fe1e547d6 +size 1166664 diff --git a/neo_1month/data/COT/2014-11.npz b/neo_1month/data/COT/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..16d7e60d8d0b22c9c855b7d72514ef53fa191915 --- /dev/null +++ b/neo_1month/data/COT/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa442daf4c874cd42957c391a002e7e2b4c5e49e03b4a9e19d18b760698a057 +size 1166664 diff --git a/neo_1month/data/COT/2014-12.npz b/neo_1month/data/COT/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..63c44d9c3442bbf422052463e5dd41d94542fc79 --- /dev/null +++ b/neo_1month/data/COT/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516f6b63c62e2a978223271303153b639dc3290f8c26a342a0a67a837acc553f +size 1166664 diff --git a/neo_1month/data/COT/2015-01.npz b/neo_1month/data/COT/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..710a2bcfba2024ff9de76eb85e12a613c7f0dfba --- /dev/null +++ b/neo_1month/data/COT/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b042eac32d6d4c7d5d3ddf2f2a8407b9ff3f288ba1abc7adf289b8e7520acc38 +size 1166664 diff --git a/neo_1month/data/COT/2015-02.npz b/neo_1month/data/COT/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbbe049c1f4a6debe43da6c61431dcaac3fcdbdb --- /dev/null +++ b/neo_1month/data/COT/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2796f9eda8eba170642fec4c8dcdf9ed0871945be42850958827fbf5934c03 +size 1166664 diff --git a/neo_1month/data/COT/2015-03.npz b/neo_1month/data/COT/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..760daf79a7358c41b06f7386260b82f6b8f8b51b --- /dev/null +++ b/neo_1month/data/COT/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20b1280bb8d9e8e4dee435f970ceae3b26e5857bb6ef384cc9e052c4dd42541 +size 1166664 diff --git a/neo_1month/data/COT/2015-04.npz b/neo_1month/data/COT/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..274d0890a0abc957e7f426a42398f1d9ab37c53d --- /dev/null +++ b/neo_1month/data/COT/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f680444e3223dc0f4cdf32031d33fdaeb920c12ec0e1ce7e46008ec056e8a37d +size 1166664 diff --git a/neo_1month/data/COT/2015-05.npz b/neo_1month/data/COT/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..250b869affedca003cd4a8fa1207aac290ff9ace --- /dev/null +++ b/neo_1month/data/COT/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ba7beca3fe21c124ff94d7d7f5ab8de1bb4f4619ccfc9e8840beb31915a817 +size 1166664 diff --git a/neo_1month/data/COT/2015-06.npz b/neo_1month/data/COT/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..815353e4e26faedee37da8373cfe1cdad3ccb1f2 --- /dev/null +++ b/neo_1month/data/COT/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5660f4c177d8c1d12a12f1b10a0c71814624d4be502d67e4180e5a482dc7ec57 +size 1166664 diff --git a/neo_1month/data/COT/2015-07.npz b/neo_1month/data/COT/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aabefe4de0090d43e2ea7416777b67794f7da436 --- /dev/null +++ b/neo_1month/data/COT/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b4cf63b40877ed8ae54cec55d4728a53606bed100046317dd2acbaded8f6d0 +size 1166664 diff --git a/neo_1month/data/COT/2015-08.npz b/neo_1month/data/COT/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca5355c2f22e9af3b54744f7156db98a87d8a706 --- /dev/null +++ b/neo_1month/data/COT/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cf10c05f12287bbd8cbc50ad6fc7c04758052cb3bcc05a9f23749c5fd9b01a +size 1166664 diff --git a/neo_1month/data/COT/2015-09.npz b/neo_1month/data/COT/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d2ec9ab4ecbc18f8afea6a6848e928b9e96b070 --- /dev/null +++ b/neo_1month/data/COT/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1b3f040e0e5c3eb44b152324278936bdd1a36c70238c5959a510bcc9d11555 +size 1166664 diff --git a/neo_1month/data/COT/2015-10.npz b/neo_1month/data/COT/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6efeac918ea725bbad17a1123036f2085a5c5061 --- /dev/null +++ b/neo_1month/data/COT/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc4cd29e4baf459d24aa3f5ee9efcb1cffa2ec763286350bdecdd019250fb78 +size 1166664 diff --git a/neo_1month/data/COT/2015-11.npz b/neo_1month/data/COT/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6a4eb50784cffcb7f0257281b14f4bdb3c57edd --- /dev/null +++ b/neo_1month/data/COT/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af20378435024cdcd06a289ab8103fa51da967ee6dfeb433ede14574713979c7 +size 1166664 diff --git a/neo_1month/data/COT/2015-12.npz b/neo_1month/data/COT/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d9ebb680f21ea8c57ea1ec55366d890c7aac929 --- /dev/null +++ b/neo_1month/data/COT/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bf3ccf80d58ecaa62713706c94332de6c0a3e0aab428a97dd7d68bff7d7e42 +size 1166664 diff --git a/neo_1month/data/COT/2016-01.npz b/neo_1month/data/COT/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d99ae7a93feef941d3f712068c6232ba46de76f0 --- /dev/null +++ b/neo_1month/data/COT/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc620ea2935b6e3eb10c3281a4db7ebb5e560f23f6f45d0e85058aec864e3b3 +size 1166664 diff --git a/neo_1month/data/COT/2016-02.npz b/neo_1month/data/COT/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0ae8ea69fc1b85593e4d56222d116213015b0e3 --- /dev/null +++ b/neo_1month/data/COT/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba75794c7c0957df06b326208138e6ff4f9395aa723a9a2fc569b99f4cc20bd +size 1166664 diff --git a/neo_1month/data/COT/2016-03.npz b/neo_1month/data/COT/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d61e061f057f1eaec7023d7e0aec14855db6db38 --- /dev/null +++ b/neo_1month/data/COT/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e7f68b4015025fce725d31dec51c5cab94e91a6d42c0f7dfcbf8f754118a77 +size 1166664 diff --git a/neo_1month/data/COT/2016-04.npz b/neo_1month/data/COT/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..492a8f6c89692e75f113c77c025cfd996601d7d1 --- /dev/null +++ b/neo_1month/data/COT/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c59cdec07680d738ddbbd23a3e7317c3f09f97eea4e071216cdd9e3524a62b1 +size 1166664 diff --git a/neo_1month/data/COT/2016-05.npz b/neo_1month/data/COT/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5909b7181558679ec7a26179c3333a1ac18b58a1 --- /dev/null +++ b/neo_1month/data/COT/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c0b55eba65ef17042f239e0a112f217ab870deab981bc243014c36e2503fec +size 1166664 diff --git a/neo_1month/data/COT/2016-06.npz b/neo_1month/data/COT/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b440aeb10f5cbc7b405f0d4280ae28eb49c3073 --- /dev/null +++ b/neo_1month/data/COT/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6942fea1a3ef950d45a4b7ae8c6edd30dcc9f006fb0a48dc018516040e1bad8 +size 1166664 diff --git a/neo_1month/data/COT/2016-07.npz b/neo_1month/data/COT/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ae434feb2a4a7648def77cf9ec992994f69cf42 --- /dev/null +++ b/neo_1month/data/COT/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef9d1524e7b6f680773ccc26139968fe8eadf857ee793cc243f23ffee4e463d +size 1166664 diff --git a/neo_1month/data/COT/2016-08.npz b/neo_1month/data/COT/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ab3ce9a8a07ba9c6f9294b099ca730afff6c5d9 --- /dev/null +++ b/neo_1month/data/COT/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de408d5f1b214c7ea7bb9b553ec5ec0c0ea99ea41354e339c69ef885b4430bd +size 1166664 diff --git a/neo_1month/data/COT/2016-09.npz b/neo_1month/data/COT/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f006473f00b5aeb0cfd7d489d8c899ef6a48cde0 --- /dev/null +++ b/neo_1month/data/COT/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b15bc16b12535efe8aee4db993551197ffe8fc83d034973f2cfb2f607bb5b0 +size 1166664 diff --git a/neo_1month/data/COT/2016-10.npz b/neo_1month/data/COT/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f95224e6748f7dd6c2657a342a608245ca69217d --- /dev/null +++ b/neo_1month/data/COT/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7189033f2c52f4612c81dbfff28b931816eec316629217dc591290f529b1bc95 +size 1166664 diff --git a/neo_1month/data/COT/2016-11.npz b/neo_1month/data/COT/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d34f71090bdbbdb8298fac6f46f0fdf94723a2c1 --- /dev/null +++ b/neo_1month/data/COT/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2905c3d5d3d86d00dc76ef106ea9781e2ba806e5d30b282980ff559c4cf070 +size 1166664 diff --git a/neo_1month/data/COT/2016-12.npz b/neo_1month/data/COT/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8ac4848b0d63b73786dba99fb413bc68e6519c0 --- /dev/null +++ b/neo_1month/data/COT/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f87d1094daf7d204168a70156e401df5b27ae9fb5e611cec649baadd09e716b +size 1166664 diff --git a/neo_1month/data/COT/2017-01.npz b/neo_1month/data/COT/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..074bc7d08d17f8110ac0efc005069a89f07e8022 --- /dev/null +++ b/neo_1month/data/COT/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11237addc45baa92c609d2bcbd0cd70db31d85d2ea3a9d5a27666ea53aa0b8bb +size 1166664 diff --git a/neo_1month/data/COT/2017-02.npz b/neo_1month/data/COT/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c14999016abb475f45507fda8aab7dc2a9daa39 --- /dev/null +++ b/neo_1month/data/COT/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ffca69391219ed93b5ac05518a098e8e7fd24e2e29fc7ebf4f110982546437 +size 1166664 diff --git a/neo_1month/data/COT/2017-03.npz b/neo_1month/data/COT/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd3501cc0b727c4688515d3f5529e12f40f1db82 --- /dev/null +++ b/neo_1month/data/COT/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d384e97f01c0fa8fcbecf9e7408aaede2a23a84017cd827ff5e5eb440e9a3bfc +size 1166664 diff --git a/neo_1month/data/COT/2017-04.npz b/neo_1month/data/COT/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b55b4e1534acfd360cc6f474a88651e5f99e2cd8 --- /dev/null +++ b/neo_1month/data/COT/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7a9dc2e87e905df5bcde038c4a9153d5dd3a70d4f502e50be58a62fbe2a2b +size 1166664 diff --git a/neo_1month/data/COT/2017-05.npz b/neo_1month/data/COT/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2497ba456d77ed239e7c5fa2af5b5d2d6153356f --- /dev/null +++ b/neo_1month/data/COT/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3804bc6df3e0804d9fa62661e702a2524c8d8b8dff4e6b6c5069af89593df9 +size 1166664 diff --git a/neo_1month/data/COT/2017-06.npz b/neo_1month/data/COT/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1260b30797116b1d73b492d9697631a8171cc1b --- /dev/null +++ b/neo_1month/data/COT/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6095d4518ee3886612ef10d77040d1265a165f2f690b8363d1e4bd132df190d +size 1166664 diff --git a/neo_1month/data/COT/2017-07.npz b/neo_1month/data/COT/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..39a82d08fbfea57db76116a638b45b6924ff1a45 --- /dev/null +++ b/neo_1month/data/COT/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28acb67ca2cff3a6015dd95e268261be35033184a1d5a82c9bc488616dddf56 +size 1166664 diff --git a/neo_1month/data/COT/2017-08.npz b/neo_1month/data/COT/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1175206030d45a790b6e2c9771565c047c24832 --- /dev/null +++ b/neo_1month/data/COT/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62354298d237062d1953d8a4304341c055a2a2cea6c80ff3b30d3820ec53f7f2 +size 1166664 diff --git a/neo_1month/data/COT/2017-09.npz b/neo_1month/data/COT/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..25c76fdba85405c27b44a809ad2b7c52ec70e5c6 --- /dev/null +++ b/neo_1month/data/COT/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb3096079436dc164e0dd6efa8f471cca91ffc763f0d2f3d49f3cc274eb2739 +size 1166664 diff --git a/neo_1month/data/COT/2017-10.npz b/neo_1month/data/COT/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..59451ad4baab745ce0ec98be788c490555600439 --- /dev/null +++ b/neo_1month/data/COT/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ca8bb10804b50239b6f4f1a419c42fab3364def741b9ecbc211d801b6bf4c8 +size 1166664 diff --git a/neo_1month/data/COT/2017-11.npz b/neo_1month/data/COT/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..af27298fc67caa3ad6c09a161743637c8099bd6f --- /dev/null +++ b/neo_1month/data/COT/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bf14601c141c5c28fe6ca375d9b767ac17e6ce87d1a05c918d2d2fdeae8624 +size 1166664 diff --git a/neo_1month/data/COT/2017-12.npz b/neo_1month/data/COT/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b85cbc0f106ec3d0e4b62dcc2bc805a6942f54a1 --- /dev/null +++ b/neo_1month/data/COT/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6c03b90a446ce52d523bb35aa3a69c21b963d4a70ac8195685d721a2a68387 +size 1166664 diff --git a/neo_1month/data/COT/2018-01.npz b/neo_1month/data/COT/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..16b05c717e819905306277e675da7b410eced360 --- /dev/null +++ b/neo_1month/data/COT/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d306bb33b152a7c0ef5fadeab97693f95082a9ec5e196085e8d7028773d6ebe8 +size 1166664 diff --git a/neo_1month/data/COT/2018-02.npz b/neo_1month/data/COT/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ef465f5e3cfd3f793fc2ee981d5c7b053bce0ef --- /dev/null +++ b/neo_1month/data/COT/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe6242b531acef8ef25c094fcb116f68ac7b4a9e0dd720dad3367a193c26ff2 +size 1166664 diff --git a/neo_1month/data/COT/2018-03.npz b/neo_1month/data/COT/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..71764bb583826337006df2618eb98ddcde47ea0f --- /dev/null +++ b/neo_1month/data/COT/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fc9d97fdb8f8c30b8341f87eb0a622fdfa9fdb28c07cc5e570b2e30c97490d +size 1166664 diff --git a/neo_1month/data/COT/2018-04.npz b/neo_1month/data/COT/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..26a826563ad5127961d7c9e77d7981ca5bb134ac --- /dev/null +++ b/neo_1month/data/COT/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df1143962e347e5cb065eb8d9da0c024d28f84bd9fdfea687c5f88973333a6a +size 1166664 diff --git a/neo_1month/data/COT/2018-05.npz b/neo_1month/data/COT/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd2175f789a639a0474e3703d733bbba5fc3a102 --- /dev/null +++ b/neo_1month/data/COT/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee9a051d85e8aa9e6bdd3f9c47f1d810ea76b3124f22094a3d49f020c309938 +size 1166664 diff --git a/neo_1month/data/COT/2018-06.npz b/neo_1month/data/COT/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..422dfcf0e226dc1c26c114985d99e0d0a52d307d --- /dev/null +++ b/neo_1month/data/COT/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457572db568230c99643235d284fa226bc938e64de726e71a9fbe0781b370835 +size 1166664 diff --git a/neo_1month/data/COT/2018-07.npz b/neo_1month/data/COT/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0369f5dfac02eb388ae84f2b69dd0b1de6eff06 --- /dev/null +++ b/neo_1month/data/COT/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcd91e630ad86e0c08d55854f78fcbd37e6dfbe1220d60d1ec61ca9ac2de168 +size 1166664 diff --git a/neo_1month/data/COT/2018-08.npz b/neo_1month/data/COT/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e13d71fa3b2a001d8c92809fd6e2dc5e4d4a4cbd --- /dev/null +++ b/neo_1month/data/COT/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885757a2c8edf883cee2f61a0d69acaf12470dae81e99b4edb88b6fb957f65c1 +size 1166664 diff --git a/neo_1month/data/COT/2018-09.npz b/neo_1month/data/COT/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa57c8b4dee02b0f77eb576eaf11ac71573ccb48 --- /dev/null +++ b/neo_1month/data/COT/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9102bf843df1066cc565d57e4388f7319ef3a270a059af38c6dd06c71c1ed36 +size 1166664 diff --git a/neo_1month/data/COT/2018-10.npz b/neo_1month/data/COT/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..af2b13905e2550d61d84eb82aaa66e023a1ca2fa --- /dev/null +++ b/neo_1month/data/COT/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c415755647753b30c1b32e0236dc28612e193b34ebaa39c371067cd31b6778ce +size 1166664 diff --git a/neo_1month/data/COT/2018-11.npz b/neo_1month/data/COT/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..05d10003bb8e323a640f7ca0b1dc314e10fd6781 --- /dev/null +++ b/neo_1month/data/COT/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db432c95de0e489ae42f6f7c6629bf1e556b2537e8a87d0b0f72eaf015964821 +size 1166664 diff --git a/neo_1month/data/COT/2018-12.npz b/neo_1month/data/COT/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5120589da5310065975b3e716be957f59f49e3b --- /dev/null +++ b/neo_1month/data/COT/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61af45f266412606d5b6d0a95cafcf2e0397acbeed35d32013c517e5fbe60717 +size 1166664 diff --git a/neo_1month/data/COT/2019-01.npz b/neo_1month/data/COT/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a262428958bbb29ca009720ea2b30152e562c524 --- /dev/null +++ b/neo_1month/data/COT/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a213e36bbca9192a00d2241c766e1a84c89d35dc0600ef593d2d5f02f478fa +size 1166664 diff --git a/neo_1month/data/COT/2019-02.npz b/neo_1month/data/COT/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7046affd624c63f7ec9bfc6e82f1b6d57a63dfe --- /dev/null +++ b/neo_1month/data/COT/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b87dd6934e266a9f799a80039e4382278d590090a290a18d4849d12b6c78f7 +size 1166664 diff --git a/neo_1month/data/COT/2019-03.npz b/neo_1month/data/COT/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..460502d8517abfab903e485753d33a8a4a241a8d --- /dev/null +++ b/neo_1month/data/COT/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a704f221025bf31de4eb48b06b8c132b121c213477b20aaca2967116d83148 +size 1166664 diff --git a/neo_1month/data/COT/2019-04.npz b/neo_1month/data/COT/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e15ea58f24451c85138460e4b675878460a15feb --- /dev/null +++ b/neo_1month/data/COT/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20efb291a3bbe2ee64e456b853d21f554a9fec35e9d418daf5bafa477624c56 +size 1166664 diff --git a/neo_1month/data/COT/2019-05.npz b/neo_1month/data/COT/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..96552d25623c7b177ef8c0c217e53be045904aa5 --- /dev/null +++ b/neo_1month/data/COT/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca5e3e953b6c6fb99a9322680f1280465093935e9124aab915745e9dd2eeb36 +size 1166664 diff --git a/neo_1month/data/COT/2019-06.npz b/neo_1month/data/COT/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3d1351987f494cbf438386ee45fd02b18a0c723 --- /dev/null +++ b/neo_1month/data/COT/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa0d19b89236c248ec2ae9b7eff4fe2b3235c7fb209aab8a51fd3fd2832a092 +size 1166664 diff --git a/neo_1month/data/COT/2019-07.npz b/neo_1month/data/COT/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..24765168def4d3f6bcded6572e07380a9c78f105 --- /dev/null +++ b/neo_1month/data/COT/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254c27df195a5f6e183329f3d3a60ff475df7840fad5a4f5e2b4a4315ace8c08 +size 1166664 diff --git a/neo_1month/data/COT/2019-08.npz b/neo_1month/data/COT/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b13a70be3bed22090801643670634a8253338ad --- /dev/null +++ b/neo_1month/data/COT/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406a41b26844bc5d3c771b5d343ad812c218f680b42a7f0bccf2dde84a34efa3 +size 1166664 diff --git a/neo_1month/data/COT/2019-09.npz b/neo_1month/data/COT/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb9dc245added57ec7b214ae1dd06734c478176c --- /dev/null +++ b/neo_1month/data/COT/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a5951e04787f06a64f19906b7727069e5857e74b0a8e37cafca711a41d9c3d +size 1166664 diff --git a/neo_1month/data/COT/2019-10.npz b/neo_1month/data/COT/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfef7f4e1167a508b6d488c4b01b6462020e3ff6 --- /dev/null +++ b/neo_1month/data/COT/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98434619c423072d98198669ddd164cf653df3ce85e5f228924644885caafac0 +size 1166664 diff --git a/neo_1month/data/COT/2019-11.npz b/neo_1month/data/COT/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e012492059b3f0cb39fc28ea76d18dfc2c28bc9 --- /dev/null +++ b/neo_1month/data/COT/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7682b9309253881a6ee92765d38384c776437e5c8e3a43998a046724b3e53150 +size 1166664 diff --git a/neo_1month/data/COT/2019-12.npz b/neo_1month/data/COT/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae67e4da92397d6c6fd5ca69f2c8c65e304c5545 --- /dev/null +++ b/neo_1month/data/COT/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eb8da6e1fb48baf99bf57dd4d4c15f322532c262acd71026ba2e99ae8fab5a +size 1166664 diff --git a/neo_1month/data/COT/2020-01.npz b/neo_1month/data/COT/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..73e389fcbf6e548d60c0c4c5846b9a2993c8ed88 --- /dev/null +++ b/neo_1month/data/COT/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a91bb18372061acb3d31e77f622f27628c71efc6bc3b0eb9fde562400c71d7a +size 1166664 diff --git a/neo_1month/data/COT/2020-02.npz b/neo_1month/data/COT/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..366267df2d623c9036c0a5a24ce82578d17d2c34 --- /dev/null +++ b/neo_1month/data/COT/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce2cb19aa3c58abad7aa5bb2811120b3dc27335cb58595f6ea412934e3481f6 +size 1166664 diff --git a/neo_1month/data/COT/2020-03.npz b/neo_1month/data/COT/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..83d2f1421fdb1b754bbdd645220fd0645154ba83 --- /dev/null +++ b/neo_1month/data/COT/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612900a51c7abc184d4bdf648fef036d6550bc56d35d83f3ba74d071998eeca0 +size 1166664 diff --git a/neo_1month/data/COT/2020-04.npz b/neo_1month/data/COT/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d511976e42db9623db74280d58ec6b9acb71e3b9 --- /dev/null +++ b/neo_1month/data/COT/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f46e2a22db5c7bee772d1a5efd70192a2976c0f0f5339cd1b65a5bf388c6ea9 +size 1166664 diff --git a/neo_1month/data/COT/2020-05.npz b/neo_1month/data/COT/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..80c8d4b09a817aadb11effc21650039ee7cd376c --- /dev/null +++ b/neo_1month/data/COT/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4a8d0069d6de3ed66286453cb0a3d392cca79944235a29a0205beed9a79aa2 +size 1166664 diff --git a/neo_1month/data/COT/2020-06.npz b/neo_1month/data/COT/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..07edb3c295ba660c6b0dc9ac49f0d4ef883b8304 --- /dev/null +++ b/neo_1month/data/COT/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777c50e4e307975bc038a2f79acb1db2ad4c074920b8381db0540f8a473fe1d6 +size 1166664 diff --git a/neo_1month/data/COT/2020-07.npz b/neo_1month/data/COT/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..28f18a2f75838fa777fd3a281d58c476b35a09d1 --- /dev/null +++ b/neo_1month/data/COT/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3c49b4923c525c5cbc4d64bd4411423063355dd20852e091296b76b90fa5ef +size 1166664 diff --git a/neo_1month/data/COT/2020-08.npz b/neo_1month/data/COT/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..23e8686767c79b654abec2fc5eae5602904c4942 --- /dev/null +++ b/neo_1month/data/COT/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8218ce43a8bd6375f571b52657fa3d61bccfabe7f858312418635924a58bb338 +size 1166664 diff --git a/neo_1month/data/COT/2020-09.npz b/neo_1month/data/COT/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b32fdc9b514e44afbe3ab340434cd21d372ef182 --- /dev/null +++ b/neo_1month/data/COT/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d43057ed0a88365f0780e8eacc0223cefb43aae4a4a47ca9553b1b050a30c1f +size 1166664 diff --git a/neo_1month/data/COT/2020-10.npz b/neo_1month/data/COT/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8f456f4170ec6015960373ac2a457e6e31d0946 --- /dev/null +++ b/neo_1month/data/COT/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d500a57d02b3594c37d13349c5617921c720b9163ecd12441a8b934b99aa9c +size 1166664 diff --git a/neo_1month/data/COT/2020-11.npz b/neo_1month/data/COT/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ce6b6dd687077aa0b04fe34812f707e03ea16c1 --- /dev/null +++ b/neo_1month/data/COT/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be359dfc45141a79249acc65fa66efa4513a113cfae683ca9504d7e897434cc3 +size 1166664 diff --git a/neo_1month/data/COT/2020-12.npz b/neo_1month/data/COT/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ccbfe3af7117c6e0d51b9cdf55845bc89488634 --- /dev/null +++ b/neo_1month/data/COT/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3161dae4c4d327d38f0a6a62a215a27f629a912a91ff36886060190e132332ba +size 1166664 diff --git a/neo_1month/data/COT/2021-01.npz b/neo_1month/data/COT/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d96f43a9d93d22eccdd8c85d15a658044e1c5ab0 --- /dev/null +++ b/neo_1month/data/COT/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0724f4eba204379951d9b752cbd0cd2028fc9bc4a890b3d7bbff83e16c2ef930 +size 1166664 diff --git a/neo_1month/data/COT/2021-02.npz b/neo_1month/data/COT/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dd12c082c23efb453938cd2dc297088de0832ce --- /dev/null +++ b/neo_1month/data/COT/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af2197783cc023857d19bfb462d2da8bb5aade0474ee3687648b3cf381cd3d5 +size 1166664 diff --git a/neo_1month/data/COT/2021-03.npz b/neo_1month/data/COT/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1dff11b14c2ac0dcbe8aa947ff2c51de517b41f3 --- /dev/null +++ b/neo_1month/data/COT/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac74e3130dbca816bfb39bad84661ef8f1fb698a91eac4756ae4a0926017049c +size 1166664 diff --git a/neo_1month/data/COT/2021-04.npz b/neo_1month/data/COT/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e305a637c82af3341bbd72d5b70f6f333d7e903 --- /dev/null +++ b/neo_1month/data/COT/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da29b73c2ad7b8939dbbc2ed1555bf5f812e77a9ae72ac83c1c04fb3d7f8d266 +size 1166664 diff --git a/neo_1month/data/COT/2021-05.npz b/neo_1month/data/COT/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f900ba5f282799fcd90f1d75579c47fe95e0168 --- /dev/null +++ b/neo_1month/data/COT/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ca6d441093d916d1783ce40e2022877b1eda44036b4f03e64f2adfae2a1887 +size 1166664 diff --git a/neo_1month/data/COT/2021-06.npz b/neo_1month/data/COT/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d2afd979766f2106ab9900da2c0ac9b58fd813a --- /dev/null +++ b/neo_1month/data/COT/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f07fe62e671d7f1c8d77bd52fc0eb35f6ef5ac2c6ec63bf8818f281347ed038 +size 1166664 diff --git a/neo_1month/data/COT/2021-07.npz b/neo_1month/data/COT/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e05c0bf1c9f4626ab594d1b1533b0ff28a0e34e4 --- /dev/null +++ b/neo_1month/data/COT/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09b5013447a0cba917d5837ce6d0e993c6116cb8e9f8e57bd4d3932eeb3df45 +size 1166664 diff --git a/neo_1month/data/COT/2021-08.npz b/neo_1month/data/COT/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aad68d89f49e72a38137771feca4d4f96ee87c3 --- /dev/null +++ b/neo_1month/data/COT/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f9cbb99d8e94b7fc196f41bc3966648c5d968022f645549d44b62ca6235ecd +size 1166664 diff --git a/neo_1month/data/COT/2021-09.npz b/neo_1month/data/COT/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fefce53ac76eb04d63a74631f0e5994f0b1d29b6 --- /dev/null +++ b/neo_1month/data/COT/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f5fb971bde0d922256f094d689f557f786c7aae7487dd791bdbb8476691912 +size 1166664 diff --git a/neo_1month/data/COT/2021-10.npz b/neo_1month/data/COT/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd2a7d75f26293e553e6217f2e4a42710067e01f --- /dev/null +++ b/neo_1month/data/COT/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4926841bcd2e23b5d9e0f109b4177014afc4b14f7c77bd79e94ec742333f1699 +size 1166664 diff --git a/neo_1month/data/COT/2021-11.npz b/neo_1month/data/COT/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..85469ad95b04847d31954700b489030298326bee --- /dev/null +++ b/neo_1month/data/COT/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3153925ff408b9c788d51bd9ddf424516175fd4cad50fee17fe24434f5a7e9 +size 1166664 diff --git a/neo_1month/data/COT/2021-12.npz b/neo_1month/data/COT/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5601d6cbe95cfb28acd3059a7e3d3de9c29c84a2 --- /dev/null +++ b/neo_1month/data/COT/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cbdf8eee6a21c8a721b39b82d9132090cfab75b16fce1f3dcfbdbe6f2c8cc1 +size 1166664 diff --git a/neo_1month/data/COT/2022-01.npz b/neo_1month/data/COT/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e19d6e7da9df29c5e2624977d5484ba89a4b257 --- /dev/null +++ b/neo_1month/data/COT/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e143e19c15b9e7e81d17f8316c56e8b1453586ee4817070cc9211d68aa817454 +size 1166664 diff --git a/neo_1month/data/COT/2022-02.npz b/neo_1month/data/COT/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e22e663df2d5f20ede73f2396c634dca236d3727 --- /dev/null +++ b/neo_1month/data/COT/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a804d66154275fcfba4fac5666d4da1737138db7fc372922d6c4087a3d77aa5f +size 1166664 diff --git a/neo_1month/data/COT/2022-03.npz b/neo_1month/data/COT/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e990bf4dd1a3dcb5ac9d5428262a0411bc4f22f1 --- /dev/null +++ b/neo_1month/data/COT/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8756efe2cbc7f8f9c9939905137a3a39fcbe03cb0df808416b42c115a49111 +size 1166664 diff --git a/neo_1month/data/COT/2022-04.npz b/neo_1month/data/COT/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..64fc2c2df0c6b6d7405d09045085cadcb91748c1 --- /dev/null +++ b/neo_1month/data/COT/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836416c6174d8deb6823a3f0afb32cf399b2ba7b5156b0fbdb7db31c94897bd0 +size 1166664 diff --git a/neo_1month/data/COT/2022-05.npz b/neo_1month/data/COT/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..55cb2035232dc6f9906304245a3b0d41599367be --- /dev/null +++ b/neo_1month/data/COT/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5740b01382f2780d4401487a8813e2af868ae8a7cff6e393dbdfd205df2cdcf0 +size 1166664 diff --git a/neo_1month/data/COT/2022-06.npz b/neo_1month/data/COT/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4646298b3fcdac9494edfe375746171241a4940 --- /dev/null +++ b/neo_1month/data/COT/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5beec0d2ef9f1a2cb84fdfb3c830ff86bc61ff03983c306e85c17ac9280efe9f +size 1166664 diff --git a/neo_1month/data/COT/2022-07.npz b/neo_1month/data/COT/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f4b95eb6d25d52afa643c3cde3550353e47c645 --- /dev/null +++ b/neo_1month/data/COT/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0277657418b914165ad86a1c8d46692ba8565e0a0afa7dd41febee549f3d615 +size 1166664 diff --git a/neo_1month/data/COT/2022-08.npz b/neo_1month/data/COT/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8204c35f0daf148e9719e07473f462740c6ebb9c --- /dev/null +++ b/neo_1month/data/COT/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f243c87183be0c9231acdd8e2617b5a52216b2b6ad40a4b4b0b92fbbf0e423a +size 1166664 diff --git a/neo_1month/data/COT/2022-09.npz b/neo_1month/data/COT/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd54167a61056e129e08b0195770ecb8e7245a9c --- /dev/null +++ b/neo_1month/data/COT/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326276b93172b12ea9cf5732a8dda2948d5e01387be6f5dcfab8ec40b41d721a +size 1166664 diff --git a/neo_1month/data/COT/2022-10.npz b/neo_1month/data/COT/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..197411895b35e0ccf1fef226164d49140e535548 --- /dev/null +++ b/neo_1month/data/COT/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c3419905f00711dd958619536efcb886ab4a2d0ade16b7ee2e80eca4ab44e +size 1166664 diff --git a/neo_1month/data/COT/2022-11.npz b/neo_1month/data/COT/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4abb70fa61e426bff025c272685c0d3e6e073291 --- /dev/null +++ b/neo_1month/data/COT/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f9766b43564b0875944f223bc208f357cb5950165ce990fa42dcc6aae27981 +size 1166664 diff --git a/neo_1month/data/COT/2022-12.npz b/neo_1month/data/COT/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3373be02a6a8c76c6b11b606fca95dfdd71a9983 --- /dev/null +++ b/neo_1month/data/COT/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7e5b17deb8c0ad8879fbf0292f4824415dacfbdba67f64e93fa524c769d82b +size 1166664 diff --git a/neo_1month/data/COT/2023-01.npz b/neo_1month/data/COT/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f86dd872a81b474961a6f03811989ac74a82c182 --- /dev/null +++ b/neo_1month/data/COT/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cfc3b8628247a09db0cb474a8075218263ae3484fe7ce9d9026ee03c3370d7 +size 1166664 diff --git a/neo_1month/data/COT/2023-02.npz b/neo_1month/data/COT/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..01c420cdb8b52dfe70b21d8b4b2e05bc761b4779 --- /dev/null +++ b/neo_1month/data/COT/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0b7eeda9ee9f61418c8cd21fd0e13f34f6f36bfa362f25308df6efbeab7266 +size 1166664 diff --git a/neo_1month/data/COT/2023-03.npz b/neo_1month/data/COT/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1be84b93386b665f67a73a0afb2f13dd8018e35b --- /dev/null +++ b/neo_1month/data/COT/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e025226c2b192fd4147da6f0848b623887a1ea2a24c3c0f33b47688e62477b19 +size 1166664 diff --git a/neo_1month/data/COT/2023-04.npz b/neo_1month/data/COT/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8967ec336546eeb5362c7b8dfb1fbb9c7f1783c --- /dev/null +++ b/neo_1month/data/COT/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686a1e12f77dbfcabe416b46fc1d931157875ff45ca0d8e107641361e99f3184 +size 1166664 diff --git a/neo_1month/data/COT/2023-05.npz b/neo_1month/data/COT/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f8119453d64ded46acdaad86f68cb539f0a7f51 --- /dev/null +++ b/neo_1month/data/COT/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309d312f864f25cd6890caadb66903f4aa31f0ab954fb29529c0beceb6978481 +size 1166664 diff --git a/neo_1month/data/COT/2023-06.npz b/neo_1month/data/COT/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e8805ab2fb8168be138ec5f33fc58d754c20d5bd --- /dev/null +++ b/neo_1month/data/COT/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3092ae62065088e391173d73cb83f499a3a3af3964817c1f64f026302e675aee +size 1166664 diff --git a/neo_1month/data/COT/2023-07.npz b/neo_1month/data/COT/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..425421aa879731f9e8bcd40f6d09ffc171d67ba9 --- /dev/null +++ b/neo_1month/data/COT/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a52d0cf4fea012ef523066fad60b344bc9fcbdc1d6a17e292577a6fb7f45fb +size 1166664 diff --git a/neo_1month/data/COT/2023-08.npz b/neo_1month/data/COT/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5567685c97c729dd81c3c7d00173387c6746d0a8 --- /dev/null +++ b/neo_1month/data/COT/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e807b8da684db161747a03283f530ae4b1dc5962a2a835bd15ccbb57e84326a +size 1166664 diff --git a/neo_1month/data/COT/2023-09.npz b/neo_1month/data/COT/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..81e82767eb59cff39a6a48234444b2a2f0901d5b --- /dev/null +++ b/neo_1month/data/COT/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc426503d1db83666b400bdcf2e817986b0f962508364b145bc1e79d4ba8c924 +size 1166664 diff --git a/neo_1month/data/COT/2023-10.npz b/neo_1month/data/COT/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a562ad32990671dc6d34785123982ae4a00bab54 --- /dev/null +++ b/neo_1month/data/COT/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1bc29687195047996de8f6db820f62420cf526ffc158db4862ddfba5c028c1 +size 1166664 diff --git a/neo_1month/data/COT/2023-11.npz b/neo_1month/data/COT/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a6a5b59baf48057f72ad8dac5b05b622d9019db --- /dev/null +++ b/neo_1month/data/COT/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a088eab89fc0855a462dcc4beec1c71ba4c950dc90d8b469d5d9b74979f228a0 +size 1166664 diff --git a/neo_1month/data/COT/2023-12.npz b/neo_1month/data/COT/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ccfa1ac4eede922a934f7be55e0efaf0ae265a7 --- /dev/null +++ b/neo_1month/data/COT/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea6a57e341cf29fa66797146ef3ad2ea6c179f742c0887a0c47706326b96d29 +size 1166664 diff --git a/neo_1month/data/CO_M/2000-03.npz b/neo_1month/data/CO_M/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbfe1c4824ccf09bc572c5be7dcd6138ccdb1513 --- /dev/null +++ b/neo_1month/data/CO_M/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513d874a154bb189e3814f40794f9735a9a0a8b5b09cf69b15fe1376c7028b5b +size 1166664 diff --git a/neo_1month/data/CO_M/2000-04.npz b/neo_1month/data/CO_M/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2057f5416e7e7d56c22a3899b9ab1852d14ef18 --- /dev/null +++ b/neo_1month/data/CO_M/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbeb54e72bbdb37fee410e705fcf1a8bd8396210881f16727f770ef1d659219 +size 1166664 diff --git a/neo_1month/data/CO_M/2000-05.npz b/neo_1month/data/CO_M/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..751f4eeea0fcf7db964cdc377a885e9d9b05664d --- /dev/null +++ b/neo_1month/data/CO_M/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983d62a37baf4ab558eff4d3cec7f39676bc30a7649e5a94da249ae4bab0173c +size 1166664 diff --git a/neo_1month/data/CO_M/2000-06.npz b/neo_1month/data/CO_M/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..967ac0fcac20981b74a4bd19f8a0b493c70e2191 --- /dev/null +++ b/neo_1month/data/CO_M/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79205f88f3d0824c839e66467cfc5356f39e4784916f172ba7499fce2da21e3 +size 1166664 diff --git a/neo_1month/data/CO_M/2000-07.npz b/neo_1month/data/CO_M/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ef1b18003ca4736150ced5e17f2a0084b46337a --- /dev/null +++ b/neo_1month/data/CO_M/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29f7f845146bd7337804f0b04eb3063746a858dc4258a1060929558988e6114 +size 1166664 diff --git a/neo_1month/data/CO_M/2000-08.npz b/neo_1month/data/CO_M/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2806a094f252d2c76faec5410b814b9b8357e6fc --- /dev/null +++ b/neo_1month/data/CO_M/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7b6479bdced93b60a88dd164b72cf3201661c1845f60b4a22352c3ab9bc54c +size 1166664 diff --git a/neo_1month/data/CO_M/2000-09.npz b/neo_1month/data/CO_M/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b8a61ca7a9f9e0be6c9ac7e1b61ffda3ab689ce --- /dev/null +++ b/neo_1month/data/CO_M/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3163d79c987d2904d6b308805fba2f65836b6fa2d245c196a99dc3904890eaf6 +size 1166664 diff --git a/neo_1month/data/CO_M/2000-10.npz b/neo_1month/data/CO_M/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..98f41e313635c8267375eb0e63c623935c6c18e7 --- /dev/null +++ b/neo_1month/data/CO_M/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c1c25c798ac44e8e7663938f59fcdb371a3ec842b768bdc13201789966405c +size 1166664 diff --git a/neo_1month/data/CO_M/2000-11.npz b/neo_1month/data/CO_M/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..44e04836b42437458816e848646934adf9c0fd5f --- /dev/null +++ b/neo_1month/data/CO_M/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4b6e1fce8cfa34d37a37da61e4518a3d5a26cf418d949310dd367303fa7a2f +size 1166664 diff --git a/neo_1month/data/CO_M/2000-12.npz b/neo_1month/data/CO_M/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a78f772cf53c66836265dae25d84ac5c7ad36805 --- /dev/null +++ b/neo_1month/data/CO_M/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cefb0127917cde9864dff4d25e23bf818944258d8d6ada251aaf1d3acd21ad +size 1166664 diff --git a/neo_1month/data/CO_M/2001-01.npz b/neo_1month/data/CO_M/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..82a4dd8a24684d5120eb48381dcd515560f2f169 --- /dev/null +++ b/neo_1month/data/CO_M/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8381b4acdaef4a0328b2c553b95263180225faab804b4417a779c8e43a57c430 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-02.npz b/neo_1month/data/CO_M/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..839cc29bffea7a67cf926b120efa444fab664ccb --- /dev/null +++ b/neo_1month/data/CO_M/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df3ccf89e3b1eee5b931c6dc751ff017a32b2466ec173d351664f43640d9553 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-03.npz b/neo_1month/data/CO_M/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4a0195fd2eab056abf9ca0d4af6ea163227ab15 --- /dev/null +++ b/neo_1month/data/CO_M/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011628886847ead6c2bf1e9459f749ebf47479bcfce97fdb33a7dae587bb95aa +size 1166664 diff --git a/neo_1month/data/CO_M/2001-04.npz b/neo_1month/data/CO_M/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e72e9c56e6e0760d022c67e712e9f6a114b011de --- /dev/null +++ b/neo_1month/data/CO_M/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6a860757a2a15ff5c3b2d209489761ce5a08671b859b2d550de6ac0fffef91 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-05.npz b/neo_1month/data/CO_M/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb43a396707b3f9f8b3af496338c78e2457cf55b --- /dev/null +++ b/neo_1month/data/CO_M/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cb286c220d9b6107c3ad893ddac3fff9b36375f20cf04925d2a981753ac39d +size 1166664 diff --git a/neo_1month/data/CO_M/2001-08.npz b/neo_1month/data/CO_M/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d07c23c9202972800af24ee3071ecee068bbfcc --- /dev/null +++ b/neo_1month/data/CO_M/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49921fd81a040247d57b7a30f99bf9878fefd5b81b02de3759b738c45aea1d49 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-09.npz b/neo_1month/data/CO_M/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bf5182a056b2bef2d9a46fed6e600360e1949c7 --- /dev/null +++ b/neo_1month/data/CO_M/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077ec1926883c16a706fc514aa9f5d71a00635f2cc9b8d05a1e004a6bce7a536 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-10.npz b/neo_1month/data/CO_M/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..76b69d7918413de0e16ee7fafd3717b1b4ea122a --- /dev/null +++ b/neo_1month/data/CO_M/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b01e77e1be37487b8a3a0ab53fefdd7f59123ab64219555c1ee622404a2b79 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-11.npz b/neo_1month/data/CO_M/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f41bf0c186ddf7197dabd0b8cca53fe9cd5ec7f0 --- /dev/null +++ b/neo_1month/data/CO_M/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fb61664d8ba67c06489eb65a669cea98d3577f92f57aabb88075c8fc9c2d10 +size 1166664 diff --git a/neo_1month/data/CO_M/2001-12.npz b/neo_1month/data/CO_M/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8106ea48c756cee0fb6708c11e5eda7d1861d356 --- /dev/null +++ b/neo_1month/data/CO_M/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d8f7fac6df5a711eeb2632011e917648d1bca85d01a8039fe3f31a2672e8a3 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-01.npz b/neo_1month/data/CO_M/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..682ee95d861f57f808fa9c2b8945aefd09e289f6 --- /dev/null +++ b/neo_1month/data/CO_M/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98340307945e2e02dc3e4ce51d4a4ba4d11d0b9e101a82d08892e4bc23b4b59 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-02.npz b/neo_1month/data/CO_M/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..645d5bb0233f860f1c0331d3eae569adc7cde369 --- /dev/null +++ b/neo_1month/data/CO_M/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92b9a4921cca2b257bfde847f8d2703cdd466b687d9fb3e6dbebd23c81797b6 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-03.npz b/neo_1month/data/CO_M/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3aee28663149d6136066f826c0b1bd9bf8f1d1de --- /dev/null +++ b/neo_1month/data/CO_M/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fa88a7923082b7f5ea93f514cc4af0e85e0718d1cb6cfbf738bdb41ba8240f +size 1166664 diff --git a/neo_1month/data/CO_M/2002-04.npz b/neo_1month/data/CO_M/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..90ec060a167876e2a1de7c82f2f31ed16295017f --- /dev/null +++ b/neo_1month/data/CO_M/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb4824ad359b70ab73fdd1e86c1fffed7d62d1e39ff7480609112fba5a2d181 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-05.npz b/neo_1month/data/CO_M/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a280363a498398f59ccf9468cad69e647f146a29 --- /dev/null +++ b/neo_1month/data/CO_M/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4875282697ab61531ac1364acf335ec1da6ab05d2447473bdcaefd7127acb3 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-06.npz b/neo_1month/data/CO_M/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..31a764cd271c0a1521ebb3e375fd77ac6fa88882 --- /dev/null +++ b/neo_1month/data/CO_M/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8f25fa7a8b59d3d2363ad00393010d047286dd9ef1e3bb3837db2eedd1c564 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-07.npz b/neo_1month/data/CO_M/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7347f4c80680ed3600c3ef4337c0a3a6f348203 --- /dev/null +++ b/neo_1month/data/CO_M/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9269544fb776137f1b1ea63c7b84c69ae4c9a123d7814e3f6fb102499f30ebd3 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-08.npz b/neo_1month/data/CO_M/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb258cbaa7d4b30ac1d9b813504f81b1b3e9b218 --- /dev/null +++ b/neo_1month/data/CO_M/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58db58fd8640fb33199ae4ca99a039b867e3cffc2b8eb6faa982a3a157340ef +size 1166664 diff --git a/neo_1month/data/CO_M/2002-09.npz b/neo_1month/data/CO_M/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5df04bb81302391dfd7ae668fedb925d9fc61ee --- /dev/null +++ b/neo_1month/data/CO_M/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f59a195dfc018ad3f46977b8a2c92b9b8e9719cd1a3137033bcf2972afc0399 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-10.npz b/neo_1month/data/CO_M/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e631919f2032ce90642f8871b083c47370fe4da --- /dev/null +++ b/neo_1month/data/CO_M/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec4ae8e018ad14b04881e86bb293b3bbc99b6fce57128b8e50f78ceaf949849 +size 1166664 diff --git a/neo_1month/data/CO_M/2002-11.npz b/neo_1month/data/CO_M/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d39246593e459e75c047b4f6e1162a8d75cfce3 --- /dev/null +++ b/neo_1month/data/CO_M/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec97a58cc4edd9b375d1801058cbae269ed367bcb28a6578fd9e0689ad963ec +size 1166664 diff --git a/neo_1month/data/CO_M/2002-12.npz b/neo_1month/data/CO_M/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1638b20a496ff36cdfa0962ed1c49b547b6e972 --- /dev/null +++ b/neo_1month/data/CO_M/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d22884a813f8c06facd04ab1c02b8637ccb005cc8390d991c46ba60016159e1 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-01.npz b/neo_1month/data/CO_M/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..166f44fc84e8666855df023c7cba2a2683f0caf3 --- /dev/null +++ b/neo_1month/data/CO_M/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a0614d2717a14d631636d20536a84aa312f8e93fa73707196cdb1c03c5121f +size 1166664 diff --git a/neo_1month/data/CO_M/2003-02.npz b/neo_1month/data/CO_M/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..87b3fa4cdd3270a47cbb5fae675cd128d63db844 --- /dev/null +++ b/neo_1month/data/CO_M/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af00ec57341c8d79389402de74c5fdc0c4b6b69c1c2c79a1f35933f4ddbe7372 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-03.npz b/neo_1month/data/CO_M/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..883a6fb449b748e86ff11662ac7ebe04a18bdcef --- /dev/null +++ b/neo_1month/data/CO_M/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb670adba5ccf7f6cc42ca485c2d600ff940c2a6a4c35aac6be5b92defb43747 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-04.npz b/neo_1month/data/CO_M/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa43ec02a0b6bd0ba1160a2e6bb4c62615cace0f --- /dev/null +++ b/neo_1month/data/CO_M/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9a3c1aa62125e3a3d70823445bae38a25cb58c694448fe9dfb4efe06d9cb33 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-05.npz b/neo_1month/data/CO_M/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ac0bf4e38ae53c306b3af12ccf706d638c1617f --- /dev/null +++ b/neo_1month/data/CO_M/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8348ab136226b6f076969c922b9cf636146f82ef1d7e52c8d478a94934ebc7e +size 1166664 diff --git a/neo_1month/data/CO_M/2003-06.npz b/neo_1month/data/CO_M/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b09c7211f3dbd0a91518363a3ee3380ec13c3d4b --- /dev/null +++ b/neo_1month/data/CO_M/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980fee2f99142212493d9e2ef7f3bfee3d7caecf8298b7e3dcd5c43370f66e0a +size 1166664 diff --git a/neo_1month/data/CO_M/2003-07.npz b/neo_1month/data/CO_M/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5c570a5cfc3f64e4f19f62be211446634fc4584 --- /dev/null +++ b/neo_1month/data/CO_M/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1d945fa9f2289c11b781fce1620ada96ec24b068b72a6510430b764ee9a8ec +size 1166664 diff --git a/neo_1month/data/CO_M/2003-08.npz b/neo_1month/data/CO_M/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e5ca94c7c66d1f51ecaa8425877d14192dfc462 --- /dev/null +++ b/neo_1month/data/CO_M/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879bbcc6e32330eae14196a552996ab560705ed70ed4ff6ba23d3b83340fa025 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-09.npz b/neo_1month/data/CO_M/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf4def2b02e0bc6f33ec08315bce1bdd93d4ea93 --- /dev/null +++ b/neo_1month/data/CO_M/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a038e5ab5464bd09101e5a5b47d91c60f5bb8c5d979a0e7b10d9bfeb1e4b74c7 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-10.npz b/neo_1month/data/CO_M/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa07f1289eb7cf46b1631c9fea374d77fca6f405 --- /dev/null +++ b/neo_1month/data/CO_M/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc1d5cacffa84e42f3ce15ec1274f4196dd1355f52a503009bf6c40e8baa5a9 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-11.npz b/neo_1month/data/CO_M/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..10422be50a2874dd1429ede841805d0bcd5c7643 --- /dev/null +++ b/neo_1month/data/CO_M/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee42e0afba2fcfc53404be8cf21c91707adb183658d7c221f38b12ae46fac133 +size 1166664 diff --git a/neo_1month/data/CO_M/2003-12.npz b/neo_1month/data/CO_M/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..39744f9cd61ba3aa865eb47a5cf832dda24ede80 --- /dev/null +++ b/neo_1month/data/CO_M/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9533bf3deaeef104baabafb2caec3f3637fa3f7370fa6abdace60d7552c39fae +size 1166664 diff --git a/neo_1month/data/CO_M/2004-01.npz b/neo_1month/data/CO_M/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a22bed027e0070e7cb66dc41d792afef36417ce5 --- /dev/null +++ b/neo_1month/data/CO_M/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2cee2c6bee0c281aa044e1699edffdad6bdcc2b7e0c50dcfd59df1add73577 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-02.npz b/neo_1month/data/CO_M/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4fed7d5a9d676b0061a2c3e9001caca01dfd0a9 --- /dev/null +++ b/neo_1month/data/CO_M/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa128e93280bb8922ef3f97a7e13aab7505511910a310f13d21d0d96c503e371 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-03.npz b/neo_1month/data/CO_M/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d28a1f92e9607f9fa656518bb6ba09e44651d3b0 --- /dev/null +++ b/neo_1month/data/CO_M/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a56a559a4953ad9b2545425f68b72760429eb231371c7e47ecc06f94c166c7a +size 1166664 diff --git a/neo_1month/data/CO_M/2004-04.npz b/neo_1month/data/CO_M/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f72bcf16b4537fd8b8b6c98064e6d25bf1e686cd --- /dev/null +++ b/neo_1month/data/CO_M/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e0efe1f3ba353fa6df66fb2d069da689481f778e64e8547d2b4c79f5242473 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-05.npz b/neo_1month/data/CO_M/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e9cb7acf2e13e2e3d491c76bff4b9596d059602 --- /dev/null +++ b/neo_1month/data/CO_M/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a9ecd4d595d1232671d06f4c5950f8bb77b63cf505264732ecf30cb1f16a07 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-06.npz b/neo_1month/data/CO_M/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8da6007b51329e1a4beecef28688e7f978201fe9 --- /dev/null +++ b/neo_1month/data/CO_M/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22d787f4715c6832a456e2d21c3c450ccf156b68498ca6c19c0137bc45c96fc +size 1166664 diff --git a/neo_1month/data/CO_M/2004-07.npz b/neo_1month/data/CO_M/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a03bb025897ead12e224cc7bc049aa4deae5d301 --- /dev/null +++ b/neo_1month/data/CO_M/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83f108fecc48276405867272ecf4d79bc2969017a6d076c0638e495be1c0205 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-08.npz b/neo_1month/data/CO_M/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba04b31df44f9896b9a89bcc0aa66ef36a740564 --- /dev/null +++ b/neo_1month/data/CO_M/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b394937a2513288006fb6c0277212483d2c525250e904c39b7b8a411e6cad528 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-09.npz b/neo_1month/data/CO_M/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c3e926cf0e7c887a385f81b978c8d55f1870b5 --- /dev/null +++ b/neo_1month/data/CO_M/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5605b02126a6498313cec0061dd93405629e71112a5f0912d99737ad7044fc89 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-10.npz b/neo_1month/data/CO_M/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..04e5f130eb9cc6e257f997173cd35693588f89fe --- /dev/null +++ b/neo_1month/data/CO_M/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d903574122deb905caa81e2d6a638d6328c7a876489826f42a42ea536c9d45 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-11.npz b/neo_1month/data/CO_M/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9ee9c22e9b905f1a72832c6eb49acd867b52bfc --- /dev/null +++ b/neo_1month/data/CO_M/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e2fc18a53cc1c5043aabe3c99f8a7197797cfb13d681509c8c5676e4425cb8 +size 1166664 diff --git a/neo_1month/data/CO_M/2004-12.npz b/neo_1month/data/CO_M/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ddef9d1051b2320abf5473a3a4d0b5d938fd47f --- /dev/null +++ b/neo_1month/data/CO_M/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03ab4fd4288a0acc0200a82deff80c31cabc4ef971ec26fb42a09b4c7f5ba82 +size 1166664 diff --git a/neo_1month/data/CO_M/2005-01.npz b/neo_1month/data/CO_M/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd00283adf2918d787054087f3e372ff660f2536 --- /dev/null +++ b/neo_1month/data/CO_M/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde3e6088059c107ba309c26d5c6162f76c2021a9b863a49bbf2a39e3647a3ec +size 1166664 diff --git a/neo_1month/data/CO_M/2005-02.npz b/neo_1month/data/CO_M/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ab0a7e1138480e26accd6b46e454643869c0491 --- /dev/null +++ b/neo_1month/data/CO_M/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b692583014ab3e60e0217e615a0fcaf4b8eedaea28ccd625fdfc9f01a50df98f +size 1166664 diff --git a/neo_1month/data/CO_M/2005-03.npz b/neo_1month/data/CO_M/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b3c8d97367397adc1a1b370978b896dfb782340 --- /dev/null +++ b/neo_1month/data/CO_M/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daddd9631bb601a5b5df1e1e745c49497da58f043bfe79f4423fe1a3995b238 +size 1166664 diff --git a/neo_1month/data/CO_M/2005-04.npz b/neo_1month/data/CO_M/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..55a348c6783ed75a88173b6c397d0662d52f36b4 --- /dev/null +++ b/neo_1month/data/CO_M/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9485d8e454e6308535e7af4add1e9f4e9d17c6406de66a260cb9053f1a381e65 +size 1166664 diff --git a/neo_1month/data/CO_M/2005-05.npz b/neo_1month/data/CO_M/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..33b30999135298b1990e584e69c7f86a036e2543 --- /dev/null +++ b/neo_1month/data/CO_M/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17935de6cadc9e709098f65eb73b505d7da34abcfa7b1c63fcf97534a918e78 +size 1166664 diff --git a/neo_1month/data/CO_M/2005-06.npz b/neo_1month/data/CO_M/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4826ce9654d648c025bca6a8f5a05398519bfcbf --- /dev/null +++ b/neo_1month/data/CO_M/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f7114c03b703df8f7ac5853286a52a57aa57f417a33bd65e1ab4edd8a41f6f +size 1166664 diff --git a/neo_1month/data/CO_M/2005-07.npz b/neo_1month/data/CO_M/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a61faa4aeee751892f4a2e859573ab719ea99388 --- /dev/null +++ b/neo_1month/data/CO_M/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8a291e031706f58ed35fb519bf706c93c05f789fce896de9de16d8fe3429e3 +size 1166664 diff --git a/neo_1month/data/CO_M/2005-08.npz b/neo_1month/data/CO_M/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..40a50808f15e818d2f98366c08bc718045426c74 --- /dev/null +++ b/neo_1month/data/CO_M/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661624cf491358538ee860ea331e00cbebaf92dabddd13efe100c27b731f9695 +size 1166664 diff --git a/neo_1month/data/CO_M/2005-09.npz b/neo_1month/data/CO_M/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4e957a0937ac1f84a2fe56c6b963a1cedeb45f6 --- /dev/null +++ b/neo_1month/data/CO_M/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e394f7c688c9cd5853ab542e5cac25f91ebbab1c2fff9e27ce80060e22cd680e +size 1166664 diff --git a/neo_1month/data/CO_M/2005-10.npz b/neo_1month/data/CO_M/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1eec787dbbd6ad12afbd1f71726e9b953471dfcf --- /dev/null +++ b/neo_1month/data/CO_M/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e3fb420e9464b38336603f44910280193b7f0467150d677887b238418355be +size 1166664 diff --git a/neo_1month/data/CO_M/2005-11.npz b/neo_1month/data/CO_M/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..273896192fd45cd04139cf8031c55dd386850c30 --- /dev/null +++ b/neo_1month/data/CO_M/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d24adc8c57d04c93fc83c21705ae840320ff82793993e49ea194d0d95ba88d +size 1166664 diff --git a/neo_1month/data/CO_M/2005-12.npz b/neo_1month/data/CO_M/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b2f1b10cc3b0c6dd798faa4ce045fc79761a421 --- /dev/null +++ b/neo_1month/data/CO_M/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba41bba16c009a0460a3859462a9e111add802372eccd80ac8b19f8dcfad8248 +size 1166664 diff --git a/neo_1month/data/CO_M/2006-01.npz b/neo_1month/data/CO_M/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1f9e3c1b188eb19a1474f794a3cc93eee1b85b9 --- /dev/null +++ b/neo_1month/data/CO_M/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30de7331d868c6c7992c3a7fdb0eb752132194e0c2af9d60f1092c31936a8d14 +size 1166664 diff --git a/neo_1month/data/CO_M/2006-02.npz b/neo_1month/data/CO_M/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bea86322054a0f7b4de71385eb559691a854e1d5 --- /dev/null +++ b/neo_1month/data/CO_M/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764dfab2851ced586cfaab442e186d108375dd000ac2a8c3b9b99c69a6fee0f8 +size 1166664 diff --git a/neo_1month/data/CO_M/2006-03.npz b/neo_1month/data/CO_M/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..84891da856f555c63f3ed628c0a76e4a1501804d --- /dev/null +++ b/neo_1month/data/CO_M/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6a79fbb4d36efe6a74f00f2294cc04d9de7d5e7d3e8630f71c4d14d48bff03 +size 1166664 diff --git a/neo_1month/data/CO_M/2006-04.npz b/neo_1month/data/CO_M/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb58fa8697190f458579e12a4a10e87946a2d14d --- /dev/null +++ b/neo_1month/data/CO_M/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f18c2521a86746d76c047e04c0da8bf89e7a8a2df21cb02516e2a4e12fac5d +size 1166664 diff --git a/neo_1month/data/CO_M/2006-05.npz b/neo_1month/data/CO_M/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5f2fc456bdc865cd1650ce4cc876806d73d3470 --- /dev/null +++ b/neo_1month/data/CO_M/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0f4ca4d54b408acd83818088b4c87e5877e93adbc228389e77b1fe57226f8f +size 1166664 diff --git a/neo_1month/data/CO_M/2006-06.npz b/neo_1month/data/CO_M/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9ed77949ec093c2fbec6051472c5231e7bf2785 --- /dev/null +++ b/neo_1month/data/CO_M/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec1b67864156ad9b77fc5086f179498f3d478fb072fef866833834cbebdaadc +size 1166664 diff --git a/neo_1month/data/CO_M/2006-07.npz b/neo_1month/data/CO_M/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8065b1d3d4a845d2564590b982884c48e437127 --- /dev/null +++ b/neo_1month/data/CO_M/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be93a8e2fc339b7948b077b4b65795aba7eb47f1541d64ebd620cd6f5d59e936 +size 1166664 diff --git a/neo_1month/data/CO_M/2006-08.npz b/neo_1month/data/CO_M/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..af1234517e44cfc807ea9d0716f54df866e2eb7a --- /dev/null +++ b/neo_1month/data/CO_M/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75f50b62d4bfa678c10813050b6a10c5ec43392a99ad97935e46acdbb972caa +size 1166664 diff --git a/neo_1month/data/CO_M/2006-09.npz b/neo_1month/data/CO_M/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b03ec4bf2727162483714ee608c1801676aa093d --- /dev/null +++ b/neo_1month/data/CO_M/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6359f224cc792012859cf64a520da191d5d2149669fec9ace99e5897c8d5b22b +size 1166664 diff --git a/neo_1month/data/CO_M/2006-10.npz b/neo_1month/data/CO_M/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..861a2bae3f333d127867eb4f14dbc4ac7a5739ad --- /dev/null +++ b/neo_1month/data/CO_M/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f57658384838cb8d8bc15a6ec2bf4b44fb62fa414eccc3d1d93ebdff58adba +size 1166664 diff --git a/neo_1month/data/CO_M/2006-11.npz b/neo_1month/data/CO_M/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..46fe9123f7a6361b68c9c9525c8ec37e77279d66 --- /dev/null +++ b/neo_1month/data/CO_M/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fdf9fc6ff9adf4f2591f66ea00e5cf9527116c1369835b219aa7899af8b24c +size 1166664 diff --git a/neo_1month/data/CO_M/2006-12.npz b/neo_1month/data/CO_M/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b94713932e0444857ae83cf7654dde89bfc4a2f0 --- /dev/null +++ b/neo_1month/data/CO_M/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a21c3fdab4df4a1541449c60646a20190e9f7656ad0bfb5b933f49430e71e8 +size 1166664 diff --git a/neo_1month/data/CO_M/2007-01.npz b/neo_1month/data/CO_M/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9dc8411f5c961a8d84ae689aec9eb4e6cf1cea7 --- /dev/null +++ b/neo_1month/data/CO_M/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b46522973243a46078e7c1f827235555c7aea6bb1f39815d41425d88b4aafe +size 1166664 diff --git a/neo_1month/data/CO_M/2007-02.npz b/neo_1month/data/CO_M/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..204dd5b1a3ba7920f4b4463afb11288305173951 --- /dev/null +++ b/neo_1month/data/CO_M/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8bbec4d98744deacd206fab2aefba71be4ab52c85df7a188cb955ea423c197 +size 1166664 diff --git a/neo_1month/data/CO_M/2007-03.npz b/neo_1month/data/CO_M/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6114d44bcf745f249ea93099e931cfaa7d8e8247 --- /dev/null +++ b/neo_1month/data/CO_M/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6de5100a53cb485d52af15d47202cf17a99460d6e11e1df42305d51185be68 +size 1166664 diff --git a/neo_1month/data/CO_M/2007-04.npz b/neo_1month/data/CO_M/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..98e0a31f0e8381be73649296a0f856a1b6e9c7d2 --- /dev/null +++ b/neo_1month/data/CO_M/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7fd653eddc1e32ac7a1fd92f9b5080032b2f4ad34de3bd3d8abba737108f9a +size 1166664 diff --git a/neo_1month/data/CO_M/2007-05.npz b/neo_1month/data/CO_M/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6b70dd1f1a06393674d54420c48a867374feb89 --- /dev/null +++ b/neo_1month/data/CO_M/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a563d7b5a8e6abd2435b63d3c0a1aedd7be9cf7e33fbc19e934fc774150427bc +size 1166664 diff --git a/neo_1month/data/CO_M/2007-06.npz b/neo_1month/data/CO_M/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e9d90b977f3479237530a23109fc80813b6b4d2 --- /dev/null +++ b/neo_1month/data/CO_M/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8533947309d39a07642c90d4a3220b25c3a7fc3fb71970929c8d3d1091dd02 +size 1166664 diff --git a/neo_1month/data/CO_M/2007-07.npz b/neo_1month/data/CO_M/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b201e12f376718fdf0854e2b350b8c9cde43ce45 --- /dev/null +++ b/neo_1month/data/CO_M/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85374cab37237c41e0719eee3fdba1cbd2f1c96319525972fdca3006d7cd45fa +size 1166664 diff --git a/neo_1month/data/CO_M/2007-08.npz b/neo_1month/data/CO_M/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..37634e8e9f751d4e6142173d2e1d6d2ee7d27973 --- /dev/null +++ b/neo_1month/data/CO_M/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703901e9eda790f0b4ed0dceeb70a694ca9b4cf92769588bb61c142697b88b12 +size 1166664 diff --git a/neo_1month/data/CO_M/2007-09.npz b/neo_1month/data/CO_M/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a9d22a7507c1e3a8b000bfe253a1c88850c526a --- /dev/null +++ b/neo_1month/data/CO_M/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c16ab4060ca76c91bbf24dc97c0d5acaa3cc8a16e6b9d83ce69874cd0059042 +size 1166664 diff --git a/neo_1month/data/CO_M/2007-10.npz b/neo_1month/data/CO_M/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ab05d97910e4fdba040d006fe2f61ca408fd2d3 --- /dev/null +++ b/neo_1month/data/CO_M/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523f54fa3bd55b4a88b34426105bbda8d95c9c4bd861929a3927c0904308861a +size 1166664 diff --git a/neo_1month/data/CO_M/2007-11.npz b/neo_1month/data/CO_M/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddd7cd2eeac66d69f954548d1544e4bd7d460fba --- /dev/null +++ b/neo_1month/data/CO_M/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43211b41041187f1c2fe27f11e047603341485655c2991d4897eedcbc102e80f +size 1166664 diff --git a/neo_1month/data/CO_M/2007-12.npz b/neo_1month/data/CO_M/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb9ab1b6c6d2aea9f8add6a75ac8738e069e1a0d --- /dev/null +++ b/neo_1month/data/CO_M/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256bcebd393251917cb7224200c29c434aa0ecfaa79d80163609301089573f3f +size 1166664 diff --git a/neo_1month/data/CO_M/2008-01.npz b/neo_1month/data/CO_M/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ac3d4fd01e29e79e050fa515456e20f5a1edd65 --- /dev/null +++ b/neo_1month/data/CO_M/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c6dcbc61f7240d4e4ad5d0ef3837f71f26937ee112ff2591db5c511fd6b538 +size 1166664 diff --git a/neo_1month/data/CO_M/2008-02.npz b/neo_1month/data/CO_M/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0e8c6548eb1e55c0a9120078b5547f264c9dea5 --- /dev/null +++ b/neo_1month/data/CO_M/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f484603aa5a009c56c553f1e7e05f59c5ec2335e189e8d1542cb6db78812a3 +size 1166664 diff --git a/neo_1month/data/CO_M/2008-03.npz b/neo_1month/data/CO_M/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..24ba911540ac6696994c4199406e244c50c5b10b --- /dev/null +++ b/neo_1month/data/CO_M/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1808bcdd40df8cdf3c4099ef472649c2754415fd4371fdd46e4e4bbde5ee4800 +size 1166664 diff --git a/neo_1month/data/CO_M/2008-04.npz b/neo_1month/data/CO_M/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfe76f0d32391c62a98e2697c157ff8f42f634fb --- /dev/null +++ b/neo_1month/data/CO_M/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8bbd2b5bc76dba6b136c1fed4903fb48029e8d5d7f769b96b5c5816df8093d +size 1166664 diff --git a/neo_1month/data/CO_M/2008-05.npz b/neo_1month/data/CO_M/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..52d12f64325f1ee692e92a42a9ed22cf9fa04750 --- /dev/null +++ b/neo_1month/data/CO_M/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aea4b556e678ddf962250b66ffecaea4646d6adab6fdb7e558ba8f6232b34ea +size 1166664 diff --git a/neo_1month/data/CO_M/2008-06.npz b/neo_1month/data/CO_M/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..21f6cf1c992042b3c520781aaba99ff1fe1b2d1b --- /dev/null +++ b/neo_1month/data/CO_M/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d413d070aa2b91a319defb5d6be0c7657acf4fed8c06002c5f4f33f33d3b1739 +size 1166664 diff --git a/neo_1month/data/CO_M/2008-07.npz b/neo_1month/data/CO_M/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f4ef2d589fa0d2d59899d332ce25cbaf8368e80 --- /dev/null +++ b/neo_1month/data/CO_M/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93a88b369f94a661120629fe0446928108589c9f050522e9a990b20f5c5437b +size 1166664 diff --git a/neo_1month/data/CO_M/2008-08.npz b/neo_1month/data/CO_M/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b0e0f1042e30edca895e5cb819373c689e8ab7d --- /dev/null +++ b/neo_1month/data/CO_M/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b6dc7819565827678a84b3835a6aa0c6a0bae40f269534de19653884ce9095 +size 1166664 diff --git a/neo_1month/data/CO_M/2008-09.npz b/neo_1month/data/CO_M/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a43f36f8700da41de4eaaf7cace2906c771f5155 --- /dev/null +++ b/neo_1month/data/CO_M/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3604ed6e7f1ad2490de28314dd013d7596060a319ceaca85800c49127501fe9d +size 1166664 diff --git a/neo_1month/data/CO_M/2008-10.npz b/neo_1month/data/CO_M/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9de2e90af7b19752000f9d2dc6714adaeaf57178 --- /dev/null +++ b/neo_1month/data/CO_M/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddc8576d5ac8a7e4f4532452f48a6b748d415722254bbe4bdc3476ecbccbdbb +size 1166664 diff --git a/neo_1month/data/CO_M/2008-11.npz b/neo_1month/data/CO_M/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4f62b42a07842d6831b68db020c84cf2e396213 --- /dev/null +++ b/neo_1month/data/CO_M/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605835e3aa86c4bde13ab23eb55a30ee4fba9ed83f92e8527fb226b7bfc30a1c +size 1166664 diff --git a/neo_1month/data/CO_M/2008-12.npz b/neo_1month/data/CO_M/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b18796f71226c8ee49a4124f61b5e8b607fe7867 --- /dev/null +++ b/neo_1month/data/CO_M/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068a86d7bcd7bbfce94bb0a2ede98bd1b757aa45eb2470558eed7aa150f33c02 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-01.npz b/neo_1month/data/CO_M/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..455949c924895e7475400e24d1750e3cd27ef87f --- /dev/null +++ b/neo_1month/data/CO_M/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9762f06e5f9127a147774def348fea4cb3fb9549495d3d4dc3d85351ca4dda9 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-02.npz b/neo_1month/data/CO_M/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfe08efc4850c7434da43c18afa345c3c62ffd96 --- /dev/null +++ b/neo_1month/data/CO_M/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dcbdb2c534ef10937e444abfbedc9d8411ea363b773993f40cc922eb5a9937 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-03.npz b/neo_1month/data/CO_M/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c3ba3dbfa75506a0b8507c8d7eba74a11fc8833 --- /dev/null +++ b/neo_1month/data/CO_M/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a06e853ec4f77167324fc73a4c2943f78a0f93325d150e8c72b75de0a38c7f +size 1166664 diff --git a/neo_1month/data/CO_M/2009-04.npz b/neo_1month/data/CO_M/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b9265aae81e12cf8d83ad37ec36867abfceba64 --- /dev/null +++ b/neo_1month/data/CO_M/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e70a461eeca1db44efbbbc32af852b6454ed32e35ea9a8338e22d1b57c3d36c +size 1166664 diff --git a/neo_1month/data/CO_M/2009-05.npz b/neo_1month/data/CO_M/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb058c8ca00fb5c7c1a762feaf1536ba889b9ac2 --- /dev/null +++ b/neo_1month/data/CO_M/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8b240cdb4e94867e5645a41fc30109849375b8ad2b881defea1ff4f04c2451 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-06.npz b/neo_1month/data/CO_M/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..62214e5f620f99e0a9033a0b37e92eacc94f85cc --- /dev/null +++ b/neo_1month/data/CO_M/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e231cc21c02f2e9acd353aafcec61e790f01e69c19e708ead50e2a8ea3b2d1 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-07.npz b/neo_1month/data/CO_M/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ee62b83ea600eb32fa7d7a898ccd426dfe56335 --- /dev/null +++ b/neo_1month/data/CO_M/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67a6c3b0c2450c5374a77068a9454e8fc8fcdee33629643b7b95550399f0d03 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-10.npz b/neo_1month/data/CO_M/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b56aed31f68cb0f71478d645fe4a8590dedb258 --- /dev/null +++ b/neo_1month/data/CO_M/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be18acca317e342cb3f859cde0b0bbf63b3295c26f6770a13e85d25c2fc0cc5 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-11.npz b/neo_1month/data/CO_M/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..592e42f6015659c9babb998850f9bdf95c96a1b7 --- /dev/null +++ b/neo_1month/data/CO_M/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bb1004dd38c9c80375008a70b808570836e8d6e596ad6a5257eef3cbacac39 +size 1166664 diff --git a/neo_1month/data/CO_M/2009-12.npz b/neo_1month/data/CO_M/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ff58f577cfb84c75d0cea46b2880038b4c6c009 --- /dev/null +++ b/neo_1month/data/CO_M/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cff208f74e63cbb6cdf29bf80dee674e1780e4d6c319d8f8ac2cd27dab2057f +size 1166664 diff --git a/neo_1month/data/CO_M/2010-01.npz b/neo_1month/data/CO_M/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..75ed0c75f8bf6014a79b24b541ce4ada8cdf18b0 --- /dev/null +++ b/neo_1month/data/CO_M/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549c4e08ad0b8fb617fbe78aabf4c33500c6ff90277557e4aef0047bee92d134 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-02.npz b/neo_1month/data/CO_M/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..68ebbce3cb46ddc05d7633a0536d08060fef4da3 --- /dev/null +++ b/neo_1month/data/CO_M/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fbf35924211f497c2a0c9f04ed59bf4c7225ada6f25078ae7801869255f2ba +size 1166664 diff --git a/neo_1month/data/CO_M/2010-03.npz b/neo_1month/data/CO_M/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdbcdfeac57155cfba5fbdb8c7b09e9549471cd6 --- /dev/null +++ b/neo_1month/data/CO_M/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08efbbd8123f2fd75fdaae58b48ab28f95de8a04f4a2a59128b30a6b433a14a1 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-04.npz b/neo_1month/data/CO_M/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e46756a392cb0e0cf2d3f56f0f6e191df437fda --- /dev/null +++ b/neo_1month/data/CO_M/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0195651861820cefeba7dbd9a0658a8184ab9ec22ac081e5eccf0e98c1aebb +size 1166664 diff --git a/neo_1month/data/CO_M/2010-05.npz b/neo_1month/data/CO_M/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a317efb06b721bc153295c31e957aee108747293 --- /dev/null +++ b/neo_1month/data/CO_M/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7bdb188a6dc41e4a074739822a7a3f86beee83895153c498ba7addcd8598b6 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-06.npz b/neo_1month/data/CO_M/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b9e94a2bf7fc2ccc6a704c4e12c48c2d4f882ff --- /dev/null +++ b/neo_1month/data/CO_M/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5b170581ed8131b2323250ec60f9e75fb2d52e8532f66a51d7af28e0b8e8a3 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-07.npz b/neo_1month/data/CO_M/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfd74621e4d12626eabe7c311e1cd60bea9201c3 --- /dev/null +++ b/neo_1month/data/CO_M/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d109960f5928d95d0b1dd36dad4cc46fbc60d664cc66bb8248f6702aac1d271 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-08.npz b/neo_1month/data/CO_M/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..63fc7c3776729c1297cb978bb799ecd73707c8b6 --- /dev/null +++ b/neo_1month/data/CO_M/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddf5c848a602a31404ad51899a10ba581e90f03fe3b3bb1db013816ec560e5c +size 1166664 diff --git a/neo_1month/data/CO_M/2010-09.npz b/neo_1month/data/CO_M/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb70a80a1ef2bd9138c5f0531c41b884a276756f --- /dev/null +++ b/neo_1month/data/CO_M/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760b2959479b81017ec9a385a7cf1b49fb30eb5a15b03f251bad82f0288f8558 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-10.npz b/neo_1month/data/CO_M/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6abf35d041ecf77c192af32c42d27a5e26d65e1 --- /dev/null +++ b/neo_1month/data/CO_M/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba19b8d133050a788c57aabe66f7c9699c5561ed8c82f80ca4e625fda411981b +size 1166664 diff --git a/neo_1month/data/CO_M/2010-11.npz b/neo_1month/data/CO_M/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..30dcab68e497a0c9df49d915cae9e35eac8356cd --- /dev/null +++ b/neo_1month/data/CO_M/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3165a9000ac35893b9b4b88d13db8ba6278d125ae2034f7d7eabec4789709fe6 +size 1166664 diff --git a/neo_1month/data/CO_M/2010-12.npz b/neo_1month/data/CO_M/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e2492cbb5b4033f3881433815fe81929d1c454c --- /dev/null +++ b/neo_1month/data/CO_M/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf53ee672031a78f271f8126b4aa39457ad016d0ea493b2d41373692eefd8a8 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-01.npz b/neo_1month/data/CO_M/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2758eaf8491a9c17c4524a87b5dcf28703643804 --- /dev/null +++ b/neo_1month/data/CO_M/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46833b8ce99ed9e13819f8064a6877c601c72398314005e7100a07889da8d8e0 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-02.npz b/neo_1month/data/CO_M/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ea078650c257a58b4ec663f14ecd1b0956ca02f --- /dev/null +++ b/neo_1month/data/CO_M/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c78a7e8407e2d24ff33ba84190d35805a48f57849965384192f69172388d8af +size 1166664 diff --git a/neo_1month/data/CO_M/2011-03.npz b/neo_1month/data/CO_M/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fe5451f5201538ccb5ceb11cc959b796cda0ff8 --- /dev/null +++ b/neo_1month/data/CO_M/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e60c361949061c856374d461ae595276f06a49eefb144c4018ffe37a481b6e +size 1166664 diff --git a/neo_1month/data/CO_M/2011-04.npz b/neo_1month/data/CO_M/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43a66ac547ff581e5cc49efe4e4c297349be0fa1 --- /dev/null +++ b/neo_1month/data/CO_M/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e043111832de7489e71665750b66bcc129645819103a4cb8bd3250780d6613 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-05.npz b/neo_1month/data/CO_M/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..39fbffb0a704c28acb572343f784c65cf2ede129 --- /dev/null +++ b/neo_1month/data/CO_M/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89bd0fb8947749285c59999ab6fb93d145dd51283e0c1c4236abd1160e5eb96 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-06.npz b/neo_1month/data/CO_M/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d1b775d5c8cad1ecfdd9151822cd793d73696d8 --- /dev/null +++ b/neo_1month/data/CO_M/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fefd7acdce3a66fe8b9148e39ed5c955f79bd478b995c8bbd2bb6ee34c98ede +size 1166664 diff --git a/neo_1month/data/CO_M/2011-07.npz b/neo_1month/data/CO_M/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a3f1fff9e53348fb78339b15208ecc85a598239 --- /dev/null +++ b/neo_1month/data/CO_M/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c3fde0cda687b4de1e35341221c18c4b6c58761d3502971d3c164ab4fce761 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-08.npz b/neo_1month/data/CO_M/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..04526a679fa2f1aade9f04815db30051a96009f5 --- /dev/null +++ b/neo_1month/data/CO_M/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f063277799a0abd2f19109cb637fbb9b05765e297b829d2caa7e5b80f4b404f0 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-09.npz b/neo_1month/data/CO_M/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bade45289d8b93be9109c91022f8092342057ae0 --- /dev/null +++ b/neo_1month/data/CO_M/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7cea96ccc0978646fd27f34c801bd0f897a70113fa65c1869d96bfea75b29c +size 1166664 diff --git a/neo_1month/data/CO_M/2011-10.npz b/neo_1month/data/CO_M/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..88e25886afe08c7ffb1687bf959a7208de4b3da5 --- /dev/null +++ b/neo_1month/data/CO_M/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a8c2bfc4300a895ababe1c099ef8d1cd58a9ff9030fe0db04261bdd3dd187f +size 1166664 diff --git a/neo_1month/data/CO_M/2011-11.npz b/neo_1month/data/CO_M/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..308a99a22a1eb697b348fb59d7308584bec2f910 --- /dev/null +++ b/neo_1month/data/CO_M/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f616963711b52b5ace0bb4781d5dc0eb528e2175d4c1dcf549d74b1bc17bfaa0 +size 1166664 diff --git a/neo_1month/data/CO_M/2011-12.npz b/neo_1month/data/CO_M/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..92b66e7100e9c6344a2d501994bab41e7ecedd54 --- /dev/null +++ b/neo_1month/data/CO_M/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321da9ca0f68b86f8f066f7a48398dfc8e3af8891cd3831797edfa75173bd76c +size 1166664 diff --git a/neo_1month/data/CO_M/2012-01.npz b/neo_1month/data/CO_M/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7312c26391e8d7ca8eb5fdb650ae600e520e4fd7 --- /dev/null +++ b/neo_1month/data/CO_M/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7279a5d139ee387e7e14e54d306ffd4ec0ef2270f9e7bd9dd889b984765e8457 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-02.npz b/neo_1month/data/CO_M/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3cd7a214ff1cf35fe8ef4c5085cd2046da04b03 --- /dev/null +++ b/neo_1month/data/CO_M/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08286d996d1628acf956675985612771f5ff7e30f8eba22d8299586b3693ad02 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-03.npz b/neo_1month/data/CO_M/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb2aebb91dc6efdd70d99fedf9803b21a2fc23ec --- /dev/null +++ b/neo_1month/data/CO_M/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d98c96a21c861269db8f2f483d3f7475d6d56c05f1c59d051e03fec148656af +size 1166664 diff --git a/neo_1month/data/CO_M/2012-04.npz b/neo_1month/data/CO_M/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc54ae119489380f1ef5c2df6c34a6f8ad9ad60f --- /dev/null +++ b/neo_1month/data/CO_M/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ace8ad7bb612d00b5bcc595a562e343ef3eb97b4013484604fe3847eb9dc1b +size 1166664 diff --git a/neo_1month/data/CO_M/2012-05.npz b/neo_1month/data/CO_M/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f88224a3269098f1cf756b92f3707414f00bb17 --- /dev/null +++ b/neo_1month/data/CO_M/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e23cad494cfdd8f03ac21b63a29cf847399f427f93cd063e621522367a93eb +size 1166664 diff --git a/neo_1month/data/CO_M/2012-06.npz b/neo_1month/data/CO_M/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..390f593d523ca5fbb87ecc6340164b5ccc7d0d10 --- /dev/null +++ b/neo_1month/data/CO_M/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ce06723bb18e2e1416779dc943b8f71b6c1d4f3c8f4bd2dac5ee072ca95ce4 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-07.npz b/neo_1month/data/CO_M/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cb90b8650afb7f491a068dfb2512b7bc415e8ce --- /dev/null +++ b/neo_1month/data/CO_M/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b32bdd4cfc26abf542956a9ac5604de78bae4bd6f62033f2904bb1b5439024 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-08.npz b/neo_1month/data/CO_M/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..be2e65d30dd5a94fb1812e673ec3144609e1d970 --- /dev/null +++ b/neo_1month/data/CO_M/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a6168ef9f1a4f76dbb32efdab6dc4e0a644acadb36ebb93f73495b3815c64 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-09.npz b/neo_1month/data/CO_M/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e457bfb4780aae370661d268ccb6101afe7b457d --- /dev/null +++ b/neo_1month/data/CO_M/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea4047cfbefbb5456cd4fd05eb18b6e04dd8d26b28da35d24033104331f954a +size 1166664 diff --git a/neo_1month/data/CO_M/2012-10.npz b/neo_1month/data/CO_M/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f498d732fde4a98886681c7790040f8e5ad4307 --- /dev/null +++ b/neo_1month/data/CO_M/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34905b872cae6a3370d7e85ab7e5f80fcbd595d522cc39e89672cfd098c8e383 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-11.npz b/neo_1month/data/CO_M/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c500f1dcb139b3944bb702f743cddac8ae60bb5 --- /dev/null +++ b/neo_1month/data/CO_M/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb5ee8c2471d052f3358eb6f44458c7d4cbc9df0d04dc189c0d28c2454dec32 +size 1166664 diff --git a/neo_1month/data/CO_M/2012-12.npz b/neo_1month/data/CO_M/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7852583d0d637ca1cf120c4639ed1182c35f3af9 --- /dev/null +++ b/neo_1month/data/CO_M/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6476d0bc5082e5935a495ce8d646a6077473b563e9cc6e77b28ab8eb602a84b +size 1166664 diff --git a/neo_1month/data/CO_M/2013-01.npz b/neo_1month/data/CO_M/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bfe59878679b220a944bfb4c067be561fa2c62b --- /dev/null +++ b/neo_1month/data/CO_M/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007c3318b2c67e05b2499761f35e5fe1a98b5eb8ccb3ba94a0f64804aeee04e3 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-02.npz b/neo_1month/data/CO_M/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c813ea11fd08a8a029590a8598afe25ea7d731ea --- /dev/null +++ b/neo_1month/data/CO_M/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fcabf51acf4eb3d89fc7abe04a3dd88a7fff48153df0224afc5bbe239bb216 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-03.npz b/neo_1month/data/CO_M/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb90496c4a530125a18a3c165f251bd211449a61 --- /dev/null +++ b/neo_1month/data/CO_M/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc37b300fb56c100fb446956cc54b9540abfd31c170abee2fe3144820d5883a +size 1166664 diff --git a/neo_1month/data/CO_M/2013-04.npz b/neo_1month/data/CO_M/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18acde5f2fca3a1040c73519c79a1ea88d705e4e --- /dev/null +++ b/neo_1month/data/CO_M/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e4de59ab404594e26e43883f804a0cb5d75a2f2a32ca9626aa58c35b7c6d58 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-05.npz b/neo_1month/data/CO_M/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c9c9f3724675b2cdb2297f198f626fd18abd41f --- /dev/null +++ b/neo_1month/data/CO_M/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827a82b3a27f91fa053fc59eb95c043b015edfc653963cf192a5d16da6b568ee +size 1166664 diff --git a/neo_1month/data/CO_M/2013-06.npz b/neo_1month/data/CO_M/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f65e0bb42219aae739f0ad83adc5ad422e75fb4 --- /dev/null +++ b/neo_1month/data/CO_M/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34672e52ea3ef1a053db752de520d126e2f68918061da91004e9ab273c72dfcb +size 1166664 diff --git a/neo_1month/data/CO_M/2013-07.npz b/neo_1month/data/CO_M/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d84db5e66bb4793c0e1a140ceb0e51af41ba1a02 --- /dev/null +++ b/neo_1month/data/CO_M/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfd3958f5e65aa1a7ecfb88c2c6948a412b5927bae945970e4a63e8fab75e61 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-08.npz b/neo_1month/data/CO_M/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e05c1339b6eeb2079406ed0ad657b3463869284 --- /dev/null +++ b/neo_1month/data/CO_M/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d75822f56e943cbf12d476f36ded5f311a86fb679821392a239db26b1443269 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-09.npz b/neo_1month/data/CO_M/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c8ade723a35174563f8c1aef60aec438eebd8a4 --- /dev/null +++ b/neo_1month/data/CO_M/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3a441b74148db3440adef9233cc814a85ad71fd5dcb2c0b2d2aeb808cfdd22 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-10.npz b/neo_1month/data/CO_M/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8b07d543c0085839e9ee8828220c18af60dc2cc --- /dev/null +++ b/neo_1month/data/CO_M/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c1b2a1f04d25f93ee96309324435e5e4cfd89770c95bfb80ab5d6cae837f02 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-11.npz b/neo_1month/data/CO_M/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e50f615ea1078043b86c4261f3edc32f0ad2ddf8 --- /dev/null +++ b/neo_1month/data/CO_M/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba83dbc73d46aba1d869e9165807a06b4b726280b6f57690f1fac3f9092a8e5 +size 1166664 diff --git a/neo_1month/data/CO_M/2013-12.npz b/neo_1month/data/CO_M/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec825c7745a1ca0bb8fcfd0683850d781507914b --- /dev/null +++ b/neo_1month/data/CO_M/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9f50d1461837b8f63d670ce416a2a00ade07b1e675d7ee29047e4526218867 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-01.npz b/neo_1month/data/CO_M/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a9035a11925b8d857514a7c8eb6be40c8100a89 --- /dev/null +++ b/neo_1month/data/CO_M/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3e4be306abb2c8bb634c84a0414cf9c8cb3e1cbc218ddf9a73d39d913fe122 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-02.npz b/neo_1month/data/CO_M/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..08b9d4dc228d85f791fc4ec555b33cb94eb6928d --- /dev/null +++ b/neo_1month/data/CO_M/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ed9e221b36f69d2de9e2a2a0c3433fbdc829984bee02c5f31ac7d48ac6b41 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-03.npz b/neo_1month/data/CO_M/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9c39d11d4ae8ecce9fcd2f535e505cf0fddbe40 --- /dev/null +++ b/neo_1month/data/CO_M/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df375abf3e9ed2b888305fd93c499b02b092d50f40323d5be126105fb4cf035 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-04.npz b/neo_1month/data/CO_M/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c598947f11cd4d311f3cef1a53db95b95c01b30 --- /dev/null +++ b/neo_1month/data/CO_M/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59bb31965ef6a5cf011441270fb1625b530f718f3eb4c6790e64840b3b979e6 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-05.npz b/neo_1month/data/CO_M/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9156014ebda24f00e5354781734ca823a16ac904 --- /dev/null +++ b/neo_1month/data/CO_M/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22e3ccb15d84b369084233937691bb3326be2b4c6a7055253b9416fd5ee17e0 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-06.npz b/neo_1month/data/CO_M/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6cb7c6be64146b8922c8bbc615a0dd6128b7254 --- /dev/null +++ b/neo_1month/data/CO_M/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef2182a3b8182b0868925672cad7ac1c6aaf1e17b7df3784a3514aa173188e2 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-07.npz b/neo_1month/data/CO_M/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a06f4ffb42e014ae4794668bfb48c719f22fda4 --- /dev/null +++ b/neo_1month/data/CO_M/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d736938bcdea851e7f1eb255c68a233f2ce8ce7ea4b94227e16438ebabcc2f5 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-08.npz b/neo_1month/data/CO_M/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..08e156cea5c92e5adcc0e30b3c61ae8ddcb9d059 --- /dev/null +++ b/neo_1month/data/CO_M/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b742552c31ce2fd4c7fe46a4787559e3be3994c1e8d3c493df4d0edd3ef36c +size 1166664 diff --git a/neo_1month/data/CO_M/2014-09.npz b/neo_1month/data/CO_M/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..680d135f928556646d33830310d6ba2610e6ba9d --- /dev/null +++ b/neo_1month/data/CO_M/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5e0fb07324a70bf33554e3afe08067658c54551a7100286ea3aea173cf7519 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-10.npz b/neo_1month/data/CO_M/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dfbe7b9aa5ff35158c90e80a3f7c71c71ffff23 --- /dev/null +++ b/neo_1month/data/CO_M/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ebb1348c18cdba9749b8730abec12514ee9ce289c3efe3d6bf6a2b4ff4b5a9 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-11.npz b/neo_1month/data/CO_M/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9de630f389c3793d3eccda1bd4e468b859f3467 --- /dev/null +++ b/neo_1month/data/CO_M/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb97966cdc684c11b9b08dc749369d6a84fa3bc2e6a9aac2c303eb8ae7ea9d7 +size 1166664 diff --git a/neo_1month/data/CO_M/2014-12.npz b/neo_1month/data/CO_M/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ac8fa99a6bdc6fbc4f03f40ad4dd183ece80cfa --- /dev/null +++ b/neo_1month/data/CO_M/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff20d75fdf3536d42b21b9e4dd0c7391d610e60f3e77569d8c40eb884dbe133f +size 1166664 diff --git a/neo_1month/data/CO_M/2015-01.npz b/neo_1month/data/CO_M/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..03da2dd1474f66fce9e780302f61065a0722cfb4 --- /dev/null +++ b/neo_1month/data/CO_M/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac68e6c2510a8931bfe6d99735aa109493005318d22b255101bc768fd07c715 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-02.npz b/neo_1month/data/CO_M/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec9a0670aa6864f093525e291c6196137d99f9c4 --- /dev/null +++ b/neo_1month/data/CO_M/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96162f65d6b60c73bafcb61d9b064ab3266b406915012c13970dc1e4074211e3 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-03.npz b/neo_1month/data/CO_M/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..28929af2d60c72f3dc7d4c8c40077ca941b1b579 --- /dev/null +++ b/neo_1month/data/CO_M/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb38fe85d1bcb09c0d7ce21ae1004a3cf700bb1f15774787d4653125608a26f4 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-04.npz b/neo_1month/data/CO_M/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d3104fbc028e913b92b9c8680a8d6bfa203b8f5 --- /dev/null +++ b/neo_1month/data/CO_M/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183dbea8c6b1dda384c239240fecfd00c2db9b9af9987cc821f39d0f1963db1d +size 1166664 diff --git a/neo_1month/data/CO_M/2015-05.npz b/neo_1month/data/CO_M/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..548f52dd62b1bfaa5679400cdf73430af65e347f --- /dev/null +++ b/neo_1month/data/CO_M/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cc8dc4f8fe82400ed2c78a049df5775173252dbe68cd9c365d12251a5a5fad +size 1166664 diff --git a/neo_1month/data/CO_M/2015-06.npz b/neo_1month/data/CO_M/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..61c8e7bc82de16e058a37ac1eea333122155707a --- /dev/null +++ b/neo_1month/data/CO_M/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b2e8cfd880029cdf4ab9bd4773dd326f27d8885f181894358ff1f79467716b +size 1166664 diff --git a/neo_1month/data/CO_M/2015-07.npz b/neo_1month/data/CO_M/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aab65e70eff88f06a6e4690251bc8d0b475bed5c --- /dev/null +++ b/neo_1month/data/CO_M/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db248b5a0f68e002d386cce5cc987cd7c767c7b102e7d68cfeb282e2b0b81877 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-08.npz b/neo_1month/data/CO_M/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1ea0d274343c18250c73aee405552a11a56a7b0 --- /dev/null +++ b/neo_1month/data/CO_M/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0f2109f93d58d5cf2e94315b87ea5c2f35942e2db93f972c5187972fb24213 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-09.npz b/neo_1month/data/CO_M/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ecab1513532100e97c30ec479d8162fcf72fcf7 --- /dev/null +++ b/neo_1month/data/CO_M/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad13ce07c3cca1c089ede08d045ae48020c2ec67daaa752cebff7574d360f86 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-10.npz b/neo_1month/data/CO_M/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a99a03c0c391f581cf567f8deff7d2c9f5a6696 --- /dev/null +++ b/neo_1month/data/CO_M/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6154f55919a05770f48b01e5bb59b3a7c004fb80eb26f1c79595db50f99430ba +size 1166664 diff --git a/neo_1month/data/CO_M/2015-11.npz b/neo_1month/data/CO_M/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d02b2bc23897d95163f222c1f24e7469de821094 --- /dev/null +++ b/neo_1month/data/CO_M/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02d59514d8123f09b23a6862f25f30a4d06126d23f42fed44052621846fd0c0 +size 1166664 diff --git a/neo_1month/data/CO_M/2015-12.npz b/neo_1month/data/CO_M/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..69b231a2d900be35ea6897d9059af732eb7cd7aa --- /dev/null +++ b/neo_1month/data/CO_M/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2c2fe515d1e6d1901e34c88374c6f5f11660fcd2ec35f498aa9bd951c6e976 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-01.npz b/neo_1month/data/CO_M/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2ff3c48f741d9e64ae0d85790b913c1accfc530 --- /dev/null +++ b/neo_1month/data/CO_M/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f6364fc785b28b6272c2391ba109e16e4d56e5ccbdce5bce96a7d71b37f5f2 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-02.npz b/neo_1month/data/CO_M/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e8be3bb9145541ede64fd192acd1d817414a38d --- /dev/null +++ b/neo_1month/data/CO_M/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd27eb714e32d27a6181f39da8d8bd47e99b64f249cbf7a0acfc01d598f3fec +size 1166664 diff --git a/neo_1month/data/CO_M/2016-03.npz b/neo_1month/data/CO_M/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2e97623939a88d6bf98fbc71f921631d97b39b3 --- /dev/null +++ b/neo_1month/data/CO_M/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1709344bdab4b82686a64d1939ffbf19c185ab15da94a26e94c633776131afc +size 1166664 diff --git a/neo_1month/data/CO_M/2016-04.npz b/neo_1month/data/CO_M/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..882fa3bce3564be7014f5509d1147e94ca22dddc --- /dev/null +++ b/neo_1month/data/CO_M/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4f844d1a5ce1479af817874d1532f0fc4656ee5d3d0c59a3c9984e73118208 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-05.npz b/neo_1month/data/CO_M/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fcdc7d3932df436cb5b7d5f2162a20c040f6aeb4 --- /dev/null +++ b/neo_1month/data/CO_M/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eef6d8842758ee33b9a8fc99fa886b64a6c122f4617d869046d6d05abd7460 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-06.npz b/neo_1month/data/CO_M/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..162707623b77347dcb05bdf83381af8809d951de --- /dev/null +++ b/neo_1month/data/CO_M/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2faed518a683de63f6882eb6a8b80645e28eaecb66c4747bb753c54abe4c30 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-07.npz b/neo_1month/data/CO_M/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f5ed6172b68280c8e7b94fb28787a489ef13438 --- /dev/null +++ b/neo_1month/data/CO_M/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58838976735a107c18028397cca966adc68ce23d870edf8971c858875182eb71 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-08.npz b/neo_1month/data/CO_M/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c9da61631072a43d0404a56a31fe957e8184659 --- /dev/null +++ b/neo_1month/data/CO_M/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c687eaa26f0ef643efd09a106db995a535be491aa958ec5a2f606f8b77fab5 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-09.npz b/neo_1month/data/CO_M/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b513938173a457e81757756af3570f5386203774 --- /dev/null +++ b/neo_1month/data/CO_M/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8abb7e6e3b97d05cb9837998497ee5ffed4dcf3642feb5049c7ec7364e3993 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-10.npz b/neo_1month/data/CO_M/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5edb38b26785e59cccf705d985323722f7560238 --- /dev/null +++ b/neo_1month/data/CO_M/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b4d70696cf7f2e4059a85b1926786cdd19082756b86e9018913cdbb67a16d9 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-11.npz b/neo_1month/data/CO_M/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6e2c8e5175b186564ef2633359a267a3175f580 --- /dev/null +++ b/neo_1month/data/CO_M/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfaeeb983e584145d2dc9eec96d663c8aec05549bfbf6e95219530b1c42d790 +size 1166664 diff --git a/neo_1month/data/CO_M/2016-12.npz b/neo_1month/data/CO_M/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed8156283706a03c0c9986b7f6fc544c78e066ed --- /dev/null +++ b/neo_1month/data/CO_M/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b2bebf31dd7f1be712f10616838726df1688fbabdf6e45486e8d1f1e9fc1bf +size 1166664 diff --git a/neo_1month/data/CO_M/2017-01.npz b/neo_1month/data/CO_M/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6a0700dfe07ccf616e07b5f987a7b140a07202c --- /dev/null +++ b/neo_1month/data/CO_M/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6fa649ee3ad6a7ddc004cd9446d950125f90e3c95893626ab933f111247c54 +size 1166664 diff --git a/neo_1month/data/CO_M/2017-02.npz b/neo_1month/data/CO_M/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf15f699195c55f3ed2ad91173128d1f7380f30a --- /dev/null +++ b/neo_1month/data/CO_M/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c182ca59c2f2a5dfaa433afb2b8e4a2ed3e1b28850e9dab4f6c1f2cc4e7ec2 +size 1166664 diff --git a/neo_1month/data/CO_M/2017-03.npz b/neo_1month/data/CO_M/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c506f1a922169efa92ad22c635cd6b00c64bf41f --- /dev/null +++ b/neo_1month/data/CO_M/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77302057bdc5879f5bb67b491ad89cc8d9a8b9a1b55f58b8a167189def3a260f +size 1166664 diff --git a/neo_1month/data/CO_M/2017-04.npz b/neo_1month/data/CO_M/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae09eef91a705b0e544400db123d2ab8887f2a08 --- /dev/null +++ b/neo_1month/data/CO_M/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c1ae7ed9c0832689edaee05f9138fca35f4ef58ee31a90a48ea8c9f10473ab +size 1166664 diff --git a/neo_1month/data/CO_M/2017-05.npz b/neo_1month/data/CO_M/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..008fec73e282cf116b6f844bf96a9a030a86474c --- /dev/null +++ b/neo_1month/data/CO_M/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738983183667a3f4378a3bca9afed4da57cc060a66380c6e170dfbc62877eb8f +size 1166664 diff --git a/neo_1month/data/CO_M/2017-06.npz b/neo_1month/data/CO_M/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6591f96d523519e5809128e15103a72804f41b05 --- /dev/null +++ b/neo_1month/data/CO_M/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd0ea15d55300f3603fdaca05dac2a248e7e99f1ed7259fe8b31107ca075098 +size 1166664 diff --git a/neo_1month/data/CO_M/2017-07.npz b/neo_1month/data/CO_M/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3cd75ccbd2695b7f743c019bcc1c28eafe5c1dd --- /dev/null +++ b/neo_1month/data/CO_M/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8026e374d5e0ef1aa3926788cd24a8cf98779771c8d115c9beb5a9fb6c4557ea +size 1166664 diff --git a/neo_1month/data/CO_M/2017-08.npz b/neo_1month/data/CO_M/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dfc459f02f6635070e0370fdc36cce5490b1f46 --- /dev/null +++ b/neo_1month/data/CO_M/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571045390c5b958ac9d4310856afa73934b4c251620eed67ae3a26a836ff6794 +size 1166664 diff --git a/neo_1month/data/CO_M/2017-09.npz b/neo_1month/data/CO_M/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..047fa994c85af67648315d2d09b26147c34436e3 --- /dev/null +++ b/neo_1month/data/CO_M/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c262c221e73b1f8a5ab25457275f8ab399cdc214756fb9c7998136f7f05979 +size 1166664 diff --git a/neo_1month/data/CO_M/2017-10.npz b/neo_1month/data/CO_M/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5877d9861e9484934d74072ac55c307eb0a9c5a --- /dev/null +++ b/neo_1month/data/CO_M/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328f9428b05c11b50ee997eac3b85ba96aa17a3c9b23724d4497c399b6068bac +size 1166664 diff --git a/neo_1month/data/CO_M/2017-11.npz b/neo_1month/data/CO_M/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f42ec09492ccae4e9e0e100740f3668b8f940c4 --- /dev/null +++ b/neo_1month/data/CO_M/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dacf18e01823a924ff3a3e9ede2dfe9394cddd25379500f8cd0461e4249ae6 +size 1166664 diff --git a/neo_1month/data/CO_M/2017-12.npz b/neo_1month/data/CO_M/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4aa9fd40c790488d9fa0d1c62fcf690bcaed6403 --- /dev/null +++ b/neo_1month/data/CO_M/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058775167e8150fa3a9598c06998a308255b663750c0584b76e8d129b071ee09 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-01.npz b/neo_1month/data/CO_M/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e8a389eb8f588b1ed1297193e82a8b80b127800 --- /dev/null +++ b/neo_1month/data/CO_M/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1d429747ebfe8c6f48a60f434d8e221a40e843d7d12eb667568a3e105b98f4 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-02.npz b/neo_1month/data/CO_M/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..86282db0c729491994b6594f032a661544f085f5 --- /dev/null +++ b/neo_1month/data/CO_M/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4039c1fd60a42d3a06343b2bf2326145606f7e9454aa1a1692c35354575f97 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-03.npz b/neo_1month/data/CO_M/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..aece025b6d6ad3a84e5df22dbd0aec3cc2c9b62f --- /dev/null +++ b/neo_1month/data/CO_M/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29eb0cac8bcf970ca1d43413027cfb23ecdc7321e50405085c8f8c8987c39de +size 1166664 diff --git a/neo_1month/data/CO_M/2018-04.npz b/neo_1month/data/CO_M/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7242c113d5ed856c42d3bbbc8c40ec71ea6a56e --- /dev/null +++ b/neo_1month/data/CO_M/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be055677df65f163c557fbd48b9907ffc9432d4ba1c63ebaa0a2333e4b5ea1b6 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-05.npz b/neo_1month/data/CO_M/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8b65ea9c9ab84198974a9054d3bc73fa5e6beb7 --- /dev/null +++ b/neo_1month/data/CO_M/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fefd9e6d1b7a2c0e1f302f03ee2fc90a141175e5b374fbfeb28425464f37a6 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-06.npz b/neo_1month/data/CO_M/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0ca628a8eea71c1e6b5654a76382670d8586a66 --- /dev/null +++ b/neo_1month/data/CO_M/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0296602133ab8ae277f5704292595f89042430609d0c7d33f2137711a249a7 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-07.npz b/neo_1month/data/CO_M/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bee1ceefb26d3d0a0ce6369bf3791959fd409d6 --- /dev/null +++ b/neo_1month/data/CO_M/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ab9de9e88c9413c74809283a7fd4eb638e53c956de44320276421074f692a3 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-08.npz b/neo_1month/data/CO_M/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0bc113bb349690f764d98f2ba0c66bec964649b --- /dev/null +++ b/neo_1month/data/CO_M/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9ed41ff793e9e4cbb73aa23874560dfa7399d1e01ca81a36cbf6534109acdb +size 1166664 diff --git a/neo_1month/data/CO_M/2018-09.npz b/neo_1month/data/CO_M/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..322a8696d8d2c236f110787142ac2c5993ad7613 --- /dev/null +++ b/neo_1month/data/CO_M/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37f6105a281fc702fb2fc3d79dbee26d4e7c6fbf36ce3beea7bf0efbcfe3937 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-10.npz b/neo_1month/data/CO_M/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d17c5058b3248934b9cc21fc974f2bc28494ac3 --- /dev/null +++ b/neo_1month/data/CO_M/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d412dfbc65a710b411bd5930e794b4b2416ee4707712d7627b51001bc014ded +size 1166664 diff --git a/neo_1month/data/CO_M/2018-11.npz b/neo_1month/data/CO_M/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a574e897901de2a4b13a8e1f5f01a9a20bab103 --- /dev/null +++ b/neo_1month/data/CO_M/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d087c0f5202106c6dbad8c69f1c5b4ba00ef200a2442aeb091473dffa3ed8b24 +size 1166664 diff --git a/neo_1month/data/CO_M/2018-12.npz b/neo_1month/data/CO_M/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e03173c2dbf307d0267482ccbc728f97c3736fe7 --- /dev/null +++ b/neo_1month/data/CO_M/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a57b501c6d280e196dd632edc97e27b03f6ad6d6af72ea1b2af8f1a0bc705d0 +size 1166664 diff --git a/neo_1month/data/CO_M/2019-01.npz b/neo_1month/data/CO_M/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb46985bb545fc02cec7c91dcdf15c6b271a5710 --- /dev/null +++ b/neo_1month/data/CO_M/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7428b835e27a6af6c2dca9540280ddf206b3e6c0cdbb54deba9e8d936fee0b +size 1166664 diff --git a/neo_1month/data/CO_M/2019-02.npz b/neo_1month/data/CO_M/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0977b172f717c148e30b961f97595deecde2abf1 --- /dev/null +++ b/neo_1month/data/CO_M/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3f4307ee70192be4ee5aaba666795815349108db4232a76ae6b4933fec4960 +size 1166664 diff --git a/neo_1month/data/CO_M/2019-03.npz b/neo_1month/data/CO_M/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f85503dcc83fe468b28a159ee2954bb4a76a688 --- /dev/null +++ b/neo_1month/data/CO_M/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d72d5cd247636e8e5b24288ec51de7d6fd3538502cb8e0fad7d3fdda624356b +size 1166664 diff --git a/neo_1month/data/CO_M/2019-04.npz b/neo_1month/data/CO_M/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..10694d566dd5c062ed9e39df1fbbb46636d47740 --- /dev/null +++ b/neo_1month/data/CO_M/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699518c12a42aefe68baa4df407ecbdfb3d387647aadc6d03da6311848725a50 +size 1166664 diff --git a/neo_1month/data/CO_M/2019-05.npz b/neo_1month/data/CO_M/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e407a1446576d0a0ef9ba3e9d25b1c8f734140e --- /dev/null +++ b/neo_1month/data/CO_M/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb5b1f2cf192e8b01b7c84f99b3b255be632bc801b39f42239bcaf44deac161 +size 1166664 diff --git a/neo_1month/data/CO_M/2019-06.npz b/neo_1month/data/CO_M/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccb1538b502b194ba11e82e2426ee53709942ff0 --- /dev/null +++ b/neo_1month/data/CO_M/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869b838bab0403cf572e2c040fa418b90444d9b072bd31a464bfd0ba07d4baaa +size 1166664 diff --git a/neo_1month/data/CO_M/2019-07.npz b/neo_1month/data/CO_M/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b272d1d10b645618351d30214a38f4991b184b3b --- /dev/null +++ b/neo_1month/data/CO_M/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ddf574796a0f911986e9c2c84b54e11df8e45f6a853eec5aa6fc7bb1174df0 +size 1166664 diff --git a/neo_1month/data/CO_M/2019-08.npz b/neo_1month/data/CO_M/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..546eaa4af8dbeae52cd4e7f169726ca4501e93b1 --- /dev/null +++ b/neo_1month/data/CO_M/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1521fc51cad8a5ea73492010e9c4e7775cc2cc03de53cdea32a6c26ea9bd35c4 +size 1166664 diff --git a/neo_1month/data/CO_M/2019-09.npz b/neo_1month/data/CO_M/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e4dcfc78907d7e8ce74bb8fd6d3e3fdf4f7313b --- /dev/null +++ b/neo_1month/data/CO_M/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2f5d6433ac013e2d0b102a9e4d7537cbbe79bd60d8a4c3861013b817790a2f +size 1166664 diff --git a/neo_1month/data/CO_M/2019-10.npz b/neo_1month/data/CO_M/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..835b5fb87b948f85858323accaf2d9cdb1e308c3 --- /dev/null +++ b/neo_1month/data/CO_M/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b2219287918c1c311ff57a8b3adb4faf361d5e1c593475f75d87083878d13b +size 1166664 diff --git a/neo_1month/data/CO_M/2019-11.npz b/neo_1month/data/CO_M/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3431bc23a2a010d6129a6b936c4da49dfd93ca40 --- /dev/null +++ b/neo_1month/data/CO_M/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431517fb9c03afbcb5aeedf2efc55de189aa70af7dcd874e6541c2788eec279c +size 1166664 diff --git a/neo_1month/data/CO_M/2019-12.npz b/neo_1month/data/CO_M/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f8652e2256ae41be42342417130738b585ffc3e --- /dev/null +++ b/neo_1month/data/CO_M/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b72907becd9cea0e27e799c7691a9ed61be2272d8a20909fb7db4f66d75f2d +size 1166664 diff --git a/neo_1month/data/CO_M/2020-01.npz b/neo_1month/data/CO_M/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..914d402dd27fb17d5dec74010caba3a6d467b28e --- /dev/null +++ b/neo_1month/data/CO_M/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513a10e240bc4fb3dff2d6bc7ceefcdada15abbde1031bc7acf23d85503f6e84 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-02.npz b/neo_1month/data/CO_M/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..15c752976703ab1e66a9410b04676099797c4608 --- /dev/null +++ b/neo_1month/data/CO_M/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3807a4500966d901f9103a52183252156c6ebfa28a98d100f532761fbe4338 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-03.npz b/neo_1month/data/CO_M/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e6d53bd529bc74be4db3f4ebdbaa71ca6a1d32e --- /dev/null +++ b/neo_1month/data/CO_M/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeabd5dcc121ba0b7e95f6ea6a6bd3f74712d91876372349d11403473d4f703 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-04.npz b/neo_1month/data/CO_M/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..51630a279c103ea5a09b124ed180660f40cbbd3e --- /dev/null +++ b/neo_1month/data/CO_M/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3667830864e80e1ce3b3c5c8164a91e5e04c40111ac18de5e613169b2b2b7559 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-05.npz b/neo_1month/data/CO_M/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..49a2b677f0273d003f5a151c2435170bdd191df9 --- /dev/null +++ b/neo_1month/data/CO_M/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f718e2f8fa756db72ac4e1a0cef88530cbb84fad102339e28c5799a30d39a503 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-06.npz b/neo_1month/data/CO_M/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..667d52d8ad60dc5a5aa2cb71ffd2b0a9d5aa1b30 --- /dev/null +++ b/neo_1month/data/CO_M/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe1fbfcc30640c059bf9298c30218aa09358babdc575ab8a112320cee493b78 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-07.npz b/neo_1month/data/CO_M/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e6cb220b4e8e3f2912d300121e2729eabd08614 --- /dev/null +++ b/neo_1month/data/CO_M/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e330695e01f592fcd374580b797a8cbbc747a022d3ea7e8d0eab272250a42f2 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-08.npz b/neo_1month/data/CO_M/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..41890a863bad648be3897917dfd7cf43455be00f --- /dev/null +++ b/neo_1month/data/CO_M/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8863e90886cf79da1f2ca37506b4b81d1f8aa130abc917e3bf767df2962fae92 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-09.npz b/neo_1month/data/CO_M/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..070973f31e9866dedd7e92fe077c59aa216fecb2 --- /dev/null +++ b/neo_1month/data/CO_M/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0b2d44abc1d5bd94674fd34a9c64eb71e10e1e7912514b6282a94cc41a3b5b +size 1166664 diff --git a/neo_1month/data/CO_M/2020-10.npz b/neo_1month/data/CO_M/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..928b92eca2c75fe763f6933f100bbe0cec45857b --- /dev/null +++ b/neo_1month/data/CO_M/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee88293f336c57e6c3eb1ae83579fccb71455d954b79c40cea13ff3993ea8e11 +size 1166664 diff --git a/neo_1month/data/CO_M/2020-11.npz b/neo_1month/data/CO_M/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b510e58620a9e033d34243c560f410376f211ba9 --- /dev/null +++ b/neo_1month/data/CO_M/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d64fd30de8f133cce63d107ff807a18953fcbd4cfe89d48d032dbd0a6e1e4f +size 1166664 diff --git a/neo_1month/data/CO_M/2020-12.npz b/neo_1month/data/CO_M/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cba22a24f177b3d74d8b01d4aa7e87877bc4e84 --- /dev/null +++ b/neo_1month/data/CO_M/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddd141bc482e50f0227364ddd9b6ca278787b5890d7d380b1955341bac8ef68 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-01.npz b/neo_1month/data/CO_M/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e447ea300e726043bd93a4736c263aba73de339e --- /dev/null +++ b/neo_1month/data/CO_M/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cbcca27c8300415f47939143c40108bb16b17e29ff10edf07c8a1d49574076 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-02.npz b/neo_1month/data/CO_M/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b02a01151ddbb40ac9e593ae90c06db6b82f987 --- /dev/null +++ b/neo_1month/data/CO_M/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87da1dda22fabd181aad0694984e0d807d0976b043d51f05436d8c74d5feb462 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-03.npz b/neo_1month/data/CO_M/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..641bc5942fe5bc050095094768b7bba00b9dce57 --- /dev/null +++ b/neo_1month/data/CO_M/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b744c213a36543e326d0dc07264078503e9c44b818223b97de205aa82c0c60eb +size 1166664 diff --git a/neo_1month/data/CO_M/2021-04.npz b/neo_1month/data/CO_M/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..60fb9c95ada58bb267a3e8c5e0090b44871f5956 --- /dev/null +++ b/neo_1month/data/CO_M/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6ba01d6d6e1b04b9d2ee12b4cfd0c83173c0f84992d58b907349cffe0a0474 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-05.npz b/neo_1month/data/CO_M/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b5bf565a22fcbf8ad4a2a09920f93fcfee59f01 --- /dev/null +++ b/neo_1month/data/CO_M/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d24815694774c804c89b05ef923719dbd8694ce623ff689c53afef51c2fa9c5 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-06.npz b/neo_1month/data/CO_M/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..80590ef76aea46be210cde61ce315c0f0ea5c02e --- /dev/null +++ b/neo_1month/data/CO_M/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6ca5efa8b64e56818de2f530e1a6c2c3ac9dd8158e0c5211bf40183033eaf4 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-07.npz b/neo_1month/data/CO_M/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0317039f23567b60f1b5cc66003e1b18da8c3f1 --- /dev/null +++ b/neo_1month/data/CO_M/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5f60617513eeb5095f949be9923cfc9893f99e0e5447505b7291e34670f165 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-08.npz b/neo_1month/data/CO_M/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..44ab259ee7deefd2eddb74973b5b1d1fc36b1994 --- /dev/null +++ b/neo_1month/data/CO_M/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4e0d5b233b846a09f83d2e9da3184e36303142118257e2c9922eaae5a1f4d4 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-09.npz b/neo_1month/data/CO_M/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8695ab85b727e5ba1d10634fbdb0f765c31eb461 --- /dev/null +++ b/neo_1month/data/CO_M/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fa08aba126ef909413503f10b7221232f2a6a05a8b39819fe307fae2d42c86 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-10.npz b/neo_1month/data/CO_M/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a172934170fdf67fe42f102bf0dc8ba094858b05 --- /dev/null +++ b/neo_1month/data/CO_M/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3df0efdff4a44453724be413814614775661363c19c450aed8e2f051cf7953 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-11.npz b/neo_1month/data/CO_M/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a75e4e1dc18ea34a6a58a237e84acae7800fe18 --- /dev/null +++ b/neo_1month/data/CO_M/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69341755acf7d42b0c090d335f0a419af830ef78c3992b853dfabfbf560aec9 +size 1166664 diff --git a/neo_1month/data/CO_M/2021-12.npz b/neo_1month/data/CO_M/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9c94c342c5742c374fe55f8c816884c9379346d --- /dev/null +++ b/neo_1month/data/CO_M/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420d9832e6d62d9f864ee20f4cff87b7eacf486d10847bc0f70ab278d02b662f +size 1166664 diff --git a/neo_1month/data/CO_M/2022-01.npz b/neo_1month/data/CO_M/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..245e592c22a40755b143a628d6aaed11ac9ebffc --- /dev/null +++ b/neo_1month/data/CO_M/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a357f2f32aa0f00ed2431a38e8b4dbe3fd774ba33fa505fc0c6ac060d689ae3e +size 1166664 diff --git a/neo_1month/data/CO_M/2022-02.npz b/neo_1month/data/CO_M/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..46d5595ed2ad12e16030d7b3b3c8e6587d902900 --- /dev/null +++ b/neo_1month/data/CO_M/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8076c52445f7e90cf8bcac676dc8a563dc47fc2109e590231824f5c46d3a94 +size 1166664 diff --git a/neo_1month/data/CO_M/2022-03.npz b/neo_1month/data/CO_M/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..44a613ec48a297fbc9e83f3a6002753812579ec4 --- /dev/null +++ b/neo_1month/data/CO_M/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7108b7f25afbabbcd9aa6f1ee401724c69d9b2ab783fe067315964c67366e701 +size 1166664 diff --git a/neo_1month/data/CO_M/2022-04.npz b/neo_1month/data/CO_M/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5426833e7ff03a06532c3384afc5ae5083cd43c4 --- /dev/null +++ b/neo_1month/data/CO_M/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16af365d4e1d3cd7f1918c9badb6d744a1720a7244d48fe382d297397490ad71 +size 1166664 diff --git a/neo_1month/data/CO_M/2022-05.npz b/neo_1month/data/CO_M/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd435f2b105ffeb1560c8ffd10d04cacd2b25c40 --- /dev/null +++ b/neo_1month/data/CO_M/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b452e40de1cc4017363ba31f66695219576ad8a9eb32f2911fe7391f7b20d9cf +size 1166664 diff --git a/neo_1month/data/CO_M/2022-06.npz b/neo_1month/data/CO_M/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..82944c0808d5be9f36c8fe7c943ce35948ce5645 --- /dev/null +++ b/neo_1month/data/CO_M/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9806f9807617feef45da3f3dd65f9f24fe2a70aa6a2350a0b0eb721f33d7d7 +size 1166664 diff --git a/neo_1month/data/CO_M/2022-07.npz b/neo_1month/data/CO_M/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f42f0348fa85465ce1b7e7bb07ecacfb91adc0fc --- /dev/null +++ b/neo_1month/data/CO_M/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e8ac29197859b39d8bd926005ea7de43a94088aaf927f889af1a01a2f3f2d7 +size 1166664 diff --git a/neo_1month/data/CO_M/2022-08.npz b/neo_1month/data/CO_M/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ad5261611180c656b45851cb35dcc8ddcc639b4 --- /dev/null +++ b/neo_1month/data/CO_M/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eca4507b58d6f4753ee2912b52bff1c592b34746864af9430b0becc0338fdac +size 1166664 diff --git a/neo_1month/data/CO_M/2022-09.npz b/neo_1month/data/CO_M/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8350d45028adec0a193a96c4341e3486ab50a8a --- /dev/null +++ b/neo_1month/data/CO_M/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073206774546b8b0f995fb2e0e618d4e930bf5a63ae62ef4057ec49d1c4d8140 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-03.npz b/neo_1month/data/FIRE/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..25f63f40df2a8198bbaf12c2638039f9bcd394b7 --- /dev/null +++ b/neo_1month/data/FIRE/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ae6f4b38154d222c62f03b733f9e428fe2b71db42ca4894cacca7658cb5ee5 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-04.npz b/neo_1month/data/FIRE/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d0d70091cdc339187f3b3bda3bc7044efdc8f27 --- /dev/null +++ b/neo_1month/data/FIRE/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b20bbb638694b4aa1292951dcae247ae5fc0ecb497cd56c035ab7ad9dc04d0 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-05.npz b/neo_1month/data/FIRE/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d7f7a0aee10d65538df31e4190f2c5e22ce2360 --- /dev/null +++ b/neo_1month/data/FIRE/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143c1913e76d253cf66c9db7af3a0b835e0f3e4a68940235b2514974d2420f96 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-06.npz b/neo_1month/data/FIRE/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..677f77364e704ef0bce41996916ec14af4813949 --- /dev/null +++ b/neo_1month/data/FIRE/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bd2ec910910c2fb22e5570fc60f6b268b7add5ad0ecf76d7193829df4aba49 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-07.npz b/neo_1month/data/FIRE/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..058a66b2998fa2b7ab9d002ff4d22f86f4effdc1 --- /dev/null +++ b/neo_1month/data/FIRE/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f49ccbb18abf3fb1b260404a569e4b485d33aa17cf56077a0263e6bd1fc485 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-08.npz b/neo_1month/data/FIRE/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a71b83cb95e8c82218ce62e7c51ac3f98bf0998a --- /dev/null +++ b/neo_1month/data/FIRE/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a976909a201867146ed38576e3bd3c60de48cc9e4c9c27e0bca582a53754f6 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-09.npz b/neo_1month/data/FIRE/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..db7e92aa60167c3dc961d15b3f1a9923b8c4e84b --- /dev/null +++ b/neo_1month/data/FIRE/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d02e0eb04f7d0416f8504edb03766ee730b48a02e161be8d66e5a0e881a3a38 +size 1166664 diff --git a/neo_1month/data/FIRE/2000-10.npz b/neo_1month/data/FIRE/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..72cd7df70f18bd112e44f6906a89b9c48d926444 --- /dev/null +++ b/neo_1month/data/FIRE/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b890b78add69b7f2a3e988762031e507e4973c03ae63df765fb18a5ea4115fa +size 1166664 diff --git a/neo_1month/data/FIRE/2000-11.npz b/neo_1month/data/FIRE/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..adec5dce31e19f331bbbbc3a17e3f7b01138a98d --- /dev/null +++ b/neo_1month/data/FIRE/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc9d4ba618681cc764f07e5460b4b14d436c99b2b8311cad5265c517290a14b +size 1166664 diff --git a/neo_1month/data/FIRE/2000-12.npz b/neo_1month/data/FIRE/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..220a8931e3fa0817c628bcc7af44a05f0d0a0d99 --- /dev/null +++ b/neo_1month/data/FIRE/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc3598ead0b0e89b27f63806ee23a82cf71b99609a037fc2fe837d44893b98f +size 1166664 diff --git a/neo_1month/data/FIRE/2001-01.npz b/neo_1month/data/FIRE/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa3f1294aeeb9d2724b30d600c1886c069c78e19 --- /dev/null +++ b/neo_1month/data/FIRE/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6219a7f6357b1352ab1e8cf93e20834f33fba660bce45eecb5db860adbd0367 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-02.npz b/neo_1month/data/FIRE/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4dcb33a791205ad6fdacce0997e08546547eef89 --- /dev/null +++ b/neo_1month/data/FIRE/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63edf60c03888f018ce51e1a96533ac7f34db7838e2746be2e5250238a54b564 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-03.npz b/neo_1month/data/FIRE/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f3cbcb0ec893305f6b49598566b9968789dd735 --- /dev/null +++ b/neo_1month/data/FIRE/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32d83315d6286f02859cd3aee5644b888e57d2bedcfac900499fe17c50c08e7 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-04.npz b/neo_1month/data/FIRE/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d4757d785caade3bc0506e372e00b1f502823f4 --- /dev/null +++ b/neo_1month/data/FIRE/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfcefc2b08c466809b34fbacc69e825ec16c590f0d71b4cf6d51291eb02ec9c +size 1166664 diff --git a/neo_1month/data/FIRE/2001-05.npz b/neo_1month/data/FIRE/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdff75d9acc1a0b8eacfb9fdab26729b6ffe09b4 --- /dev/null +++ b/neo_1month/data/FIRE/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83c128a373d08d54a42b6ee143fc446ce3a77aeb5af8b9d4439c18e2e7260c4 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-06.npz b/neo_1month/data/FIRE/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f163cc8761d3ad885dc20630d3d3323ed8650543 --- /dev/null +++ b/neo_1month/data/FIRE/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948a6b967ea2df47fae9f1408c81b2b714fd8704511b6d7e54bd827d114d7d19 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-07.npz b/neo_1month/data/FIRE/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5ceea6427a6b4f17d2025a6995917b2add4a0b8 --- /dev/null +++ b/neo_1month/data/FIRE/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c039f7303970c309592be81b8c6e88aaf14e6d75648a1f08f49d29275934dd +size 1166664 diff --git a/neo_1month/data/FIRE/2001-08.npz b/neo_1month/data/FIRE/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c603688708f7ad62509caa179b0e8f0764934e7d --- /dev/null +++ b/neo_1month/data/FIRE/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ba4453d02454a3fd18d53e08520d7794c46856034d1393d21e24d8a9413877 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-09.npz b/neo_1month/data/FIRE/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0b960e2d483b3982a5cea4267c30dbc9e2cb8bf --- /dev/null +++ b/neo_1month/data/FIRE/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f068a4735561c561e6e3403cea7862b5266506acb5be3b3a7bde11ac62e1bf25 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-10.npz b/neo_1month/data/FIRE/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b182de4b1e0362ec9c601a6d059048aa338221fb --- /dev/null +++ b/neo_1month/data/FIRE/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bca7b586632939d67724735972e1507af1ac1cbc73827f5877cb1a13fbb6d0 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-11.npz b/neo_1month/data/FIRE/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..97ce15a7cf4d5c837e42d23c39001838c715fc3c --- /dev/null +++ b/neo_1month/data/FIRE/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb76ecce3eabd4d4720f3f6a3b79b495f642cbab129a9bfe99e555cf83095916 +size 1166664 diff --git a/neo_1month/data/FIRE/2001-12.npz b/neo_1month/data/FIRE/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..39705adbd690d350b5773cebec2136ec61a789c9 --- /dev/null +++ b/neo_1month/data/FIRE/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b45cc8b0600704526ae37dd370689c2a1fa3634c95850723df58558ed0b31e +size 1166664 diff --git a/neo_1month/data/FIRE/2002-01.npz b/neo_1month/data/FIRE/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae8ad05e243a69ae80f5090f097cbce4310e0926 --- /dev/null +++ b/neo_1month/data/FIRE/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb1422ec970254bcd097aec7fa45444eae8b357f23f1e4e9fda0cae4641064e +size 1166664 diff --git a/neo_1month/data/FIRE/2002-02.npz b/neo_1month/data/FIRE/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aace215636f22ed103d528fff4a2e51ec3884f8b --- /dev/null +++ b/neo_1month/data/FIRE/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a553968d3a7bd7911ffb8d8b75726416965e6552205c1a3b24d87423b3e6b942 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-03.npz b/neo_1month/data/FIRE/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c82fc403082ce0a89bdd0e84352bb44696a57de0 --- /dev/null +++ b/neo_1month/data/FIRE/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1a6ab98b854343170c292e2980ef25cefab19d4420075767ee9be57221e671 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-04.npz b/neo_1month/data/FIRE/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae558d9f350b1c9038a119bf399d4532aefbc9e4 --- /dev/null +++ b/neo_1month/data/FIRE/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8387f0e6cf74c40f31d938eec52122039509937e9679d5d3870de1c01616abd +size 1166664 diff --git a/neo_1month/data/FIRE/2002-05.npz b/neo_1month/data/FIRE/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1b72d05ebac26142d2a34f337b614676ec96039 --- /dev/null +++ b/neo_1month/data/FIRE/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20b99e17223092cb3ded06f551f9dad5282638e22bab73542a606bba1ed8231 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-06.npz b/neo_1month/data/FIRE/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b5169da2a3d59dc6e5e64c2b7b1fcd96d185d47 --- /dev/null +++ b/neo_1month/data/FIRE/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad758d9d85f6dcab8a2b3b179737f19dd103a9c284b893b36b90bd6dd679b63 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-07.npz b/neo_1month/data/FIRE/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1b9bea87222ee3d99dc8d30e21ea8ca500598dc --- /dev/null +++ b/neo_1month/data/FIRE/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123f9ff0328c9336b666300e6e0e0eef3a123eb1cf9f6382b8bae282120f1d3e +size 1166664 diff --git a/neo_1month/data/FIRE/2002-08.npz b/neo_1month/data/FIRE/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..295c0ac18dd638250c9794b3d94158fef2a48503 --- /dev/null +++ b/neo_1month/data/FIRE/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156c6ff4bff25f488da41f36a5462675c6fea3acbac6a6c8b748b29fb62f64c5 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-09.npz b/neo_1month/data/FIRE/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb0e1cf7787436d66787d618b5d6647a88f727df --- /dev/null +++ b/neo_1month/data/FIRE/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ba891a296f5ae870710b2cf0b961393601e886e87937ec2aaf5eb2aacb0212 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-10.npz b/neo_1month/data/FIRE/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b92a460c413dd49b84f60f12f00c49805734de3 --- /dev/null +++ b/neo_1month/data/FIRE/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b834fc7e10413706798a22622466bda8299bdaf4a3848bf59b2bfea39ad29c1a +size 1166664 diff --git a/neo_1month/data/FIRE/2002-11.npz b/neo_1month/data/FIRE/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..29d811f9421080b7bd4339dfdd42f2e4a98d29bb --- /dev/null +++ b/neo_1month/data/FIRE/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96082b2a6fa7d4172854831dcf1e1416549d36145090e59f8d07a6d9fd26e97 +size 1166664 diff --git a/neo_1month/data/FIRE/2002-12.npz b/neo_1month/data/FIRE/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..af9703a62b24096c44d812dd5ee6bed7e0ab47ff --- /dev/null +++ b/neo_1month/data/FIRE/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23563721011402c5a953ad4d1fac1aad124e1d29c9829b042c1315226926abd +size 1166664 diff --git a/neo_1month/data/FIRE/2003-01.npz b/neo_1month/data/FIRE/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..93e07cf99741ace6fa4a28d5b41ea04de89e26ab --- /dev/null +++ b/neo_1month/data/FIRE/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34befa172cbe0d0e51b23baf6af7bf4d88c08bba5d4f4af138b9bea8d9620279 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-02.npz b/neo_1month/data/FIRE/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1ff894ac959fb17ba479a99e855a367e56e8224 --- /dev/null +++ b/neo_1month/data/FIRE/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebd0754862087ea2360c46384051f86711be63b856be8c17d0c78cca45eb65e +size 1166664 diff --git a/neo_1month/data/FIRE/2003-03.npz b/neo_1month/data/FIRE/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..620ef0dbb32b57e80b90a167ed5838788c3c4908 --- /dev/null +++ b/neo_1month/data/FIRE/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03369ea6eb4a2bd9072fe89867ffae5f6c88b62bc8adacee51e1306e16affe26 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-04.npz b/neo_1month/data/FIRE/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ceee212af17329bf0094abac5571691afbf0ce15 --- /dev/null +++ b/neo_1month/data/FIRE/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553c9fe360ee7cfbf3c5ebbeff1b9510500451502e6b4b8ef2b41571fe4dcf56 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-05.npz b/neo_1month/data/FIRE/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..226d632b3d537fbab73a6a0d3350bbf46a0a4f3a --- /dev/null +++ b/neo_1month/data/FIRE/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a981c3c12416644bbf74e070c68ceb12ffccf0d9f6feef93937b22fa40b6f2 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-06.npz b/neo_1month/data/FIRE/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1047962a75373797cca8f6e8912a909571b4856d --- /dev/null +++ b/neo_1month/data/FIRE/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065f6cc31a4ea9fe521028dff17d9b8f4bb0558e5ff2913476ad56e2ae8a78e4 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-07.npz b/neo_1month/data/FIRE/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5640ac53738d9d8f379ffa06ae2e400b45f1587a --- /dev/null +++ b/neo_1month/data/FIRE/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdad53b9f79920df87f6b4d2c6341532426f01bdfbc55e2c6f8435bf4e43601 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-08.npz b/neo_1month/data/FIRE/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..97aa872a7a88288e9d0e5aec0994d92caf6742ac --- /dev/null +++ b/neo_1month/data/FIRE/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284740457c98310b8a8c44b11b6b0e8c540a0840e19e623f67c30ad64e6a253c +size 1166664 diff --git a/neo_1month/data/FIRE/2003-09.npz b/neo_1month/data/FIRE/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..181365f9eec9058878b574c980f4b3af2cb13195 --- /dev/null +++ b/neo_1month/data/FIRE/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836f4d1f2063844aa419feef3def08f080c45f78ce946005e1ca2c5c61012a59 +size 1166664 diff --git a/neo_1month/data/FIRE/2003-10.npz b/neo_1month/data/FIRE/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8280aac8cf8ba591f7e9914d45f17e140090464b --- /dev/null +++ b/neo_1month/data/FIRE/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8599e5c6f11e28374a5abac60d4d8e61516701459c690f235e102b2d4724647e +size 1166664 diff --git a/neo_1month/data/FIRE/2003-11.npz b/neo_1month/data/FIRE/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d9cb9f2d81d8cdbcc6ef510e3e69994d993ab44 --- /dev/null +++ b/neo_1month/data/FIRE/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9da24fe2a1c02d170c861479dccbe78d9265449272e199939729078824ceff +size 1166664 diff --git a/neo_1month/data/FIRE/2003-12.npz b/neo_1month/data/FIRE/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dd408c128dd15287e54838272db022338c6028e --- /dev/null +++ b/neo_1month/data/FIRE/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2f8eeedc3dfc845956ece263fc49cb5e4a3c0ea126d7db0fe7d3bc850256ed +size 1166664 diff --git a/neo_1month/data/FIRE/2004-01.npz b/neo_1month/data/FIRE/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fc15e661ebd98b6112ce56da4814d9dde2c306b --- /dev/null +++ b/neo_1month/data/FIRE/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bcd1c3fa28a83362e7cdc93a4a1836eaef8db18271ebab39e0bd03d8099479 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-02.npz b/neo_1month/data/FIRE/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f232483938a9985bfe704e863ef7c03908e7ee68 --- /dev/null +++ b/neo_1month/data/FIRE/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4713abcfdaa570d8a7e630e96fd397cee0f3719b2c3e849d930ac73c52b3777e +size 1166664 diff --git a/neo_1month/data/FIRE/2004-03.npz b/neo_1month/data/FIRE/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c00f19594c19e300305d77630dcebcef65a745f --- /dev/null +++ b/neo_1month/data/FIRE/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421b4466cc83a8292dcd2999b04e46d33ba741345a662026747de934067445e2 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-04.npz b/neo_1month/data/FIRE/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..126fef199276412abfbdcacf05f7ddec0ac9f6ae --- /dev/null +++ b/neo_1month/data/FIRE/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaa1c172627cd39e3a723bc04d5751ec83d69a46c97defe42ae4359b069e507 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-05.npz b/neo_1month/data/FIRE/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0d8b1d9ef3e3378ffeb4b2ef6d463cdce9c9892 --- /dev/null +++ b/neo_1month/data/FIRE/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b91e5cf5a84f9c85adc9200b1da6a4cf9c81d3b92f43523e16c5db09cf11fa3 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-06.npz b/neo_1month/data/FIRE/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..12245c8799ec84d1842f22e3647680dcb3928e33 --- /dev/null +++ b/neo_1month/data/FIRE/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf4ef5e026bfe973b392b5cbc5bab9d841d8281eafe74188c2408ff26b16976 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-07.npz b/neo_1month/data/FIRE/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..440361d70fbfb35aabba2e6817a43344fbd1d29e --- /dev/null +++ b/neo_1month/data/FIRE/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ac6b6526d912d916d25936623e2b1cae1fb8541f3c8b718349ee321cc3a9dc +size 1166664 diff --git a/neo_1month/data/FIRE/2004-08.npz b/neo_1month/data/FIRE/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e928067fa726eae6ce7d99cc93e031971a1b845 --- /dev/null +++ b/neo_1month/data/FIRE/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0134992209711f86d7a81ec9d418eaec90611bd4d5f5afb2f44b7a6134dbb577 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-09.npz b/neo_1month/data/FIRE/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd86ceb17b879f37b66a989dd5e8e2aa4af30be3 --- /dev/null +++ b/neo_1month/data/FIRE/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b220502b0ad1d3a3b3b4e65a8361e02068b3491be292603ef0a6e1d2f5e4398f +size 1166664 diff --git a/neo_1month/data/FIRE/2004-10.npz b/neo_1month/data/FIRE/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..883dff0e2b18856aabf4714fa544799160776b0a --- /dev/null +++ b/neo_1month/data/FIRE/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e67103ddf1385f1aa857136619d4b991483f177d55cf4326c76540cdb0fb5e +size 1166664 diff --git a/neo_1month/data/FIRE/2004-11.npz b/neo_1month/data/FIRE/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..409ba4bf50921189d94e3e6a2b116e39a8c90b6e --- /dev/null +++ b/neo_1month/data/FIRE/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98fb0bc00955a1e08f7e0a2cd81976d559f14791d17f4990fd568c79e910422 +size 1166664 diff --git a/neo_1month/data/FIRE/2004-12.npz b/neo_1month/data/FIRE/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..099e17e609142c64832337eb502c55c0e1aabbda --- /dev/null +++ b/neo_1month/data/FIRE/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a608cdbc902d4c42220b6f9915e3f402d4deb1418e755e9cbfbb83b8ab3ecd5 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-01.npz b/neo_1month/data/FIRE/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e59ac84bb1eced075d2b1d6b7e6e9b6145ebcf0 --- /dev/null +++ b/neo_1month/data/FIRE/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a96d43511750aaed89264b7db524f47266ba69879ce837234833943081d0dbb +size 1166664 diff --git a/neo_1month/data/FIRE/2005-02.npz b/neo_1month/data/FIRE/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..be1ac0b0fa3d2f42d0e9b8c82c68ad1c1c52712a --- /dev/null +++ b/neo_1month/data/FIRE/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db850c7829f5280822b0c72aedda7217e00b96a62271f1e7d40c5bd9cf84a1e +size 1166664 diff --git a/neo_1month/data/FIRE/2005-03.npz b/neo_1month/data/FIRE/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b4b17ffde61b8079c315ebbce6ffc36e50d2df6 --- /dev/null +++ b/neo_1month/data/FIRE/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a005f8f05dbec42275d7bbb016424ce9931ee4e3f2347c43ff6f12e656f8aaf1 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-04.npz b/neo_1month/data/FIRE/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca55080744f669ced3dbc99791e28d00e30b6414 --- /dev/null +++ b/neo_1month/data/FIRE/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f8dabfaeb0bc5ee22fef0e28b19a10ae580f521fd13233d95fbeb1a3bf8f33 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-05.npz b/neo_1month/data/FIRE/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..67a90123c1e423c4cc672806d96b7481eed84ab3 --- /dev/null +++ b/neo_1month/data/FIRE/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acc4c113d9d5223bd8b5c4b4eba49bebf901d278d25b6b834c42add0487b356 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-06.npz b/neo_1month/data/FIRE/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..57399af07963fb5c0bfc506d5964706e164263e0 --- /dev/null +++ b/neo_1month/data/FIRE/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6e850607f3eb359d6bf8326ddb018838a88342a521012c4cc9a73b0bba58d1 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-07.npz b/neo_1month/data/FIRE/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..735111082f7f5d94a6a0b2978ae1116fd8873f8a --- /dev/null +++ b/neo_1month/data/FIRE/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d339baedb92dd26dadbcd6141c9b266a17811e5e4a9eb37bb8b3ed65ed62a71 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-08.npz b/neo_1month/data/FIRE/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..81d0f3ccae09088ff7b23b5dba9d839f0fd0ad6e --- /dev/null +++ b/neo_1month/data/FIRE/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038e24fcce23b54518b9e59c8cc3e684c8756cc03b187573886d564f83b3f6cb +size 1166664 diff --git a/neo_1month/data/FIRE/2005-09.npz b/neo_1month/data/FIRE/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..53503b3c381ea26e09144e5ae8c07e4c60051952 --- /dev/null +++ b/neo_1month/data/FIRE/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cf3ffb0e3aa7a07f3d160edeecf940a49123ef926677d2adacf8f18d894637 +size 1166664 diff --git a/neo_1month/data/FIRE/2005-10.npz b/neo_1month/data/FIRE/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0cbb8751e645782dc7c66b3361a0ee4a1d49ed83 --- /dev/null +++ b/neo_1month/data/FIRE/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b23149791fb9c3361cc05cae786f831e5f7c48823ce0d6928361060453154c +size 1166664 diff --git a/neo_1month/data/FIRE/2005-11.npz b/neo_1month/data/FIRE/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..24f070c9f1d4906ed9d1fc1c1988f952cea96390 --- /dev/null +++ b/neo_1month/data/FIRE/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b48997dafc590e504fc74803b47eb68adcab6c0cc7c94c3f5e8e2024091db8d +size 1166664 diff --git a/neo_1month/data/FIRE/2005-12.npz b/neo_1month/data/FIRE/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f71ae3a427487da59dcd1e37f1ec2d6f988af6d3 --- /dev/null +++ b/neo_1month/data/FIRE/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75d5f76cef3f2a93987b990f66c2e6f7e2ce0fadf2e35439c545954cdaf5d3e +size 1166664 diff --git a/neo_1month/data/FIRE/2006-01.npz b/neo_1month/data/FIRE/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a4abe1170e0f4e529be3155ad0268e08a464b32 --- /dev/null +++ b/neo_1month/data/FIRE/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee18ff953c9a99e3ba8503a0805078f9b564533b73481486d3df130fa7c9414a +size 1166664 diff --git a/neo_1month/data/FIRE/2006-02.npz b/neo_1month/data/FIRE/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c656328bd7b424379865e483c5ffa365ef91f1c --- /dev/null +++ b/neo_1month/data/FIRE/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656de9335bdf2f917775e0cbe16c54e237400dab941fefc3fbf4cd096da35361 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-03.npz b/neo_1month/data/FIRE/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed0ef6d9b26f1c19e2027550c0b660603ae7953f --- /dev/null +++ b/neo_1month/data/FIRE/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278bfaf7d48e1b012da0f41044e38ff043ba9b5496add5ea5fcbe4d049b34582 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-04.npz b/neo_1month/data/FIRE/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..44d39145e98f24c174c97590341b8464c49d40cc --- /dev/null +++ b/neo_1month/data/FIRE/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad74dc8883095f09bad3744a029082258529c811bb10ffd73f7f5da9be4bd53 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-05.npz b/neo_1month/data/FIRE/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d510362e20d262fb615e32cb8cef0af77e6e0fc4 --- /dev/null +++ b/neo_1month/data/FIRE/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91537ff3adfb7d03c39ed6c36bb5fb496592cb890d4ed9ae07e45507c594a7b6 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-06.npz b/neo_1month/data/FIRE/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecc06d359c828cb8f98dabb91fd8b984491e0afc --- /dev/null +++ b/neo_1month/data/FIRE/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025c0b0945aa25a7692adc40ced5573ad0c8787f8d460b2fe1022a2da3a8c114 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-07.npz b/neo_1month/data/FIRE/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e45c846384340ede879b1d348066f075c5fd3801 --- /dev/null +++ b/neo_1month/data/FIRE/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed3242abea1b242bf33477065f5f4a8f73531b70cfe5db5dec764047eeb16a0 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-08.npz b/neo_1month/data/FIRE/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6d97af09f1fefd21251a45029556c73bdd635f5 --- /dev/null +++ b/neo_1month/data/FIRE/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c8c74f0a9f513e75ca5ee63d69962d07345170a00d3e6ed1b4e4d79ea50206 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-09.npz b/neo_1month/data/FIRE/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..79d7a19429411662883ad16c323afc293b0521ea --- /dev/null +++ b/neo_1month/data/FIRE/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4eaa41a9f8c7626e57e8290ba243f7747c0591efee7652c8ee3f9e1bd7a8864 +size 1166664 diff --git a/neo_1month/data/FIRE/2006-10.npz b/neo_1month/data/FIRE/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec25b005f2f9a16373f604b6dcf31e2d3ef348e5 --- /dev/null +++ b/neo_1month/data/FIRE/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56eed07b186755ce7545484720b9568e02550adbde84098e3e93844661cc95cf +size 1166664 diff --git a/neo_1month/data/FIRE/2006-11.npz b/neo_1month/data/FIRE/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f7ed093ecfc0ac95684c918db908170fa679ba3 --- /dev/null +++ b/neo_1month/data/FIRE/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369679c3324807e60a1ecae75560baf31f5c0a834ee58c7782adc5ade807515d +size 1166664 diff --git a/neo_1month/data/FIRE/2006-12.npz b/neo_1month/data/FIRE/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..92e95cbf6297e7f9e72e5b46804dec4b4b49b3da --- /dev/null +++ b/neo_1month/data/FIRE/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe735f66c97d338acc246e8160b8235842728f0297612969bf65646fca8c7dd +size 1166664 diff --git a/neo_1month/data/FIRE/2007-01.npz b/neo_1month/data/FIRE/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..69fe747f3d4a9e7271f1f7d73a732acd30b0f0ac --- /dev/null +++ b/neo_1month/data/FIRE/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f548123c0d2f8735b59ad994459971f07b908694c1c7fdf9d89440ec7412d3 +size 1166664 diff --git a/neo_1month/data/FIRE/2007-02.npz b/neo_1month/data/FIRE/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ce03d7c0d8675ed03310e4b06845777cb8ea5b9 --- /dev/null +++ b/neo_1month/data/FIRE/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f1cd36399ffd956f729521a63f73aa4258c446292e5e6e1003f991d00e6d8b +size 1166664 diff --git a/neo_1month/data/FIRE/2007-03.npz b/neo_1month/data/FIRE/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..95c153e0077f699c876e378e7da89258afd219bf --- /dev/null +++ b/neo_1month/data/FIRE/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407718a846a6eefa333ba7e5449acc706c23bfb4754296f8fa041cd0a1c59dd0 +size 1166664 diff --git a/neo_1month/data/FIRE/2007-04.npz b/neo_1month/data/FIRE/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddafd450f39b5630f789b536a66b5b1efc439623 --- /dev/null +++ b/neo_1month/data/FIRE/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e489ef7ed22fa9c976d93156dffc359d2fc458521cdd06a451ec02b54c39d5 +size 1166664 diff --git a/neo_1month/data/FIRE/2007-05.npz b/neo_1month/data/FIRE/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eab3003d814405d66efc897398ca1db49081450d --- /dev/null +++ b/neo_1month/data/FIRE/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdb8e731b78233189a37db0ebe462dcb096617c5c622792786c729a8fbc3ca1 +size 1166664 diff --git a/neo_1month/data/FIRE/2007-06.npz b/neo_1month/data/FIRE/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ded7c69c3d2ab316a7c9d85132c319b0b97a76f0 --- /dev/null +++ b/neo_1month/data/FIRE/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2195b9dbd2f01884870be19b082e329ed17dcd5e3b7b0fe29994bfc9f3f34bda +size 1166664 diff --git a/neo_1month/data/FIRE/2007-07.npz b/neo_1month/data/FIRE/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..da9c6f01f33bb7f5389ca46d9899ef1d6ffc0029 --- /dev/null +++ b/neo_1month/data/FIRE/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9a9e138d0a01dd1859960c05f88ed6f6223ed491fb04f6c00e4ed1d3cbec6d +size 1166664 diff --git a/neo_1month/data/FIRE/2007-08.npz b/neo_1month/data/FIRE/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8aaa43b717490871e407ab58436d2a450520918 --- /dev/null +++ b/neo_1month/data/FIRE/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59338ed162bee8de394add7beecc1a93e8933aef61db19a16f5c227d92ec6ade +size 1166664 diff --git a/neo_1month/data/FIRE/2007-09.npz b/neo_1month/data/FIRE/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e916ed8bc244a777fb48ab2c0e830c122cb4e480 --- /dev/null +++ b/neo_1month/data/FIRE/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a85ead5b9de8c38a72a6f671279fba4974a631a75ad966d4168b0c4d9f569a9 +size 1166664 diff --git a/neo_1month/data/FIRE/2007-10.npz b/neo_1month/data/FIRE/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..26a33498a86bdeaeb40a25bf76ab1bc0ecffa450 --- /dev/null +++ b/neo_1month/data/FIRE/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6cf93aac983b589370df7776b4175c8379974b154b7e51c4b47ab2a75d3c7c +size 1166664 diff --git a/neo_1month/data/FIRE/2007-11.npz b/neo_1month/data/FIRE/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a53469ef2d2b744f157c3a87edc4c3790fb6c991 --- /dev/null +++ b/neo_1month/data/FIRE/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3108e9960e901f2d8a62a06007c52dfbacbd9ede81f8d0fca81b0cee0ac6665f +size 1166664 diff --git a/neo_1month/data/FIRE/2007-12.npz b/neo_1month/data/FIRE/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..34ca78215766f525758cfd766152e6b3ae48b544 --- /dev/null +++ b/neo_1month/data/FIRE/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595dad146a6e2210c9f14787bea8dc8886421a1aa20d471b92ff583c8cb5910b +size 1166664 diff --git a/neo_1month/data/FIRE/2008-01.npz b/neo_1month/data/FIRE/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7575a6669aed0cc90572bd67816475c8d1901ec9 --- /dev/null +++ b/neo_1month/data/FIRE/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80f60031e5aa77b25c32a59d54a3876807ab282a7b5765ebea8a8293e66bf27 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-02.npz b/neo_1month/data/FIRE/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8384be0f53a54c9c8e163cc043add6a7639213 --- /dev/null +++ b/neo_1month/data/FIRE/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59163569d1743820adfa93c8531073f62f5d1ff4306ab2f5de2752afff9bb649 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-03.npz b/neo_1month/data/FIRE/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4d85e230c435807eef2abb236a452681236d838 --- /dev/null +++ b/neo_1month/data/FIRE/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d213800146d87b441a2f4377b88e84924583f0aff92f30e5694d916a6bb4c8 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-04.npz b/neo_1month/data/FIRE/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b488d4ef936a229e3771bbc9f9bfa06e4dbbd645 --- /dev/null +++ b/neo_1month/data/FIRE/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa5317d9c6faaa94df4ebcc20268e1e1226b1f658e1301b6f95c56fbef709a8 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-05.npz b/neo_1month/data/FIRE/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b240170d8dc84824c4d03652bd8f3fd1997b3983 --- /dev/null +++ b/neo_1month/data/FIRE/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023ff55fca00c68b85e0c086c91e7577d4b3eaeb825448349d5882e53d57b596 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-06.npz b/neo_1month/data/FIRE/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fff0efdf9eb188863b1e7b11cab4511b94f41659 --- /dev/null +++ b/neo_1month/data/FIRE/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12f9a36d229c9e8cf3ffa080aa3eb2cdf15c8851f42afeef2d250cecc6524e2 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-07.npz b/neo_1month/data/FIRE/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b832733cb677cc8573d09e9f4a22512a3b31b83 --- /dev/null +++ b/neo_1month/data/FIRE/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a06594dfbecb91b4c402e6844c6d0230c9bed4689a1ebd1975010f7923c80d3 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-08.npz b/neo_1month/data/FIRE/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e5cf3fb62f1b3be3f4bd37b72a854d735112f57 --- /dev/null +++ b/neo_1month/data/FIRE/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1c9002c487c6a97e846a90d453856e79d1ed10fc4d3cf4a3046f53cf1d01b2 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-09.npz b/neo_1month/data/FIRE/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..08fa342ae03c5d21bcabb75f617efb6cf35ce40b --- /dev/null +++ b/neo_1month/data/FIRE/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02db0b7f1fe29725f90366e611a0f72762a3d430ab1612b06e5870ea5421cbc +size 1166664 diff --git a/neo_1month/data/FIRE/2008-10.npz b/neo_1month/data/FIRE/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..33ca23c960ea077eb0f5016c95a7606fb7134a72 --- /dev/null +++ b/neo_1month/data/FIRE/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739e94900cf3132a50fedb1a1dca5ed9a1581eabd3844bd7cdafef11e5e53736 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-11.npz b/neo_1month/data/FIRE/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d1c74ba9e0c766c00d59e3d2b8f443e1d17c36e --- /dev/null +++ b/neo_1month/data/FIRE/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d63fea60bbc27c90d9b2c7c82206b183ec57716133d337583b0d7b4f1bac74 +size 1166664 diff --git a/neo_1month/data/FIRE/2008-12.npz b/neo_1month/data/FIRE/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c41f2830f91a9418db67400a2dddf4c180a227b0 --- /dev/null +++ b/neo_1month/data/FIRE/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade138d002b3f1dc5d5bb9865a8a6a8229d33026ad80ca614e55318373688e1 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-01.npz b/neo_1month/data/FIRE/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1cb5ddcf29cd7478a55f076df26a25cb574061c --- /dev/null +++ b/neo_1month/data/FIRE/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5de9caa70bad0489328fff7c6321d8344f6eea2fed7f910311802f9976cbace +size 1166664 diff --git a/neo_1month/data/FIRE/2009-02.npz b/neo_1month/data/FIRE/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..20795cb7a0edc7961657271055dbfc85c0173e74 --- /dev/null +++ b/neo_1month/data/FIRE/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d48e6449a3b9c3963b062eebca77b22efdc54021d11e7d287092332653ccf1f +size 1166664 diff --git a/neo_1month/data/FIRE/2009-03.npz b/neo_1month/data/FIRE/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd38de783416ae9a4c7b26c8b450f987de283971 --- /dev/null +++ b/neo_1month/data/FIRE/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487fe1291ca1e40d029f1faed4d48a746ef575f5b019da6466066031b48b3b76 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-04.npz b/neo_1month/data/FIRE/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4e28e65f515c94b72d5dbdae0d819465dfc9a80 --- /dev/null +++ b/neo_1month/data/FIRE/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ff56cd4cf9c35a97f8e18fadbb43c5026b545dca66c92e0078a1fc0fb3c53f +size 1166664 diff --git a/neo_1month/data/FIRE/2009-05.npz b/neo_1month/data/FIRE/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d91f9c89f88cdcd1be051a5bc79b475c941c458e --- /dev/null +++ b/neo_1month/data/FIRE/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcb09aa4a40b3a84ac07a4c9a38d04bf6f68e205244b7f6a99b5c05be893ec4 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-06.npz b/neo_1month/data/FIRE/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b205ea12475a1ec3e4e364db25f6d166ed11599 --- /dev/null +++ b/neo_1month/data/FIRE/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f50b5a68777b583cca7b3ebeb5450c6bb6dc6f921f3e7a13cacc0e62d3e7cda +size 1166664 diff --git a/neo_1month/data/FIRE/2009-07.npz b/neo_1month/data/FIRE/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5b253cf451fdda50adc06a131beefd9492791f8 --- /dev/null +++ b/neo_1month/data/FIRE/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b399054063d5977b1c38abbbe51614329a88f93b58502b4d2f78109fda9093 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-08.npz b/neo_1month/data/FIRE/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..25cd31663d1dc6b89d9e3327f0a271e7824b6c28 --- /dev/null +++ b/neo_1month/data/FIRE/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abde3c415c11e2686d563ae3a363b4d736124748bb3de2e4e96d2eafc85c9015 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-09.npz b/neo_1month/data/FIRE/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a258200e3b4991bc133d5b985ddee9ab9a1de02a --- /dev/null +++ b/neo_1month/data/FIRE/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260d08ad7e71df5e8fcd8fcaff98477511164edb3b0310962b709a170fc193a3 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-10.npz b/neo_1month/data/FIRE/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bb799d450975a6b9455e97f70da8aa5a24ce992 --- /dev/null +++ b/neo_1month/data/FIRE/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0972fac32379925cdfbb0c92d62d38696630bd890d098bc32e3e6ff2685cda58 +size 1166664 diff --git a/neo_1month/data/FIRE/2009-11.npz b/neo_1month/data/FIRE/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6cec70da809b0f1c8feba6c93c27e68814c675a --- /dev/null +++ b/neo_1month/data/FIRE/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ea4a625501abaee05e2887d85fffba014a580cefcc86a74461ae1f51153cdb +size 1166664 diff --git a/neo_1month/data/FIRE/2009-12.npz b/neo_1month/data/FIRE/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..be2c7e552c2104645cb30cf652de30b4ed30faf0 --- /dev/null +++ b/neo_1month/data/FIRE/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db764bde13a1156108638e6d66b6b3dc797d7edbbbd891dc7d0266b49754613 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-01.npz b/neo_1month/data/FIRE/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4060b62d9b58a688b9ac5ca0f35829dfe3340b45 --- /dev/null +++ b/neo_1month/data/FIRE/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f529516b6187f6066d00a610f0ba0fe190d77c6c67842e099079be3a296d796d +size 1166664 diff --git a/neo_1month/data/FIRE/2010-02.npz b/neo_1month/data/FIRE/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7501c12034d4cc54a730bc8456d32b64d878ece --- /dev/null +++ b/neo_1month/data/FIRE/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8616d6638e499a46fd3ec1bd3b406813a12c7c85df927b56ded4e68d1fc486 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-03.npz b/neo_1month/data/FIRE/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..531ded2953d209988aaea5c800ffa925200bf358 --- /dev/null +++ b/neo_1month/data/FIRE/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62744e4c289cba878d695416c9303a6b291bfde2daae2e21b7cf4d9f52b9cc6 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-04.npz b/neo_1month/data/FIRE/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f62e8d9749d0fdef81706cf30bd87c51266bbdc3 --- /dev/null +++ b/neo_1month/data/FIRE/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528cdf60ee12ee2a07a89731c019841d579b9b40c1a091c072b522a761f3d41a +size 1166664 diff --git a/neo_1month/data/FIRE/2010-05.npz b/neo_1month/data/FIRE/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4369211c23161cdfe27a73ed6cb086132707369 --- /dev/null +++ b/neo_1month/data/FIRE/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127c1d90a62944738ba39f35f0fad32e0a9e24efb9e77cd2e729d57c061c9fd1 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-06.npz b/neo_1month/data/FIRE/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..079c9c0393dec5fef954a25bf4ff8acce6ae54fa --- /dev/null +++ b/neo_1month/data/FIRE/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b27929652374df969d12a7e0312f7f298e181fcba691c46c4d13f2ac1c7aa7 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-07.npz b/neo_1month/data/FIRE/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..de619207ea77bef804dfe0b883f24af0b50143c1 --- /dev/null +++ b/neo_1month/data/FIRE/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a0dfbca79c1c3c3a736c414978efa35dbb7c04fb654a873868163f25144084 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-08.npz b/neo_1month/data/FIRE/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1f6aabe2b1f6c0bca82538ea9edb4e027d53146 --- /dev/null +++ b/neo_1month/data/FIRE/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31ddc9020cc00e0f395fdacba45faa89840f474331a4c85c35fca521a3893f8 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-09.npz b/neo_1month/data/FIRE/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..44232a26541621d934bc66ae6afb67d7d002af92 --- /dev/null +++ b/neo_1month/data/FIRE/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f195600bf044115b7a3224f33166e1e888b3ced1f4187b4b99e1dbc9818e15a5 +size 1166664 diff --git a/neo_1month/data/FIRE/2010-10.npz b/neo_1month/data/FIRE/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f13985b49d299d7bafc9d894dffeb7cef51db3cd --- /dev/null +++ b/neo_1month/data/FIRE/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f27729ff16c74f3ab6e98be91e594b3eb029da16f8af21581bea51d267825c +size 1166664 diff --git a/neo_1month/data/FIRE/2010-11.npz b/neo_1month/data/FIRE/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a63cf774219c276569ba66ef10fb2bb344fa80e --- /dev/null +++ b/neo_1month/data/FIRE/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4e5b93d59e045d7943138fc2742ad9768d1f068ff245cc1692d51b84015bbb +size 1166664 diff --git a/neo_1month/data/FIRE/2010-12.npz b/neo_1month/data/FIRE/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b71c95e5268d420dd39a3f681e8079792a7a56cd --- /dev/null +++ b/neo_1month/data/FIRE/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea689100cc35b8a8c50fc6d6d5ac451a835ece48f153cd6e0a43a9b7ad8acca +size 1166664 diff --git a/neo_1month/data/FIRE/2011-01.npz b/neo_1month/data/FIRE/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..979bb9713a25308a8b41521731db47de1e8003f8 --- /dev/null +++ b/neo_1month/data/FIRE/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e94153eed478a3c0770553523d9754d27c7f925fb22f8c4b72bb3045a440b68 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-02.npz b/neo_1month/data/FIRE/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..92606ead6a9c4ebf642b36b867dcb5953510a71c --- /dev/null +++ b/neo_1month/data/FIRE/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2506c998058a0d4afc8c3c6aaa9b2a345617b4528f0cad2ac1e95c60bc128564 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-03.npz b/neo_1month/data/FIRE/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fd138dcf7261d25dedd60051c37cd2a8e1315d6 --- /dev/null +++ b/neo_1month/data/FIRE/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4250c850a8d3086c197118a1c447b12bb234f25d6045d59da08306db711556a2 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-04.npz b/neo_1month/data/FIRE/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..69ce462bb25534eb65a0b6e59738a4c2c1d05761 --- /dev/null +++ b/neo_1month/data/FIRE/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d8825e6842b07ed17fd1237562f406ea0f2cc262d7872fb40be1cc28e67092 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-05.npz b/neo_1month/data/FIRE/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c47f33b0b255694cc017091dc4ee69088618df2c --- /dev/null +++ b/neo_1month/data/FIRE/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd97ddfe61b9d85c67ef75ebe5dc07e0236eaf0adf58b4c6a9dcbc44934b2e4 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-06.npz b/neo_1month/data/FIRE/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f2ffd82bfe31dbbb5dec91e4feadba475a56bdf --- /dev/null +++ b/neo_1month/data/FIRE/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ac97770bfed256b8918c04a159ba9fb324bdc0999c1277237402c33ebb80b1 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-07.npz b/neo_1month/data/FIRE/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b78a3506e399c3adb4282e0e9d12b6ec1328ea6 --- /dev/null +++ b/neo_1month/data/FIRE/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f6634b6aa5830482db185228145dfa4edfba8170bac15c8c1b7c24e19f89cd +size 1166664 diff --git a/neo_1month/data/FIRE/2011-08.npz b/neo_1month/data/FIRE/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..290778b47ec89a9c4c06ffce36dac21a56bd47ea --- /dev/null +++ b/neo_1month/data/FIRE/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4b0199897c88bf7a5276ea4ccdceb5b3396f6bb7d9741bcb1fb777dc054c1b +size 1166664 diff --git a/neo_1month/data/FIRE/2011-09.npz b/neo_1month/data/FIRE/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eee6d4d3639ce2cbe2e6a9145a0187b32858201 --- /dev/null +++ b/neo_1month/data/FIRE/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7baf79ab9f375be592f0bf2557addc3710235a5e9bd7ffd21bcbf454f0b8d +size 1166664 diff --git a/neo_1month/data/FIRE/2011-10.npz b/neo_1month/data/FIRE/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b30c24a41053d60703de88aacb3edcb1d7d6479a --- /dev/null +++ b/neo_1month/data/FIRE/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd98b9eb10d95953544f2e8e826c1c7a5b5066079d02750d3ee3f304f3b17b66 +size 1166664 diff --git a/neo_1month/data/FIRE/2011-11.npz b/neo_1month/data/FIRE/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..971b35d8e7065e2228aad779ce39d1be3c0f1377 --- /dev/null +++ b/neo_1month/data/FIRE/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac0198c7777b83f591843342f94417287da8786e829ec603915940f02698e9c +size 1166664 diff --git a/neo_1month/data/FIRE/2011-12.npz b/neo_1month/data/FIRE/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1453177c7f0cb56d5ce5cb2cc3dbaa446420a855 --- /dev/null +++ b/neo_1month/data/FIRE/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f546404389443ae44eef8fb92def2e1a0a8914a0772a4cbbe245bca4b6ca9b +size 1166664 diff --git a/neo_1month/data/FIRE/2012-01.npz b/neo_1month/data/FIRE/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8107698c5f418ef761918652f2365971d482771f --- /dev/null +++ b/neo_1month/data/FIRE/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b638dfd2bbc9f63a5c13e1d1c3e27a31f94803a631eb5581a2c3b9efee34de90 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-02.npz b/neo_1month/data/FIRE/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..95f2bb04914377d6e6cb8f64667a351bf6e37125 --- /dev/null +++ b/neo_1month/data/FIRE/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0714e2037465f626621bdcbc2aaa01fe22f119fc3e87ffcde67f02e3ed6c50c +size 1166664 diff --git a/neo_1month/data/FIRE/2012-03.npz b/neo_1month/data/FIRE/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..025366ea92916a18329888c58fc7338d92e80784 --- /dev/null +++ b/neo_1month/data/FIRE/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741403d10080f1216e52519b2a366daadf0ddbedb32cd4871d29d62c9c3426ec +size 1166664 diff --git a/neo_1month/data/FIRE/2012-04.npz b/neo_1month/data/FIRE/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5441aa69079b7317ce466bae8380e94edaf6042a --- /dev/null +++ b/neo_1month/data/FIRE/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d786b437fbe265c3b311408d41f27ff33ebae01df07a52654a70cb0a75a161b +size 1166664 diff --git a/neo_1month/data/FIRE/2012-05.npz b/neo_1month/data/FIRE/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7c63c1545598ed9e7f991bfcb4010467bb6a3bd --- /dev/null +++ b/neo_1month/data/FIRE/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a058b91a90b2922716824279f5d4c0e96d3da420c543c2cdc0b327086f178c8b +size 1166664 diff --git a/neo_1month/data/FIRE/2012-06.npz b/neo_1month/data/FIRE/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6efd60b43265896d01d9a1a4c696f16a92f7bbd7 --- /dev/null +++ b/neo_1month/data/FIRE/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff759505b3aec660cb525dda6a043fd1f8859ec2d1b4f54ad4fefa3e02d71672 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-07.npz b/neo_1month/data/FIRE/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4b0bc556a1663f531d20788f0a309e4914315e3 --- /dev/null +++ b/neo_1month/data/FIRE/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07422e1d70f37f425827efef1a666549133df230b20e5d1e3e27d1f012411049 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-08.npz b/neo_1month/data/FIRE/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2636652e11b31c7e4bffcdcea5fbb9b57b5162c --- /dev/null +++ b/neo_1month/data/FIRE/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f0d2db1f527d0f184f8829623a3fa342f2da4c9486123e474a351c78cdd141 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-09.npz b/neo_1month/data/FIRE/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e017989b9baee8f2a0b0bc2072ef06549c4b1c79 --- /dev/null +++ b/neo_1month/data/FIRE/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9929a5cad99ad74581e8737a9a03c0ddca82d83429d63bfa10af38a7fa7c5 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-10.npz b/neo_1month/data/FIRE/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b84e28d20af3c4f5df7e8ff2abcba3c6afba77c6 --- /dev/null +++ b/neo_1month/data/FIRE/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5c2a7532b351aa5922c0806c237706d3b482d824a58ced1282050d21171821 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-11.npz b/neo_1month/data/FIRE/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3af5c16e8c4e5688ee8acb24253078fa2435574c --- /dev/null +++ b/neo_1month/data/FIRE/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc993b1660ca5731c09532c4787321bcee3ade307dc4e6cbbed7a42a72a950b9 +size 1166664 diff --git a/neo_1month/data/FIRE/2012-12.npz b/neo_1month/data/FIRE/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6201fb2036b95f750a2ec0083a06594c8aae2b5 --- /dev/null +++ b/neo_1month/data/FIRE/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5e1b52f2f54e2295093febbe3c5094b02b3b49e263e0f87d3756c7f249d1cd +size 1166664 diff --git a/neo_1month/data/FIRE/2013-01.npz b/neo_1month/data/FIRE/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c564545e1f1acf9132fad98bf3452e325610d018 --- /dev/null +++ b/neo_1month/data/FIRE/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd606966d44decdceb367cd74afc829efe498a919ed035d7e9805bcdf97540d +size 1166664 diff --git a/neo_1month/data/FIRE/2013-02.npz b/neo_1month/data/FIRE/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9bc2bd0a3f345771e1c1da5a0ac2c6225834dc5 --- /dev/null +++ b/neo_1month/data/FIRE/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bf2d3940122b18a67e6754cff2021d7da233384d5a5b13e9c38011054308a9 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-03.npz b/neo_1month/data/FIRE/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3a97dc994037f6fa941db799ac9bf42dd38e60b --- /dev/null +++ b/neo_1month/data/FIRE/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9ba9f4579804dfc1a218355be1fe4c7b7f0c658d8cd18239eba26aa1838726 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-04.npz b/neo_1month/data/FIRE/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..05fda6c2988b980cd27e5cde881d5188b9d976c1 --- /dev/null +++ b/neo_1month/data/FIRE/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dabb9cb6db8f14ef774b85d4b03b2d861e8d70d2d84ded9e184ed1a4a557011 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-05.npz b/neo_1month/data/FIRE/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ea0d66d753ca1ea2b0e85b73dfcea0f70805bce --- /dev/null +++ b/neo_1month/data/FIRE/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62247777a49d56d2d398c2bde99b89f79ad5bcffb856159998ffcdd9a3923600 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-06.npz b/neo_1month/data/FIRE/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a9bf80929e9f0e9e45eb156f21e862eee637e60 --- /dev/null +++ b/neo_1month/data/FIRE/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84a5bb8b90329d195979953277f112bbc6ed389447ff492325672caca7c32e0 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-07.npz b/neo_1month/data/FIRE/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cab3e8e8dfa8510d8a3f981d9e56c2033056bca5 --- /dev/null +++ b/neo_1month/data/FIRE/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798bd3a09737e8fbba385986063bdccb6e6fc5416b1f813af00ec2313d75b121 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-08.npz b/neo_1month/data/FIRE/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..de2a1acda459187eafa96996129481be0ac4c11d --- /dev/null +++ b/neo_1month/data/FIRE/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a7939e6ae626750b47a237c1ad5f3cb01560476bd2fb2028d0ab3a43916d87 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-09.npz b/neo_1month/data/FIRE/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..710844b769cef7667177c1014e96e72fd715aeb0 --- /dev/null +++ b/neo_1month/data/FIRE/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1e1697e87b97bf92d425822fd4b1915bb7ec0f977ecbaee90c98f314b96c5 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-10.npz b/neo_1month/data/FIRE/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9f80816068f0880dd141d5247d2ace01a2f1b35 --- /dev/null +++ b/neo_1month/data/FIRE/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28bc416f183654438f6cab4c8a358dc0e89f07b14a7fc264a6bd0b743efaab +size 1166664 diff --git a/neo_1month/data/FIRE/2013-11.npz b/neo_1month/data/FIRE/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..04aa34f862001027c3df5f94883458e3affe50b4 --- /dev/null +++ b/neo_1month/data/FIRE/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecaeb3eb140979113ad6f47e51577bd1676fd3ba8f914eb70a43f8eb16f2730 +size 1166664 diff --git a/neo_1month/data/FIRE/2013-12.npz b/neo_1month/data/FIRE/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6fbcbab8f44d9ef38c88c9b4db87b52690b1cb2 --- /dev/null +++ b/neo_1month/data/FIRE/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06e74fd68fa9963a72d641a99070d2e79a642fce71e9f1cfb88805b2b71bc92 +size 1166664 diff --git a/neo_1month/data/FIRE/2014-01.npz b/neo_1month/data/FIRE/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4af940e3d5c747deab8a0c343dea9fbe6c5d02f --- /dev/null +++ b/neo_1month/data/FIRE/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d4a402c6c5091eaf3b27d179bef7b001eddaa11df4509691eeb2b614eb6f23 +size 1166664 diff --git a/neo_1month/data/FIRE/2014-02.npz b/neo_1month/data/FIRE/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba9ad056c200a97f30b35d3385cbf1e5c99d0b7f --- /dev/null +++ b/neo_1month/data/FIRE/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c259363271547ed5c8818f280a2026c99379eb5a54851f28f63efd3d505864fb +size 1166664 diff --git a/neo_1month/data/FIRE/2014-03.npz b/neo_1month/data/FIRE/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9497484b7a4da9b994cf9e4ebbf6b829c5706a6 --- /dev/null +++ b/neo_1month/data/FIRE/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62580c7cce19c814de945d87f942f76695056f74b84b7b2120c4e6d51dafaeab +size 1166664 diff --git a/neo_1month/data/FIRE/2014-04.npz b/neo_1month/data/FIRE/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5233d982c12572b167de0aaf15d41c0a2d62ea4 --- /dev/null +++ b/neo_1month/data/FIRE/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46000e77d5e1afcace3430f782322bd3ce15b294a5e5fd4e8558a501010d55e9 +size 1166664 diff --git a/neo_1month/data/FIRE/2014-05.npz b/neo_1month/data/FIRE/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ef443fe4b8ad3380f65fc00adf7c4233a0adee7 --- /dev/null +++ b/neo_1month/data/FIRE/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7383b4cca5c614902df99126b9104c7d627c47a7621e7c728a4205ad72d07f3 +size 1166664 diff --git a/neo_1month/data/FIRE/2014-06.npz b/neo_1month/data/FIRE/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..03ca1d2b7778a3ce31b2c65576c79aa8e5779fb8 --- /dev/null +++ b/neo_1month/data/FIRE/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1171fb41abe4a91c0c6c6b8e34404cec5d7098c5bb54724674da0837e045dc +size 1166664 diff --git a/neo_1month/data/FIRE/2014-07.npz b/neo_1month/data/FIRE/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c98c3044f2736138f50ba11c861f8144b1a30b90 --- /dev/null +++ b/neo_1month/data/FIRE/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7710da217b21f3784fca5885c194fcdb03bc7b69ceeb754ee8f6815ca1466cee +size 1166664 diff --git a/neo_1month/data/FIRE/2014-08.npz b/neo_1month/data/FIRE/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5146d235f1a7fa26ff46674adaef49612df4bea7 --- /dev/null +++ b/neo_1month/data/FIRE/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e730ecbd58d4bb90644540948008d50b70e6deab4422e873c6edee48505aae49 +size 1166664 diff --git a/neo_1month/data/FIRE/2014-09.npz b/neo_1month/data/FIRE/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5add9e4c06f1d51ee6dccab1f7356b5fae85093b --- /dev/null +++ b/neo_1month/data/FIRE/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1d87b405f58fd6314a5ec5a4252b3c2054a05d46c0001940ef3b82e6faa98f +size 1166664 diff --git a/neo_1month/data/FIRE/2014-10.npz b/neo_1month/data/FIRE/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5522d4806941ce3f897a103f8a22a1fc0656483 --- /dev/null +++ b/neo_1month/data/FIRE/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d43496adca533a9ffaf90a9898f1ef4661a92b98dbdf095961514c2d62629a5 +size 1166664 diff --git a/neo_1month/data/FIRE/2014-11.npz b/neo_1month/data/FIRE/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d1b1a33ddc45f18958ba01f3e3f8deb824dc87e --- /dev/null +++ b/neo_1month/data/FIRE/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa7749155824721477c3db934b81d8dfd4fdefadebeed455fe3883e89e5ab6c +size 1166664 diff --git a/neo_1month/data/FIRE/2014-12.npz b/neo_1month/data/FIRE/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..068e8d76e80c8ec25c7b2e2b2d63d662d15165d7 --- /dev/null +++ b/neo_1month/data/FIRE/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7d7326e1d46da4a673946c671c123528891a2d5d97f5e5c4b19ad0b0769993 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-01.npz b/neo_1month/data/FIRE/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2303c2182524982e42ca2ee13cdc2dd3ed4c2e33 --- /dev/null +++ b/neo_1month/data/FIRE/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ebd9d8acf118def430ab12a81bc512fe99e28cfc3efb604336f102238098a +size 1166664 diff --git a/neo_1month/data/FIRE/2015-02.npz b/neo_1month/data/FIRE/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d57434d993e573d783ab8e3bcfa7e2ae348c1c8f --- /dev/null +++ b/neo_1month/data/FIRE/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b28d046208ababc63abd1f17b3d16653568413decf85b885585bebb2784164 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-03.npz b/neo_1month/data/FIRE/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..deb65c007644149358e69a988ef11db53f05ffe7 --- /dev/null +++ b/neo_1month/data/FIRE/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9da13d9a454f69233ab07c661867555894c2422aff3ca83388b20321102f76e +size 1166664 diff --git a/neo_1month/data/FIRE/2015-04.npz b/neo_1month/data/FIRE/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..50db1aa0e7a1f711be960c3461bfc1a673a403dd --- /dev/null +++ b/neo_1month/data/FIRE/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab510891a72d6a642b2f39e022ee5d395aa8ee3a6b98e082c2298c8e248b383 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-05.npz b/neo_1month/data/FIRE/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5a2b8f2994e2e78a90c60c9b748e20dd062d1b9 --- /dev/null +++ b/neo_1month/data/FIRE/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36526cba50e519ef0719d4d02a6f322a54c413ea73ede11f0f7df367e4a907b +size 1166664 diff --git a/neo_1month/data/FIRE/2015-06.npz b/neo_1month/data/FIRE/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..04689f02b139a88ef4645f4812d894b30021d3db --- /dev/null +++ b/neo_1month/data/FIRE/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab496ec7fa0b0e235f6da987c1f961067bcff4608ad7f40a2044c0cb8501133 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-07.npz b/neo_1month/data/FIRE/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9d20d661c8730fe3bb2b86a162a47feb44e8a28 --- /dev/null +++ b/neo_1month/data/FIRE/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16895b4c11c3945d1388853f5417fd39fab4a807722109068449c28ad0317b3d +size 1166664 diff --git a/neo_1month/data/FIRE/2015-08.npz b/neo_1month/data/FIRE/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b13756cc094cdf538e85c6630d638f24f90c351 --- /dev/null +++ b/neo_1month/data/FIRE/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b511078230e3f7935f6936ccb9c862d96b0fb0f003cc4ed73ac30fcd52c4b295 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-09.npz b/neo_1month/data/FIRE/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..de7f948e7611ed71a09365b48dadafe5165e1d4f --- /dev/null +++ b/neo_1month/data/FIRE/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1c1e9386f87d7cd95ca0c8346ab0a48dee95a4a64b788bb300616ca5d53b30 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-10.npz b/neo_1month/data/FIRE/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b43ae6a1fd3ebd38e2541bdaab91b2f229c86c3b --- /dev/null +++ b/neo_1month/data/FIRE/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106cf8e0dac964a9ae050ff466ddb91d3a99642d38431f2f9b5dc06598352a2a +size 1166664 diff --git a/neo_1month/data/FIRE/2015-11.npz b/neo_1month/data/FIRE/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..97b7d7b4b5afff7b20356c8209df3f1e377c1138 --- /dev/null +++ b/neo_1month/data/FIRE/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9abbdb13e35d68c5eea7823061c6ceeec2cf4bfdb934dd95782b114e9723d62 +size 1166664 diff --git a/neo_1month/data/FIRE/2015-12.npz b/neo_1month/data/FIRE/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c53117982fc0749c202e454a7b3631228847ab96 --- /dev/null +++ b/neo_1month/data/FIRE/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10e1cbf7e71ccc05e13058d07a2ea79f8ece5e3397d89fc42452347d9080c87 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-01.npz b/neo_1month/data/FIRE/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..744db868e1e0819c8a3da91392005682d52ad0a0 --- /dev/null +++ b/neo_1month/data/FIRE/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5943731c400fe02610a239e8d4aab4b2b4b5f011d7abc331d680bf37e4cbc455 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-02.npz b/neo_1month/data/FIRE/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..90d65d4f73f80b884361213687d6c6891a0c5c02 --- /dev/null +++ b/neo_1month/data/FIRE/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15596543ed00e5860d101fabab44ef5edd8c9ce2df8d5d67a5c974cdb35a4bc5 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-03.npz b/neo_1month/data/FIRE/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..678145f4c422c4d10eb9a13960a2bbdbf2f7d14c --- /dev/null +++ b/neo_1month/data/FIRE/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed062203da555d06f45b1994be636266788ec9264c758f69f7fbe3ce096ac70 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-04.npz b/neo_1month/data/FIRE/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5aae9f63b500a910ce1fb4e26929a34b8c07662f --- /dev/null +++ b/neo_1month/data/FIRE/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d923caa73573b481d2a109b14f5cb79e29367681d2bb58f5441c88dce2a357c +size 1166664 diff --git a/neo_1month/data/FIRE/2016-05.npz b/neo_1month/data/FIRE/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..baeda12795273e3f4ab648ecddef9b6ade34739e --- /dev/null +++ b/neo_1month/data/FIRE/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13cdbfdc86910da8cf00adfe1570be832d9ba49de08598e7e65a77a33fd060 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-06.npz b/neo_1month/data/FIRE/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bde0ed53fcb598f0629059d918061b74f139908b --- /dev/null +++ b/neo_1month/data/FIRE/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1f9126053cdbd02cb32f312d8090826f7d5a2e2cf5d3a44d19515be4e3862b +size 1166664 diff --git a/neo_1month/data/FIRE/2016-07.npz b/neo_1month/data/FIRE/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf150a3c53f9ef99e604b4c67d92cb95469b506c --- /dev/null +++ b/neo_1month/data/FIRE/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884e6b1cc81a223411cabf1bb563167b6b19819ff9b055d787e5d0052c84b64c +size 1166664 diff --git a/neo_1month/data/FIRE/2016-08.npz b/neo_1month/data/FIRE/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c1bc7d41e1acba4d97bf96af078e791579eede7 --- /dev/null +++ b/neo_1month/data/FIRE/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2181f547d4fab0b0ee4dd26c9b2df1e66bab32bcae5679ce8c4070cf2219c68 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-09.npz b/neo_1month/data/FIRE/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..56100888b8b7c15eed03aad74433f8ab0117c722 --- /dev/null +++ b/neo_1month/data/FIRE/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2693a46ca029830d16800a21e995ebe5653d8045e3598159997a0bb3945c8ecf +size 1166664 diff --git a/neo_1month/data/FIRE/2016-10.npz b/neo_1month/data/FIRE/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..61ef53af570d4a781fa59a7116319637e73b75ce --- /dev/null +++ b/neo_1month/data/FIRE/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8828c63b0bd1b04bc414625b856654fcd56b068aeab06f098367230b5a3ec283 +size 1166664 diff --git a/neo_1month/data/FIRE/2016-11.npz b/neo_1month/data/FIRE/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e59000903f4ac10fc36af074390ee8f60ee165e7 --- /dev/null +++ b/neo_1month/data/FIRE/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e3fd083929945d3d6a939c7a944655bdd9b6b0a1abd136954c85cb328212cc +size 1166664 diff --git a/neo_1month/data/FIRE/2016-12.npz b/neo_1month/data/FIRE/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..76ba5c388bb7cb593c6408c342b316fb70d6934d --- /dev/null +++ b/neo_1month/data/FIRE/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79c5656a339eb5bbe9834a5aefea7dce8d3f9756d8fecb3c8bcbe83a8a88eb2 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-01.npz b/neo_1month/data/FIRE/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..69868acbf16e9c85a285e93f5d2414a9144d6a30 --- /dev/null +++ b/neo_1month/data/FIRE/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3819691b2c9d18915e0f1de8aeff7e3a024990b98aaed4395c63b91cee393e08 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-02.npz b/neo_1month/data/FIRE/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..264011f0bcd02ba2a5653f5fb384fb53307e274c --- /dev/null +++ b/neo_1month/data/FIRE/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72d297797bc80db9d337f5d83e3b37034415f2908482423cb26c25d9c1db566 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-03.npz b/neo_1month/data/FIRE/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3372d6a11c08392cd770d36633a5066f3e5d14f4 --- /dev/null +++ b/neo_1month/data/FIRE/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90385792dacbebcffe95231606e1e02856c455bd37f7821381c10b4b856389d0 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-04.npz b/neo_1month/data/FIRE/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6fc5c3a3697df04f22d0e4199296327eb086c6e --- /dev/null +++ b/neo_1month/data/FIRE/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a726be8e73fc5069216e2aca27112bf41ef4b71700810fe46264d1586657a0f5 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-05.npz b/neo_1month/data/FIRE/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc4d8e59bd428c74ca38f127b786e9186d596e2f --- /dev/null +++ b/neo_1month/data/FIRE/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a9b3dca7b256f1beef7f5a4c9901064a0c73a573c45f9251d68183fe65f382 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-06.npz b/neo_1month/data/FIRE/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..29411a5ad664c483baea5fa19b6be43f52ad7e8a --- /dev/null +++ b/neo_1month/data/FIRE/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b760749e19e08e5c06b7a1ce4e05ed1266b2f4cb778c9a9414a2eb10f86a7f60 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-07.npz b/neo_1month/data/FIRE/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef0caf80d80108d8b7959bf76b633fdf5047e2a5 --- /dev/null +++ b/neo_1month/data/FIRE/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783bf955bbb185e1f772b4793d9955dd0fab3b49d56a6e2d08bfb62c0b177c37 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-08.npz b/neo_1month/data/FIRE/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f99bae40649f877a4814c04f23748ce9387c0a7 --- /dev/null +++ b/neo_1month/data/FIRE/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7344c1be0ff9d13791ce72b37acc4b94cf3b56854dd4b1da6a49e734099f20 +size 1166664 diff --git a/neo_1month/data/FIRE/2017-09.npz b/neo_1month/data/FIRE/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d293fd332eb727ea09f340d77fdaaa367a3ef2f9 --- /dev/null +++ b/neo_1month/data/FIRE/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fbf75651362fa200a7b8ffa09e250c8bdac7abe6820125b3d46b02b658ba6f +size 1166664 diff --git a/neo_1month/data/FIRE/2017-10.npz b/neo_1month/data/FIRE/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ede2916d205e11dc83435f75a74c69dc2ab3c53 --- /dev/null +++ b/neo_1month/data/FIRE/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0301667383653a35a1c37bdaf6b1c8aca9e1bb343818d479afb07a99153a0b1a +size 1166664 diff --git a/neo_1month/data/FIRE/2017-11.npz b/neo_1month/data/FIRE/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..70ffdbd567fca55258674314e75c9e9edad2c13a --- /dev/null +++ b/neo_1month/data/FIRE/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78693096591a8ec8e92a61425e2929b06fbf8204d1eef5e520ecf1b3f026ef1c +size 1166664 diff --git a/neo_1month/data/FIRE/2017-12.npz b/neo_1month/data/FIRE/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..89bb0fd0730ac4ad51034cad657198f37f0f03fe --- /dev/null +++ b/neo_1month/data/FIRE/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921ec15c8f8b0d77f35223f1ce0bd1ee4af5cd3310fc6d16cb19c62571f67e9f +size 1166664 diff --git a/neo_1month/data/FIRE/2018-01.npz b/neo_1month/data/FIRE/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5385f6d190923cfffef8e065ef3dd5ad3fa1162d --- /dev/null +++ b/neo_1month/data/FIRE/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4710a7d5465d033edcc9d37574e95b4347ecbdb00e2e42a91b432d7f85065d4e +size 1166664 diff --git a/neo_1month/data/FIRE/2018-02.npz b/neo_1month/data/FIRE/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..89fbba5441e23657f71766f94d1ea6e599c822ee --- /dev/null +++ b/neo_1month/data/FIRE/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3e3ca8fc58a3ad78f53c0c599e8e377f32268e5d30ab14c6a9fe171780c986 +size 1166664 diff --git a/neo_1month/data/FIRE/2018-03.npz b/neo_1month/data/FIRE/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..30ecf49c985750ab806ff7b067771cb1b1f6ebea --- /dev/null +++ b/neo_1month/data/FIRE/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46d61fbe9477cb6e9bb975e2cdfb15de3489e8e6ce40ed3f03676971be09aff +size 1166664 diff --git a/neo_1month/data/FIRE/2018-04.npz b/neo_1month/data/FIRE/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..038295a78480a31f25a5232e79c975d904ad3e89 --- /dev/null +++ b/neo_1month/data/FIRE/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e5973dbefdb86948b73663142fa42e42f120be126ab8813781c47f6ba12e3b +size 1166664 diff --git a/neo_1month/data/FIRE/2018-05.npz b/neo_1month/data/FIRE/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..753bd12a271d4f7e1fcb33b93e17c861ea7a83ce --- /dev/null +++ b/neo_1month/data/FIRE/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa36ab8942d37062a09ef09368558002a21d814e79c07bc2a277d4485bd40337 +size 1166664 diff --git a/neo_1month/data/FIRE/2018-06.npz b/neo_1month/data/FIRE/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1d4dee4fb0c9e5a9b8d560be7f977853f6645df --- /dev/null +++ b/neo_1month/data/FIRE/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84899540d8799ca2dab52b35242c599d62c4d52fe50fa74b4b2586815ca46ae8 +size 1166664 diff --git a/neo_1month/data/FIRE/2018-07.npz b/neo_1month/data/FIRE/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8dcb405813d20fc4c4e7c93327ae9e8e2156881 --- /dev/null +++ b/neo_1month/data/FIRE/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aee796efa0b756956b44aa9603f4756699afc6863087ac8f0c6664cae67bdec +size 1166664 diff --git a/neo_1month/data/FIRE/2018-08.npz b/neo_1month/data/FIRE/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ce18d416684fd4e9f87fdd0ce74fb34eb5fdaaf --- /dev/null +++ b/neo_1month/data/FIRE/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3244ee5d4114171adc5d44a60eec99860bf39e006ef66fa029e36ab829b257b0 +size 1166664 diff --git a/neo_1month/data/FIRE/2018-09.npz b/neo_1month/data/FIRE/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a670b22ca4631fa151c846efda2684763b688a15 --- /dev/null +++ b/neo_1month/data/FIRE/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3782068bc6ac74a4431e339a2d04bd8c98620c8e6243fbe6f16996682420c7b +size 1166664 diff --git a/neo_1month/data/FIRE/2018-10.npz b/neo_1month/data/FIRE/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b920e2873047c9baa095cb3607d92880787b5701 --- /dev/null +++ b/neo_1month/data/FIRE/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8588d79ea7638e71186d529f26953621af4b0691551bfb7f28727f592c90e085 +size 1166664 diff --git a/neo_1month/data/FIRE/2018-11.npz b/neo_1month/data/FIRE/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ff6492bafea09fa6249a2db9aa70fb1ea6d8545 --- /dev/null +++ b/neo_1month/data/FIRE/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a232fed01eef26a31e756f63d4958b134677ed31f9b8e35c935f67118ca66435 +size 1166664 diff --git a/neo_1month/data/FIRE/2018-12.npz b/neo_1month/data/FIRE/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..89adb33468f949532f5b0f668f08ae8c6e7c531a --- /dev/null +++ b/neo_1month/data/FIRE/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bb2638e21daba6850fb0ca52638970eadda687c31d6873b734716f4a43376c +size 1166664 diff --git a/neo_1month/data/FIRE/2019-01.npz b/neo_1month/data/FIRE/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a1a3e01b7a895d0b8ab44fcbde74e47c466303a4 --- /dev/null +++ b/neo_1month/data/FIRE/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2f19df86a3e8c75675ad8445ddf8c2235d739335de8b2f14665b9131d433c7 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-02.npz b/neo_1month/data/FIRE/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d9384e52c9fe52f47052982a15f00cd949ffb16 --- /dev/null +++ b/neo_1month/data/FIRE/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70938678443c251cfe2ede619d7759c7647a9d2837b033b5074faddf1c9131a7 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-03.npz b/neo_1month/data/FIRE/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d6b160f70745247cc2d40ce63398410817ebf1f --- /dev/null +++ b/neo_1month/data/FIRE/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76efd0e5753741495590e70d2e0bb5342aca94691c83f6ded4ee1192f5954d11 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-04.npz b/neo_1month/data/FIRE/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7735a533c7b144a6b84b901cc91959d8336a59d5 --- /dev/null +++ b/neo_1month/data/FIRE/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1203489f16da6915a24098ed818795fd039d82a4dbc6b9a004bc39f384a5e4 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-05.npz b/neo_1month/data/FIRE/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4437844b0db0b3355b0f453fa7246197f6b657b --- /dev/null +++ b/neo_1month/data/FIRE/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dcaf207b110a1e38d3369f938cde48b853a92d548c16fcbb2965b44fded11a +size 1166664 diff --git a/neo_1month/data/FIRE/2019-06.npz b/neo_1month/data/FIRE/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..785af2cd0f4b0328d3d4e11e15abdb65737b3c01 --- /dev/null +++ b/neo_1month/data/FIRE/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed18161543cfe0b585ddfcdbd6ed70ffa41173d6abe9c80f8c691a018ff50087 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-07.npz b/neo_1month/data/FIRE/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0481ff610b5a5f3c3cf5963c56a2a1958cf2d6da --- /dev/null +++ b/neo_1month/data/FIRE/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc036a8dfdd09c5ed5d7fd5da11e7008a4f96b89a9a3170fe259df86169ef00 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-08.npz b/neo_1month/data/FIRE/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a446011934695676af8ebf47da13c44c32c16438 --- /dev/null +++ b/neo_1month/data/FIRE/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0057191706c0fd8e35ff3eede35223103f951d12c0bc313f585b949bac5001 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-09.npz b/neo_1month/data/FIRE/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ffeeb4624771f9b7ee8d90b825529db302f76e5 --- /dev/null +++ b/neo_1month/data/FIRE/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467e732f8c8964e96b8cae81a1fd3d5dcb823ef53305034e94f0ff4cfb343134 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-10.npz b/neo_1month/data/FIRE/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d30caa7fc0c3543dd15a2ee9cf8b835e9ba00d1a --- /dev/null +++ b/neo_1month/data/FIRE/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa099075727dcd77b4a05229f3e13874392fd267c9318aa281fcbc4d123938d +size 1166664 diff --git a/neo_1month/data/FIRE/2019-11.npz b/neo_1month/data/FIRE/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0e7d6dd22d592ec584b1f533e181fdc5b87c9eb --- /dev/null +++ b/neo_1month/data/FIRE/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f72ebd3dd0e61b0d526e638614b23abff238eec7030484e7b40a4885cd82eb3 +size 1166664 diff --git a/neo_1month/data/FIRE/2019-12.npz b/neo_1month/data/FIRE/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cb68a22477c25efdc1b25f68e58587d500c783c --- /dev/null +++ b/neo_1month/data/FIRE/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c2fc0d8e559609d22014167ce535a9ede58be1a3d9d798ae8a1684fa9286a4 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-01.npz b/neo_1month/data/FIRE/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..44890fcb5f165006889e6b8f168fd220d8fdbae3 --- /dev/null +++ b/neo_1month/data/FIRE/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e7a7824628e5d5a3e47573ca3f5982bcb4440301d3542a25111e0c18038bc0 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-02.npz b/neo_1month/data/FIRE/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a058d41100b2624e560f0b8d92f1356f84c576af --- /dev/null +++ b/neo_1month/data/FIRE/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ae85a4b0862345268715ad112e29a97c1400790ce2d3a82645c80bbffb1be6 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-03.npz b/neo_1month/data/FIRE/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c14fcae1fd644d304d867f1cda155f7f5b3a956 --- /dev/null +++ b/neo_1month/data/FIRE/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e20c3749f101fd1fecf790a52797ef338a22e6dbec50a928dcab642c7f3f28 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-04.npz b/neo_1month/data/FIRE/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..473626541dc86ae8c02b338eef1f7733ecd33cc4 --- /dev/null +++ b/neo_1month/data/FIRE/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da14e7c7231cb66fb2c73bc128380dd9371dc560a8125b67446a30fb95a6f6c +size 1166664 diff --git a/neo_1month/data/FIRE/2020-05.npz b/neo_1month/data/FIRE/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2de6cd4c0eeed68be1779d2ee532af7adcba3896 --- /dev/null +++ b/neo_1month/data/FIRE/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea71845a57c75a3ed09a5523b615f003d3f98b4d4ee84d832fa93a39420cb12 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-06.npz b/neo_1month/data/FIRE/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..13059e93d7a33978f20944e60cae2793937fbf20 --- /dev/null +++ b/neo_1month/data/FIRE/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10d31be0dd637dd946d8a871a0fff1bff61a7216b3d9fcb5490f232a9e35715 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-07.npz b/neo_1month/data/FIRE/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5aff6e02554ea15305c1c383c588234b06d0728 --- /dev/null +++ b/neo_1month/data/FIRE/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b085c46ca9024b1b431e10ef629264687025b8112ddffb7ee5db375294fc4794 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-08.npz b/neo_1month/data/FIRE/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d675f3c5608b9dead3d160111b551ed8e70aafc --- /dev/null +++ b/neo_1month/data/FIRE/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b239bfd7979c59d169024ead38ab9561cb43f48da9353b441b64517ac3ea59 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-09.npz b/neo_1month/data/FIRE/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a979df1d48cd955cbec54755f9b8e7900694242 --- /dev/null +++ b/neo_1month/data/FIRE/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4fa9d121d90ea86b6bfb601a1d2cf0455944ef4e380fc659ec12d13da96fd9 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-10.npz b/neo_1month/data/FIRE/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..84f9da3f6bd9521787fe45991947ef442b06b721 --- /dev/null +++ b/neo_1month/data/FIRE/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3057971aea8b2d33a9f117a19386f8d5f05d6be5187bcf4ad3bb4e553959f8f7 +size 1166664 diff --git a/neo_1month/data/FIRE/2020-11.npz b/neo_1month/data/FIRE/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ea5ec54880b2c608f5f1a69369dfb15ff2cd0f4 --- /dev/null +++ b/neo_1month/data/FIRE/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46efbe5cba54db4e85d4a7c9972574ac49100a4268ca45eb818604786d3bedab +size 1166664 diff --git a/neo_1month/data/FIRE/2020-12.npz b/neo_1month/data/FIRE/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e05093aec4131af2f11aea43230f4e84bba425dc --- /dev/null +++ b/neo_1month/data/FIRE/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9479d8aac586294621ef41d79983e588c4ed58bdb55cfbcef206f0cfcd4409e4 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-01.npz b/neo_1month/data/FIRE/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2255bc88fc77d5c6934d6d8dc5d29fe054821d71 --- /dev/null +++ b/neo_1month/data/FIRE/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f03cd60f76a6dec25a8aacb0e4419e35f8f12cbf15f7cc947e300f7a1b643f +size 1166664 diff --git a/neo_1month/data/FIRE/2021-02.npz b/neo_1month/data/FIRE/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..de4b3f3b7e878074dd29f1292d191eb8d21053e6 --- /dev/null +++ b/neo_1month/data/FIRE/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1e91167a2d4b25acdf64bb043e2c41550d6a93762c3c8e9eb5b29ebda8954a +size 1166664 diff --git a/neo_1month/data/FIRE/2021-03.npz b/neo_1month/data/FIRE/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5663cbc7c672670a29e782f8a5dc0ee925f810f8 --- /dev/null +++ b/neo_1month/data/FIRE/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8336cb6744ae39bcd1845f3eb91afc0890637993c9a258dd1de5d9fce74d6a +size 1166664 diff --git a/neo_1month/data/FIRE/2021-04.npz b/neo_1month/data/FIRE/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0eb0bf0ef8b8431eebdbc379c981709e34b5f05 --- /dev/null +++ b/neo_1month/data/FIRE/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d156388290d5f6d8ce01bff9084668ff1c7f96196aea4f2011e6da71953824 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-05.npz b/neo_1month/data/FIRE/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea6fad3ed357b3ed72ffaf4a89fb6c2c1ebd08ca --- /dev/null +++ b/neo_1month/data/FIRE/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1178e5eb6ee4fbeb943c7e2a9ca665fc720287519eb000731ebbac260c63b766 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-06.npz b/neo_1month/data/FIRE/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f82b51236c1e3acc284a0c2721afe2aeb602160 --- /dev/null +++ b/neo_1month/data/FIRE/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244e57e5cd3274de5c6913cc5dd072e7250dbbd19e06a5021751921e8044cc27 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-07.npz b/neo_1month/data/FIRE/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0abec085cc46eb911798799a9ca7763450ade48c --- /dev/null +++ b/neo_1month/data/FIRE/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce4bc5831febb820437d8f4fc24160569e691e6065edd5287cad34b6b7f75e9 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-08.npz b/neo_1month/data/FIRE/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b215934e05c6cb6c0228616512a6817e4af43a2 --- /dev/null +++ b/neo_1month/data/FIRE/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fae5402332af7d26c840e255a0971a77e8832286393d17e1c5d54f05b49807 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-09.npz b/neo_1month/data/FIRE/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6988cab07d26558f0595b1d1c9c79ddf85cce90 --- /dev/null +++ b/neo_1month/data/FIRE/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30e4bdb9d7dac25d75d17c36daac587889ed33035b1e6a16de079a623ac2bc +size 1166664 diff --git a/neo_1month/data/FIRE/2021-10.npz b/neo_1month/data/FIRE/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e8b048fa4bf60947a8374b26e872cdcaf958f331 --- /dev/null +++ b/neo_1month/data/FIRE/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039ecf29cd65998a3c2040e3d63222abf69067207aabb1e33d933e22208aa0d9 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-11.npz b/neo_1month/data/FIRE/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..95ddb1c410f6b062cffbb917f9f671dd751960cb --- /dev/null +++ b/neo_1month/data/FIRE/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165b7ed509cd6015487c641b2c20c0e3098be431311b5b6a9659559e93dff6c0 +size 1166664 diff --git a/neo_1month/data/FIRE/2021-12.npz b/neo_1month/data/FIRE/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..29c1fb3fd034bb93f7a8a71fe463d1d86cbfe6f9 --- /dev/null +++ b/neo_1month/data/FIRE/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c37b532a47087aa6123c11e595e0e625b46ea398ffbf7cef64ba007c9ff1d71 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-01.npz b/neo_1month/data/FIRE/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7cbe2de11f50efc7275e0bb3f7351834b3f4852 --- /dev/null +++ b/neo_1month/data/FIRE/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fac52b9419b9d0be9ecbd9689cc92a0942334053fc4995cca4bc44fe493d3e5 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-02.npz b/neo_1month/data/FIRE/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd52d219ca728e1eb78ad2939036c1d7dfb8052c --- /dev/null +++ b/neo_1month/data/FIRE/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f995327aaa0d2eebac1562002c3b8201820d165802648d06d6014e8b51df2e26 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-03.npz b/neo_1month/data/FIRE/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef9de3c8b5f697c3c8d4162c98b504d5e88c6632 --- /dev/null +++ b/neo_1month/data/FIRE/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b50545f4c14b6aa94df3741b409b6c7076220345aca8c2668a33c7ea27d45ad +size 1166664 diff --git a/neo_1month/data/FIRE/2022-04.npz b/neo_1month/data/FIRE/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cee94985d13ab120306a9ebbcee915d84a2d7720 --- /dev/null +++ b/neo_1month/data/FIRE/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe736ef49c081bc134dc5334b86a09f041728df9018daf8972f10a31f41727d7 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-05.npz b/neo_1month/data/FIRE/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6db6a4d99b79b7cc50596a155625e6a3426520bc --- /dev/null +++ b/neo_1month/data/FIRE/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e15272ad099ec182737fc6b10dd814fe48ccee187a0e7a3723b9632859e38d +size 1166664 diff --git a/neo_1month/data/FIRE/2022-06.npz b/neo_1month/data/FIRE/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..df132105f5a7e0c1c569ecdb3b73e1412dfadac4 --- /dev/null +++ b/neo_1month/data/FIRE/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4733d1e239ffdf0d0958fcf747196646ce42712a98f455542b629a53cff78be5 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-07.npz b/neo_1month/data/FIRE/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2eb77214040cf9a025b28d029b672bd60ea0e6d --- /dev/null +++ b/neo_1month/data/FIRE/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f296d6eda3493af54a3ecff1b86396bec802da92e34c16337de5de229140f73 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-08.npz b/neo_1month/data/FIRE/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe2b56c92b2784337dcbc86eb1d2096a6b4ca478 --- /dev/null +++ b/neo_1month/data/FIRE/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ec4de5e70f0cb4bc91ade087fc7075f8efc303f83a60ba20f394f2f980e91d +size 1166664 diff --git a/neo_1month/data/FIRE/2022-09.npz b/neo_1month/data/FIRE/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..de49153d184460608148602c98593c20dd4e6678 --- /dev/null +++ b/neo_1month/data/FIRE/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52de92cfc3a46f887aebfe3e0301fbc9421926a4efc9d7e33681190a26675210 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-10.npz b/neo_1month/data/FIRE/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..119cdecfc34d07cf9aa42cfb8c1efc758be9511a --- /dev/null +++ b/neo_1month/data/FIRE/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495b7a322507f44937294f11a894556baa7f88094bf02770bb032b4f710ec29b +size 1166664 diff --git a/neo_1month/data/FIRE/2022-11.npz b/neo_1month/data/FIRE/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b068a64a63eb491699804914145693546c922f23 --- /dev/null +++ b/neo_1month/data/FIRE/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e8f93791df1bfe62f8d1871cb89b363a10e9b07e0a28e2bf30da1645ec32f0 +size 1166664 diff --git a/neo_1month/data/FIRE/2022-12.npz b/neo_1month/data/FIRE/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1f08441d513165c74a0f85550ab2fce7a625ceb --- /dev/null +++ b/neo_1month/data/FIRE/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d91fbc0effae05628bbf23e6b9d81fe5d5ce9f5dfc65b3624f21f87a6fdc10 +size 1166664 diff --git a/neo_1month/data/FIRE/2023-01.npz b/neo_1month/data/FIRE/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..60331ebbada24d92e353ef37fadfd87dc097707e --- /dev/null +++ b/neo_1month/data/FIRE/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3afa89d57760807f188a168d8490eef2fb293b3ab1b37ad9dffafc0c07d3cd4 +size 1166664 diff --git a/neo_1month/data/FIRE/2023-02.npz b/neo_1month/data/FIRE/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..02ee22763b12f7461dd86a68b1d522d9329b03ce --- /dev/null +++ b/neo_1month/data/FIRE/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737927a2045dafce84f5b339763b0ea4b278219737ac25dc0e7c5fd5851f1e0c +size 1166664 diff --git a/neo_1month/data/FIRE/2023-03.npz b/neo_1month/data/FIRE/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2848d4d1d3819365b06db791965bff400819f6fd --- /dev/null +++ b/neo_1month/data/FIRE/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba207ba0e248c75dec80396a393f09475131bc85fd8747fcc6faa73fbbabaa3 +size 1166664 diff --git a/neo_1month/data/FIRE/2023-04.npz b/neo_1month/data/FIRE/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..912f6129e104a4b2d0c0e8ffc0ffd4760c610bae --- /dev/null +++ b/neo_1month/data/FIRE/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e565d46e1298ddd2dc364ca431809b6fde682daf84e925f68014c34b47b2de23 +size 1166664 diff --git a/neo_1month/data/FIRE/2023-05.npz b/neo_1month/data/FIRE/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..53656d30ce99b19a32f59fe3b32679e5e9051340 --- /dev/null +++ b/neo_1month/data/FIRE/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4237b6d9880365cd587f1eac2b0f0c32c56cad50087fa031c07409b62640e9f6 +size 1166664 diff --git a/neo_1month/data/FIRE/2023-06.npz b/neo_1month/data/FIRE/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee9f48795492850b89ca26f4664384d6af87e936 --- /dev/null +++ b/neo_1month/data/FIRE/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ebe8e8d46dbe578b4cc220a93a72e314070e35d2ee6e3b1b7aa484c766b18f +size 1166664 diff --git a/neo_1month/data/FIRE/2023-07.npz b/neo_1month/data/FIRE/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b5bd79e68c5d739af1b3df4859c568f3d439473 --- /dev/null +++ b/neo_1month/data/FIRE/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba190912000a404cce1da05a1e2dc0fb8d78faf4eb827c75435616f3a0510eb +size 1166664 diff --git a/neo_1month/data/FIRE/2023-08.npz b/neo_1month/data/FIRE/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..95efc2211828c627ba60b010d52ae6cd4347f7fc --- /dev/null +++ b/neo_1month/data/FIRE/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d9e341d98895ed32ede656afe9413cc175a2ab1997991e5921692b008869fd +size 1166664 diff --git a/neo_1month/data/FIRE/2023-09.npz b/neo_1month/data/FIRE/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..98bbf370ddd47219efb003ef835569c424fc3737 --- /dev/null +++ b/neo_1month/data/FIRE/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8bc437cf86e36043b50b7f8e37c741aeb05ee7aeb02f566167b813363622c7 +size 1166664 diff --git a/neo_1month/data/FIRE/2023-10.npz b/neo_1month/data/FIRE/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e89b7568afe9b2df3ab5fcd56574a2ce7c42bbb --- /dev/null +++ b/neo_1month/data/FIRE/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9ee1a35b111a5c5c0d18445384afae34df27eb9e7c478489ec5b4b6ed18d4c +size 1166664 diff --git a/neo_1month/data/FIRE/2023-11.npz b/neo_1month/data/FIRE/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..22ba669d818c4c50f778b437f2bb10dc13639b40 --- /dev/null +++ b/neo_1month/data/FIRE/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc334cd357af491f2ccf8529033890804d9b1f99e7a02c06bf1250924821788c +size 1166664 diff --git a/neo_1month/data/FIRE/2023-12.npz b/neo_1month/data/FIRE/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f9851e5abe1e05e6050c966f8e5bbc8ed28b0a7 --- /dev/null +++ b/neo_1month/data/FIRE/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e7c8b42305613bfe66299ef5df407013dba5077a633c287770342c901e1d53 +size 1166664 diff --git a/neo_1month/data/LAI/2000-03.npz b/neo_1month/data/LAI/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cbc2bfc913c4a72f1ad570d547b3b7b75fc1f1d --- /dev/null +++ b/neo_1month/data/LAI/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47a65abc916d2f3dbc4a40daad9be1c64e3e90ccb5694bdd9384d15cad466bc +size 1166664 diff --git a/neo_1month/data/LAI/2000-04.npz b/neo_1month/data/LAI/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d948a472a681384add296667ea5fc9b356a8a56b --- /dev/null +++ b/neo_1month/data/LAI/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dbb3b2649a5bd524c9e23a9a52f2a6fa4156a00b7a348019a6ec995fb0deb3 +size 1166664 diff --git a/neo_1month/data/LAI/2000-05.npz b/neo_1month/data/LAI/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..de0062d7c85ff931ebe0574175c510f4c1f4aa04 --- /dev/null +++ b/neo_1month/data/LAI/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281c9ba08ab287eaf65200f4fd747971533786d1f753f76b1602dd5ff06905f5 +size 1166664 diff --git a/neo_1month/data/LAI/2000-06.npz b/neo_1month/data/LAI/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e64daec69f7f28b9f5536acdbcb9305426f1f6e9 --- /dev/null +++ b/neo_1month/data/LAI/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06209f4bb6823c770fb899b34ad8f7c5cade1617d6703cea9f20f84284aeffc +size 1166664 diff --git a/neo_1month/data/LAI/2000-07.npz b/neo_1month/data/LAI/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b60b3321925d83de209ec0b79eca47da7f388e6c --- /dev/null +++ b/neo_1month/data/LAI/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9576598833cb7530ddd1da49c74a2e932c5900a5f94f32a2a82d5d6eefede83d +size 1166664 diff --git a/neo_1month/data/LAI/2000-08.npz b/neo_1month/data/LAI/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1872b4f0874db98678c4c4f0d467333693b3df33 --- /dev/null +++ b/neo_1month/data/LAI/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd967d33e35d9f3391c55bbb51cedc402a85d44aa99ee95364bb1491e5e9f342 +size 1166664 diff --git a/neo_1month/data/LAI/2000-09.npz b/neo_1month/data/LAI/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fa20425f60b3d2c5cd9a47bb9a02cdd8e822d27 --- /dev/null +++ b/neo_1month/data/LAI/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddaf58612012f4067c647c893e0146778962843030554ee9c0acc6f1dfc75ef2 +size 1166664 diff --git a/neo_1month/data/LAI/2000-10.npz b/neo_1month/data/LAI/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..37d31d68aac97002f1edb3fd71940db158ba7284 --- /dev/null +++ b/neo_1month/data/LAI/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf575ee7b70c3f92b589fb6297d23833d28956217f27a887c6b6e857be3f4ef +size 1166664 diff --git a/neo_1month/data/LAI/2000-11.npz b/neo_1month/data/LAI/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..03c117e1d345f5b64ad34c47c836e8feac572af3 --- /dev/null +++ b/neo_1month/data/LAI/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926121150aa95b0c2d39824b409be59815d4ac43daa8ad9583aef337fc4a69e7 +size 1166664 diff --git a/neo_1month/data/LAI/2000-12.npz b/neo_1month/data/LAI/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e8e77da6da6b073e1e4c9c6a693139787f883ff --- /dev/null +++ b/neo_1month/data/LAI/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae344e42fb6f6523d156ebdfe7bc14ebe97070853584ea87060b2a587bd941e +size 1166664 diff --git a/neo_1month/data/LAI/2001-01.npz b/neo_1month/data/LAI/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb7a24fc51ce34e24024feb8b97578d6cebc84b3 --- /dev/null +++ b/neo_1month/data/LAI/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2defb080e2aa124d1a731a8c7950e6fdcddf869f38a01033a5c247976fc4f1b +size 1166664 diff --git a/neo_1month/data/LAI/2001-02.npz b/neo_1month/data/LAI/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e46a8fed413f01fd42165112e7cde2a9fa17a1a7 --- /dev/null +++ b/neo_1month/data/LAI/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9750bc54928ea686f3df3f6fe39ede10e348a0d4ed767fea8fe1128041a23b4f +size 1166664 diff --git a/neo_1month/data/LAI/2001-03.npz b/neo_1month/data/LAI/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..478637e9fc4499e7fc06fa2742e9165f7aacd640 --- /dev/null +++ b/neo_1month/data/LAI/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da6a86cc6055d4ac7901b207a1de7781e13a66f0ada3ca12a6207c0531f31a2 +size 1166664 diff --git a/neo_1month/data/LAI/2001-04.npz b/neo_1month/data/LAI/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e611226363bd73a458fcfeedeeafcdff3ebbeab --- /dev/null +++ b/neo_1month/data/LAI/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de67d51d0c09133a3ef2ef88c18dc023f3d5df08a04af23000c5ec669ad1b7d1 +size 1166664 diff --git a/neo_1month/data/LAI/2001-05.npz b/neo_1month/data/LAI/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8a80da935113962cb01920989981bb7874940b0 --- /dev/null +++ b/neo_1month/data/LAI/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29adabd555b709352e20c2dbceb09e1cb3c6ecf18bd3b6e89b2329a8035b8d7a +size 1166664 diff --git a/neo_1month/data/LAI/2001-08.npz b/neo_1month/data/LAI/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..99400c81bea30a515dd30ed282cad196d631fa96 --- /dev/null +++ b/neo_1month/data/LAI/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa43a817c2e5751f4d63834ea4523c438d3c23fb7508c0c23dc5bca801722ab +size 1166664 diff --git a/neo_1month/data/LAI/2001-09.npz b/neo_1month/data/LAI/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..42fbd6b8c9a8632d7bf43db424d7a6d6e3ef381a --- /dev/null +++ b/neo_1month/data/LAI/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f3ff3983ecd23c043efc9fb67b8f1059c2440e0b755f4844a258f9472ce460 +size 1166664 diff --git a/neo_1month/data/LAI/2001-10.npz b/neo_1month/data/LAI/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fca41ad96a5970bdf0bfba45539fbb5640696331 --- /dev/null +++ b/neo_1month/data/LAI/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36febe32e281c90e0fbb06530178e3067d7811aca32c29efa6da75aacefcb14d +size 1166664 diff --git a/neo_1month/data/LAI/2001-11.npz b/neo_1month/data/LAI/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..727f9362d2c2142041f206621945418ea79db00c --- /dev/null +++ b/neo_1month/data/LAI/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dd6a5af570e6d6ffdf164df62fa6656bd8428a3892a853f1f85957f319cbbf +size 1166664 diff --git a/neo_1month/data/LAI/2001-12.npz b/neo_1month/data/LAI/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..338920bc17904ab99294117547ddbea749d8e3de --- /dev/null +++ b/neo_1month/data/LAI/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49ae28c1b9f3426d45faa7eda91ce142e0096a9a90b80d659bcceedd25c5d31 +size 1166664 diff --git a/neo_1month/data/LAI/2002-01.npz b/neo_1month/data/LAI/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b9ba2821bf3a6a22a447c905ab3c053c43df01f --- /dev/null +++ b/neo_1month/data/LAI/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59ca3d8338e5c4811463836ec3b18806b67d4841224b06e658f865b5e8fc1fc +size 1166664 diff --git a/neo_1month/data/LAI/2002-02.npz b/neo_1month/data/LAI/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..48fca012be44ef1dc4dd4ecf7269009e0fbea724 --- /dev/null +++ b/neo_1month/data/LAI/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb70447a32f378dbeb61349ae0b2ed47c7134e967230470f1070915b65aea33 +size 1166664 diff --git a/neo_1month/data/LAI/2002-03.npz b/neo_1month/data/LAI/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c571c513d1a3b29221710574519458adb0f41bb3 --- /dev/null +++ b/neo_1month/data/LAI/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21bca453f212f7acf4e51cdd0f9bdc5972cd10df614e2490fdc32aff458247b +size 1166664 diff --git a/neo_1month/data/LAI/2002-04.npz b/neo_1month/data/LAI/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..df416110e2e6ea884055e9f51c66adb9825921a9 --- /dev/null +++ b/neo_1month/data/LAI/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b69f309f2ce480dd40e9ffc378b881402e4523a8f56b55be8586cb76778cd3 +size 1166664 diff --git a/neo_1month/data/LAI/2002-05.npz b/neo_1month/data/LAI/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7ab544842f6be6fcd9b2116a0a466950c725560 --- /dev/null +++ b/neo_1month/data/LAI/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08f088bd25d5ff141f1c7f897ca8a419c994f14b483d6a00231f8293a920c24 +size 1166664 diff --git a/neo_1month/data/LAI/2002-06.npz b/neo_1month/data/LAI/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d83e970a152df8047f2b7e1c603d9910fb5ad70 --- /dev/null +++ b/neo_1month/data/LAI/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099ff6f44db05e568e83654633734d225e476fc0a85d17bf694fce7aac452bb0 +size 1166664 diff --git a/neo_1month/data/LAI/2002-07.npz b/neo_1month/data/LAI/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..456a867af2e3e9288c48556893df989c11cf985a --- /dev/null +++ b/neo_1month/data/LAI/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb784e6d261e73e9fa00764843ab85f5e0434b820a62fc17d91230960bf4a19d +size 1166664 diff --git a/neo_1month/data/LAI/2002-08.npz b/neo_1month/data/LAI/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4bb9622b3ff55d511f0d06e5e5ed168f6358a1c --- /dev/null +++ b/neo_1month/data/LAI/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953a7aa18085fe351b25356b490ec606476b74550bcb3f6c2214164b958cc84e +size 1166664 diff --git a/neo_1month/data/LAI/2002-09.npz b/neo_1month/data/LAI/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eaab24c42d95baa65b6bcbb786c7e108ae92dff --- /dev/null +++ b/neo_1month/data/LAI/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbd470933cec5de958146722170d26b71f5c5b896b2a165813ccc0181bd848e +size 1166664 diff --git a/neo_1month/data/LAI/2002-10.npz b/neo_1month/data/LAI/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b757ede7b5860f4658b103f7a546dbfba5373c80 --- /dev/null +++ b/neo_1month/data/LAI/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccf591ebb6d68163564487f9e81518da4f85dcde4532cc928877de7abe83bcf +size 1166664 diff --git a/neo_1month/data/LAI/2002-11.npz b/neo_1month/data/LAI/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..99c602a3b584d9fc37a62e019dd8cd53c1952659 --- /dev/null +++ b/neo_1month/data/LAI/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b9721ce800525913a8dc9e8ddcd2b1c7548712f896ec81729ae5220aac4c10 +size 1166664 diff --git a/neo_1month/data/LAI/2002-12.npz b/neo_1month/data/LAI/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6484d1c98ff7999806ac26e1d4c1b9ac940c9749 --- /dev/null +++ b/neo_1month/data/LAI/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d91163550774d177307e6fc677ac37443915a9307bf83467cf8097804a8a930 +size 1166664 diff --git a/neo_1month/data/LAI/2003-01.npz b/neo_1month/data/LAI/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f87cf37e5364d99302bbea7cb08094287039e0e --- /dev/null +++ b/neo_1month/data/LAI/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcd6e5627c0b75bc187693f3d7e4ed0c52aa3dfd57932874e5f1e4b28325011 +size 1166664 diff --git a/neo_1month/data/LAI/2003-02.npz b/neo_1month/data/LAI/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b3e339de5d30762e1da957892b17dae1172c208 --- /dev/null +++ b/neo_1month/data/LAI/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984a9087b57f76ce5d878d4b3a98e34e1b35a73e55386f425bd5a0e144d50343 +size 1166664 diff --git a/neo_1month/data/LAI/2003-03.npz b/neo_1month/data/LAI/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e801045f941633b1e55eaed3c13248c52dc8d834 --- /dev/null +++ b/neo_1month/data/LAI/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa3030cd00d25f9d1c5c8f57973e5ef8b96e75cd03c95af557bc52bdfd9d1b4 +size 1166664 diff --git a/neo_1month/data/LAI/2003-04.npz b/neo_1month/data/LAI/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..29ef741caad6ed782bd82467c33ae7fba28322e9 --- /dev/null +++ b/neo_1month/data/LAI/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99ebd4d230ce1be766d6ca0f82c1814f63c0819ea46a2945cae61e20b4323c4 +size 1166664 diff --git a/neo_1month/data/LAI/2003-05.npz b/neo_1month/data/LAI/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5d6621f41db8bc3c5e6c1d6508d4879447a15bc --- /dev/null +++ b/neo_1month/data/LAI/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3e08ada07598d62238eced0c1a7df9ca3c9176cef19021dfa348993b8c7c29 +size 1166664 diff --git a/neo_1month/data/LAI/2003-06.npz b/neo_1month/data/LAI/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..422109e679e9ee1b7ca393e43e94f9651f9f47e6 --- /dev/null +++ b/neo_1month/data/LAI/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf83842b8548e0de94bb8f7dc346f9f07afaf75a0ce366dd010da143ab00eb8 +size 1166664 diff --git a/neo_1month/data/LAI/2003-07.npz b/neo_1month/data/LAI/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e77d05d03375fef942bcb8888b4769c5c3b6f6a --- /dev/null +++ b/neo_1month/data/LAI/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b15d0e45181017b79ef9f539fc3b01b682342e515dbbaedfd9581715dd4f7 +size 1166664 diff --git a/neo_1month/data/LAI/2003-08.npz b/neo_1month/data/LAI/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbd7f5326299ebc39c7c48b62b9caa0f7f09deeb --- /dev/null +++ b/neo_1month/data/LAI/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6af8c507b8b51db8c053d9c969c6dc9ffb20347ed93dfc45639f418a3e5fdd6 +size 1166664 diff --git a/neo_1month/data/LAI/2003-09.npz b/neo_1month/data/LAI/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b58cb2e8a830c67fecbc62098c48c211673c226 --- /dev/null +++ b/neo_1month/data/LAI/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a47b2aabed030bff646c120a0ab64375437c7c425b339383a6a18ebe6d9471 +size 1166664 diff --git a/neo_1month/data/LAI/2003-10.npz b/neo_1month/data/LAI/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..de4385609f33530fd1e059c0bfe6bf2788e27678 --- /dev/null +++ b/neo_1month/data/LAI/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a4d67e1c48a7ce9882ac8a82b2979d8ff8f4700eb69b2dbbbe9bea7776bbc7 +size 1166664 diff --git a/neo_1month/data/LAI/2003-11.npz b/neo_1month/data/LAI/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8576ea869cc9c8742f349c95eb1740e2dcb84faa --- /dev/null +++ b/neo_1month/data/LAI/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e151f03f3ed409e069e52136812f110fde3e7dcc2984902315b2e53e9594a9 +size 1166664 diff --git a/neo_1month/data/LAI/2003-12.npz b/neo_1month/data/LAI/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..376d8240a46a797879d6ca1fd422356044aea656 --- /dev/null +++ b/neo_1month/data/LAI/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595336eaa50942febf92585811f70cc9e3e9752e1faec070c49493f97569d078 +size 1166664 diff --git a/neo_1month/data/LAI/2004-01.npz b/neo_1month/data/LAI/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4dadf59eea37f292e1cece1545558b7f3a9c95d0 --- /dev/null +++ b/neo_1month/data/LAI/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a721a2fe6908b2d9b5ea4d6bd5ff1964c4f5d0cee89c31c8d3d9b038d87bfed4 +size 1166664 diff --git a/neo_1month/data/LAI/2004-02.npz b/neo_1month/data/LAI/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e29d072e9d70f08edd77f47155a78e76b201b6b7 --- /dev/null +++ b/neo_1month/data/LAI/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b447df8e74f71face86baf8ed8b7b0d01aa5b4e4e26ecb0a8d9107ae226bb62e +size 1166664 diff --git a/neo_1month/data/LAI/2004-03.npz b/neo_1month/data/LAI/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a9184f58b5f2d2f92a154b31d123a414816db0f --- /dev/null +++ b/neo_1month/data/LAI/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeced3d907c627aa08002dd5d320badba47dc1685530310aaa98143ffcd23c53 +size 1166664 diff --git a/neo_1month/data/LAI/2004-04.npz b/neo_1month/data/LAI/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f62100082904c6b37d9b6d040c6f7ffbf356197 --- /dev/null +++ b/neo_1month/data/LAI/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78412bc8cd8d22d2bf1081f101a12a2e12e4f8fbec6fc64b495b0ee3c5b95de8 +size 1166664 diff --git a/neo_1month/data/LAI/2004-05.npz b/neo_1month/data/LAI/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8080cfb05ef6ec59445b16f81aa6aaa4e6dd492 --- /dev/null +++ b/neo_1month/data/LAI/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a050b1ef0882c5caf628f5feebfb7aba1260032c57aca1d883a7cff574565cc +size 1166664 diff --git a/neo_1month/data/LAI/2004-06.npz b/neo_1month/data/LAI/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27717ad95b0ea960d6cb4c32eedc4a16c129f21 --- /dev/null +++ b/neo_1month/data/LAI/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b05b00e7916ffe04ecfb2a3e68f2f26d9b0764c0fa11416474bce033606283e +size 1166664 diff --git a/neo_1month/data/LAI/2004-07.npz b/neo_1month/data/LAI/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..234d20166cfc065dd5a9c1a9b2de4f8ecd79f166 --- /dev/null +++ b/neo_1month/data/LAI/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a77e665d0b6e7958cee630ed6bb116555ae9b71f4a86c4575f4d16410c878ae +size 1166664 diff --git a/neo_1month/data/LAI/2004-08.npz b/neo_1month/data/LAI/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba2f29bbb900165bbb2839cead4468d119eeb6fa --- /dev/null +++ b/neo_1month/data/LAI/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f25466e92b8a97c2248487383056e5595e68647e810611094455da5e3e999d +size 1166664 diff --git a/neo_1month/data/LAI/2004-09.npz b/neo_1month/data/LAI/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8836c5e3ed38d15da14b15e1810cbcbc28d748c5 --- /dev/null +++ b/neo_1month/data/LAI/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c1392fad1d0ea947a413d941dfc539676d60ee3befb746dfc43b0ba623d6d0 +size 1166664 diff --git a/neo_1month/data/LAI/2004-10.npz b/neo_1month/data/LAI/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9124aff17e345737275c9a9a5a93dc30ae3305b3 --- /dev/null +++ b/neo_1month/data/LAI/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9411542a3f48653249dbb94507abc2681254a928393c39e6e89cbe4237704c7b +size 1166664 diff --git a/neo_1month/data/LAI/2004-11.npz b/neo_1month/data/LAI/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0861183ff6f5a78da8dc2a010e67f1078301ac29 --- /dev/null +++ b/neo_1month/data/LAI/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b9358674008885b725df6244f7742bc3ae16f34740dee9b0580724432f5d76 +size 1166664 diff --git a/neo_1month/data/LAI/2004-12.npz b/neo_1month/data/LAI/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b9b7189d82cf1518704e2f954e66d06cb2d84f8 --- /dev/null +++ b/neo_1month/data/LAI/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44ecb0f972d29ff69da8cbc4e75070ca0d1045f4e7c53606ed428c4dfb3378f +size 1166664 diff --git a/neo_1month/data/LAI/2005-01.npz b/neo_1month/data/LAI/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..26027818269b18b359504a51f7223669a2f99429 --- /dev/null +++ b/neo_1month/data/LAI/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc762ad9f13f385e76a060911c5f7e3df05c777454f47b57b7633d589b7acde +size 1166664 diff --git a/neo_1month/data/LAI/2005-02.npz b/neo_1month/data/LAI/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4301b1976473498dedefa8e3d8852ea4e6487530 --- /dev/null +++ b/neo_1month/data/LAI/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca28d7f20d832b5a2d1f505054b4c1a8868d6536fce898d57dad03d695210f7 +size 1166664 diff --git a/neo_1month/data/LAI/2005-03.npz b/neo_1month/data/LAI/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fce457be4622e0a9770f7c06ab872a37c3bcee22 --- /dev/null +++ b/neo_1month/data/LAI/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3768c6a544bab02742cb0c7366c3c59d020e71fc0764b29287fa66a949e9582e +size 1166664 diff --git a/neo_1month/data/LAI/2005-04.npz b/neo_1month/data/LAI/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc1e0ef0a72c19726fd53e0385493e62fcaf3917 --- /dev/null +++ b/neo_1month/data/LAI/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11263289a37f141effe32c5e01802de1334c58f357d6c57919476fe90431b71 +size 1166664 diff --git a/neo_1month/data/LAI/2005-05.npz b/neo_1month/data/LAI/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..613a07d2592e124f0c036dd4de3bc78f47401009 --- /dev/null +++ b/neo_1month/data/LAI/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02618f68a1c0b11d7bf450faee43893b115b74af50ea46601726d2393079f917 +size 1166664 diff --git a/neo_1month/data/LAI/2005-06.npz b/neo_1month/data/LAI/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac8a434983cfaa3713d19558d28a922ca3626034 --- /dev/null +++ b/neo_1month/data/LAI/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e5294d6f378f3ae4404061dcf57bc80162774d920e0007722a57e9e05540c +size 1166664 diff --git a/neo_1month/data/LAI/2005-07.npz b/neo_1month/data/LAI/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..24dabd253352a477c43f117eeeb3e03e4e4c5fe3 --- /dev/null +++ b/neo_1month/data/LAI/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bf23322d1749710bf2ee474cf630ba420bf91a512b8a2cddb7a4b1710be86a +size 1166664 diff --git a/neo_1month/data/LAI/2005-08.npz b/neo_1month/data/LAI/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..93efbcd8d781119cc6d2ddadbe7d4588fe4d91a0 --- /dev/null +++ b/neo_1month/data/LAI/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e10ac9979ff2ed5c946f3118945d27f6db37fa398d2e00d2a2e8ac0e12449b +size 1166664 diff --git a/neo_1month/data/LAI/2005-09.npz b/neo_1month/data/LAI/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..52fb88479b11f781c5a075c29857e975a4fb746b --- /dev/null +++ b/neo_1month/data/LAI/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8351b2deaad31f1cfb2400a196197ca9356b9be8c0840445342a302468a1a65 +size 1166664 diff --git a/neo_1month/data/LAI/2005-10.npz b/neo_1month/data/LAI/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb025a9f4e513d58428a5194bcf2e839ccddd117 --- /dev/null +++ b/neo_1month/data/LAI/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd0be50272e05c0727cb331d1349737f62ad1b1056e0743d6e143b911cb0479 +size 1166664 diff --git a/neo_1month/data/LAI/2005-11.npz b/neo_1month/data/LAI/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ed7842fbe3bb55699131935b26598f2533c7b85 --- /dev/null +++ b/neo_1month/data/LAI/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8e3140d977515ce0e12abcebeac79dc4354deb9ed043037a506d9e33ba6ef7 +size 1166664 diff --git a/neo_1month/data/LAI/2005-12.npz b/neo_1month/data/LAI/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b0a3d3e7e62ae78fd46174c0a15b570d51e189f --- /dev/null +++ b/neo_1month/data/LAI/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6a25658c891246b501509302b75cf90e7538b90c2ce7ed76f5068815ffabda +size 1166664 diff --git a/neo_1month/data/LAI/2006-01.npz b/neo_1month/data/LAI/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..586aac73f86e47918b9cdfcb31eed6a5a0c63252 --- /dev/null +++ b/neo_1month/data/LAI/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa245b207d675321b7169175d002f2b9105b81878ab5f09a9d64e4faaca64d8d +size 1166664 diff --git a/neo_1month/data/LAI/2006-02.npz b/neo_1month/data/LAI/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2609ec3f9f58ab35ffd66fbc1b02056ab12fbc16 --- /dev/null +++ b/neo_1month/data/LAI/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158a969ce0dd6a49123f2d68213a4354a3e36afa29bd5e2664d2064d6cf6be47 +size 1166664 diff --git a/neo_1month/data/LAI/2006-03.npz b/neo_1month/data/LAI/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2e6a0d0cd3fb51aa53c83f42f607087a401fb2e --- /dev/null +++ b/neo_1month/data/LAI/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3942991361155fde247ee1e3d7efa02ed1b5bc2572050e66abba8a1c59e46faf +size 1166664 diff --git a/neo_1month/data/LAI/2006-04.npz b/neo_1month/data/LAI/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a4384da65e04d4ba55db6960dc9672b8cfa07e2 --- /dev/null +++ b/neo_1month/data/LAI/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109c22e1d1277dab433bea29a64e6c3d11770113ae55f0ae81ccf0a064dfa7e0 +size 1166664 diff --git a/neo_1month/data/LAI/2006-05.npz b/neo_1month/data/LAI/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a1507503a43af04805cd586a0aee910b7d30e07 --- /dev/null +++ b/neo_1month/data/LAI/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ff88bbbfaf94035bd88494ebca2b3dc3e561cf19c5c0b39d64a8843841cca6 +size 1166664 diff --git a/neo_1month/data/LAI/2006-06.npz b/neo_1month/data/LAI/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..827f219c985c637723c56c6d076e2a0d3224dee4 --- /dev/null +++ b/neo_1month/data/LAI/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef9d5c7407a34a3126909cc8bf4220ff2302d7319038f54b0954e2957377eba +size 1166664 diff --git a/neo_1month/data/LAI/2006-07.npz b/neo_1month/data/LAI/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..623da61660b6cc4e4cf075142bc52bbf19c80cdf --- /dev/null +++ b/neo_1month/data/LAI/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488abe4fd22069dae431c84664d26c5920362f23a24ca6d8ae0095412768a258 +size 1166664 diff --git a/neo_1month/data/LAI/2006-08.npz b/neo_1month/data/LAI/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..33880e5f51a8b1138b51801f6f2f64905a8e730b --- /dev/null +++ b/neo_1month/data/LAI/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0402db9b6fd6be9d919483b8a6220a0bb589b5428038721bb821900b5a376b +size 1166664 diff --git a/neo_1month/data/LAI/2006-09.npz b/neo_1month/data/LAI/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..85f906bf8647778a981e5edc04e92d59bf2b8610 --- /dev/null +++ b/neo_1month/data/LAI/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccd4b1437790737bfa9adec5d152782fdbbc7298cfb0a076c202380da4a2693 +size 1166664 diff --git a/neo_1month/data/LAI/2006-10.npz b/neo_1month/data/LAI/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..40ed431384b862ea30c10535804c5283412eeaf2 --- /dev/null +++ b/neo_1month/data/LAI/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07e0abdbe31a09b32b2c224711da7e6a021ecc0f82c3508e997c684aef639a4 +size 1166664 diff --git a/neo_1month/data/LAI/2006-11.npz b/neo_1month/data/LAI/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..864d905c64ef9a2255dc7834e1ee1c46dcb67782 --- /dev/null +++ b/neo_1month/data/LAI/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11e118b590d6118aaf3703498fa7d9524581e4edd68dd0db731197e27a275b0 +size 1166664 diff --git a/neo_1month/data/LAI/2006-12.npz b/neo_1month/data/LAI/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebc0467420052a12b486af7977390235a6f35d98 --- /dev/null +++ b/neo_1month/data/LAI/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4662cd05667562b55990471b7d52445fd3202525e5942061ca3f416c61c78d +size 1166664 diff --git a/neo_1month/data/LAI/2007-01.npz b/neo_1month/data/LAI/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cf8633dd8d446ce13913864e14fd47e553cbb35 --- /dev/null +++ b/neo_1month/data/LAI/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db00ff02aba3981c822512ea70152c1ba1430aa7a11680f7e555481f1d343bf +size 1166664 diff --git a/neo_1month/data/LAI/2007-02.npz b/neo_1month/data/LAI/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f722f646ee60a05c10fdd89371033420da63c08 --- /dev/null +++ b/neo_1month/data/LAI/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85242727d68d975a0b757954c7b50b27207239233cac98dd6ca36063b9f5751 +size 1166664 diff --git a/neo_1month/data/LAI/2007-03.npz b/neo_1month/data/LAI/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9018439a33bd4188e14aab325fea674c70ddfd55 --- /dev/null +++ b/neo_1month/data/LAI/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f08828ef4c8ee915d5134d655ca0cfe336e5a16368e1a35f6a7e2104f81efef +size 1166664 diff --git a/neo_1month/data/LAI/2007-04.npz b/neo_1month/data/LAI/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..31d89d61c9b9cdd7ec971fc3d6f26ea7b501f3d4 --- /dev/null +++ b/neo_1month/data/LAI/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74c9cb2f56700a9800b95c80fc0b6ba313838d944cefe52c21fc93035cfc5c8 +size 1166664 diff --git a/neo_1month/data/LAI/2007-05.npz b/neo_1month/data/LAI/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..89ad2d5a5f9e091763d03f87610279aa0bf7b9be --- /dev/null +++ b/neo_1month/data/LAI/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ff158e256c1f7380eebdc2c4fc7134a84373d1faf81c81f80cbb4f0d14a867 +size 1166664 diff --git a/neo_1month/data/LAI/2007-06.npz b/neo_1month/data/LAI/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..14eb5a89274e5406670e3e3402596362eb0ce308 --- /dev/null +++ b/neo_1month/data/LAI/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a905f66ff98a467432ba3e3935fed5824d4e2097c7d6aa7c8736fc18b61f59 +size 1166664 diff --git a/neo_1month/data/LAI/2007-07.npz b/neo_1month/data/LAI/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f71c0da734b022a8d397d6ce4c04d1e1515987a --- /dev/null +++ b/neo_1month/data/LAI/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c594d8da33a4fd6963467d32b05c735be431f98632b7c0d636bc970dd8bbc0 +size 1166664 diff --git a/neo_1month/data/LAI/2007-08.npz b/neo_1month/data/LAI/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..44c284b9ab028d07ae93e7eb91391898b311e4a1 --- /dev/null +++ b/neo_1month/data/LAI/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8851f2fee27b9b6d7540a625250538d0ac47bff16b58290adb2c222ab8d2d8 +size 1166664 diff --git a/neo_1month/data/LAI/2007-09.npz b/neo_1month/data/LAI/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..797055cba0dfb92839410df08fdb009dc159c646 --- /dev/null +++ b/neo_1month/data/LAI/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f995e462af248437431bb2bc1c3e62548c202897a62ced493df231af8fb2a7 +size 1166664 diff --git a/neo_1month/data/LAI/2007-10.npz b/neo_1month/data/LAI/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..36367f3cea191ae933ed45c419111865be3c6c03 --- /dev/null +++ b/neo_1month/data/LAI/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85570427e023554b79f7de0a56834baf34820fd94318eb3033045344f6e33df +size 1166664 diff --git a/neo_1month/data/LAI/2007-11.npz b/neo_1month/data/LAI/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b4e19ccaa499211bfbb43c5cdd587959d1585ad --- /dev/null +++ b/neo_1month/data/LAI/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95a4bc46cf8444afba3966afea45a5826d322e30c65f323131c5596ae1f4cf1 +size 1166664 diff --git a/neo_1month/data/LAI/2007-12.npz b/neo_1month/data/LAI/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ce49c370e6c6691e28fa9eaaa4084823ed953e8 --- /dev/null +++ b/neo_1month/data/LAI/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963ad75ab5cba36ef64848041cb2ef7ce579a2744752c2c07d12302622c797db +size 1166664 diff --git a/neo_1month/data/LAI/2008-01.npz b/neo_1month/data/LAI/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc639efbf6d405588ceb2ab94e761ab844e11311 --- /dev/null +++ b/neo_1month/data/LAI/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e251c5688b2872a1be1bcb95472f9042b6e981f3faf7850d285ba53af0ae0b56 +size 1166664 diff --git a/neo_1month/data/LAI/2008-02.npz b/neo_1month/data/LAI/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8bb1f6724ac4c98463a7392a8786273fff6d2ac --- /dev/null +++ b/neo_1month/data/LAI/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fbf343dfd0cba032fffdf95859a962ee0666d2c986e6abdd453500dfbccb4c +size 1166664 diff --git a/neo_1month/data/LAI/2008-03.npz b/neo_1month/data/LAI/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dc563f5562c132e01fbe29d0d7b11275a970bfe --- /dev/null +++ b/neo_1month/data/LAI/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389e4edce0d96443f2dae9ac07850b5b709e0207bf3954b6a5e984d5d00bec1f +size 1166664 diff --git a/neo_1month/data/LAI/2008-04.npz b/neo_1month/data/LAI/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb63d43038ecf65bcf54af675a5a6ec4ae322e6a --- /dev/null +++ b/neo_1month/data/LAI/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87343f8ec790df92319896fccf320b56053448af9f6077c9a9e0240100a6ec02 +size 1166664 diff --git a/neo_1month/data/LAI/2008-05.npz b/neo_1month/data/LAI/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe4200dd8069ab54acbe86031b41a0fcf0e5aa9e --- /dev/null +++ b/neo_1month/data/LAI/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33af3c9957a87eac0064969336d988d917b01f06e3b79bc678a6f530100c9d5 +size 1166664 diff --git a/neo_1month/data/LAI/2008-06.npz b/neo_1month/data/LAI/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f9238b8249f659221d91c0ae426e857d3b5a57a --- /dev/null +++ b/neo_1month/data/LAI/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac503797600596fa7415224d5f1dc15d3f43630eaa3a2e71b0de3ca4622ad5cc +size 1166664 diff --git a/neo_1month/data/LAI/2008-07.npz b/neo_1month/data/LAI/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..544be22b2e1086b95c1e23b827d6c93d24b92573 --- /dev/null +++ b/neo_1month/data/LAI/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5632d39b9e0b24c837361cbbdeed34a8afa3a13822bd62254a8cce87c61dd3 +size 1166664 diff --git a/neo_1month/data/LAI/2008-08.npz b/neo_1month/data/LAI/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c139a13363a614170b9d4c4301ff10c087fe6c2 --- /dev/null +++ b/neo_1month/data/LAI/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08926821c0afadfd6a13360c7fb365ff9bc8fc8c1a4b2ce1b7d7b248c81d0cc +size 1166664 diff --git a/neo_1month/data/LAI/2008-09.npz b/neo_1month/data/LAI/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..29de32b3f8ce48fb0e22017667fef150a60fdbe3 --- /dev/null +++ b/neo_1month/data/LAI/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa73982be1faebdc1af1f9e75fe681edf5e0034149f62483f8d202c84ace7dd +size 1166664 diff --git a/neo_1month/data/LAI/2008-10.npz b/neo_1month/data/LAI/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e3eca68c5b0778cb032b020d973a5e1b18d91a2 --- /dev/null +++ b/neo_1month/data/LAI/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af5a909232df19325f7037a4dcc7f7b30fc3d1310b09c0e12e62e919bd634f3 +size 1166664 diff --git a/neo_1month/data/LAI/2008-11.npz b/neo_1month/data/LAI/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7012e349f519671b9a2910dc823cab5234548d2d --- /dev/null +++ b/neo_1month/data/LAI/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7b71bb38e7265b9ba8f62232caa5051be68cff1edc2b9bc121bda62417f834 +size 1166664 diff --git a/neo_1month/data/LAI/2008-12.npz b/neo_1month/data/LAI/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0feb774b78bdeeed787720063ecc9878788762de --- /dev/null +++ b/neo_1month/data/LAI/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ffc90bb5be1eb4d148c326368f4f3b04b373a28710c16e8990512441c6b64d +size 1166664 diff --git a/neo_1month/data/LAI/2009-01.npz b/neo_1month/data/LAI/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..babfe9de5a5c55d50f2521e23c050c242fdf2d40 --- /dev/null +++ b/neo_1month/data/LAI/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da13bf1ae41f551fc0bdf299ecb13eeecdd9a4fb8e4e69f8bb077756820cc614 +size 1166664 diff --git a/neo_1month/data/LAI/2009-02.npz b/neo_1month/data/LAI/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..42184399859a3396f55d47d997fd3caa4500db71 --- /dev/null +++ b/neo_1month/data/LAI/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eec39a1c7bb3c22e07e52a4977715aacb340749998adef9be41c3a868d3da03 +size 1166664 diff --git a/neo_1month/data/LAI/2009-03.npz b/neo_1month/data/LAI/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9091634ab7b1d1ff333e22305527a4fb3670eb24 --- /dev/null +++ b/neo_1month/data/LAI/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e559b612bd9daae43bbe15bc1a31e035a845ac04d2dfea76a65f11a71125bd5d +size 1166664 diff --git a/neo_1month/data/LAI/2009-04.npz b/neo_1month/data/LAI/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..62847a6b0fe39e4c2b8503f8a04ff615d18d2035 --- /dev/null +++ b/neo_1month/data/LAI/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c655de74dcea4f76e91b600c758326043755b532b1135250345b786bf5a3feb +size 1166664 diff --git a/neo_1month/data/LAI/2009-05.npz b/neo_1month/data/LAI/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..12ba71aacb995ff6a728020663aff658c8020007 --- /dev/null +++ b/neo_1month/data/LAI/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c5e461b08099f8eec44c5a18cb5728d495c863f5244ba94b5168447bb95c90 +size 1166664 diff --git a/neo_1month/data/LAI/2009-06.npz b/neo_1month/data/LAI/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b81ee4c85ba3f53c8a784d09bd5050f7afd4d0f9 --- /dev/null +++ b/neo_1month/data/LAI/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f754429f2f6b5df01fcbb5f21d5e8d4891c78b6b306aaebf4881a1064726745b +size 1166664 diff --git a/neo_1month/data/LAI/2009-07.npz b/neo_1month/data/LAI/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..81c23ff95b1fbc7bb092883ca5c52746bfd825fa --- /dev/null +++ b/neo_1month/data/LAI/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff2904610517ad8b26cb540f0b73e0d08246c66c9d53049a761f55592c4415d +size 1166664 diff --git a/neo_1month/data/LAI/2009-08.npz b/neo_1month/data/LAI/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..374f46b8122526b63c724a8c9c8975363df4724d --- /dev/null +++ b/neo_1month/data/LAI/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cf5fb842d403a3ca8392cba3cfa9dace05621cff6a65971195efac948c0f32 +size 1166664 diff --git a/neo_1month/data/LAI/2009-09.npz b/neo_1month/data/LAI/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..62ba0fa4e35995a3b6f3977800bf573f77303545 --- /dev/null +++ b/neo_1month/data/LAI/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2ddc32dbd4512cd057e0803f88c03faa2c03e1bf117d9c6015175c0db2f13a +size 1166664 diff --git a/neo_1month/data/LAI/2009-10.npz b/neo_1month/data/LAI/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cb5bcb0916406e009d4422576decc29c86ab13a --- /dev/null +++ b/neo_1month/data/LAI/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79855f58b75898e990b154f8723a2eb47a3d8c3ca2eb6bd3389bf27b2e628705 +size 1166664 diff --git a/neo_1month/data/LAI/2009-11.npz b/neo_1month/data/LAI/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2e2c5383c85884e2de2618251e6bcfeda243abc --- /dev/null +++ b/neo_1month/data/LAI/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1c1133337b399a613de611f744608d986480c15074ea9b8a61129cabc71e6b +size 1166664 diff --git a/neo_1month/data/LAI/2009-12.npz b/neo_1month/data/LAI/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..139dc8eda7d902f3ae0f27cc810be4536dfda3fd --- /dev/null +++ b/neo_1month/data/LAI/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ce7a9fb19eb5b548cb34a5e77d0bd046f499bae5aee2b2c54fe9d3ccf10a2 +size 1166664 diff --git a/neo_1month/data/LAI/2010-01.npz b/neo_1month/data/LAI/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c51f5b8e8004db2be4e146e9cc905820a6fde519 --- /dev/null +++ b/neo_1month/data/LAI/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09287cd0492490cdc9e64e99b4afade929bc260fca89a673686a0cab10992bb4 +size 1166664 diff --git a/neo_1month/data/LAI/2010-02.npz b/neo_1month/data/LAI/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..508fb53ffbb4aa6649f5d618c74da9450d968a95 --- /dev/null +++ b/neo_1month/data/LAI/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da147324fad5566857f7773b720d883ee8da9c727dde5fa78ccb0f93dc4dae +size 1166664 diff --git a/neo_1month/data/LAI/2010-03.npz b/neo_1month/data/LAI/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c529ec96abe515595d9a37daab458174e7283f3b --- /dev/null +++ b/neo_1month/data/LAI/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c988135c69cd49b4bcf51ad8e436cc6fe65feebf92fd79425848235bae2f3d +size 1166664 diff --git a/neo_1month/data/LAI/2010-04.npz b/neo_1month/data/LAI/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b0d2fe0f182e788a6ec2b67d6bea345fa2bcb21 --- /dev/null +++ b/neo_1month/data/LAI/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d6d18b0df8010480cfd141dc33f18233e2f8de8ef4281ff71d7f43add95241 +size 1166664 diff --git a/neo_1month/data/LAI/2010-05.npz b/neo_1month/data/LAI/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb849cd2da16b1b02d00c0fc65d298491be03c90 --- /dev/null +++ b/neo_1month/data/LAI/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d340ccfcd3167f5ebe39d7d2fc5936ae14c78d681457ae96df85425ee5e3f6 +size 1166664 diff --git a/neo_1month/data/LAI/2010-06.npz b/neo_1month/data/LAI/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8be02532468ba0b46a94d6702ed6c2b562ccdfeb --- /dev/null +++ b/neo_1month/data/LAI/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a416dc5d24fffd76c014d0e82d0e40eb9fdd62224f98ffaab8e4113a75961e74 +size 1166664 diff --git a/neo_1month/data/LAI/2010-07.npz b/neo_1month/data/LAI/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..73e5f7f730cf1297f3c0264f4dc491782bbd7a43 --- /dev/null +++ b/neo_1month/data/LAI/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f830b6941df6e9865693d6ee2a095b8485658c47de65140001f8c095dd7c2c7 +size 1166664 diff --git a/neo_1month/data/LAI/2010-08.npz b/neo_1month/data/LAI/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..551c4ef2a1b8c2761198f23849f710418728416c --- /dev/null +++ b/neo_1month/data/LAI/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742f3514f6f11757a7d8f8bb79d7c8520ca02b1fd44d6d49f2e7b4e6d736f25 +size 1166664 diff --git a/neo_1month/data/LAI/2010-09.npz b/neo_1month/data/LAI/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9766b58fc8e8b653815c782363b40b8dc8174a2e --- /dev/null +++ b/neo_1month/data/LAI/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e18ddd1af123d7387c4a1a806cf1743fdd95be8baa2a00a66ba624d1fc19fc +size 1166664 diff --git a/neo_1month/data/LAI/2010-10.npz b/neo_1month/data/LAI/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff132257a1a4effcdd95404ec1ebaa711903ea56 --- /dev/null +++ b/neo_1month/data/LAI/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88f164ee4f2d9a179c4dc1f04eda910db65c917661d3c5e88fbd07800a939c9 +size 1166664 diff --git a/neo_1month/data/LAI/2010-11.npz b/neo_1month/data/LAI/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dd5c86646c3af882054837e79b171ca7dea8afd --- /dev/null +++ b/neo_1month/data/LAI/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6c9c12287a69b2d84ee8fba9a86d80f37ff4414f5f093e67f6d26080004eb9 +size 1166664 diff --git a/neo_1month/data/LAI/2010-12.npz b/neo_1month/data/LAI/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ed8901422d3e6e1183f5f97f080da26e89eaae5 --- /dev/null +++ b/neo_1month/data/LAI/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd24cce4094392f847cfab5e4cdf842e378fb4b754113d23c94ef52ffac7cc5 +size 1166664 diff --git a/neo_1month/data/LAI/2011-01.npz b/neo_1month/data/LAI/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbe386d883b2a990b2ccdde4cc15c3e58b3346a0 --- /dev/null +++ b/neo_1month/data/LAI/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dac61ebff36a68cabd73240ae3967dfbd858d8d7be21857d2ac420cbd8ae9d3 +size 1166664 diff --git a/neo_1month/data/LAI/2011-02.npz b/neo_1month/data/LAI/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bbe2302726b6f4dab3a62da8eb55416e7639726 --- /dev/null +++ b/neo_1month/data/LAI/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e11cc1c36e67407cffdab4ee2acd2641186fa05ca57b69fd82d6ae16e87b5c +size 1166664 diff --git a/neo_1month/data/LAI/2011-03.npz b/neo_1month/data/LAI/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96979b0febf90606e12a9055bee9eacc31279b7e --- /dev/null +++ b/neo_1month/data/LAI/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8097f97fdf71495a70c24126bfdc32b9795b466b4873f13b6a13d6a574df5800 +size 1166664 diff --git a/neo_1month/data/LAI/2011-04.npz b/neo_1month/data/LAI/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..274212483ecd32cfef9b7abba6ca2bb66d3a7408 --- /dev/null +++ b/neo_1month/data/LAI/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405dc5f9f1d0524e5e6d35dac34cb49385f3f71b03869c1909f594e23ded1833 +size 1166664 diff --git a/neo_1month/data/LAI/2011-05.npz b/neo_1month/data/LAI/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..10b5c2b0d7bd458392122b251ebf565676f988a2 --- /dev/null +++ b/neo_1month/data/LAI/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0632581db105a83cda2128f440adab1da9d0d63dba5de28d7f0fe311c664a72 +size 1166664 diff --git a/neo_1month/data/LAI/2011-06.npz b/neo_1month/data/LAI/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0f675a2a78302c814d03036d85944ef143c2e3a --- /dev/null +++ b/neo_1month/data/LAI/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669adea94d40ddd83053a240670790e61ba0b59f24dcb4be24d38118dd57c30a +size 1166664 diff --git a/neo_1month/data/LAI/2011-07.npz b/neo_1month/data/LAI/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..775e610e2c7b22b8147e44297c6e890f3e0c7e60 --- /dev/null +++ b/neo_1month/data/LAI/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5096a22f69c4d46883a808813346c7d864d8ef458220f8e061e47574106a08 +size 1166664 diff --git a/neo_1month/data/LAI/2011-08.npz b/neo_1month/data/LAI/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c638e20e1edb7e8700d21c3cb1cf79d7d34f3fd --- /dev/null +++ b/neo_1month/data/LAI/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cf0d9125a234dc2f2e39c39d799d9942e4c49d5e839f2a07c8b701fc1c93cf +size 1166664 diff --git a/neo_1month/data/LAI/2011-09.npz b/neo_1month/data/LAI/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a13b27671597438d6eb7742dd013059a314cbcd --- /dev/null +++ b/neo_1month/data/LAI/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df69b9ecb23998780ffd8f72495a74e3332ea513dbdaa77546639ecd12290d5 +size 1166664 diff --git a/neo_1month/data/LAI/2011-10.npz b/neo_1month/data/LAI/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9752403cf9676d39d9766a59a9a701fe0dfc179e --- /dev/null +++ b/neo_1month/data/LAI/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cdce3e0aea8f7b41068622cbd680bd02065d7dfc60e8682bb6b047da582213 +size 1166664 diff --git a/neo_1month/data/LAI/2011-11.npz b/neo_1month/data/LAI/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08083721f73b2a94ac5b5ca53dba0c74ea35a98f --- /dev/null +++ b/neo_1month/data/LAI/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c99282d0636e9bcb4b843297285edf92796d5f7f3f4b5a801ded7927bdcd0e7 +size 1166664 diff --git a/neo_1month/data/LAI/2011-12.npz b/neo_1month/data/LAI/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdfda233761542674db0a213014400ee626dfb49 --- /dev/null +++ b/neo_1month/data/LAI/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce8817a7795469a5b31a6d8567c4a8ffe8f408ef3e40e2b612a3a18832226a6 +size 1166664 diff --git a/neo_1month/data/LAI/2012-01.npz b/neo_1month/data/LAI/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..77ccdd85d7b082d99e4ceb62f8810a14e95e32a0 --- /dev/null +++ b/neo_1month/data/LAI/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8229683e263bf392da988cc81754b6f710503eb201742e4e3a6908e2d071dc76 +size 1166664 diff --git a/neo_1month/data/LAI/2012-02.npz b/neo_1month/data/LAI/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..73444daadf0436c176614b6edd2d3cc01f8868ac --- /dev/null +++ b/neo_1month/data/LAI/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e8428d97abf267de604b41b14bd02502e8605e4670760967a645ef62d9f478 +size 1166664 diff --git a/neo_1month/data/LAI/2012-03.npz b/neo_1month/data/LAI/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5b0636e5818fc6c7d525e062177a5420587dbcf --- /dev/null +++ b/neo_1month/data/LAI/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16db9dc601b4e15e1fce083fdee15cb946155e63a54647d439e7123f582831c8 +size 1166664 diff --git a/neo_1month/data/LAI/2012-04.npz b/neo_1month/data/LAI/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a69c5990dec1eeb2541d761019d672bde0af924 --- /dev/null +++ b/neo_1month/data/LAI/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d53966752a5b225f05d4c2d2886e8ab83dd0a05266142cbaf4244c51204fac +size 1166664 diff --git a/neo_1month/data/LAI/2012-05.npz b/neo_1month/data/LAI/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f622ff246de4a01acd7e9f71688311f0c8875d94 --- /dev/null +++ b/neo_1month/data/LAI/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b66509ebe078636e683d085e73d5fd9931b5697ff60d457a0673c8eeb892969 +size 1166664 diff --git a/neo_1month/data/LAI/2012-06.npz b/neo_1month/data/LAI/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c55d8ba62b55c180cdf5fb4c51a83ba9f5b9795 --- /dev/null +++ b/neo_1month/data/LAI/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9fb48e616614b5731e874667b6f03dd5521e019aacecafaa1b498c653e465d +size 1166664 diff --git a/neo_1month/data/LAI/2012-07.npz b/neo_1month/data/LAI/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc037c09e3d8a02b685c416a211a8c9c1f5cd37a --- /dev/null +++ b/neo_1month/data/LAI/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9b9457eacd60400459cae35e54d724e4b07edd24ed06c3e49681424e62cfd +size 1166664 diff --git a/neo_1month/data/LAI/2012-08.npz b/neo_1month/data/LAI/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7006d952e4e7e82302943441e354a608de689f71 --- /dev/null +++ b/neo_1month/data/LAI/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6129a0913c4b0d9db9ec8315173aadf129b81557f92e277ce4aac1ed89db9c09 +size 1166664 diff --git a/neo_1month/data/LAI/2012-09.npz b/neo_1month/data/LAI/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a46776a55d1184859a65d0bdb0acd6027e637f68 --- /dev/null +++ b/neo_1month/data/LAI/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e2799dd4d3036df88938ba1728021fd081e9ccd604590be374e098e62a96eb +size 1166664 diff --git a/neo_1month/data/LAI/2012-10.npz b/neo_1month/data/LAI/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f294eb9ef2fdf475472b4e4308fe633f7d073411 --- /dev/null +++ b/neo_1month/data/LAI/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8578c72d93f158608c3fd597411fcb314247ff3ccc815c4ff958621b352c2da2 +size 1166664 diff --git a/neo_1month/data/LAI/2012-11.npz b/neo_1month/data/LAI/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08bd3f8efc703187a8c54dafb20f9b70c4e420e0 --- /dev/null +++ b/neo_1month/data/LAI/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d495cbedb19ec538072ff7b24c62aafd3b01f1378aa6378b4eefa4452d8bfc5a +size 1166664 diff --git a/neo_1month/data/LAI/2012-12.npz b/neo_1month/data/LAI/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..196e8a832565ae719ed187e6fb959ead67a708f4 --- /dev/null +++ b/neo_1month/data/LAI/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e7769d8c17bd40333e51e1fbcface1c0ce4d15df2a2cb253f6b8bccc30500b +size 1166664 diff --git a/neo_1month/data/LAI/2013-01.npz b/neo_1month/data/LAI/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..89513bc3bd670a8b6f07dda619ed25f6167b1011 --- /dev/null +++ b/neo_1month/data/LAI/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52610c8298102cbed7815c781756499185f8d7680d53b16c6478a8d5b52b7ac +size 1166664 diff --git a/neo_1month/data/LAI/2013-02.npz b/neo_1month/data/LAI/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..61b60c7c0fe1ee6cb1e09ace5dea7f7a3c622c86 --- /dev/null +++ b/neo_1month/data/LAI/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a08915aaf4f57dc5c13902cc53832bec8925841e03fb90a76fc3fcaffd23aa +size 1166664 diff --git a/neo_1month/data/LAI/2013-03.npz b/neo_1month/data/LAI/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b9cb26932c6db725970b3e3e1aa8142167a1ff5 --- /dev/null +++ b/neo_1month/data/LAI/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb319b1393e3085fd547a52cd13f70627da2a477ee25908c68b9478e39142a0 +size 1166664 diff --git a/neo_1month/data/LAI/2013-04.npz b/neo_1month/data/LAI/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..21051cb46cf512ae036a923aee0912eaf9dc3d4c --- /dev/null +++ b/neo_1month/data/LAI/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4755ad9d2b0834e420103bc8317a8ae3dd2290efe0271fb0755599f490258c +size 1166664 diff --git a/neo_1month/data/LAI/2013-05.npz b/neo_1month/data/LAI/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cf68ad4e200b133f1dc72df3183f1c9eb2cea75 --- /dev/null +++ b/neo_1month/data/LAI/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9101f426b9f33d77e451dc519cb88e46fd0a114c74bdede43e5c50794d416d6f +size 1166664 diff --git a/neo_1month/data/LAI/2013-06.npz b/neo_1month/data/LAI/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f6ae2c5a523ff80a6d0171e172e3b31ea72b9ee --- /dev/null +++ b/neo_1month/data/LAI/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc84e729013be898d358693b7b23e481a9742d7f600c8236fbd5f19e736b3d7 +size 1166664 diff --git a/neo_1month/data/LAI/2013-07.npz b/neo_1month/data/LAI/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b69896c2b78fb28a0735f5770e5a04cc01d2e3dc --- /dev/null +++ b/neo_1month/data/LAI/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab737c6ce62ece45d4b85770afe9820fb63421113f8bf4fe1110abb9aa33bf9 +size 1166664 diff --git a/neo_1month/data/LAI/2013-08.npz b/neo_1month/data/LAI/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e462ccb72bab5a7e502f0365276129369ddac90 --- /dev/null +++ b/neo_1month/data/LAI/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f642760b6667f8fd60f8715d051c4ecc7674ef439badbfd2d76805388f23a9 +size 1166664 diff --git a/neo_1month/data/LAI/2013-09.npz b/neo_1month/data/LAI/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9497eacc90f84c83b62b09044280e94adb18b948 --- /dev/null +++ b/neo_1month/data/LAI/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d90bcc11dc7585e5ae7747a5f7c5919312ffa73bc2e28a0e1adab721724d0d2 +size 1166664 diff --git a/neo_1month/data/LAI/2013-10.npz b/neo_1month/data/LAI/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3e6e850d362f3edb8535d558e5c6d903618f7c9 --- /dev/null +++ b/neo_1month/data/LAI/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e9ea0c23656ae56391a6d6a00f92f5cd5c15240f49e4e0a22c6b862af68256 +size 1166664 diff --git a/neo_1month/data/LAI/2013-11.npz b/neo_1month/data/LAI/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b72b4cf37812a6134177926d12a94542c2be108 --- /dev/null +++ b/neo_1month/data/LAI/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcb27ac7765e69d1e5d9c405bed9f1fce18430fb2cfae126bfde197e4e50a98 +size 1166664 diff --git a/neo_1month/data/LAI/2013-12.npz b/neo_1month/data/LAI/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..17c3d1ab397ebaf75e3f78c1a7f1e701142126a2 --- /dev/null +++ b/neo_1month/data/LAI/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc933e2ff304a72e7ba18a120e709c97eb27e5c907f27c849cb365883c21be2 +size 1166664 diff --git a/neo_1month/data/LAI/2014-01.npz b/neo_1month/data/LAI/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d09af310632e8c0da3b6bbcf47df4f86f96a3db0 --- /dev/null +++ b/neo_1month/data/LAI/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e05244c498844c46f1a4414ee6ab4f7d0ea6c7dea7b50fafe690c1a41bfd3d7 +size 1166664 diff --git a/neo_1month/data/LAI/2014-02.npz b/neo_1month/data/LAI/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..10715c8539f8c639bab46600161d18908be7e698 --- /dev/null +++ b/neo_1month/data/LAI/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bb861c7b49bb26efa263c2a55329fcf8c7389a69e6695e1f764b11b1222179 +size 1166664 diff --git a/neo_1month/data/LAI/2014-03.npz b/neo_1month/data/LAI/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5da838ba1c4ca3d55357bf82ddf6b2a49df4eb6 --- /dev/null +++ b/neo_1month/data/LAI/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28d3add321efaea742683104a49a202925474425ec23e20413c63198a15d153 +size 1166664 diff --git a/neo_1month/data/LAI/2014-04.npz b/neo_1month/data/LAI/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ab80dcbbc92118b1856aaf2900eb5eb077fc744 --- /dev/null +++ b/neo_1month/data/LAI/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a969451dcea7842a3a9a22add68cd6ae813fc380eef9619a7ee799418c8f3f39 +size 1166664 diff --git a/neo_1month/data/LAI/2014-05.npz b/neo_1month/data/LAI/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d09b050dad4cecf55ab3aea3bd43de6e7fe01cc7 --- /dev/null +++ b/neo_1month/data/LAI/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0eb0ce4dfb810ff1e532013f1c5c4eed7cf1cc7dde40a7365ab29eaf5629d5 +size 1166664 diff --git a/neo_1month/data/LAI/2014-06.npz b/neo_1month/data/LAI/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f2bf41fcc60673c83fbabc0525ea6d93720acf7 --- /dev/null +++ b/neo_1month/data/LAI/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f73de8d6ece1857145f963542084dafc5359273075d67c40a248e8f0175ef25 +size 1166664 diff --git a/neo_1month/data/LAI/2014-07.npz b/neo_1month/data/LAI/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc65d4b16c64185ebdae971eedb6ce9efe6b2ddd --- /dev/null +++ b/neo_1month/data/LAI/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb834c10dcb9352d611e8517a87a0db968f34dd94fe5fb429845fec04c739c50 +size 1166664 diff --git a/neo_1month/data/LAI/2014-08.npz b/neo_1month/data/LAI/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9cca76daf1fd74c7e84b634a4b9850b0b2dbaeb --- /dev/null +++ b/neo_1month/data/LAI/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc70637673e2071f940247628721910ca1d00c7fb50d7e3c41f550cb1bd1a8a +size 1166664 diff --git a/neo_1month/data/LAI/2014-09.npz b/neo_1month/data/LAI/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec2908fad41e6ab62f028185952676960f8091f4 --- /dev/null +++ b/neo_1month/data/LAI/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0a0193f96e75adf69c39ccc8e43ed33ca37d911b7b51baeddea23e66c84bd1 +size 1166664 diff --git a/neo_1month/data/LAI/2014-10.npz b/neo_1month/data/LAI/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..517bc3dc5bb63e36a7315f975ce67299c19d4da6 --- /dev/null +++ b/neo_1month/data/LAI/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bce21928c280665d72b68f2be2d607942c55f5ade5df4ef51f5dcd1d9ae3a0 +size 1166664 diff --git a/neo_1month/data/LAI/2014-11.npz b/neo_1month/data/LAI/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bb9140f9ba17193079a2cce42700fe27304777b --- /dev/null +++ b/neo_1month/data/LAI/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba6907aef4af7ffcb5e9662ef3187e0a0713882608095eb089c36bc4824e4af +size 1166664 diff --git a/neo_1month/data/LAI/2014-12.npz b/neo_1month/data/LAI/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..216b3973ccc5ed2720e266a9fe3ba67287e4aee7 --- /dev/null +++ b/neo_1month/data/LAI/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd730fcd0e97b26380f4188c29880892a9137c0432bdece95285389e21d8d8f2 +size 1166664 diff --git a/neo_1month/data/LAI/2015-01.npz b/neo_1month/data/LAI/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..863085165fea284e5bdef387811759b35659f754 --- /dev/null +++ b/neo_1month/data/LAI/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af9d7a7f5c82453144354cc6d23253c2c405075ce7f618c257cf356f1cced88 +size 1166664 diff --git a/neo_1month/data/LAI/2015-02.npz b/neo_1month/data/LAI/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9452f755e902f4b3a009021e276af726363d812 --- /dev/null +++ b/neo_1month/data/LAI/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52b4d31af2b42bc5463e39b2329685c3430b9307f45f11baea3dd68efebb44c +size 1166664 diff --git a/neo_1month/data/LAI/2015-03.npz b/neo_1month/data/LAI/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed074cc0abbc76b122267292fbd43501c07c81d8 --- /dev/null +++ b/neo_1month/data/LAI/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e180228f53725e7a293a143d5d281e29e8e021b2cf9a843a1cd081ba01acb5f +size 1166664 diff --git a/neo_1month/data/LAI/2015-04.npz b/neo_1month/data/LAI/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0638d07a06c22738d817a2f11be06608e3bbd90 --- /dev/null +++ b/neo_1month/data/LAI/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cb8955d2c4fbc169e9c30d0b5005b45c0421331d1ac03500d08e0be7b193a0 +size 1166664 diff --git a/neo_1month/data/LAI/2015-05.npz b/neo_1month/data/LAI/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3ad8b456bde17b8221699dc1d1621ae56216b7f --- /dev/null +++ b/neo_1month/data/LAI/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe26a88611ba0d8821fed4ec3fc3ca7eeb622a3bdcb178b7370e3f43fd8c2bd +size 1166664 diff --git a/neo_1month/data/LAI/2015-06.npz b/neo_1month/data/LAI/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..925e1b57210105199153823e830c6b950d3f6e62 --- /dev/null +++ b/neo_1month/data/LAI/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8294b15f6ac4b8db38ff63dd3240d0d52d4a304a3a70869ed84f751d9af59828 +size 1166664 diff --git a/neo_1month/data/LAI/2015-07.npz b/neo_1month/data/LAI/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0143e2c57922aed0fe4bb696a0b31ed77ed634d4 --- /dev/null +++ b/neo_1month/data/LAI/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e06238835fdbb70e744193ea097d2794f705d240ac10887593b0216ab1a7c0 +size 1166664 diff --git a/neo_1month/data/LAI/2015-08.npz b/neo_1month/data/LAI/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..01f2d5a137157d8c0f77ca222b663e63008f1fd8 --- /dev/null +++ b/neo_1month/data/LAI/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09135d869dec2892826f16744e12a0777b6492a7b66b2be8ac20697b46c62347 +size 1166664 diff --git a/neo_1month/data/LAI/2015-09.npz b/neo_1month/data/LAI/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff5a0a24f9cbf91c3ce89d420ae4b2949b73a7d0 --- /dev/null +++ b/neo_1month/data/LAI/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18adec5d3830c13dc7ec58fa78ed9faca5ecb63029dc4322e24fb6ead615ce3 +size 1166664 diff --git a/neo_1month/data/LAI/2015-10.npz b/neo_1month/data/LAI/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c57118e8ec266b867c747a86f5a6d4a167b87fc0 --- /dev/null +++ b/neo_1month/data/LAI/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3bd89e4839a82a4a25e6a80da24bf5d331ab3c53a7448a15f9c8cf10a43a2a +size 1166664 diff --git a/neo_1month/data/LAI/2015-11.npz b/neo_1month/data/LAI/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f51c198d9c1a9bb5a22454355a0f8a00b8ddccd --- /dev/null +++ b/neo_1month/data/LAI/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcde63daeb09c68b3a1f488aee3e74ace0ab1235c00b13f9b6c89f98fd17b6c +size 1166664 diff --git a/neo_1month/data/LAI/2015-12.npz b/neo_1month/data/LAI/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea611b5f92f61b55650b72c6c09db7f72f415280 --- /dev/null +++ b/neo_1month/data/LAI/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa18e7911f234a139c58aa7acdfad9b6a785d87b7f3509f9e5f6e1e8ab4c03d9 +size 1166664 diff --git a/neo_1month/data/LAI/2016-01.npz b/neo_1month/data/LAI/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d91ed730f5eacc6253ee92ddf7abc08923007f00 --- /dev/null +++ b/neo_1month/data/LAI/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e03f00aaa5100d6b64d6e4e3c1757460cbffc21830246f2f37cb1b5d30b204 +size 1166664 diff --git a/neo_1month/data/LAI/2016-02.npz b/neo_1month/data/LAI/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b48e87307e4f06ea634b93950751eabd83b7cd6 --- /dev/null +++ b/neo_1month/data/LAI/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9184a0152797a43edcaab9eba64a7644813fc730af615a7db614e20cf42068a9 +size 1166664 diff --git a/neo_1month/data/LAI/2016-03.npz b/neo_1month/data/LAI/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f779f8382091e4fa72f2272803064af5f9093f8 --- /dev/null +++ b/neo_1month/data/LAI/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95403afadefd8c9cae5686ddcd0043fc8255425914c6e769cf19242a423fbc50 +size 1166664 diff --git a/neo_1month/data/LAI/2016-04.npz b/neo_1month/data/LAI/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0cf18aa234c4f5c3017aaa56b67936f77ef351e --- /dev/null +++ b/neo_1month/data/LAI/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7db8b1048b133d681d0ed973d012f467e0ee71115aedb77324917ac5e12f4ac +size 1166664 diff --git a/neo_1month/data/LAI/2016-05.npz b/neo_1month/data/LAI/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bc8190ffab3c21c797ca4bbcc029571cb6fe8d9 --- /dev/null +++ b/neo_1month/data/LAI/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee3dc037986d48c6d116c26cf118dbeb6b5c20844822725276c63533d8346fd +size 1166664 diff --git a/neo_1month/data/LAI/2016-06.npz b/neo_1month/data/LAI/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2ccd4a9f7f718cdc72ef5bc5528812cca32d454 --- /dev/null +++ b/neo_1month/data/LAI/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba54cfb588d1416ec4e14a11d9dbe0f51add1de0079fa27fa22143a728911cb +size 1166664 diff --git a/neo_1month/data/LAI/2016-07.npz b/neo_1month/data/LAI/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d7dc58d3091ec71920e09c72a440efa0ec7dedb --- /dev/null +++ b/neo_1month/data/LAI/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4678a644077ed5140f31358364a2efee7b92e670db283fa800f034592dbada25 +size 1166664 diff --git a/neo_1month/data/LAI/2016-08.npz b/neo_1month/data/LAI/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..46bee8b3f789a310bdcfbc1313531cecd6f63815 --- /dev/null +++ b/neo_1month/data/LAI/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aadb025fcae8b94585b76ed16e93b0095316401d7ba597ce7ef6d3a1835d53 +size 1166664 diff --git a/neo_1month/data/LAI/2016-09.npz b/neo_1month/data/LAI/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..88ff38ae690b3293a0e90e5c28aec4000a3003ea --- /dev/null +++ b/neo_1month/data/LAI/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0bc7b737e022af798394c7467a5de240e81f638a46aaa0655554c9ca068a40 +size 1166664 diff --git a/neo_1month/data/LAI/2016-10.npz b/neo_1month/data/LAI/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..075508dbd6b88a58c17e5628f31ff4957157a50a --- /dev/null +++ b/neo_1month/data/LAI/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685298a4c4dbd6dadd831a44b17c9c85934b12f74bb95bcfd1ba866e0c28218e +size 1166664 diff --git a/neo_1month/data/LAI/2016-11.npz b/neo_1month/data/LAI/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..428647c173221f8cef33f4715ea635a2fd41ed71 --- /dev/null +++ b/neo_1month/data/LAI/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4304c49469dc3cda6079949b463d01e1f63ed68f5085bfc8464c9b819d3729e4 +size 1166664 diff --git a/neo_1month/data/LAI/2016-12.npz b/neo_1month/data/LAI/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1048f6684747687036a42a5ec1d36e925b601f83 --- /dev/null +++ b/neo_1month/data/LAI/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7eefc8a11c78f3133a0630d882f600f27c7dcdcfcd080949314d10fb0d4d99 +size 1166664 diff --git a/neo_1month/data/LAI/2017-01.npz b/neo_1month/data/LAI/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c207fc068571eff12b27dba78a0dd000ae1cb0d --- /dev/null +++ b/neo_1month/data/LAI/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1b0618b572ba11008322f313dc988597b2019df9b4fb9f364486929c26d7ba +size 1166664 diff --git a/neo_1month/data/LAI/2017-02.npz b/neo_1month/data/LAI/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4700839e82e366b70fe14807b03dc2ebcced4934 --- /dev/null +++ b/neo_1month/data/LAI/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7c07d568005b89264fb5d1c708d3008a51cf1902f29d0f7b29d61668e4b683 +size 1166664 diff --git a/neo_1month/data/LAI/2017-03.npz b/neo_1month/data/LAI/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2fb0a5572dbe53de2397dd77c75c764af947beb --- /dev/null +++ b/neo_1month/data/LAI/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364f62b9aa7319e066439fbd671b9ed922649823eafd82c6706e2c98e4cd49cb +size 1166664 diff --git a/neo_1month/data/LAI/2017-04.npz b/neo_1month/data/LAI/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..855037ada80fb1f156938fc1ea8da9c7fce58aa1 --- /dev/null +++ b/neo_1month/data/LAI/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b09244a689e1db77a5eda758a8c010651d412504e76915a7a49ac200112228 +size 1166664 diff --git a/neo_1month/data/LAI/2017-05.npz b/neo_1month/data/LAI/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6be065bdb500e95323b0681d39b7c027ee75acf9 --- /dev/null +++ b/neo_1month/data/LAI/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bf590cce08ee3284014f2633362d4afdefc2a09386b501b71233051bab375a +size 1166664 diff --git a/neo_1month/data/LAI/2017-06.npz b/neo_1month/data/LAI/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6fe55cc76f9414d1c58a3913dd229710a6385949 --- /dev/null +++ b/neo_1month/data/LAI/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de56916975af9f6acae03631f991816f360a9a53580ce1232eef5f364c224504 +size 1166664 diff --git a/neo_1month/data/LAI/2017-07.npz b/neo_1month/data/LAI/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3993eb62354582399fa683ce5cdd3ab46b3f391 --- /dev/null +++ b/neo_1month/data/LAI/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320765fbbfc5ac35a187f0a6a28c6191a5c41dd731fef5158302e53da37c6403 +size 1166664 diff --git a/neo_1month/data/LAI/2017-08.npz b/neo_1month/data/LAI/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..44b2cf0f129ebcef12d6ca9e2f1f58d73acf68c3 --- /dev/null +++ b/neo_1month/data/LAI/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584cdd74837550dacb495f3020d569ba2cfd44f350b510f74d624c6e4f4e63d2 +size 1166664 diff --git a/neo_1month/data/LAI/2017-09.npz b/neo_1month/data/LAI/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ef1da9fadc32f518f05d9eeb836ba79ff813770 --- /dev/null +++ b/neo_1month/data/LAI/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f1aef0a665fa2be549930d06832e94c31b161f387f6bd45902b71eb71f5c5e +size 1166664 diff --git a/neo_1month/data/LAI/2017-10.npz b/neo_1month/data/LAI/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cecba6068ee0dd7c59723ad20cfcde6b818fa97c --- /dev/null +++ b/neo_1month/data/LAI/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8a81e7630529f6bc53a3cbd8225cb2c1e96ffcf9b218503c141154e6d3755a +size 1166664 diff --git a/neo_1month/data/LAI/2017-11.npz b/neo_1month/data/LAI/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..234b0605002286f71f77077cf5bcacd54972e9bc --- /dev/null +++ b/neo_1month/data/LAI/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea3755a8bfb88640bcdd2d845ec8f3067f84a7969b488d7ca67b7a40d1e5a05 +size 1166664 diff --git a/neo_1month/data/LAI/2017-12.npz b/neo_1month/data/LAI/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cb8cedf1586e9ea4a98fe440ec4e9a2cf9c0fce --- /dev/null +++ b/neo_1month/data/LAI/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d1ad3f9120dd90f6c318cacbcbb37ad6d1b2dae5a9a8a65474697e2537f425 +size 1166664 diff --git a/neo_1month/data/LAI/2018-01.npz b/neo_1month/data/LAI/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..500fd283e3a88d659c811bcea3cc26aa0735f60e --- /dev/null +++ b/neo_1month/data/LAI/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820f3067cf91b60aaed3af0a8791bab06dfc4de3bd8feacb8cdfdc2359f93090 +size 1166664 diff --git a/neo_1month/data/LAI/2018-02.npz b/neo_1month/data/LAI/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fff85374054bc67b4b58890aa4275d92b9df4639 --- /dev/null +++ b/neo_1month/data/LAI/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b837185ce6da58fbacacf4ba33c51ca6b293610f80300557180e514e4feb4c4a +size 1166664 diff --git a/neo_1month/data/LAI/2018-03.npz b/neo_1month/data/LAI/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..71bdb4131384207164694ce352bc54212f367955 --- /dev/null +++ b/neo_1month/data/LAI/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db44b7db64eb1c1effa01237460ea81dbbf449f1d92d028f1eee1b4bfb956c5c +size 1166664 diff --git a/neo_1month/data/LAI/2018-04.npz b/neo_1month/data/LAI/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..39f29db5079236a02cc5039a28e038bdb1274f48 --- /dev/null +++ b/neo_1month/data/LAI/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd5e6468905351a0906a5ded6a8b6435ba5be80de9ed40088b62feeac7ffe68 +size 1166664 diff --git a/neo_1month/data/LAI/2018-05.npz b/neo_1month/data/LAI/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..37d9e8b65391c3bdbb8418dffa5c1558437cac8d --- /dev/null +++ b/neo_1month/data/LAI/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957cdf89f9e902b88b2405f0b1ae7821d0e376b55f7c4bb72e1b2cbc41b519e8 +size 1166664 diff --git a/neo_1month/data/LAI/2018-06.npz b/neo_1month/data/LAI/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bdbde71f6cd225f10cddfe9b7c6ccc82d984f46 --- /dev/null +++ b/neo_1month/data/LAI/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb718127b9d471c7b813f03e4f3056be443705be31f86b187fd40132b363ed5 +size 1166664 diff --git a/neo_1month/data/LAI/2018-07.npz b/neo_1month/data/LAI/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f0bed76638bc029448909c9fde3c709fc205c13 --- /dev/null +++ b/neo_1month/data/LAI/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae6155ef53bd48ffc5bad2fd495e285709273fa41ed056c3e1f0684f24bbb6a +size 1166664 diff --git a/neo_1month/data/LAI/2018-08.npz b/neo_1month/data/LAI/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..04966c789f17138250fb11f2a5c1261b16e450af --- /dev/null +++ b/neo_1month/data/LAI/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38644f67b473269c65b35abd2effdd22c57ad21072cae4e97049cc20a8a56ca +size 1166664 diff --git a/neo_1month/data/LAI/2018-09.npz b/neo_1month/data/LAI/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..01d5d580a37f3ffe4a51a265177873c66c251007 --- /dev/null +++ b/neo_1month/data/LAI/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4856c92c9d1b027f8f806f40aba57bcab498989a19ca737ca35f39800a7e691 +size 1166664 diff --git a/neo_1month/data/LAI/2018-10.npz b/neo_1month/data/LAI/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c588f8253a09abdf5c45091cf0f4c987b1c8584 --- /dev/null +++ b/neo_1month/data/LAI/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d484c692d46e2a41c5f08ea91881440b557210fae2b64cc8556ad17d516e095 +size 1166664 diff --git a/neo_1month/data/LAI/2018-11.npz b/neo_1month/data/LAI/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f130d193f33ded7a600fdb1585651a797920e77 --- /dev/null +++ b/neo_1month/data/LAI/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac5b5bfc5c5be3e0649feee10f50ba067e2ff7813dae8af1513ac3c5ac11ce3 +size 1166664 diff --git a/neo_1month/data/LAI/2018-12.npz b/neo_1month/data/LAI/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8c3e13c9beb123c8ee2a7de0356654bf3a1c6a --- /dev/null +++ b/neo_1month/data/LAI/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9930227bf59a2d45df1110ea0d89a6db2cfac6d148a031b3419137f278bacd1a +size 1166664 diff --git a/neo_1month/data/LAI/2019-01.npz b/neo_1month/data/LAI/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa44c459cdeef1ecac4d26a238beea7a098eec29 --- /dev/null +++ b/neo_1month/data/LAI/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b859318cf8d6f7c206d2675a376aa9cd909e10e732a727e0ff77cc11041ca9d6 +size 1166664 diff --git a/neo_1month/data/LAI/2019-02.npz b/neo_1month/data/LAI/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..814321e62b30d07db8651adcecb946abe8486381 --- /dev/null +++ b/neo_1month/data/LAI/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2d1c3f47092919f6973a7afe1456d77082187e7c180ca76fb9c83afd4fbc1d +size 1166664 diff --git a/neo_1month/data/LAI/2019-03.npz b/neo_1month/data/LAI/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..32e7aa814ce879e4472082b3450b1b27344a37b0 --- /dev/null +++ b/neo_1month/data/LAI/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d20900e1b58b473ea1e19f37a77a94c8ab4d16002348a96ba67a23afe11b080 +size 1166664 diff --git a/neo_1month/data/LAI/2019-04.npz b/neo_1month/data/LAI/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7adb1abd930cc224fc3ce3491369ab3a019b467 --- /dev/null +++ b/neo_1month/data/LAI/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cddd0e41a5be89c624aa431e1f72699bda63b263eddcbc795bc41c3009a857 +size 1166664 diff --git a/neo_1month/data/LAI/2019-05.npz b/neo_1month/data/LAI/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f514ff4214ce1b20ec2e7fd77ae78fa247b2d639 --- /dev/null +++ b/neo_1month/data/LAI/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260d2fc19a9509673f0a945fb454d70b62f9d33e0bb0ed2526a3a37bd727638d +size 1166664 diff --git a/neo_1month/data/LAI/2019-06.npz b/neo_1month/data/LAI/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4edf2fc07995217de55f9b92bb4483f3bfbab02 --- /dev/null +++ b/neo_1month/data/LAI/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c619378fbd2c853c77859862f45e517de4de8e56bf2d8fbe609eb4e740a89421 +size 1166664 diff --git a/neo_1month/data/LAI/2019-07.npz b/neo_1month/data/LAI/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..34042ff2ef4736a3033dac449c07f1b2d9c415dd --- /dev/null +++ b/neo_1month/data/LAI/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073cfe4d207e999093ab632ffe5799b4141d4383ccf7f753893536f2c14ad05e +size 1166664 diff --git a/neo_1month/data/LAI/2019-08.npz b/neo_1month/data/LAI/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f87a5b332bbac800a0e6d770400e9c79a989e39 --- /dev/null +++ b/neo_1month/data/LAI/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac317ad766fa0c0cfa3add34d9074a85725267b493b56121d8b66f5cb4fd2aca +size 1166664 diff --git a/neo_1month/data/LAI/2019-09.npz b/neo_1month/data/LAI/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..387c6a35aea4e7ad51f6659e9fb50e962e29a7be --- /dev/null +++ b/neo_1month/data/LAI/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1619e1e0218f9d5e67dc493120ae034bca8bfac757f1d88db7176b24b0ad4cf8 +size 1166664 diff --git a/neo_1month/data/LAI/2019-10.npz b/neo_1month/data/LAI/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dea34bd129ae4a2ef777f375728c654acd3a9cd9 --- /dev/null +++ b/neo_1month/data/LAI/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467ac27b6b0a71248d526e81f962be1daa024d3d997562c22428b7937e7c3d12 +size 1166664 diff --git a/neo_1month/data/LAI/2019-11.npz b/neo_1month/data/LAI/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0be4c39a3a547efedf2e95bb76e79458b601144 --- /dev/null +++ b/neo_1month/data/LAI/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d62d8bd0ea6facfa72cf8b8c2c551added7501e35c7e46632984cf3f86710e3 +size 1166664 diff --git a/neo_1month/data/LAI/2019-12.npz b/neo_1month/data/LAI/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8018f47626885ae425a8f84b30005956143cabfc --- /dev/null +++ b/neo_1month/data/LAI/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e73020d7000900130b9928cfc7ead2ddc38673ffcbf3b0fa7b771462ee10219 +size 1166664 diff --git a/neo_1month/data/LAI/2020-01.npz b/neo_1month/data/LAI/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8cc91fc150f671020f982003933735d951f88a3 --- /dev/null +++ b/neo_1month/data/LAI/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b3dd087385faef87cc9bc79bcba744d74dfa18a1d81f88711c87c31f045ae4 +size 1166664 diff --git a/neo_1month/data/LAI/2020-02.npz b/neo_1month/data/LAI/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5802c0bb62ff1bb73639032533ff294005c60449 --- /dev/null +++ b/neo_1month/data/LAI/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d828695029ea8ff0a1ca8c82c369f9a2e78ae762110a1928671253b169570032 +size 1166664 diff --git a/neo_1month/data/LAI/2020-03.npz b/neo_1month/data/LAI/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..27d84dda2e7caa88a976c0147920a64266a00b47 --- /dev/null +++ b/neo_1month/data/LAI/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4870330fc9b47f9b4aef652ac6107f638e68ceeb0580c1f7f3e7185a6503bb84 +size 1166664 diff --git a/neo_1month/data/LAI/2020-04.npz b/neo_1month/data/LAI/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..091362cb2965e49a7257487a7c2baff9b45fa927 --- /dev/null +++ b/neo_1month/data/LAI/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc96942056a650b7acb576ce027d18221dff3ffe7ba7b0a1ba98f821d554862b +size 1166664 diff --git a/neo_1month/data/LAI/2020-05.npz b/neo_1month/data/LAI/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e9af4d1202cb9fffa565eb67e9f00469d6842cf --- /dev/null +++ b/neo_1month/data/LAI/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea03a8215f831789767af1625eee30a32ad512032639119d2bd66dd9a68c188 +size 1166664 diff --git a/neo_1month/data/LAI/2020-06.npz b/neo_1month/data/LAI/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c2b094f806f34cae62d50e501719ec6fbdeb66b --- /dev/null +++ b/neo_1month/data/LAI/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be67e767b52bc136f62cc28bb6538a51b5a448f0cbf88912fb7ca6126e6eea8 +size 1166664 diff --git a/neo_1month/data/LAI/2020-07.npz b/neo_1month/data/LAI/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c4a7aa3732e7b2fd577aee2e200ec76cc09d55a --- /dev/null +++ b/neo_1month/data/LAI/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae4b94be5c829732dc21af944d4839dfd697199e741a79bc356c2c49f8626e7 +size 1166664 diff --git a/neo_1month/data/LAI/2020-08.npz b/neo_1month/data/LAI/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7ae58ee67616ffd44a6ad157ebd8bbec8428b07 --- /dev/null +++ b/neo_1month/data/LAI/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a246dbdfddb2279b9f3558f1fe415e245bb4b9be6556282a987cb12ff98b730 +size 1166664 diff --git a/neo_1month/data/LAI/2020-09.npz b/neo_1month/data/LAI/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1066fb245335b030cd0ac23d9f4ecb75e7dcb47 --- /dev/null +++ b/neo_1month/data/LAI/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090cc1083722a1160abf1c26e27cf20fe6674ff0c7a65cb21ad883de69d4d0a4 +size 1166664 diff --git a/neo_1month/data/LAI/2020-10.npz b/neo_1month/data/LAI/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3889c1b0725b305eeaa48a59f9a02cbcd105ccc --- /dev/null +++ b/neo_1month/data/LAI/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e86541d2c983c5d7f921217ae0dad38da4c1386a15b15a967bc53a52ac32158 +size 1166664 diff --git a/neo_1month/data/LAI/2020-11.npz b/neo_1month/data/LAI/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a01c1465a55d270b4fcc5369596ea5668f2db132 --- /dev/null +++ b/neo_1month/data/LAI/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ab55de8d5c2daff38e654cda23d8eeb4f06264d8e85b026e51150c7c9becfc +size 1166664 diff --git a/neo_1month/data/LAI/2020-12.npz b/neo_1month/data/LAI/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..97f79791a81e92cb8af78795dc132ea8be883e64 --- /dev/null +++ b/neo_1month/data/LAI/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecbbaafc8cd7b231706002df3b889a1645d7a96703004b553dd148545efa531 +size 1166664 diff --git a/neo_1month/data/LAI/2021-01.npz b/neo_1month/data/LAI/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..caee12f7faaa66b17df7757faaad1d567e932302 --- /dev/null +++ b/neo_1month/data/LAI/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf46dd9ccb40065fc0fa6eb0a7d400ac89ae2b512e05c96851ce0372b9fa812 +size 1166664 diff --git a/neo_1month/data/LAI/2021-02.npz b/neo_1month/data/LAI/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..50783f8c89e30f0f0b201edcd858cee401d35a94 --- /dev/null +++ b/neo_1month/data/LAI/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fadd55808953388bf0976e191760cfdc983f55c990fbba5cc68d13bb70040f9 +size 1166664 diff --git a/neo_1month/data/LAI/2021-03.npz b/neo_1month/data/LAI/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d0d8d94662e93ad4197a53e15aabcd153856606 --- /dev/null +++ b/neo_1month/data/LAI/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52993fb6adac4114260b60964b4ee018f4440af3cec2a1a987ccb04b150282b7 +size 1166664 diff --git a/neo_1month/data/LAI/2021-04.npz b/neo_1month/data/LAI/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..569438a1343889ca9d7c87dc645af8bcf2fdf89a --- /dev/null +++ b/neo_1month/data/LAI/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56bd0409400e16d213f1c32eb863c6aa9d8b2a9d36fb629df0adb382852f82a +size 1166664 diff --git a/neo_1month/data/LAI/2021-05.npz b/neo_1month/data/LAI/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..48c2e5d6b4c9c4d25b90dc39a746e738f9748b80 --- /dev/null +++ b/neo_1month/data/LAI/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476e776d0acf9d54f30742fad82eaa878166a32409f4cd804263aa4c5f1c8e60 +size 1166664 diff --git a/neo_1month/data/LAI/2021-06.npz b/neo_1month/data/LAI/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..180e260a937880cfdecb713c89260619e7385178 --- /dev/null +++ b/neo_1month/data/LAI/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd16f625d983f220368e9981f1449c5cc31197833c2bfb42bb2509fcff681b9 +size 1166664 diff --git a/neo_1month/data/LAI/2021-07.npz b/neo_1month/data/LAI/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfee276e49e175512d537a22dc0f49c159ec8dbe --- /dev/null +++ b/neo_1month/data/LAI/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a2cfbee4253382eb8d07874869a6249279bf9aa0031f6afbf73600b1435abb +size 1166664 diff --git a/neo_1month/data/LAI/2021-08.npz b/neo_1month/data/LAI/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f18d3dde769d617447a477e6bc67fe74734235d6 --- /dev/null +++ b/neo_1month/data/LAI/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960fb36779360090037d45d28c22c4a6e999dd23b0fe9cf3c8a004c72a41c7c3 +size 1166664 diff --git a/neo_1month/data/LAI/2021-09.npz b/neo_1month/data/LAI/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..92b81318c675b0d348acd875b0ca340902f0da92 --- /dev/null +++ b/neo_1month/data/LAI/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0b55bef78b5908e237a62931e396f7d68801d9686011450a2d99542444dafa +size 1166664 diff --git a/neo_1month/data/LAI/2021-10.npz b/neo_1month/data/LAI/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3a129a0a1c4c86cbd6840877351443b6312b064 --- /dev/null +++ b/neo_1month/data/LAI/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434b9ab5daecdc2d279ea6f049a3c0528252a741df469c485e807a2918993736 +size 1166664 diff --git a/neo_1month/data/LAI/2021-11.npz b/neo_1month/data/LAI/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e19e991f4644ac0dee7d4a27347aea080ac3e050 --- /dev/null +++ b/neo_1month/data/LAI/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f46ca3b4532191fa16d5755c0009c95c39e259da533ab76ddc72d49033c284 +size 1166664 diff --git a/neo_1month/data/LAI/2021-12.npz b/neo_1month/data/LAI/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee95e7343959211df414ca2f2b03f966f97fcc57 --- /dev/null +++ b/neo_1month/data/LAI/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be228da54dbc1272abfd57b1850204e20e0952ab569f9a9235e958e9b45a519a +size 1166664 diff --git a/neo_1month/data/LAI/2022-01.npz b/neo_1month/data/LAI/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..889a95279bcf18a64b7c1da14b4f5c271d21b0ca --- /dev/null +++ b/neo_1month/data/LAI/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35a394d9ca2e4da85e60bcda3332c026bc3effd64dab55740e5332dfc85d085 +size 1166664 diff --git a/neo_1month/data/LAI/2022-02.npz b/neo_1month/data/LAI/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfc17058997f8e3725d0c07ef2d402a7ce852dfb --- /dev/null +++ b/neo_1month/data/LAI/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c485e4da9aaf29290d0ad74496bf2b3b1e8d6b37a66bb0f56816bde6a01f34b +size 1166664 diff --git a/neo_1month/data/LAI/2022-03.npz b/neo_1month/data/LAI/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..83b02eca38d7b21b56b12c8855260ed43b7e7b31 --- /dev/null +++ b/neo_1month/data/LAI/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c53a38f73ae438c2cd3d6149122fe7f5bc57edaf643617a0c445312bddb5578 +size 1166664 diff --git a/neo_1month/data/LAI/2022-04.npz b/neo_1month/data/LAI/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c6213cec4cfdba8e46617b607d89161cba64094 --- /dev/null +++ b/neo_1month/data/LAI/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8222b55c96db6a5676c1428e93f4c66cb81148a29b75f88826cec4d4bf2c181 +size 1166664 diff --git a/neo_1month/data/LAI/2022-05.npz b/neo_1month/data/LAI/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..39e99dc158d6933a43732ffc790f3009408bf966 --- /dev/null +++ b/neo_1month/data/LAI/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d10abf8b81925de2cf18ccdc1e0dc49c057a311c8200360bf29a0a83b00c057 +size 1166664 diff --git a/neo_1month/data/LAI/2022-06.npz b/neo_1month/data/LAI/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..318c0f5c082c71c6e8ac6ab664bd5d05ecafc814 --- /dev/null +++ b/neo_1month/data/LAI/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a139310a14ae2e0fed2ee8fe58d2c4cdce6000756abb1f192f014f091ec680 +size 1166664 diff --git a/neo_1month/data/LAI/2022-07.npz b/neo_1month/data/LAI/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a60232c055ec237b80062f4bc2fb355fdf5596c4 --- /dev/null +++ b/neo_1month/data/LAI/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4244e773ba03a32fc585e0dc69f8e10febbe9da4e030e0ed9280755f4af1aac +size 1166664 diff --git a/neo_1month/data/LAI/2022-08.npz b/neo_1month/data/LAI/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..74f462f460b5f1e8a85d2bf7984db324a393d7d6 --- /dev/null +++ b/neo_1month/data/LAI/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848fb19316a76daaaab006c530a8a902532678cfde4a2123cd8c399f3a813abb +size 1166664 diff --git a/neo_1month/data/LAI/2022-09.npz b/neo_1month/data/LAI/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9836998e5c4041aa618cf72536abfaa18a1aa8fd --- /dev/null +++ b/neo_1month/data/LAI/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f4719e3cccec8d0cee23fbdb2d44b74fc65ce78f4590dd6f2b065e1916213d +size 1166664 diff --git a/neo_1month/data/LAI/2022-10.npz b/neo_1month/data/LAI/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1dd8dfd55db22cbcbbbfcfef3f8c14559cca2cf6 --- /dev/null +++ b/neo_1month/data/LAI/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bcd33095e50e7d0650d27e00c4046baf42a730b1e4400b83fd9bd658bf2226 +size 1166664 diff --git a/neo_1month/data/LAI/2022-11.npz b/neo_1month/data/LAI/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e57452016e3433fa2c961aa7c669ef6e038e869 --- /dev/null +++ b/neo_1month/data/LAI/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bb5d455a3d0a01de475d2ad052b5b23a9b43bc990197c2b2680756cd010983 +size 1166664 diff --git a/neo_1month/data/LAI/2022-12.npz b/neo_1month/data/LAI/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c10db6ec56f164cee2dc5870b0b33a9063f80ed3 --- /dev/null +++ b/neo_1month/data/LAI/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3165ea7b3bee9d7f5b53ccb44e642be2ab08c7958d07d7eef950b20445258 +size 1166664 diff --git a/neo_1month/data/LAI/2023-01.npz b/neo_1month/data/LAI/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..814cb782318ceb9208cef682262eb1daeba675eb --- /dev/null +++ b/neo_1month/data/LAI/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835a72aee399d5d3f07c230472e5eceba50e71a0a8493d567b782d7bda54a6e4 +size 1166664 diff --git a/neo_1month/data/LAI/2023-02.npz b/neo_1month/data/LAI/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1bed385119c2a412a0522ffbef9a106acf923060 --- /dev/null +++ b/neo_1month/data/LAI/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6724e1de4f52312c5ce00587f58aad1f0a55d6bb2a5cfdadac9bc13d2d468a1f +size 1166664 diff --git a/neo_1month/data/LAI/2023-03.npz b/neo_1month/data/LAI/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..446bfb5252255a4c7dc80b3b5a1b84ff22004d6a --- /dev/null +++ b/neo_1month/data/LAI/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b41648842025330df2a6f4df1e54f10bccfbba7a61fdf9c304d8d223fcadbd5 +size 1166664 diff --git a/neo_1month/data/LAI/2023-04.npz b/neo_1month/data/LAI/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a97ea6e3abbc5423d0978581e158b6c34f42af8b --- /dev/null +++ b/neo_1month/data/LAI/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315f265e619f5483a7a7102f11b0822f02878da483996ea123212c561879e7e4 +size 1166664 diff --git a/neo_1month/data/LAI/2023-05.npz b/neo_1month/data/LAI/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..271eab808fa3fb685f42e5e45c2dd69c41e3bceb --- /dev/null +++ b/neo_1month/data/LAI/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb1a7339166017e92f9e14586cb27f2a439f8157c8f249f41bc91275b45dd5f +size 1166664 diff --git a/neo_1month/data/LAI/2023-06.npz b/neo_1month/data/LAI/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea28d1a9db365b0c9af7d6c49689cf9520e0da2f --- /dev/null +++ b/neo_1month/data/LAI/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab71023897c72b0b1e1c3bb59a355421d2609e7f5b9ac3d015a7bae4921f173 +size 1166664 diff --git a/neo_1month/data/LAI/2023-07.npz b/neo_1month/data/LAI/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1aba4680c2ecb444e1fbdc51b23b0192ab9d66e --- /dev/null +++ b/neo_1month/data/LAI/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bede1e0a9cd0884e3ed4f4e93cfa3b96b00d15844c5d67ea25f05a034d3211 +size 1166664 diff --git a/neo_1month/data/LAI/2023-08.npz b/neo_1month/data/LAI/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e89246516a0989a01e61864d522d2bacefc13ada --- /dev/null +++ b/neo_1month/data/LAI/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134087592f4c0171b2ab5ac457e738f6538c013cd576ca31182845a65f360f42 +size 1166664 diff --git a/neo_1month/data/LAI/2023-09.npz b/neo_1month/data/LAI/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9260be5769db224cfbcd7add4ecac5bd5dc1980 --- /dev/null +++ b/neo_1month/data/LAI/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae83a9b7cc62161135f3e9f5642369244b86b8b1b07fbf1fe7d478063465bb4d +size 1166664 diff --git a/neo_1month/data/LAI/2023-10.npz b/neo_1month/data/LAI/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1492f8b0e0a2f7762201a399d5cda78bda1ca3a --- /dev/null +++ b/neo_1month/data/LAI/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2045a87c4fc1f060de143b0a8c76f3e210fb92000fec7d2850a4c5705fdb8a93 +size 1166664 diff --git a/neo_1month/data/LAI/2023-11.npz b/neo_1month/data/LAI/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..71fdaa2545df3b627882cdc4434a90c61193771b --- /dev/null +++ b/neo_1month/data/LAI/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f95643c512f90f0820d785a4dfab0d55b25d353fa7bd7596ac4470f47e33e1 +size 1166664 diff --git a/neo_1month/data/LAI/2023-12.npz b/neo_1month/data/LAI/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c3031008e6631162b3b8fe0f4bfd5095b982129 --- /dev/null +++ b/neo_1month/data/LAI/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fe7771e4cb25ec6827baccc0b9721a2b616abf7732a5c372edee9c1fd0d10b +size 1166664 diff --git a/neo_1month/data/LSTD/2000-02.npz b/neo_1month/data/LSTD/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..64da95493ec5dc6354f4d8367e61860d8c3e89a4 --- /dev/null +++ b/neo_1month/data/LSTD/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6acf762d8f954efc18905a33f3e65779fdd81e6327ea587a3896327ca795290 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-03.npz b/neo_1month/data/LSTD/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..62353fae5647826669ffc3a07f5384cdcd5966c5 --- /dev/null +++ b/neo_1month/data/LSTD/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcb357a570074fffcf15f39212eba0cece129c02730ebc9e56fb7faf9601523 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-04.npz b/neo_1month/data/LSTD/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3c571bb09446568724884621a653e22bb2904a2 --- /dev/null +++ b/neo_1month/data/LSTD/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19084da47e701832acc93fd96004bd83bc3dc7066b8faaf85297d554dc67750 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-05.npz b/neo_1month/data/LSTD/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0c1c05bd58f3cc25575721277c40e6dc3d86118 --- /dev/null +++ b/neo_1month/data/LSTD/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4ba64bd56afd2657a285005b917f27b3cf529d610af697a1bf56cf0694eb3b +size 1166664 diff --git a/neo_1month/data/LSTD/2000-06.npz b/neo_1month/data/LSTD/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..31b44e96c96fed795c43ffd23ae43ce01bd2bd62 --- /dev/null +++ b/neo_1month/data/LSTD/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7698a89de936da4b511438f9d8d6c7919c79d02421c801b41f9b4356a1e0db4c +size 1166664 diff --git a/neo_1month/data/LSTD/2000-07.npz b/neo_1month/data/LSTD/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d79a3d17c0661efe33e989c2773edc93ff4419ba --- /dev/null +++ b/neo_1month/data/LSTD/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc26ff7f169f02d5c850846f3239e45b37834e7f9b8c95af634b7051d7b87e48 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-08.npz b/neo_1month/data/LSTD/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..07b63a29a20fd0434a51a8e29930c87dc749259a --- /dev/null +++ b/neo_1month/data/LSTD/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c84f48450d321499538041de076a99fb47c4f21bf22c6be380ed4000b9dce68 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-09.npz b/neo_1month/data/LSTD/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ef3e5f0f6342f19996b208d031bc461ea98c1b5 --- /dev/null +++ b/neo_1month/data/LSTD/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dfc70ae2d3eea805bbb5f09cba56f509fc958bc37cf56be09fc371b4e31ecd +size 1166664 diff --git a/neo_1month/data/LSTD/2000-10.npz b/neo_1month/data/LSTD/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0601abbd40fb5c2cae6464bc1896a251b8190c10 --- /dev/null +++ b/neo_1month/data/LSTD/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27167470b84cf7355534f12b3ca59e0a80f07bc5ce957f65651e696371d7cdf8 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-11.npz b/neo_1month/data/LSTD/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b03ea07eefb11a298b68df4dc17451191151aa1 --- /dev/null +++ b/neo_1month/data/LSTD/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d121badedd32cfbc8af57fb34a107d4b888bc9e420f9eec140033d16e7c617 +size 1166664 diff --git a/neo_1month/data/LSTD/2000-12.npz b/neo_1month/data/LSTD/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ccae955f70ff62cd65bdebfd1057bc389b40a1c --- /dev/null +++ b/neo_1month/data/LSTD/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0839000245a1f3aaded29795723ae535c06ab15840437386a745e4f92998e9f2 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-01.npz b/neo_1month/data/LSTD/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b252406178041a0f2cebaa537d3d86e6d2bf9e99 --- /dev/null +++ b/neo_1month/data/LSTD/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e8e4c315eae90b16132e8328b3b3b8037af56dcd24007a2759ef9fa65418c7 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-02.npz b/neo_1month/data/LSTD/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f27971aad847662880c96df9cf8925ac369a5475 --- /dev/null +++ b/neo_1month/data/LSTD/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80233f0192aabfd2fcfd528bd7ba5d5903003a1dcc292beb3e1285edf11280c +size 1166664 diff --git a/neo_1month/data/LSTD/2001-03.npz b/neo_1month/data/LSTD/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0faa4d1e65c27986cb38cbc26faccbaf72787b57 --- /dev/null +++ b/neo_1month/data/LSTD/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fc8cd7e958217c820b278e65e113ff5386d141bfa6474b62170e7599cc0176 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-04.npz b/neo_1month/data/LSTD/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f77be8552f952105d6b4a151083e05892fa7cfde --- /dev/null +++ b/neo_1month/data/LSTD/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aab449b51fa4ee4b092fc2661085ee8db8a5e79ec8d72c564ba75ccd4d4ca2 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-05.npz b/neo_1month/data/LSTD/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..45e5314310fefa538c3f553c8d33176f69d67a14 --- /dev/null +++ b/neo_1month/data/LSTD/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9bc20408c6ba91f82d20796f7ab67c1ec0d3111fd68611086dc281e01fccd0 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-06.npz b/neo_1month/data/LSTD/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e60dc7d7cb2ca7174e2e63d630421cd3a2ce811 --- /dev/null +++ b/neo_1month/data/LSTD/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9709c7d5dbd54974f89919da41433209ec253949ed3afdb95f3972132372af67 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-07.npz b/neo_1month/data/LSTD/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3828b4a33ee8899a25f97ddc9f46a31cf57f8ca1 --- /dev/null +++ b/neo_1month/data/LSTD/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32c552b4264ad2ca50d5c50ebf7e9dc475a6d4e69d243d34d7c3494a23d7170 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-08.npz b/neo_1month/data/LSTD/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2e3a0cd5293c8a8e41d54a8cd5e53bc8069b8b0 --- /dev/null +++ b/neo_1month/data/LSTD/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82228483c542d8da752a6435ea3da7f3954fbf52375950821896e220d142ba5 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-09.npz b/neo_1month/data/LSTD/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..35a9b380976b5dc585192b0589aadd382f500c3a --- /dev/null +++ b/neo_1month/data/LSTD/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26055f8af3728a9b4c43c272cbdebbc1098da7ca575f655e483bf3933f9ac660 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-10.npz b/neo_1month/data/LSTD/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2578dd281acdf57f3b1aff455805e30b767cae3f --- /dev/null +++ b/neo_1month/data/LSTD/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea231d4032182621c160933f552bcc54de1185a3a0e8ee7993d0a9725920f1ce +size 1166664 diff --git a/neo_1month/data/LSTD/2001-11.npz b/neo_1month/data/LSTD/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c164787c1cfb12572374494c06abab2814a9aa3c --- /dev/null +++ b/neo_1month/data/LSTD/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28567d767ff5ef007653a781cc7034ee4f92d881132b028eae10792e439b647 +size 1166664 diff --git a/neo_1month/data/LSTD/2001-12.npz b/neo_1month/data/LSTD/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..925e1b0711d811f75565e5f62e704f433154af29 --- /dev/null +++ b/neo_1month/data/LSTD/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ff46f75b1f7c2c53aba265ad35dbaf9945ebda1d72837843bda84fa267925e +size 1166664 diff --git a/neo_1month/data/LSTD/2002-01.npz b/neo_1month/data/LSTD/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..809abe319e220edd93edfcffd81979a8929637e4 --- /dev/null +++ b/neo_1month/data/LSTD/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f75f0a843d0c1ae05a7ea407f0da638b1e7bb6f34f4731ab13fa565a01be6a6 +size 1166664 diff --git a/neo_1month/data/LSTD/2002-02.npz b/neo_1month/data/LSTD/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..862c03764fef1f4f2d56c3f0dac18d8bb3a5e104 --- /dev/null +++ b/neo_1month/data/LSTD/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b165e8c41b3b15c0daf85f7725b6754258bbda6af130ef5d4620903d7690e2bc +size 1166664 diff --git a/neo_1month/data/LSTD/2002-03.npz b/neo_1month/data/LSTD/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef1ee04568c93b508ffa7d6bacf6a802de4372e1 --- /dev/null +++ b/neo_1month/data/LSTD/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1e0b760706e71bb0b35427eeaf65a2bf279d35d257be059da54c05746f231e +size 1166664 diff --git a/neo_1month/data/LSTD/2002-04.npz b/neo_1month/data/LSTD/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..15983920008229b7d96379c52c533ba62fa35273 --- /dev/null +++ b/neo_1month/data/LSTD/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d54690c4cae11d6e844dc68e8bd51fbacd7bc1c134bfc4989e1fe3ddabdc7b1 +size 1166664 diff --git a/neo_1month/data/LSTD/2002-05.npz b/neo_1month/data/LSTD/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..846a701abfeaed330734a3b5a615771f7d1e3b08 --- /dev/null +++ b/neo_1month/data/LSTD/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b5a8cfcf49f994798ccfd406fd5c9699faec7760c36f2d4d8bbc78226ab1f8 +size 1166664 diff --git a/neo_1month/data/LSTD/2002-06.npz b/neo_1month/data/LSTD/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..28df4df66e3d794fba6ab2161bda718a751a2258 --- /dev/null +++ b/neo_1month/data/LSTD/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef380e8a2e8d6ab63e5fcf7d651a62a8fa1e81533b6b2efdba28934884baf27 +size 1166664 diff --git a/neo_1month/data/LSTD/2002-07.npz b/neo_1month/data/LSTD/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a6fb865645e59042be83e384b4446f7d9a85dd8 --- /dev/null +++ b/neo_1month/data/LSTD/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f361f17bedf57b9b57c4fe08e653603ab41b9060cef3533e177cb681c7f171 +size 1166664 diff --git a/neo_1month/data/LSTD/2002-08.npz b/neo_1month/data/LSTD/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7e20ce0250180f4368059ced7f73965b3ecb571 --- /dev/null +++ b/neo_1month/data/LSTD/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2324f518f8654a478564d84e519848481f8804c8af85c34324dda9dde1b4146 +size 1166664 diff --git a/neo_1month/data/LSTD/2002-09.npz b/neo_1month/data/LSTD/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2af48299058fe3949aee96379f983b65ea342746 --- /dev/null +++ b/neo_1month/data/LSTD/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199de6e7a08726a9406a845e47ac08a19c73d4f558f8fc3697d331069a35ddce +size 1166664 diff --git a/neo_1month/data/LSTD/2002-10.npz b/neo_1month/data/LSTD/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b6e520c24ebdb3f15eb8b77f54f3705c0f855d1 --- /dev/null +++ b/neo_1month/data/LSTD/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8824d687e66b57f272daf5b0b240fb2db0e1695f5049529e0a4eb14aad3bb97b +size 1166664 diff --git a/neo_1month/data/LSTD/2002-11.npz b/neo_1month/data/LSTD/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..111090720e46f24418f80e3ea039a7d13dbaa9c5 --- /dev/null +++ b/neo_1month/data/LSTD/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d84fd2145ec9d4475c5f2ebc6e182befbdb34a9dafd5f135f4e36c4efb7b6e +size 1166664 diff --git a/neo_1month/data/LSTD/2002-12.npz b/neo_1month/data/LSTD/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd21119bfe159a08a2205ad88c8ab2a165489bc7 --- /dev/null +++ b/neo_1month/data/LSTD/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c486d363366ac7c9712f4e45baeb414680094c466dc671063132dbdd9d0f4 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-01.npz b/neo_1month/data/LSTD/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..989e6036da9b3d63351fc536cd509d7e4eb67142 --- /dev/null +++ b/neo_1month/data/LSTD/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097ead31ca12879eeb2bc76f1c67fbc07176d06493dfde51354e249f4d5e4030 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-02.npz b/neo_1month/data/LSTD/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..042b3634ae56fbd564d477cfbb32f8f90e5f669c --- /dev/null +++ b/neo_1month/data/LSTD/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da6e801e71a936799dfadcdce891dec1e5e77a847b7fe6f3848b8b796af86b6 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-03.npz b/neo_1month/data/LSTD/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d729de54dbada2b8287d9cc1178ff5be95b443a --- /dev/null +++ b/neo_1month/data/LSTD/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2abb5a2e6d045009b5bae245c5208b74da3c46ba78ebe3d6fc035fcf3d0b97d +size 1166664 diff --git a/neo_1month/data/LSTD/2003-04.npz b/neo_1month/data/LSTD/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c41323e0a515cf50c1be704b506e414585d88016 --- /dev/null +++ b/neo_1month/data/LSTD/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27463b6c740a95e34ee988d69364fc8dacefc7145fa6e94aee36bc3cd2256168 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-05.npz b/neo_1month/data/LSTD/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a25db94d4ff9f7f191087937d6c654a2d116338b --- /dev/null +++ b/neo_1month/data/LSTD/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99abc9bf09442206b97ac9d4096749fa3412e841f91262aacfa24edf0d946d4 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-06.npz b/neo_1month/data/LSTD/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..69bd21f39c78e7786b7c892cb0b298f09ccd8789 --- /dev/null +++ b/neo_1month/data/LSTD/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4aa0084bd791ade63e5ed800ea11f719363e234dae345da2b0bc68bf9625432 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-07.npz b/neo_1month/data/LSTD/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4158eba99d3987ecb7a3159cfccedeeeac2cab39 --- /dev/null +++ b/neo_1month/data/LSTD/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d68b65d78a4cecde60b1a51af70654f990909c2629e22da37baa026529f7a70 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-08.npz b/neo_1month/data/LSTD/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8a12c97f02daa7e1cf1076aac8b276545e73516 --- /dev/null +++ b/neo_1month/data/LSTD/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907bfaa6d046b31c41d1017c2e4e0003c682b0d1aea79bfeb56e222c25929fda +size 1166664 diff --git a/neo_1month/data/LSTD/2003-09.npz b/neo_1month/data/LSTD/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dea59429ca56e2dce40b6e7ffcc9ba52f981a95 --- /dev/null +++ b/neo_1month/data/LSTD/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef87f1e4ad6c6ec2e9b389036f26782b586b448cd1bcd94c4ca0cf2afc7ba85 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-10.npz b/neo_1month/data/LSTD/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c8dbc14c234b01be4a5f41ae032a2fe32e180fb --- /dev/null +++ b/neo_1month/data/LSTD/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746f354dbcadbe7313b58bacbee915b23abae15b204e5518fec445c20c1cd237 +size 1166664 diff --git a/neo_1month/data/LSTD/2003-11.npz b/neo_1month/data/LSTD/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3b441317f3e3c185572f21ae86d9e032e3bc591 --- /dev/null +++ b/neo_1month/data/LSTD/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46efea11ec47d6975568eb19601a898c0b1b9d4682e7404555743104b17607e +size 1166664 diff --git a/neo_1month/data/LSTD/2003-12.npz b/neo_1month/data/LSTD/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d10e3df0959433a49cbad44a3f81c3581522cb9f --- /dev/null +++ b/neo_1month/data/LSTD/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc88fb674bead9aa2afba26f40642358a906faaf4ea1d7f5a2dfaeccb8df034 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-01.npz b/neo_1month/data/LSTD/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bee809c59ada32b75c0eb3f6e9f50af1fb27d570 --- /dev/null +++ b/neo_1month/data/LSTD/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dad5cc32ec18e44bc1fe49cf6ae1d11d4f4ce1e770d9867645389b03b0bce7 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-02.npz b/neo_1month/data/LSTD/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d79b1df14dad465cffd5315dd379f64e94dc1dc1 --- /dev/null +++ b/neo_1month/data/LSTD/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab08abb0ba72ed100b3c426b334b78c2a15ad67e40eac6cf4fdc9a63eeccc582 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-03.npz b/neo_1month/data/LSTD/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6f1d26ca5eb04167ea3d79d34eeffd9d34c5359 --- /dev/null +++ b/neo_1month/data/LSTD/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6124c6c8d2cdd1336f7abd32fd0c33926d2237b81ec70b639ad48819d264d8 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-04.npz b/neo_1month/data/LSTD/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0cfd3d2a241c2c429faee5f7313818eb39c085e3 --- /dev/null +++ b/neo_1month/data/LSTD/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e35513e08c6a44b5e7ed4a0550e9626aa54161d805a9e7f6428da93c19e9bc +size 1166664 diff --git a/neo_1month/data/LSTD/2004-05.npz b/neo_1month/data/LSTD/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d16dc35629e1c42de7e65421a8fe99a2f10338d9 --- /dev/null +++ b/neo_1month/data/LSTD/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed835deaf87b50eba948dd68b4a9e2d16c4b055585076ad72d03373560423a9 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-06.npz b/neo_1month/data/LSTD/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b13804f3c30a3a913baec0170f6281500052edf7 --- /dev/null +++ b/neo_1month/data/LSTD/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217ed2edfcdfc4b0c62494d4114b8d0ae472995fb3441546b1134ce0e00c54a2 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-07.npz b/neo_1month/data/LSTD/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..46ee7a74633aaced40a40f64ac228110e033094b --- /dev/null +++ b/neo_1month/data/LSTD/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df44f3c01b79bf9cc287457c9a08c0e0ba7107f340b81c690bc2052a43612825 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-08.npz b/neo_1month/data/LSTD/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2305a23b2a82ea66c89b056a5286a50426be688e --- /dev/null +++ b/neo_1month/data/LSTD/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e47295c462a64c3aabccd31aa2368616a2c7b0dcfce8456b8a31663cfe4e6a +size 1166664 diff --git a/neo_1month/data/LSTD/2004-09.npz b/neo_1month/data/LSTD/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8c44ad7776b1155b662ac4bfb0c450d172ded03 --- /dev/null +++ b/neo_1month/data/LSTD/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7aaf2b02e324836b629c7e29bd75be95c0703d8c6d10a4093f1cceb5d1d03f7 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-10.npz b/neo_1month/data/LSTD/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5534f54001601b451287df2101d6063758d4bd68 --- /dev/null +++ b/neo_1month/data/LSTD/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c2370d1b4cbd8744d97d41ae22473f6dbd94082584595010468b75ae06d2e5 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-11.npz b/neo_1month/data/LSTD/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b32e300a94947b70b25c2939c81c97129bde6393 --- /dev/null +++ b/neo_1month/data/LSTD/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548d21c55f6217f9482194906665548e5e823916bf76fe80252e1283147efaa8 +size 1166664 diff --git a/neo_1month/data/LSTD/2004-12.npz b/neo_1month/data/LSTD/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..561a0207207f9e79a6a6cb98c032189fc3d18c07 --- /dev/null +++ b/neo_1month/data/LSTD/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ab65c49e00519c56b492e381d6bccfb5dceda061bda4339368ed0d46070e0e +size 1166664 diff --git a/neo_1month/data/LSTD/2005-01.npz b/neo_1month/data/LSTD/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..62f55d3ebacae934e8e35472a9076bc7545d930e --- /dev/null +++ b/neo_1month/data/LSTD/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251868f82c25c417b972638a4de862ef6ac1558f0c90db2f6bb5cf74d45d6e8b +size 1166664 diff --git a/neo_1month/data/LSTD/2005-02.npz b/neo_1month/data/LSTD/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7114688fa3ea7dc064c6825e752064a676ea5568 --- /dev/null +++ b/neo_1month/data/LSTD/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747a0533a6a0e0bbffb53fa6d24c39d3c42fec3126807dfb399db81b52db3035 +size 1166664 diff --git a/neo_1month/data/LSTD/2005-03.npz b/neo_1month/data/LSTD/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a7cd11076a2ff1c0281f888605362a12a17b97c --- /dev/null +++ b/neo_1month/data/LSTD/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f5baa7aa10d186708ff29e702bef4b5ba5c01bbc65f9d71a3502b88c65abd8 +size 1166664 diff --git a/neo_1month/data/LSTD/2005-04.npz b/neo_1month/data/LSTD/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f859fe56fc557b02a3f9d39a6352b3533b0015d5 --- /dev/null +++ b/neo_1month/data/LSTD/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505c43a3fb03ce49ccc18e8fe7ba74b1d114881a6c6f11866966d6d958d3527 +size 1166664 diff --git a/neo_1month/data/LSTD/2005-05.npz b/neo_1month/data/LSTD/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..483bf2c9cca9d8521f2b6a21014269f21406581f --- /dev/null +++ b/neo_1month/data/LSTD/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7526c937a6e46197aacb778590e0cfb7475f9553a9bb18e64f5355eaa71f4b +size 1166664 diff --git a/neo_1month/data/LSTD/2005-06.npz b/neo_1month/data/LSTD/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5e9bc60328eec6b4294afd279fb97ed48309428 --- /dev/null +++ b/neo_1month/data/LSTD/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dec44fd4edabacee83fd7946e0bc4051ac8e613b42eac87739275e598a26c5 +size 1166664 diff --git a/neo_1month/data/LSTD/2005-07.npz b/neo_1month/data/LSTD/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ec27d0c78a4111305c70d916310a4a5d9a17868 --- /dev/null +++ b/neo_1month/data/LSTD/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8b133a82ceed5bb69cbb7d226b01c5a77e650703ed8aa2001d794a3254baae +size 1166664 diff --git a/neo_1month/data/LSTD/2005-08.npz b/neo_1month/data/LSTD/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e53ccd4d30f1d6531c74796bedc4860b7d94840 --- /dev/null +++ b/neo_1month/data/LSTD/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb64aa41846db31418429be7526fb97e0b561941ecd9c23d39f7c66378ae612 +size 1166664 diff --git a/neo_1month/data/LSTD/2005-09.npz b/neo_1month/data/LSTD/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..89772d00be3d5722c772d5af3ce95c76c048c8cc --- /dev/null +++ b/neo_1month/data/LSTD/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852858cb92eef20e470530ac83609ef6c7a98470f5913c84850df18d2538ff4a +size 1166664 diff --git a/neo_1month/data/LSTD/2005-10.npz b/neo_1month/data/LSTD/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c1cdc39f30c028c2893c834ebed8870dd2afad3 --- /dev/null +++ b/neo_1month/data/LSTD/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ea354eb85c0b6363d133d04bd6312812fb277b1181838b3b6c251b088ee9cd +size 1166664 diff --git a/neo_1month/data/LSTD/2005-11.npz b/neo_1month/data/LSTD/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..67a616027b4ca311a09f9278b10c438c7d39a8f1 --- /dev/null +++ b/neo_1month/data/LSTD/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba0a2ff975cb9724f5e8c03e48557d1421fae18a4cc0c6f9999729fe007fee4 +size 1166664 diff --git a/neo_1month/data/LSTD/2005-12.npz b/neo_1month/data/LSTD/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..29e7a889b00d14d703208c827957e7b68a795b02 --- /dev/null +++ b/neo_1month/data/LSTD/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d22aa758cd4884d21ba5d6cb11640aadbe7c050e6fe9c636e0c49ecf575fad +size 1166664 diff --git a/neo_1month/data/LSTD/2006-01.npz b/neo_1month/data/LSTD/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7b141f9060d757d8434a0769a88319b1037f9ab --- /dev/null +++ b/neo_1month/data/LSTD/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761bba45c4cf62c26a4200fce697f51fe67d01d553d725763618480f6c5e7dbd +size 1166664 diff --git a/neo_1month/data/LSTD/2006-02.npz b/neo_1month/data/LSTD/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..722850b4a454c75f7e68b3455724b191414e1f43 --- /dev/null +++ b/neo_1month/data/LSTD/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630832c3a9b9ad337afd56ea0fd1d508bcfb4b27c4051c1d74e1a478c6d13ad8 +size 1166664 diff --git a/neo_1month/data/LSTD/2006-03.npz b/neo_1month/data/LSTD/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..40aafbc4678bcd1ef36b54fc72a7e46506b151b1 --- /dev/null +++ b/neo_1month/data/LSTD/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4148d4c89ee7f2539c9695ccee48a141edc9ed9d629528b96597cdb689973e83 +size 1166664 diff --git a/neo_1month/data/LSTD/2006-04.npz b/neo_1month/data/LSTD/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb1f52e3abc02ab584b70871ed09dcd346a58fd1 --- /dev/null +++ b/neo_1month/data/LSTD/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf4564f59d76abcedfd6c1cdcd5f8e962bf0f8bd53cd6cc5e27b0cf1aabf704 +size 1166664 diff --git a/neo_1month/data/LSTD/2006-05.npz b/neo_1month/data/LSTD/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9967fd2c873e597b459829eb0201c903ccfec8c --- /dev/null +++ b/neo_1month/data/LSTD/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13202bbb2a5acaa2181037c39da19a1bf8a2beb5d944f0196b5642a2fa2641e3 +size 1166664 diff --git a/neo_1month/data/LSTD/2006-06.npz b/neo_1month/data/LSTD/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c992075e8e7bc3126cacf466deb6628e39146b5 --- /dev/null +++ b/neo_1month/data/LSTD/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8629b1e0238cd94e230a4613ef2367973fea9fbfdb85c3925783772acc92d7dc +size 1166664 diff --git a/neo_1month/data/LSTD/2006-07.npz b/neo_1month/data/LSTD/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..67e6b7dd17a63625a9525f0fb184a53711810258 --- /dev/null +++ b/neo_1month/data/LSTD/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88b76452d5dd973bfa2d37e7c541a1f83966b43a95f2c007276568afb00feff +size 1166664 diff --git a/neo_1month/data/LSTD/2006-08.npz b/neo_1month/data/LSTD/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b410a26bd8e1a6ace4a3b62c1554696ebdce37e --- /dev/null +++ b/neo_1month/data/LSTD/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5250d1ee9e62833edc107c660f848a0532e48bc2284af84911be749ff53ca050 +size 1166664 diff --git a/neo_1month/data/LSTD/2006-09.npz b/neo_1month/data/LSTD/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..22946cf388b96a99367283b560dc6257b58366cf --- /dev/null +++ b/neo_1month/data/LSTD/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a456fb30bf2a280efe5c9d8c42863311a8cb506205f8419b6c8282638893aadd +size 1166664 diff --git a/neo_1month/data/LSTD/2006-10.npz b/neo_1month/data/LSTD/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5c5b5a6f2bbf8d90c3799f08e2b9f43da1e3f03 --- /dev/null +++ b/neo_1month/data/LSTD/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f55b906430fddac3a3227bc487aa73239ab075ad42aeea2f5c490d62d51bc8b +size 1166664 diff --git a/neo_1month/data/LSTD/2006-11.npz b/neo_1month/data/LSTD/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bcafdd9681b91672888ee3d7294b07ef1d8b0ad --- /dev/null +++ b/neo_1month/data/LSTD/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a5c1887712b4aefc4edce15a3e8c58d18eb4d5808242fd206708d790a26454 +size 1166664 diff --git a/neo_1month/data/LSTD/2006-12.npz b/neo_1month/data/LSTD/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ed8873a54ba875b7234ecd480dd0803ea6b315a --- /dev/null +++ b/neo_1month/data/LSTD/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dea94449e762eb7fe3332b7544e394d92891b12a85056321a0490eaf93116b +size 1166664 diff --git a/neo_1month/data/LSTD/2007-01.npz b/neo_1month/data/LSTD/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..58011fc6aa7a50197e58842d5d92bd5437fe6db3 --- /dev/null +++ b/neo_1month/data/LSTD/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23366cc0a5cacc1493599ec1c5c8745357c1ab67ee3cfbeb624ffd9f0f5e69b +size 1166664 diff --git a/neo_1month/data/LSTD/2007-02.npz b/neo_1month/data/LSTD/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd580336618727cd9dca728eef72631269ddff61 --- /dev/null +++ b/neo_1month/data/LSTD/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1c2533fd01da9d7d7e2106c7564c2f834c92c7a057384159bce0967dc52ea2 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-03.npz b/neo_1month/data/LSTD/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a025c54c6322ab95128d422c17eae38209a866e7 --- /dev/null +++ b/neo_1month/data/LSTD/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6092113967ebdd36aef48eff3b72251516a367832cffdf6604f1effbfe671c +size 1166664 diff --git a/neo_1month/data/LSTD/2007-04.npz b/neo_1month/data/LSTD/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e13258808770d03bc9d56d8a7c504e2f1a2b075 --- /dev/null +++ b/neo_1month/data/LSTD/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff7cd61a8dfa9732133ac974c6130c0ccf278db4f026d4c861157321c8e6212 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-05.npz b/neo_1month/data/LSTD/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6a2f10e2b8e84735a6bd4ab4d4e9d7e42e55e23 --- /dev/null +++ b/neo_1month/data/LSTD/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78c2bcc42c0f34a85120e4bff106f2bd8fee8f024cab9ae08e8f150279c16f7 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-06.npz b/neo_1month/data/LSTD/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a77e740b8b5fc3ab614f2cf4290fe7acf20be3ba --- /dev/null +++ b/neo_1month/data/LSTD/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40945bfee2aad2c834a25a3aa7ae01448efd4b986dc43e2ac79c37630051b748 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-07.npz b/neo_1month/data/LSTD/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5480e08c348e6d97e38f132d9996f4c3ac029467 --- /dev/null +++ b/neo_1month/data/LSTD/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c955466ba634de62ee222534fd0f45e22cc179fe14f2af6249cb86b7eb5b9ec0 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-08.npz b/neo_1month/data/LSTD/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0018d1041a2fdb162f5164a6184ec91e42acccb7 --- /dev/null +++ b/neo_1month/data/LSTD/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685f7c9c1ab97f9e1885daf458dab8fe8b9d63e76b89808d0793ec5432dfe252 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-09.npz b/neo_1month/data/LSTD/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..73d71b1656b420b683fe77532995b044469b8c36 --- /dev/null +++ b/neo_1month/data/LSTD/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a7fc692b60e0fb574bb8c6c571cda3cca87ffb2799a38157e7e8c6893baa56 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-10.npz b/neo_1month/data/LSTD/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fde32b538dc28e9aed6bf43b288155d8d5a3cf4 --- /dev/null +++ b/neo_1month/data/LSTD/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a92be6af3a260e4e8d8c4827ff440c9d5eaecfc30cbdea080c7b9bc97b000a4 +size 1166664 diff --git a/neo_1month/data/LSTD/2007-11.npz b/neo_1month/data/LSTD/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c13197ebaa5a424922c4b4596254c69e3390776f --- /dev/null +++ b/neo_1month/data/LSTD/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dd8d479129f07f3a91ddae45b1081b3ddfc66eb5bb9e92a440219a65d65bfb +size 1166664 diff --git a/neo_1month/data/LSTD/2007-12.npz b/neo_1month/data/LSTD/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7141b39aeabeea611d8962716eb922e2d8baff1 --- /dev/null +++ b/neo_1month/data/LSTD/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22eef4071abaa72feb1ea44b3f3f4d0dbc6ad8b6f96b3e97a6a6c3a1d174943 +size 1166664 diff --git a/neo_1month/data/LSTD/2008-01.npz b/neo_1month/data/LSTD/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..34a47a0dc06c445750e7da6622f0ca3002971366 --- /dev/null +++ b/neo_1month/data/LSTD/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a47a387bd00ce963ce5fef5e790726379ecd5a2b29a6903739d4f91585a6aeb +size 1166664 diff --git a/neo_1month/data/LSTD/2008-02.npz b/neo_1month/data/LSTD/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..be05356fd26083e0f5565dd8bf87fd812058ce90 --- /dev/null +++ b/neo_1month/data/LSTD/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923cbfaf8df7349e8fa378988ae116c1cbc3d8bffbad0b4999041f4b6f0b78fd +size 1166664 diff --git a/neo_1month/data/LSTD/2008-03.npz b/neo_1month/data/LSTD/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..32ab64ec0c30599dff6fda7acd14df53c9d52eed --- /dev/null +++ b/neo_1month/data/LSTD/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c87f3784906b8c93d7a26506be4af4347a20f33fd1b2e25bd8df2d5fb97aa8b +size 1166664 diff --git a/neo_1month/data/LSTD/2008-04.npz b/neo_1month/data/LSTD/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..56b57ddc5210df1b7c9f2c0a5ef83a5ba6b19dd8 --- /dev/null +++ b/neo_1month/data/LSTD/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8118a7365821680402d511e5a5da0965bdf2b3d7485d47a2ee05a08cd29a5014 +size 1166664 diff --git a/neo_1month/data/LSTD/2008-05.npz b/neo_1month/data/LSTD/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cf35e5bb354b043b2c4f6e5fb80a05e500fbb8d --- /dev/null +++ b/neo_1month/data/LSTD/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d20f9f217032080d050277636c778fe1874141a035d01284b5eb8fd97b7fc4 +size 1166664 diff --git a/neo_1month/data/LSTD/2008-06.npz b/neo_1month/data/LSTD/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fa40456aa7a30d622666e342f76045e3473fa08 --- /dev/null +++ b/neo_1month/data/LSTD/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2cdbe3d910aa8ce7d35ff6b5ad50a8ddb637b6682f3230696b0878cc0ebaab +size 1166664 diff --git a/neo_1month/data/LSTD/2008-07.npz b/neo_1month/data/LSTD/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..60a4d30d516bc317e22d04ce7623fce2586e5242 --- /dev/null +++ b/neo_1month/data/LSTD/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69584d3da57c5a11be4b660e2e574176c53684251c2f78fd837d9632ca0c13b +size 1166664 diff --git a/neo_1month/data/LSTD/2008-08.npz b/neo_1month/data/LSTD/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc48ea00cc60e7e5c20288dfd2af01903e65ff5d --- /dev/null +++ b/neo_1month/data/LSTD/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c44d1e2dd75d63b3b1320284f386d3c055bb80ad8c8f257e1163c691c1eff9c +size 1166664 diff --git a/neo_1month/data/LSTD/2008-09.npz b/neo_1month/data/LSTD/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fd2381a411c28692d28f9217120a1a591f90d60 --- /dev/null +++ b/neo_1month/data/LSTD/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39058835a435507906e0901207031a21c29097190cc44339db19786f0eaa7a96 +size 1166664 diff --git a/neo_1month/data/LSTD/2008-10.npz b/neo_1month/data/LSTD/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d22980b775b3b5d603c5bd97f650790fc0dec40 --- /dev/null +++ b/neo_1month/data/LSTD/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acc80fdeb37812ff95080431bcb2d7c54e6ed4f7b64db4de72b1f28981024e +size 1166664 diff --git a/neo_1month/data/LSTD/2008-11.npz b/neo_1month/data/LSTD/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..12358dd4e1e40e5da9a779b8a36fda8256bd29cb --- /dev/null +++ b/neo_1month/data/LSTD/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b8dd37a2500528af1194112c08b9acafd54739c2ab250872bbcc5a6bbcec77 +size 1166664 diff --git a/neo_1month/data/LSTD/2008-12.npz b/neo_1month/data/LSTD/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e3915125456132287f5fa9311e5fa2ed8cb909d --- /dev/null +++ b/neo_1month/data/LSTD/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86cdc910a56f2c7baeaa2a541973501d5a24c8a77aabe78b6b36764ff9a3e1a +size 1166664 diff --git a/neo_1month/data/LSTD/2009-01.npz b/neo_1month/data/LSTD/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b039a8a8c95c95964fefd3468eaa6ac94023096 --- /dev/null +++ b/neo_1month/data/LSTD/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9741e9f6f0e3e321f489b0aa2e07994d05f9f74338f61b70b41448743616175e +size 1166664 diff --git a/neo_1month/data/LSTD/2009-02.npz b/neo_1month/data/LSTD/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bdfba7c55569e571d6b7b47d0a0664dea33cb28 --- /dev/null +++ b/neo_1month/data/LSTD/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea88711e2852d204d8b5e5ba568bebdb1c80a9ae0da677c0e260cf4c52035842 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-03.npz b/neo_1month/data/LSTD/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc6dc820fa074fd11d60cf18b91fa3e4509d6248 --- /dev/null +++ b/neo_1month/data/LSTD/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a089ac1f64342f7bb019e8e67cdee5754e0dd303c5b85c7cc48fc0680851e078 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-04.npz b/neo_1month/data/LSTD/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..38b90cdfa6b3b2c41407702a6a2f5155baf535b7 --- /dev/null +++ b/neo_1month/data/LSTD/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16958bc27b6473a3e2b52373ae4e50181acd4833989281236933c11e86a1c9e9 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-05.npz b/neo_1month/data/LSTD/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b183947097ace47d46981097692f34a2b1f6115f --- /dev/null +++ b/neo_1month/data/LSTD/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cf3b893b1b250d46d342cbd413b4ff2def493293596de40a62a4afd7d77ca7 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-06.npz b/neo_1month/data/LSTD/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..584dd746b408900ca2f4900acb9603e89f10b833 --- /dev/null +++ b/neo_1month/data/LSTD/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2f883968ca7b6d5be37192bd3f5d7f7839a94719ccc1da4695e8a15a63a150 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-07.npz b/neo_1month/data/LSTD/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bc57fd15aa106b6749efb5e98e94430ddc66cf2 --- /dev/null +++ b/neo_1month/data/LSTD/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a394ff59c805f178f467f0536622e9cb5ad33683f691512f14eda962c75b5ca +size 1166664 diff --git a/neo_1month/data/LSTD/2009-08.npz b/neo_1month/data/LSTD/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a3e60dc326c26de05c0e337a54f3697863469f3 --- /dev/null +++ b/neo_1month/data/LSTD/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3c5ce151cad3292c5f0bb5b06b85371d65f5211bae88b582efd15bcb6fa0bd +size 1166664 diff --git a/neo_1month/data/LSTD/2009-09.npz b/neo_1month/data/LSTD/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51cd25033083ffb14c5ac329f95dc5dd858aa6f --- /dev/null +++ b/neo_1month/data/LSTD/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fa45d16fe90611e0c55373dae3978ce637681b8a885424a4a17f418b4db249 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-10.npz b/neo_1month/data/LSTD/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f46c484e556db1077212973643e9d80c24ffd50 --- /dev/null +++ b/neo_1month/data/LSTD/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f38d887f5cb7890a47ca821c34686d1d7cd5b8bbee071a0773eee182aad0077 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-11.npz b/neo_1month/data/LSTD/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a095f1fa4e09f0609cec077e34fa55e5128819c --- /dev/null +++ b/neo_1month/data/LSTD/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d8370bacd05038cb60d5942062ea2def27c80faa8fd5841632b3d70f7c51d4 +size 1166664 diff --git a/neo_1month/data/LSTD/2009-12.npz b/neo_1month/data/LSTD/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d566304e1fdef0c4bddd6aa3bb1a599c462e443 --- /dev/null +++ b/neo_1month/data/LSTD/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f15b81cc2445e6f895858e6e5c394c69f8c5c39d5de7aff156e8408b2620ef +size 1166664 diff --git a/neo_1month/data/LSTD/2010-01.npz b/neo_1month/data/LSTD/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..34914c33f062ba8259ee08707698a3c6ec874337 --- /dev/null +++ b/neo_1month/data/LSTD/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c96f73206d699b774ede3956e21a1b987beab6e8cd4fe422dc8f569f55052a +size 1166664 diff --git a/neo_1month/data/LSTD/2010-02.npz b/neo_1month/data/LSTD/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ae9216a1c8b571e8848676036317d5d9060c9fb --- /dev/null +++ b/neo_1month/data/LSTD/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490c6d9d83dc293399dc9e68b2a956fdaf0b0f4d848b69a67d89dae75ea62e3f +size 1166664 diff --git a/neo_1month/data/LSTD/2010-03.npz b/neo_1month/data/LSTD/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..415bb1f2268ffb3eac00abdd89fce92019293f15 --- /dev/null +++ b/neo_1month/data/LSTD/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aaca645a67256789f43a24526df310c1c2db77fb6e8ecaf18d97b03cc4fc9e +size 1166664 diff --git a/neo_1month/data/LSTD/2010-04.npz b/neo_1month/data/LSTD/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..75300e9f75ba5a630b804f69fabefeee2bef64ca --- /dev/null +++ b/neo_1month/data/LSTD/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50fa88f6575cc17ebbd04bd0e72588d1d3873f77593b51653050ed50f582186 +size 1166664 diff --git a/neo_1month/data/LSTD/2010-05.npz b/neo_1month/data/LSTD/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea29682ca5983ca3ba126776a9d032aaf5668ccc --- /dev/null +++ b/neo_1month/data/LSTD/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b83499db31df2165bebf1e84d491bbd520f5b5757c0c14e648d1f46134c650 +size 1166664 diff --git a/neo_1month/data/LSTD/2010-06.npz b/neo_1month/data/LSTD/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed04f4ea16a50a0d10d4b87072774c6b6ba88b5f --- /dev/null +++ b/neo_1month/data/LSTD/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895c1a526f00932f4de0824a7066a5fc7a5dccdd23842bc23e5b6f3375b83182 +size 1166664 diff --git a/neo_1month/data/LSTD/2010-07.npz b/neo_1month/data/LSTD/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6dee5af9950ce80c632edac878c403b8ae6a8f5 --- /dev/null +++ b/neo_1month/data/LSTD/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f24b1734455c200c3a8d9893b917142f73786585aa5985cca519152126cb4c +size 1166664 diff --git a/neo_1month/data/LSTD/2010-08.npz b/neo_1month/data/LSTD/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3090ef9c9122c9c87017faf7231c8595834c7aa --- /dev/null +++ b/neo_1month/data/LSTD/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b835ae5df978d767f670b52d828cc6f6727e7fea13da6b6e14ba83f6fb6a79 +size 1166664 diff --git a/neo_1month/data/LSTD/2010-09.npz b/neo_1month/data/LSTD/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..df2ef2c2a9ddf04a637cf93749d82cebef365691 --- /dev/null +++ b/neo_1month/data/LSTD/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9ea2e81a6da8b361d08952717a8d10f386e4bdeffdf9f71a47849d98c0fd4 +size 1166664 diff --git a/neo_1month/data/LSTD/2010-10.npz b/neo_1month/data/LSTD/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff7b70841b57562a2a32d03ecd14c38bdaff5d8d --- /dev/null +++ b/neo_1month/data/LSTD/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202772aaff6e5b145c2779df25e89763dce25aecf83535647ef9b73e3a2ffb10 +size 1166664 diff --git a/neo_1month/data/LSTD/2010-11.npz b/neo_1month/data/LSTD/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ba1f84ebe2df0ae03c1cf62164aea2d80b5bd9f --- /dev/null +++ b/neo_1month/data/LSTD/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14434408e2872759224817145febc12aca998b0d9180a1c897049701fe34828d +size 1166664 diff --git a/neo_1month/data/LSTD/2010-12.npz b/neo_1month/data/LSTD/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a068cd04e7866b825a026fa985cc435daa6a7d83 --- /dev/null +++ b/neo_1month/data/LSTD/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973bae262c2c65233707745f95a0c6c5b25409c66e843299591bcdffb213c7c0 +size 1166664 diff --git a/neo_1month/data/LSTD/2011-01.npz b/neo_1month/data/LSTD/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..df1343a6450ee96178ad3d939b54e39d79e3c677 --- /dev/null +++ b/neo_1month/data/LSTD/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b279fd2b2f373d6347d4e4facd3c353aa938f8dcbf74552b9e19504dc3621c7 +size 1166664 diff --git a/neo_1month/data/LSTD/2011-02.npz b/neo_1month/data/LSTD/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe5191731a19641c8ddb8077615d068161700934 --- /dev/null +++ b/neo_1month/data/LSTD/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a703bd2a9fc58c7f333ddf08cae98497e19ff1c45d29fb0c8a481011b65aed +size 1166664 diff --git a/neo_1month/data/LSTD/2011-03.npz b/neo_1month/data/LSTD/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a203903f3d18100635119efc2a9cdad350b9434 --- /dev/null +++ b/neo_1month/data/LSTD/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4befb5cba5cdf885b9cb5fc7483345c0723105561a644b6a9b19346f2cac9cf +size 1166664 diff --git a/neo_1month/data/LSTD/2011-04.npz b/neo_1month/data/LSTD/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4e83b591547750164b5c726920a85486558a637 --- /dev/null +++ b/neo_1month/data/LSTD/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79ab9b80c23a2f5399e98759d1c70fcd9491ecba7b123b2bb3496b1fec6e97b +size 1166664 diff --git a/neo_1month/data/LSTD/2011-05.npz b/neo_1month/data/LSTD/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ced1a4540ae310730263ca9f2167320f5f537ec9 --- /dev/null +++ b/neo_1month/data/LSTD/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f90db409333067d3f5fa6aa8c022b5b18b58db2cf7f87e85364e7240cbfeb7e +size 1166664 diff --git a/neo_1month/data/LSTD/2011-06.npz b/neo_1month/data/LSTD/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..21d4a4570b31e18359866d9bd6a564c79586dba6 --- /dev/null +++ b/neo_1month/data/LSTD/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cb10f749bdb2e8d868cfd6ad487deceb0eeec73237d8f5de6f8259c8cb5b23 +size 1166664 diff --git a/neo_1month/data/LSTD/2011-07.npz b/neo_1month/data/LSTD/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5bfd35962ff9595b8d0fe9410e8d7114e7cb977 --- /dev/null +++ b/neo_1month/data/LSTD/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bf72c9248e7f8506593e24b6199f231dbc0014f33ec1bebb0d2a8efef253de +size 1166664 diff --git a/neo_1month/data/LSTD/2011-08.npz b/neo_1month/data/LSTD/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7f7bc29316af40da6d2184f8b3808fa8a9ce1b7 --- /dev/null +++ b/neo_1month/data/LSTD/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b030667195e7a03046e8f958329eac26a620df0dfa860012f61b5b49f1cd84d2 +size 1166664 diff --git a/neo_1month/data/LSTD/2011-09.npz b/neo_1month/data/LSTD/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e89256a4adca0f0b5ef84e027b7fa21d02918d8 --- /dev/null +++ b/neo_1month/data/LSTD/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda60f7241aafe5078a3e220c2e6dffb5e512ff1c56db722e5a45919a528185e +size 1166664 diff --git a/neo_1month/data/LSTD/2011-10.npz b/neo_1month/data/LSTD/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ec15b8c870ccbca755ddf5123f36dffdb0f9412 --- /dev/null +++ b/neo_1month/data/LSTD/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d765ff446ca4d3e8fa6d4c5b86affd0894799b6064f6f2864e0854b0459d26 +size 1166664 diff --git a/neo_1month/data/LSTD/2011-11.npz b/neo_1month/data/LSTD/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a38c2f8e051c6f8c6df27e138bcbfc3ed66004b --- /dev/null +++ b/neo_1month/data/LSTD/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f8aa8bc22fabf720ae56f0411f6e9efbc3604171c17fa66ed7da3e372ee99f +size 1166664 diff --git a/neo_1month/data/LSTD/2011-12.npz b/neo_1month/data/LSTD/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..90c6525f8cc7f56448e34e7052cd05064ecc9c2e --- /dev/null +++ b/neo_1month/data/LSTD/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f961e8b88de6179a5d6a56e2f6692925f107c8811d42bab7e52043fe86a5276 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-01.npz b/neo_1month/data/LSTD/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..decdb6f6f56d6df3a820be9291b92017169dddcd --- /dev/null +++ b/neo_1month/data/LSTD/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795e97ec515407685d67cb5fef786f6771d67d133809fb629b030b6115f5a3ab +size 1166664 diff --git a/neo_1month/data/LSTD/2012-02.npz b/neo_1month/data/LSTD/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f10171738b1c24fa086d117b6db6b8e0da38cd79 --- /dev/null +++ b/neo_1month/data/LSTD/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc738b1fa6954fdfe92586f484c635be438456d25ce90f950f3fd4443e39e825 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-03.npz b/neo_1month/data/LSTD/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..27ecb843681dde85a8dd9031d09e59e32f7967a9 --- /dev/null +++ b/neo_1month/data/LSTD/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaf9f176893f6034cc2700bb6917414ec74317009fea9daad4ef514ce5f1c1a +size 1166664 diff --git a/neo_1month/data/LSTD/2012-04.npz b/neo_1month/data/LSTD/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..85603a2ec10e397b4d643bf9ec10b0fd7e5723e1 --- /dev/null +++ b/neo_1month/data/LSTD/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f83c697fb797b92a805b4a00e23361958e9144b55200ccd607b8ca2ba398507 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-05.npz b/neo_1month/data/LSTD/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4203723cfc4c7c110553a37dc178acdf1ce417cb --- /dev/null +++ b/neo_1month/data/LSTD/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ae74b8ba35389f59fb2439b4b0d2afcac97f1aba92b3fa5596629677dfec68 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-06.npz b/neo_1month/data/LSTD/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..61e6d24aa67fe864808c6cf3b934475f2abddd2f --- /dev/null +++ b/neo_1month/data/LSTD/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef76ab1db1979af817a9b1d650713f7663601f9a4394b83c3c3e03a1dea06fb +size 1166664 diff --git a/neo_1month/data/LSTD/2012-07.npz b/neo_1month/data/LSTD/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aede6244e217af6bb4d28a783f66d894e5bd25b1 --- /dev/null +++ b/neo_1month/data/LSTD/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a861faf706d94a18282510db7c2e3a63092492e00453d2cc54e0006670e98cb +size 1166664 diff --git a/neo_1month/data/LSTD/2012-08.npz b/neo_1month/data/LSTD/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac29292d29f50dc362cdada6d89e5088e881c145 --- /dev/null +++ b/neo_1month/data/LSTD/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8571ca8ab71fa70fed9dd2552cc0a1832c0bf5fbb550e2a5de24163556e3b964 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-09.npz b/neo_1month/data/LSTD/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb9b30c06362905e63dba5cfc998444eaf6ec921 --- /dev/null +++ b/neo_1month/data/LSTD/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f774735c90de5ca6d8bfbd7d3f7441fba1cc0ec395e232bdc126790abad95c5 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-10.npz b/neo_1month/data/LSTD/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..65f2978aa6c50fc5a3691c170317eee64154c308 --- /dev/null +++ b/neo_1month/data/LSTD/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7964be14d7d6e22fe01573ccd3d8a88f85646eeb9cb9564ddcf27f1da915e97 +size 1166664 diff --git a/neo_1month/data/LSTD/2012-11.npz b/neo_1month/data/LSTD/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..701ae3a53cd673dd388d1dcaa0cbbc3c4dca0497 --- /dev/null +++ b/neo_1month/data/LSTD/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5be5d8e602126614ddd7b92b2099aa260f77bd3cd9545fce9168dc5166c539e +size 1166664 diff --git a/neo_1month/data/LSTD/2012-12.npz b/neo_1month/data/LSTD/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8cfa89262978429caac7b0026f08da2acabbed3 --- /dev/null +++ b/neo_1month/data/LSTD/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40964122f787eb5dfcaa1683a00e4863a000a2780584092d703b638b97584b6c +size 1166664 diff --git a/neo_1month/data/LSTD/2013-01.npz b/neo_1month/data/LSTD/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f13e6075da4d80c7be5c8e01d00d30424d328a6 --- /dev/null +++ b/neo_1month/data/LSTD/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122431a7f2e55c79dc56e4a069f25e3131278d7938d1d872e179efeed7748c9d +size 1166664 diff --git a/neo_1month/data/LSTD/2013-02.npz b/neo_1month/data/LSTD/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9505349873bb6500ec4078c120442fbfdfae0c7 --- /dev/null +++ b/neo_1month/data/LSTD/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90b186ce39eceedff0294eddff4f88ff004e9a8adda6cc423c5d9e2461d0848 +size 1166664 diff --git a/neo_1month/data/LSTD/2013-03.npz b/neo_1month/data/LSTD/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9737ee0abc65851757ab593a83fcce521b5dca05 --- /dev/null +++ b/neo_1month/data/LSTD/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7413ec359a963581da2b7987a5fb8fd1d49a355fe801a5cdc19faeff9b1e7b5 +size 1166664 diff --git a/neo_1month/data/LSTD/2013-04.npz b/neo_1month/data/LSTD/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a3e2b9105f5a227bc579b59545b463f51e68076 --- /dev/null +++ b/neo_1month/data/LSTD/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7810d6d15c0c5afbc9a6970d67a3c3394e38babc728fad66b9718e74afeedf44 +size 1166664 diff --git a/neo_1month/data/LSTD/2013-05.npz b/neo_1month/data/LSTD/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..59fdbb1233e03488769e4e3d1107864eaa7930d0 --- /dev/null +++ b/neo_1month/data/LSTD/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d15b8b7dc5e4260483bbdfcc375c013bd392732838e5960f3bce86633ced5f1 +size 1166664 diff --git a/neo_1month/data/LSTD/2013-06.npz b/neo_1month/data/LSTD/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c067d69577799aa382cba712d2edabe1d37b4285 --- /dev/null +++ b/neo_1month/data/LSTD/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ee6a00bb325fbce7fe5f6fb82aef7cffdaa4fa0ba8b089fe2f0051e011758f +size 1166664 diff --git a/neo_1month/data/LSTD/2013-07.npz b/neo_1month/data/LSTD/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d60515d24b82cad8eb5e062ee4c40b2708b2e713 --- /dev/null +++ b/neo_1month/data/LSTD/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40656a8e7e3bc16d87487e9a32ccff067736d1e0b6cbb41a30c9204e3fadbf2 +size 1166664 diff --git a/neo_1month/data/LSTD/2013-08.npz b/neo_1month/data/LSTD/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..823e4e380f0da370dc65ed53a776f5f337a1adee --- /dev/null +++ b/neo_1month/data/LSTD/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b91223abab4ac9cf126ccc39143f0e504c6e2e3e4d4403d3e953e6fb5befb2a +size 1166664 diff --git a/neo_1month/data/LSTD/2013-09.npz b/neo_1month/data/LSTD/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4dbef97c58c43a5130c5685ffd0fefdac2fa92b1 --- /dev/null +++ b/neo_1month/data/LSTD/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f1132d44750257fd8f9a454d682c63fbe4d05dd8928c32f65316d4179bd471 +size 1166664 diff --git a/neo_1month/data/LSTD/2013-10.npz b/neo_1month/data/LSTD/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..02474a7bfeead6e92d564e91729929a8a25f6f7c --- /dev/null +++ b/neo_1month/data/LSTD/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f533aedfa4f34930c21f1fe6a3bd327579b744a3225fb9dd9e4775e3eb42de +size 1166664 diff --git a/neo_1month/data/LSTD/2013-11.npz b/neo_1month/data/LSTD/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd2d1fc609ac52c908f13caa63cd2128fce67985 --- /dev/null +++ b/neo_1month/data/LSTD/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a94d11aba3b4183bfe5cddc5889b01f7493c8582cf03de3d4b2ba3ff261a8d +size 1166664 diff --git a/neo_1month/data/LSTD/2013-12.npz b/neo_1month/data/LSTD/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..454c3ffedddd599d354a0df1b0e82be194058d1c --- /dev/null +++ b/neo_1month/data/LSTD/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2fb34d7e739dacad20b6a508ece687fac7a4b1e1d99943c098a30dfdc8ecd9 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-01.npz b/neo_1month/data/LSTD/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d80e5b9cc574b0ea9f3900aec52edb1b4f82d6b4 --- /dev/null +++ b/neo_1month/data/LSTD/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ca83ee0aaa7d96225fc15a9a3344177eea0040deb7133a97e48de849da0bb +size 1166664 diff --git a/neo_1month/data/LSTD/2014-02.npz b/neo_1month/data/LSTD/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0e03ec88db3ac5be6cf001d7c603ebaab4461a7 --- /dev/null +++ b/neo_1month/data/LSTD/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d6905e9529593992d8e065ab35929a09cd79874b1a2b3e2348d8176a5573e6 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-03.npz b/neo_1month/data/LSTD/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f21db6019d75cd9162a3cab52191102b4dbecad3 --- /dev/null +++ b/neo_1month/data/LSTD/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2d9cb27b86ceb64c8b482e0751629850bfe9f61b20e32dc446e109d45335d9 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-04.npz b/neo_1month/data/LSTD/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..20b3b37955d6d8b2aee5aad43aeef56f521b22a7 --- /dev/null +++ b/neo_1month/data/LSTD/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcec0c6d6e3e44a7a6839e0c7bd2acddcae8a6131d1e0135232cce46385d9fb9 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-05.npz b/neo_1month/data/LSTD/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..915aa7a7759cbdce7ea65ecc94741967462b9b49 --- /dev/null +++ b/neo_1month/data/LSTD/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303e09affbf59c390d540945077f7abb622762f93ecd0efeb2aea206e401858e +size 1166664 diff --git a/neo_1month/data/LSTD/2014-06.npz b/neo_1month/data/LSTD/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7336d68a0c4c2d1e2b71eedfa69abaa827e15d29 --- /dev/null +++ b/neo_1month/data/LSTD/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c0a3b683bec88e08b970322f5cda283af5e02a2c13c0022f3c982031c6723f +size 1166664 diff --git a/neo_1month/data/LSTD/2014-07.npz b/neo_1month/data/LSTD/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f35cbc588d96c562fe749fe49ccf162872f2a4f1 --- /dev/null +++ b/neo_1month/data/LSTD/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37439418b40b88433f08c7862ff803af81fca0943d6a5a6e71bfe4cf72e9dd41 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-08.npz b/neo_1month/data/LSTD/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e4e3037095d4a3b4136a5736766e6ac9198e4b3 --- /dev/null +++ b/neo_1month/data/LSTD/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0ac705d5bf66a70305ed732db37b22bd8753816227b17e9d56f5209b0ac471 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-09.npz b/neo_1month/data/LSTD/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..892e88547d63b34c4ac8a4ffbbc11747b31e01e2 --- /dev/null +++ b/neo_1month/data/LSTD/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0c6cb6d370c9dcc693850a69e840c503352c57e31f1eb6806984b0cec18ae3 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-10.npz b/neo_1month/data/LSTD/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c97ca1791e0c0d7e287ab2d34e5ebd43c1df5043 --- /dev/null +++ b/neo_1month/data/LSTD/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f101c1816c761fcae59d83073550edbf8876a4f8119affc389eb5edd1d2cc207 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-11.npz b/neo_1month/data/LSTD/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1f02f4eb26d50d244cefd971ab53d1b2b86b97c --- /dev/null +++ b/neo_1month/data/LSTD/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747c16f9fcbdead4134028276a468d79d57210fedc34dbaf7564003909af6f86 +size 1166664 diff --git a/neo_1month/data/LSTD/2014-12.npz b/neo_1month/data/LSTD/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c777925fc8276a9002786ed6afc40ff57a065092 --- /dev/null +++ b/neo_1month/data/LSTD/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05596f6d1199be51930253b091de68f35db85f48986e1994a41ef58141b07c4 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-01.npz b/neo_1month/data/LSTD/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e05a1c311b9bce09cb8cb86171d6343d37fec43 --- /dev/null +++ b/neo_1month/data/LSTD/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5231d2b17c590909ecb44cc5e1dcdeaa2073d0072186aeb813ce52a6d3e92ff +size 1166664 diff --git a/neo_1month/data/LSTD/2015-02.npz b/neo_1month/data/LSTD/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..47301494e670137b0d339018e5eb45283eace639 --- /dev/null +++ b/neo_1month/data/LSTD/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f9361424a7ed1329ad7e4d09227ad95a06f61a77b1b7ded820d2838ee421ec +size 1166664 diff --git a/neo_1month/data/LSTD/2015-03.npz b/neo_1month/data/LSTD/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5060110914b1cff2a7c1c85964c8ec5fbb068ff9 --- /dev/null +++ b/neo_1month/data/LSTD/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dce3ffe2cc3a790388cd4a107988f11027815a10c68ab086d7fd0878872f7ef +size 1166664 diff --git a/neo_1month/data/LSTD/2015-04.npz b/neo_1month/data/LSTD/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ab092f6dc47b01a16e760bec3580355a5b2f4b9 --- /dev/null +++ b/neo_1month/data/LSTD/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0b39fb2178848a9d0685f6a61af963c13e63b8b2fd098f8f74909f1b532824 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-05.npz b/neo_1month/data/LSTD/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b65f1d72aa60c8a62337be3d610ba38123ceee5 --- /dev/null +++ b/neo_1month/data/LSTD/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bed42c83678ba93d6c48608dbecf3865f1f0bc39028fb6f33c5874779d0e80 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-06.npz b/neo_1month/data/LSTD/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..efb3baf3b2659bf045e535d4a84262aa6551bb03 --- /dev/null +++ b/neo_1month/data/LSTD/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5c4bf29bdeec66122a657a134e6bedaba98bf63d2be77b95a8813ba15686d4 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-07.npz b/neo_1month/data/LSTD/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..179e55318d59670b23e598e4d4927db5f47119e7 --- /dev/null +++ b/neo_1month/data/LSTD/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f1de80e3a83d6b584f00d40e83e42febbc60c7821f7ddcfb169c342947d93 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-08.npz b/neo_1month/data/LSTD/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f32a164e11c3991acc61dba12902b4f8dc94cd4d --- /dev/null +++ b/neo_1month/data/LSTD/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed249593335964368a89997fbd2506be66b71159c850134af5b0710d5f426976 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-09.npz b/neo_1month/data/LSTD/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ca90a6597821fd0abe4ac5fabb356571859cd62 --- /dev/null +++ b/neo_1month/data/LSTD/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c3d5228a5fe3991ed831687b0f9f6aee784f8e3f8131250f741266e07ce8e9 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-10.npz b/neo_1month/data/LSTD/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c591f485668410cc350a0d7fb229c8966600eddd --- /dev/null +++ b/neo_1month/data/LSTD/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dbd8540e67eb962c25aa284a65aa4e5a43e29f935702840b45c3a13a7c0b45 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-11.npz b/neo_1month/data/LSTD/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1adcd6830589999c595b4735dbe1b6a9272b6891 --- /dev/null +++ b/neo_1month/data/LSTD/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de7ef5443302a009b9dd4fbb8aad8e05c871dba3d7686dafbf59e4f2541d160 +size 1166664 diff --git a/neo_1month/data/LSTD/2015-12.npz b/neo_1month/data/LSTD/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..acea696b55303b90e624aebdb564a639e0da16b6 --- /dev/null +++ b/neo_1month/data/LSTD/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b4aaed068a9087a1f8e637958b1973b8efdb5c9e58fd98d3ec7df7c0b06ba +size 1166664 diff --git a/neo_1month/data/LSTD/2016-01.npz b/neo_1month/data/LSTD/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..820aa23c8c3c1250d9d2fbf80b3a40232c0079df --- /dev/null +++ b/neo_1month/data/LSTD/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631c1edc929bde51a66c750d375054bb99a7842774c32f832a017506353914c2 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-02.npz b/neo_1month/data/LSTD/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6584b56842692575ef2b30ec6060c96adfd0844b --- /dev/null +++ b/neo_1month/data/LSTD/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8347b16b4fab4f85a7542f222104cef227039121dff261da9eb1bf8803c8ff29 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-03.npz b/neo_1month/data/LSTD/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d88432dbbb7a93877586edd3dff115ab827e945 --- /dev/null +++ b/neo_1month/data/LSTD/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a90765e6de378caa3a8c968f7a0a8b626002d7268f3b183a53d8372746f321e +size 1166664 diff --git a/neo_1month/data/LSTD/2016-04.npz b/neo_1month/data/LSTD/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e411a3f89476a57cba3c26fe399d9b52829073f --- /dev/null +++ b/neo_1month/data/LSTD/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8de4e7ca5c4f2932f8801c0121efcd3358a50983c4afd636d62f813e9011f17 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-05.npz b/neo_1month/data/LSTD/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9033ec4bc7999983071f8dbb8e4407f47e313285 --- /dev/null +++ b/neo_1month/data/LSTD/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e71990b28912be97130dca77c5e048675a572ce99421255b75a822ecb050cd0 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-06.npz b/neo_1month/data/LSTD/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..976ffce1d582c9daf248d8d9788a04ee618f1b13 --- /dev/null +++ b/neo_1month/data/LSTD/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d74d3fc1d9b3da2ab03ef535bf5d3079bef550797fd0d1e038fc0a18c9f2de +size 1166664 diff --git a/neo_1month/data/LSTD/2016-07.npz b/neo_1month/data/LSTD/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dc15d05f795ba532dc2e491ed099d34d525dd9a --- /dev/null +++ b/neo_1month/data/LSTD/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66b80acf7959b7a1020ff346f8481b3554d70b9308edea1761e132fd8fca405 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-08.npz b/neo_1month/data/LSTD/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c691a21a25445b4f56e41c74aece65e6241a3858 --- /dev/null +++ b/neo_1month/data/LSTD/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a601166c084e933ced15bbda514beda9a8b1e5ab1a0afa4028ddc695edebda +size 1166664 diff --git a/neo_1month/data/LSTD/2016-09.npz b/neo_1month/data/LSTD/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6cca87d5283d67e218dd7dee7799a860191e65be --- /dev/null +++ b/neo_1month/data/LSTD/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708b18764bd32a7241311fc637b53c9f0e438b7ffd354774c1afd050995c3add +size 1166664 diff --git a/neo_1month/data/LSTD/2016-10.npz b/neo_1month/data/LSTD/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..180a6e1adb450a6c31546d6823a3484f88f96541 --- /dev/null +++ b/neo_1month/data/LSTD/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ea41b50976301b53c7ecc8acd1aa7fc86886d99c5d7490ce91d7119b1b5e66 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-11.npz b/neo_1month/data/LSTD/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..728de2356d1849733fbe7262cc4b9ce62c4359e4 --- /dev/null +++ b/neo_1month/data/LSTD/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce73e8a1c6f4447322b07b3e4f07027ab801bf9349fe634973d3ef273fe5473 +size 1166664 diff --git a/neo_1month/data/LSTD/2016-12.npz b/neo_1month/data/LSTD/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..32866be0ab038e8128b3333c36505cdf3fa432df --- /dev/null +++ b/neo_1month/data/LSTD/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9495d95596aa0976a8bfc6bf472c8fa16f00f8a2a4aa15822796f7de816e4b80 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-01.npz b/neo_1month/data/LSTD/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b28378a178db729617f0c8bed0645f0dbd9b5663 --- /dev/null +++ b/neo_1month/data/LSTD/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babafeabedbb49cb118bd5c699c575d382b32c7136a123b831735ec2d6beb9af +size 1166664 diff --git a/neo_1month/data/LSTD/2017-02.npz b/neo_1month/data/LSTD/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fec3660e4d51c8f84701168579a8098e13f2b039 --- /dev/null +++ b/neo_1month/data/LSTD/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af58440f4ac8d959a0b19e301c207819e41f404463c6b6d652fd4b2b4517e1da +size 1166664 diff --git a/neo_1month/data/LSTD/2017-03.npz b/neo_1month/data/LSTD/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddd1752ae30392a7b0bb2a6290b7e821e2b6dc9f --- /dev/null +++ b/neo_1month/data/LSTD/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42fa166e2b0e3327440ab4f946c8d8f0d17bad9c073587c33525d2ddcdbd3f5 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-04.npz b/neo_1month/data/LSTD/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae8804f91a5f08f1b0863aea9656257ef4bc6b58 --- /dev/null +++ b/neo_1month/data/LSTD/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad071829ffc7528efbe6b0a6a2fa157701c36d007d504b5112fb9503e3bcdf6 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-05.npz b/neo_1month/data/LSTD/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b7a3a5e61b90345c0f403eb8b053848f55ba85a --- /dev/null +++ b/neo_1month/data/LSTD/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6962ac7f2df8619e6a89afa839360bfd77688333e6dc4ee5479f896e5ca6db74 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-06.npz b/neo_1month/data/LSTD/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2b7a94088b74116410ed2c4a25bda55130c48a5 --- /dev/null +++ b/neo_1month/data/LSTD/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ce7ac458a78aa55dde251410cab7ee026e40279a9dc0a3ce53ce2c96b443fb +size 1166664 diff --git a/neo_1month/data/LSTD/2017-07.npz b/neo_1month/data/LSTD/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..674eb28aa1d5d39a970e0af4b4ddecd21c979485 --- /dev/null +++ b/neo_1month/data/LSTD/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318d7721a077120f3bc2c6c70624a5d356bee1ada28060027084eeabe541d95f +size 1166664 diff --git a/neo_1month/data/LSTD/2017-08.npz b/neo_1month/data/LSTD/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccc2f19e4e16a18f6e4a3ff4f2905ec9da58c4e1 --- /dev/null +++ b/neo_1month/data/LSTD/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b2dafa5777afd53388b26bf1f4b20182122b3ea54bbfd1b8889d31cdf32e15 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-09.npz b/neo_1month/data/LSTD/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3abd4e253fc0ae0aa5869e1721388035fa763668 --- /dev/null +++ b/neo_1month/data/LSTD/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c142fb10e8eb2085820639d75ef71ffd3e1b73fa6cb2d8073b5f64842cacd08d +size 1166664 diff --git a/neo_1month/data/LSTD/2017-10.npz b/neo_1month/data/LSTD/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6cbcd53f8ae561bc3790b6a45abf6ecc379beda --- /dev/null +++ b/neo_1month/data/LSTD/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f8e6f26c03a73763d3f710adce8f00c0efd50df4610131f7501cab41004807 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-11.npz b/neo_1month/data/LSTD/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..91205e3f8bbbc5dd7f0117e995bdbebd4a181004 --- /dev/null +++ b/neo_1month/data/LSTD/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08ec61a9e009fbbad1ee8b1caf32219d2f0583f0505621c3cfa31b7947c57e6 +size 1166664 diff --git a/neo_1month/data/LSTD/2017-12.npz b/neo_1month/data/LSTD/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5138c1a7e23a82fa108f76fb589d3045dfdd08eb --- /dev/null +++ b/neo_1month/data/LSTD/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd4cce8d0f876432f22c9e9a5d0c1d19339cf27cf4c115f686947ab647165cc +size 1166664 diff --git a/neo_1month/data/LSTD/2018-01.npz b/neo_1month/data/LSTD/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..61066b25920c66dd065ac09729efe355f6ac2f47 --- /dev/null +++ b/neo_1month/data/LSTD/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5081c034c31d66d6d09d4278c915d847a959d01ef826d9b6fe769b683d2762b4 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-02.npz b/neo_1month/data/LSTD/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad3eb0b1ce9597e973d67db42cd34753cd7b559a --- /dev/null +++ b/neo_1month/data/LSTD/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cf300d5d99c28e1586c8b125d419b3e054b44de90fd6ad57c6a820823e4e79 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-03.npz b/neo_1month/data/LSTD/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..56ec6b85235ce289fabbee836eacf44238ee51e1 --- /dev/null +++ b/neo_1month/data/LSTD/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72954656de7ef5e3506fdb2a20fd28f4f98fac9e3b2ed147bdf6a97e66a60ac +size 1166664 diff --git a/neo_1month/data/LSTD/2018-04.npz b/neo_1month/data/LSTD/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e16ab063160b569cd86c6ef25092cee820c13057 --- /dev/null +++ b/neo_1month/data/LSTD/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073f13fa62a0142133da62dbd4fd2911bc9e3eb9f40ab4f84fe1d509638c5386 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-05.npz b/neo_1month/data/LSTD/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8ae463cfe627aae4bed7094fd5480af0719ccc4 --- /dev/null +++ b/neo_1month/data/LSTD/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482a34d4906204513c18a0ba3fd7e3141d82be784c5c1911417f92f85bf7035e +size 1166664 diff --git a/neo_1month/data/LSTD/2018-06.npz b/neo_1month/data/LSTD/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d82c7e6f071519b2f64e5dab893e9e4f8f09b48 --- /dev/null +++ b/neo_1month/data/LSTD/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44bdbff9834b1e5498f94796a77eefd89e62dbcafe7974e7f2e97cfe45bd5da +size 1166664 diff --git a/neo_1month/data/LSTD/2018-07.npz b/neo_1month/data/LSTD/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac5a7f917bf4763348821e1efdf27470921e7a3a --- /dev/null +++ b/neo_1month/data/LSTD/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3780f6b5f303431ef9ddbced9aaabafde5e82e2eeb128d1c7f9426a7831f88b3 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-08.npz b/neo_1month/data/LSTD/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0d75386852092ca543e65cf16422bbd1ab6d141 --- /dev/null +++ b/neo_1month/data/LSTD/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3ffb60cf441004e6a2f27b97ae68da58089ceddd206caa87ba7f282f3983a9 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-09.npz b/neo_1month/data/LSTD/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8343b62df27662191bff2be36d1ad5b02b180a12 --- /dev/null +++ b/neo_1month/data/LSTD/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50172b2f4975d31ff0173568831b6e6223b9c8eff2646468ffa860f1609423e4 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-10.npz b/neo_1month/data/LSTD/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b61aaa1450b67c3601ff1dc8d6d2cad7c3604ac --- /dev/null +++ b/neo_1month/data/LSTD/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe6f704cf426ef65948b27e14cb5fc0ae6338df9fd1a17fcc58c53bffc23332 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-11.npz b/neo_1month/data/LSTD/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d766f63216a86469086b47c3dfc1622c10d5c27 --- /dev/null +++ b/neo_1month/data/LSTD/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561a782333a006a3133c65784dad97e28b9b9693b0569d1a8eb102c2744b3fe2 +size 1166664 diff --git a/neo_1month/data/LSTD/2018-12.npz b/neo_1month/data/LSTD/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ec9e7adee86cebd8bba1bc9ef05a07b289a34eb --- /dev/null +++ b/neo_1month/data/LSTD/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90b399b91c491affb8e705ad8ca895b86a15c1948a38a2d5fe53e2e10777759 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-01.npz b/neo_1month/data/LSTD/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ea3989f86d9e49fd57f965e2707e373e1849ac0 --- /dev/null +++ b/neo_1month/data/LSTD/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7af78d079d1b11ad4f681a7328c5f4123a5c26d66a774a10873c7b03dc70fe +size 1166664 diff --git a/neo_1month/data/LSTD/2019-02.npz b/neo_1month/data/LSTD/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d029282e0881621db47de5de7824f09d54353683 --- /dev/null +++ b/neo_1month/data/LSTD/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f21f5c5b79936781158ec05ab5b5d24cf2e7f373fda862b8434d8dad735a968 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-03.npz b/neo_1month/data/LSTD/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..51c752b1de0d16620b162d63b0363c64c5a2211c --- /dev/null +++ b/neo_1month/data/LSTD/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b958d7eee98a8359882a0b7ac7c813403ec5dc9648b92886eb943b120acf0c9 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-04.npz b/neo_1month/data/LSTD/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b472b763e220f07896ae3906c4a487f9700d94f --- /dev/null +++ b/neo_1month/data/LSTD/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fca3e0da744000cbe519bd7cabc32bfa2c52cf989fd0ee2e809681f1a2d09eb +size 1166664 diff --git a/neo_1month/data/LSTD/2019-05.npz b/neo_1month/data/LSTD/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..37234bac44f7be431adff47bf2b66389fa4081ad --- /dev/null +++ b/neo_1month/data/LSTD/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911ace89d1ca67971f45acd328b3e4a69790941e0ad82de5b889f8253bec9eae +size 1166664 diff --git a/neo_1month/data/LSTD/2019-06.npz b/neo_1month/data/LSTD/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..87888a5b5e753df9156e698dc0bc8986d151d672 --- /dev/null +++ b/neo_1month/data/LSTD/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7440b90a7812658cdc617269eb84c480e1a20aafe4a02f8fa780ed177b5ab1 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-07.npz b/neo_1month/data/LSTD/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5c8c7d9823db13814f7c936fc58cce8873c610d --- /dev/null +++ b/neo_1month/data/LSTD/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7322a27c442a278f73cc9184d173cd74974829a0de2768e2089b13c1e8eaee4b +size 1166664 diff --git a/neo_1month/data/LSTD/2019-08.npz b/neo_1month/data/LSTD/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..287e9a456049866fc23fe332183ea846ae4c656a --- /dev/null +++ b/neo_1month/data/LSTD/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66de70a7c1180b89c40cbce7d169663709e8aa02528fb86da31500932d2b7455 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-09.npz b/neo_1month/data/LSTD/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c29771e8cb939f4477dbf446b530b3aa1ee6eaf --- /dev/null +++ b/neo_1month/data/LSTD/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d4c7338f709cec58f1d0070ca819fb0e877415ad27fff187125315675752c3 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-10.npz b/neo_1month/data/LSTD/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a758ce900f9670692c8bcf968aac6f1b5911633c --- /dev/null +++ b/neo_1month/data/LSTD/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c6cf59caa1d885826c9da81bc23e64edfdbe542ed5ef61a3802a0c2d3d17e8 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-11.npz b/neo_1month/data/LSTD/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9201f1e95d024a79858b73802873b1ba3c56f0cf --- /dev/null +++ b/neo_1month/data/LSTD/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5789c5dc03adcb612457d3b92d855813cf31e531ab2c4c3d33daa94cdad1b053 +size 1166664 diff --git a/neo_1month/data/LSTD/2019-12.npz b/neo_1month/data/LSTD/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51526c01f8f42e18ed793dbd2c2c547bcaedb0f --- /dev/null +++ b/neo_1month/data/LSTD/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a31c1fdd14bd66c53e234b3c2d0c9c77be875e7586dca36f8261b62ffda84cd +size 1166664 diff --git a/neo_1month/data/LSTD/2020-01.npz b/neo_1month/data/LSTD/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c6893d480e4d7c199940844a999772be3acd262 --- /dev/null +++ b/neo_1month/data/LSTD/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46715c851f9450f356a20b93c9fa8431a47815a67d7c9b768ca91e8db7d747ff +size 1166664 diff --git a/neo_1month/data/LSTD/2020-02.npz b/neo_1month/data/LSTD/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5eecbf3b5436cd67efd107b7bf632ffd59b97d5f --- /dev/null +++ b/neo_1month/data/LSTD/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657e035c9fb0042e14d57f3491e6b0cb3547d7ae0c28eabbd311db7a6879397f +size 1166664 diff --git a/neo_1month/data/LSTD/2020-03.npz b/neo_1month/data/LSTD/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3432851256eb0a33a40be546c3a57f0adc51f021 --- /dev/null +++ b/neo_1month/data/LSTD/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb3813b210173d62c3dcda8736c51c6b59a2c986a0a5afee6eab1e857160002 +size 1166664 diff --git a/neo_1month/data/LSTD/2020-04.npz b/neo_1month/data/LSTD/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dfefad5d216e034dae7068758d634dccd3f1ffc --- /dev/null +++ b/neo_1month/data/LSTD/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eef9f42822e654d4992fc70251bb7b4def9d7d8c3d9a4095ee5f5d48d441173 +size 1166664 diff --git a/neo_1month/data/LSTD/2020-05.npz b/neo_1month/data/LSTD/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9e39df2671f8afcccf1b94e85574f647ee8937c --- /dev/null +++ b/neo_1month/data/LSTD/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281a4d8430fc8f4d991f8db20697c2926f418f8c46fb0e5c9b47e18569c811b8 +size 1166664 diff --git a/neo_1month/data/LSTD/2020-06.npz b/neo_1month/data/LSTD/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..415d4955f1c94aeca19c4fddb39a8151c693d023 --- /dev/null +++ b/neo_1month/data/LSTD/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7647f856a97582ed163220e6b329ff7ea2190449eef939c69dafd9e4353df3de +size 1166664 diff --git a/neo_1month/data/LSTD/2020-07.npz b/neo_1month/data/LSTD/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e74077f3bfec7d6045b953adb330036fb0821066 --- /dev/null +++ b/neo_1month/data/LSTD/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773cc3910f58bac3654702bb9e0fa3212241782628a62674d9286bf046cce7e5 +size 1166664 diff --git a/neo_1month/data/LSTD/2020-08.npz b/neo_1month/data/LSTD/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2af14427d8263d5fc1c5ad92e3ba1022e005b5a5 --- /dev/null +++ b/neo_1month/data/LSTD/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ff9be131f84ef61e84dc44f9d15f0317266b4fc096608e3a3b6343f2b9412a +size 1166664 diff --git a/neo_1month/data/LSTD/2020-09.npz b/neo_1month/data/LSTD/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bdd90539ace63a3e0bba4fa21756f424e8ecd41 --- /dev/null +++ b/neo_1month/data/LSTD/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e64be70a60009837d3c8cbd136bd29b8380bdaf1bb9755de212c3f774e6f28a +size 1166664 diff --git a/neo_1month/data/LSTD/2020-10.npz b/neo_1month/data/LSTD/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e254ead8eb7fa9dd15100426fce0c691db5933ec --- /dev/null +++ b/neo_1month/data/LSTD/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c61c2ceb04f24e7191fa0a65669805fc1c8538daa649e382a07a74e2eb1eb29 +size 1166664 diff --git a/neo_1month/data/LSTD/2020-11.npz b/neo_1month/data/LSTD/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..23bfb2eeed7f5976d75f072e993ef7626de1c43a --- /dev/null +++ b/neo_1month/data/LSTD/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe129d0c147873b3a9c8eefe8a3f2b6ab3fafd24d823bbcefbf4467c115eb15 +size 1166664 diff --git a/neo_1month/data/LSTD/2020-12.npz b/neo_1month/data/LSTD/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..094f9dd7d3e679685fb394da1fa8ba40a3f25814 --- /dev/null +++ b/neo_1month/data/LSTD/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854a059a14a8056a5e5078b26b78ecb63b73c7293557ea125ff85fb7946428b0 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-01.npz b/neo_1month/data/LSTD/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0664d8428f9aafd13d697e96c46ef90f36cf5d8e --- /dev/null +++ b/neo_1month/data/LSTD/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c823b89c63452ebd95cf8229d3cbc65627ed652cf0fad45a9254de5c561fcc +size 1166664 diff --git a/neo_1month/data/LSTD/2021-02.npz b/neo_1month/data/LSTD/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..079e0e38853fc5ac107b16c680d73489aafd8002 --- /dev/null +++ b/neo_1month/data/LSTD/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c20479f834984f0910193bae9ae213b45e31ea3930779cd4a082c9cc70ea2b5 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-03.npz b/neo_1month/data/LSTD/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d68546825714013c9a1bce372ac569d8d0fef648 --- /dev/null +++ b/neo_1month/data/LSTD/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fe215caa1e66a5c4b3619c129476db7b78cc6d782bbe951a7dd7b3fbfbb3ea +size 1166664 diff --git a/neo_1month/data/LSTD/2021-04.npz b/neo_1month/data/LSTD/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d13dc9b35a61758d3841d25af04a71e8b5c95e32 --- /dev/null +++ b/neo_1month/data/LSTD/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6485bbd5a7ecbec8b8e98ec18c22f9b529b0b695204d06680a755d75bf2a55f +size 1166664 diff --git a/neo_1month/data/LSTD/2021-05.npz b/neo_1month/data/LSTD/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a427febab8b2afdd8d63b24d01db5d2c76af9903 --- /dev/null +++ b/neo_1month/data/LSTD/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790c0cac71de3f2a4f04b5bd239eaf4a5832c8cda9ceb51a39fd1c06dd1296b7 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-06.npz b/neo_1month/data/LSTD/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa9f5fe739e0cebe4e871addaab7f50ba72c7ab7 --- /dev/null +++ b/neo_1month/data/LSTD/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2449abbfa59ca6bf63dfc3c9bcb6255461b07dee68e84c66bd4f0137f667fad1 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-07.npz b/neo_1month/data/LSTD/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3bc30b7f600c0666d695d6a1b259a922697d677a --- /dev/null +++ b/neo_1month/data/LSTD/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bca3457fcf06ecb98a9cf2d198d62df80f1d498ebc020ccdc93dcbde3270e50 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-08.npz b/neo_1month/data/LSTD/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a837d9529404e7fa6fcf4b25f5113e3f2d8bf8d9 --- /dev/null +++ b/neo_1month/data/LSTD/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dc123dc4c2296ad81d7fd9ea1cf6826304ec4d8981da78951679e6c65a1c36 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-09.npz b/neo_1month/data/LSTD/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0120c7a21be874bd7d4ce77dc2a7ad23611dbf22 --- /dev/null +++ b/neo_1month/data/LSTD/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece5e6c578c6c4c6ae21587917e6ff5b5cf7e3efc4e0bda1692bd0a6a1ec5e87 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-10.npz b/neo_1month/data/LSTD/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..06ef045207b98ba1a7b0fcce64359cb14a705be8 --- /dev/null +++ b/neo_1month/data/LSTD/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1652258331acd0038751bd8fcab8955c3193adca0cd5dc18334dc79f45533c +size 1166664 diff --git a/neo_1month/data/LSTD/2021-11.npz b/neo_1month/data/LSTD/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bd1da4950d27efe19afe14431ed097f08ec8d1d --- /dev/null +++ b/neo_1month/data/LSTD/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11221799a06271a5447056ca6effebf7864278640f5b2d4d0d01ce171a6489e9 +size 1166664 diff --git a/neo_1month/data/LSTD/2021-12.npz b/neo_1month/data/LSTD/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..76c85e0af2ff160cb65930cb362872b93db0b749 --- /dev/null +++ b/neo_1month/data/LSTD/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5643651a1ab29eaac5b9d51a49000fbc4ea3f49ee88d574130bdf65e4126e823 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-01.npz b/neo_1month/data/LSTD/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee4de34ab41fbdf26a777e7c1df7641c2653c3a --- /dev/null +++ b/neo_1month/data/LSTD/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b170b0e621e286dd44ac9181736c0a0b9fa4fdf07db380d20d5353279bd5da1b +size 1166664 diff --git a/neo_1month/data/LSTD/2022-02.npz b/neo_1month/data/LSTD/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..306fe88c57fbadcc54123b6ad1eaf59d013515e2 --- /dev/null +++ b/neo_1month/data/LSTD/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca3b55e23f9ba1747e120e40cc3cc1b2819ffda6b72f622cd7afa9ca2e50437 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-03.npz b/neo_1month/data/LSTD/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e26093c0476ec8f89a6410b89feb301f34c5da79 --- /dev/null +++ b/neo_1month/data/LSTD/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be834d414fbe872feff2a1229b280d25b4facf53d54c5073683f4afe1e78565c +size 1166664 diff --git a/neo_1month/data/LSTD/2022-04.npz b/neo_1month/data/LSTD/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..de313af86a47efd57741721be73e7cf171508070 --- /dev/null +++ b/neo_1month/data/LSTD/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd966f8fc27bea44bc2a757b2b39269683b999325141b5ab3851c8ba71dc5c +size 1166664 diff --git a/neo_1month/data/LSTD/2022-05.npz b/neo_1month/data/LSTD/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..642f2ae5126ed5f825a88862229a1e49f590709d --- /dev/null +++ b/neo_1month/data/LSTD/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78bcfa19d63c5b6980ba7593080f7e230b3019072f26364c764d82c0f0bb748 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-06.npz b/neo_1month/data/LSTD/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3d9514b935e1670e7b43759251946c9b21de9f2 --- /dev/null +++ b/neo_1month/data/LSTD/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0da0ffa1e2abc6c777603aeb263ac82c12e1bf6181d281a0ec6866d81e70058 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-07.npz b/neo_1month/data/LSTD/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ce18decd6feca64c890947eeacc5cdb1cebb4ee --- /dev/null +++ b/neo_1month/data/LSTD/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ff078dc0b623bda74bc6c6cccc29e3466df538f892437e0d80ba40093745f4 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-08.npz b/neo_1month/data/LSTD/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d580cee4476a80577d4a05764acc8bc5bfd1ffa --- /dev/null +++ b/neo_1month/data/LSTD/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658f32d06fd227c6172b156ba01445ad5707298fa6d0a851123baf802e9f7fd6 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-09.npz b/neo_1month/data/LSTD/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..765f0189241e767edeeca92b8eb5804d8f5133d6 --- /dev/null +++ b/neo_1month/data/LSTD/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb372b620570880c12a62300884ee1e21f08031525d8ef1e6af8f4afe77b307 +size 1166664 diff --git a/neo_1month/data/LSTD/2022-10.npz b/neo_1month/data/LSTD/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..09af343db14921dcc57d8ff07f3c9542c0df4980 --- /dev/null +++ b/neo_1month/data/LSTD/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374ae03f3b2dd255e16d6701828d848fe337a2d9c34d9ac2bd85c79450736fee +size 1166664 diff --git a/neo_1month/data/LSTD/2022-11.npz b/neo_1month/data/LSTD/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9979038bb5cdee8d4b035e12ff31ac318aae975 --- /dev/null +++ b/neo_1month/data/LSTD/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d5b26b5e42ef354dded382ad79ae4333d6578f987d9ee0ed1586cc197f07bf +size 1166664 diff --git a/neo_1month/data/LSTD/2022-12.npz b/neo_1month/data/LSTD/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..026b2606de7cda3fc0516c0a7a7055c919434ece --- /dev/null +++ b/neo_1month/data/LSTD/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735e44d5106d684da4909c913e25f3eb371942f4a2afa6a602d61f4d54c0633d +size 1166664 diff --git a/neo_1month/data/LSTD/2023-01.npz b/neo_1month/data/LSTD/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b52539705e79f29500634d7affaea031701b0a9b --- /dev/null +++ b/neo_1month/data/LSTD/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f092504944117f4044b769bd77553af350b5f0119e6801f82b07030e62d0c8de +size 1166664 diff --git a/neo_1month/data/LSTD/2023-02.npz b/neo_1month/data/LSTD/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..96a39d6f89c20616e5a080f33eef4f752af761da --- /dev/null +++ b/neo_1month/data/LSTD/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d139b9e76d98ffa4725fc56b99723cb99551d24b388893a32a6b5d9d4cbbbdb9 +size 1166664 diff --git a/neo_1month/data/LSTD/2023-03.npz b/neo_1month/data/LSTD/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1cb8c7abcc5f5fa22bf6854add99bf7b446f724a --- /dev/null +++ b/neo_1month/data/LSTD/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29ecbe50d87f8a510ef28b8d614638774b4d47a5de1d602518406535c8cd78d +size 1166664 diff --git a/neo_1month/data/LSTD/2023-04.npz b/neo_1month/data/LSTD/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8679257fc55bc13e47e01ee99237b3703098002 --- /dev/null +++ b/neo_1month/data/LSTD/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc9a48a4dc4f3bd7ea91927a91582ae8261395c19d74a9a36b815d312f1962f +size 1166664 diff --git a/neo_1month/data/LSTD/2023-05.npz b/neo_1month/data/LSTD/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6dbb5bec90faf14f79baa843bd9a0c1c2c162fb9 --- /dev/null +++ b/neo_1month/data/LSTD/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e994e9d6b945c12d4e5f8498a50e09542a61878201b612cbecdf985d01a2968 +size 1166664 diff --git a/neo_1month/data/LSTD/2023-06.npz b/neo_1month/data/LSTD/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..25b83585d1686476a96bb05d2a42a593bb925840 --- /dev/null +++ b/neo_1month/data/LSTD/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b7a8038e1ac026347b035eee50e77bc29316071add655231611bc58bf4f916 +size 1166664 diff --git a/neo_1month/data/LSTD/2023-07.npz b/neo_1month/data/LSTD/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..21e2fb2812608769ff3e6c3b44e03e7d0de84c85 --- /dev/null +++ b/neo_1month/data/LSTD/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f96bcd9d2a6abeb52581f5507f445765c9f0711e3efc014b5601fe519ce23d8 +size 1166664 diff --git a/neo_1month/data/LSTD/2023-08.npz b/neo_1month/data/LSTD/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c79c17f87d721b3bcbe51db11c6946be1a673bf9 --- /dev/null +++ b/neo_1month/data/LSTD/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bf0e68342d8f19f2b7a92e9b19135031e1c99e156451f07241b03eb4bf344e +size 1166664 diff --git a/neo_1month/data/LSTD/2023-09.npz b/neo_1month/data/LSTD/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2db1ef9eebccb835feb2332c000390934eac2821 --- /dev/null +++ b/neo_1month/data/LSTD/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789bba4940f17fbeb313d5c0230fce65a8b1ad5811f4de7f23eb670579c41f9d +size 1166664 diff --git a/neo_1month/data/LSTD/2023-10.npz b/neo_1month/data/LSTD/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b60029c8ef2f818d1d4ceedf998f40d7033f437c --- /dev/null +++ b/neo_1month/data/LSTD/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365472ba141f897192bdd73dbeb765e2ebd4a5e50756a9cfa25fcfbb7a523d73 +size 1166664 diff --git a/neo_1month/data/LSTD/2023-11.npz b/neo_1month/data/LSTD/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9999dc87ab4c294b762d4fa3e375012627d4828 --- /dev/null +++ b/neo_1month/data/LSTD/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ea5793287d65812161dcc96076036c32f526858cdb1b3f44e1a38022e6c62a +size 1166664 diff --git a/neo_1month/data/LSTD/2023-12.npz b/neo_1month/data/LSTD/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..468ed1c2e1cf08e7900349dce690579ac93f2c70 --- /dev/null +++ b/neo_1month/data/LSTD/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833d17c2a7a074f186a22b62c091107fc6c78db4043455b6245bc8f66f5a9f6c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-02.npz b/neo_1month/data/LSTD_AN/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..382129252c0213685a09ccb1d9479361d8e4cda0 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607c32226b75cc369edc550b0515c4db4542a00a15d0ab766f461e88f34c3914 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-03.npz b/neo_1month/data/LSTD_AN/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4156295481c20d6dab572b93a5ce43f2578f86c0 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8f554673cd7f2b9c499e043e1faa346746a59aa0c0f66a36e74b1d8ffccada +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-04.npz b/neo_1month/data/LSTD_AN/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..018855fb7368acf3b3fd48f867841b9fbfa2d3e5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb375df5271656520947ab14b6eacc939bf2253e2ccc6e23a1a4ce5fbb668f63 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-05.npz b/neo_1month/data/LSTD_AN/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee5c829c7f9b8997d31934ba15194b90890f201c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a43dccc23caf21546c9a8a971c7b40fd71ff98ac5cd7a4bb3d7c13e26cc350 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-06.npz b/neo_1month/data/LSTD_AN/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8598d577d9f2bfd8f20a70a742f6dbbcb9a94d10 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bb13c594fd57808412871f079d16c95ae9fff6ebf052db14af336e629b121f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-07.npz b/neo_1month/data/LSTD_AN/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ce52e04fe876efdb941aa12c3abfb5ce0f61722 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea83c3d009da5ad05bb9b19701e28d23488b0dfb123ade0c87c5a4409ec9404 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-08.npz b/neo_1month/data/LSTD_AN/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c0e01fe8f6161561b7a32ea2853fbb4e97e689e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451b60c8b4392c4fef3777f0536f69314dee3602cc3464fb650c84ebee5efda3 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-09.npz b/neo_1month/data/LSTD_AN/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..75c058f7d24ea46002fe0af90a38395fe3cda2f0 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453e846ec31afabd104a093db4cc2e775a1db762c926229a0a87618b64bd5170 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-10.npz b/neo_1month/data/LSTD_AN/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..533c31bf38419da8ce3ba83b0d9e5a464f1e6527 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9fae34998a894d56313c9c2bcb3cc1022f805dd7071e3b93296cb1d0a249e3 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-11.npz b/neo_1month/data/LSTD_AN/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0086e7ab8754ebc22f630745e620f374e0946d7e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f19d06431f412831f5152aeadfb2c5b66ccfcead5e184350dd6b19e748a8c0f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2000-12.npz b/neo_1month/data/LSTD_AN/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..15ce3caed80e3dd74e512b01e66262e520d03f5e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b7892b5bca007172f8934ea513e0e54897a5913c42b92685c9d0743efa8ea2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-01.npz b/neo_1month/data/LSTD_AN/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f14c4f79ba6d93c8e9bd975016e8305272482cb4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd89f146e30861810534bf7e0646a45070b01b73262ae2d1eb3a0c8ebb4e18b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-02.npz b/neo_1month/data/LSTD_AN/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..603bccaddc9a686a64ee1dfd38a91b66991bab31 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0565a3732b621deebbfed2e300a2adc73b4c706c106a6a4186b0d9d72367ee1c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-03.npz b/neo_1month/data/LSTD_AN/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f100c583e45247f21a607f7dc895c43da33a309d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4bb1cc7d2231aa1193ebb1f30cd716dc1e5fe7a416056ae9e829cc0da485ec +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-04.npz b/neo_1month/data/LSTD_AN/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8106ff205efa852ac42df142f9bb926f6508f6b3 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9e835a4cb7e6f522857239cc5eea04953d8c438a7e1695804c00b926a5f37e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-05.npz b/neo_1month/data/LSTD_AN/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b806c2860f280910da0e68e481d0df35f6dcf8c9 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03ab78f4fae38eff391c2531ad4cbdb7f9bf9e03c26edbf748018f4092b4781 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-06.npz b/neo_1month/data/LSTD_AN/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a75850b52ec34617b535d1e674e3019387e8803 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398d58f153c29d7cdc72897c15254db67e3b079f587d35ed47cb5eaa27693109 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-07.npz b/neo_1month/data/LSTD_AN/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9fec00d39a7cea77e72e37861b73466492c66b73 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b7c4e6e2292d6dd4022069837c79851472898da3842a623e0310a89c683bed +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-08.npz b/neo_1month/data/LSTD_AN/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c90ccf41e6240482c9389ae38514566436e20c6e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6335755136d887e56ea9912d3be15220a531fdf85b146c8f2bd0e54ac41aca57 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-09.npz b/neo_1month/data/LSTD_AN/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bff0f730ebf766b81e9a897ce4a3690dee3ae028 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e752851c4207ae76a6c188f222be4245f4c44c2699e07cc96a73cb4c6f9fea7 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-10.npz b/neo_1month/data/LSTD_AN/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47e75dc424aff834a1533465d8db6e1c09009e33 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ce7bab514e39dfe80b8ff61d8b396c31898603b1248225579e180aa8630d6a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-11.npz b/neo_1month/data/LSTD_AN/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..caa36117a2bc77bd51cf8eea2fd0ddcedff87276 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa81888884b72c72028e4db2a9c34a8b0f2c49dd75fe3b60193ebbffef81826 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2001-12.npz b/neo_1month/data/LSTD_AN/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..73ef42c32b4ee19659a7c43104a547c480017280 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2ddcc228a781eeaf7a8727e0c57dc9170dd44eaea02d3d84b0360a05f0eede +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-01.npz b/neo_1month/data/LSTD_AN/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f76f0bf8de008a88aa557e1f6bac5e73d0a1bd34 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e60789f05ee3ac2fdb495488c9f6b5a905135829bc888889b3a27fbf8dc20dc +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-02.npz b/neo_1month/data/LSTD_AN/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f69b9e33cc96ba02effc425851dc4767d9388073 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf61c66c3aec734b58b4ff96ff61bdfd776f69e4fdb91aadf756d167c27bb8d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-03.npz b/neo_1month/data/LSTD_AN/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..35e7dcaf6b6521ec82ff2f08b34226087ef4a735 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085b34f8fc441ff3d4f0936c8f5e09ecba291ae8d2c4f3ba2b28c7c57cc614a4 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-04.npz b/neo_1month/data/LSTD_AN/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd5a6e6f078e7d774fdba0b6077e10e3b06cd3ed --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847b041df417ef840b86f4558e813d3535b7e83836288669b4edd18b3b122262 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-05.npz b/neo_1month/data/LSTD_AN/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cef9e2a6ba10be0d7eb566023cf5721db27b8ec --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a014f2b9f4a9c9c21329c0f83b287fd2a713640defda7609cd3c392c1beb0cce +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-06.npz b/neo_1month/data/LSTD_AN/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b814bc484e4877315b3bb75c7043723146a5e04a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8fab3f551f3bf059a2c72b1d8c002c6d2cf201589a0ea57c13f77dfe468a64 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-07.npz b/neo_1month/data/LSTD_AN/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..40a377bce8c33d0d6ec29000b4ff8a074253e1a7 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f181df236a878ec08aaaa437e02f6ba1455ba910394b90b641a3c4627b27bc17 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-08.npz b/neo_1month/data/LSTD_AN/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb6a68f55f2b791780bbf2df8a8b2cbd1f1f2cb1 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f722a51792424af89cdb5729ff5895442fcd7225d13df031153f5d0712b0885 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-09.npz b/neo_1month/data/LSTD_AN/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..862c08466bb7a10df87c729bd8b06740411bbf22 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e931df9186f2428cb15ff3fae7f3f481bada760510949956dc7a61854f23815 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-10.npz b/neo_1month/data/LSTD_AN/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7566091dc9afacffe671534a4a4616b121d8311 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b49922dbece2ea016faa66fdbd90fdec35048c9a8d97cc6730a338023de2f22 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-11.npz b/neo_1month/data/LSTD_AN/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a02337254b08bded1a62f573d3ee5fef966327b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f247b8d53c1ac53f6493d3b2f87474404a63b96f8e9f2af984fb209a9b8d2121 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2002-12.npz b/neo_1month/data/LSTD_AN/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa0e862a318ea469dd1c1b00ae707dcc7cd175ca --- /dev/null +++ b/neo_1month/data/LSTD_AN/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07112461a947d2e373038b59f34b364561bd8a7740b8eccdabc2bd2ea3d375f1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-01.npz b/neo_1month/data/LSTD_AN/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d74efa98af91fa178af905a6a1643dbbc96283f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cf70cd031fb360529bd8bf2ee862c09e355a253568aba5c27c40df70fc970a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-02.npz b/neo_1month/data/LSTD_AN/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8fbf905569339e1393257eba49d920cd1299693 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db82dd2d29ed4b4c49754b08cc887a015835267bbdc2372d0b77a35d215fb792 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-03.npz b/neo_1month/data/LSTD_AN/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c867f9c6fa4c760039ce3089ec82797a611c31a2 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08469451fc6ba8039e3f2dcb62f1f304cf884e969c10fb11643dc86170a11ea2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-04.npz b/neo_1month/data/LSTD_AN/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8bcf5071751f3539979eb0f2804eaef0f4f75c9 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665fc1065837d9304ec1d257de109f8ae29b95956844fde9491e9061bf57892d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-05.npz b/neo_1month/data/LSTD_AN/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0619c417c1831e749cfddbe1b8156dcf4d5379f9 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf9d78b51d0006d8d456298b69724dad6f355f4273170c187f3c88ebf2e9a16 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-06.npz b/neo_1month/data/LSTD_AN/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a0b1bb2dcf3fa75e4c63f1afce40667b3e277f8 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7bef3d8c961edf79d8c4253d33fd7c05c4d5876cae882960df45d5bb5cb857 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-07.npz b/neo_1month/data/LSTD_AN/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..99d65496f4a3d5825c80b170453f4a6c154b20f7 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c313cdd287acf1d1c3f7139cb39d906a23da95c108324c038d52acbaaa842366 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-08.npz b/neo_1month/data/LSTD_AN/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..57de103a6f72bc2230724b524945fee497a5361c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0906bbcf167f23b5c52269ad9beb9bc454a893e124045d51a1d0c519fc4ed7d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-09.npz b/neo_1month/data/LSTD_AN/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..85ffa26a24949a23b31ea7cec8a04ede87a1a71e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06d48f2fc6ebadb2c947d7448a9664338d5edbed35e09e06be5e2fd63e1edeb +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-10.npz b/neo_1month/data/LSTD_AN/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5920980cb0f4e4745f628e149f2f0f93b09ad273 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59216b76929e59bb3f0f0fcb32c8b57d50ba2136c49c61059cdf241ca7949c86 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-11.npz b/neo_1month/data/LSTD_AN/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..626151f92c9bf0ba2a94eaf38c5bc58cb45c1f0c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803eb98988d6596ba71e727ef857f126adb1fc0c0758e27e1637b61632f2fcf +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2003-12.npz b/neo_1month/data/LSTD_AN/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0ad22a5eeedb3e3cb88efd7dda5d8d9cab6d21f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b169ff54ead073b62001cf693602b27a4a8de546d93f85e6810dcfaac8599a5c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-01.npz b/neo_1month/data/LSTD_AN/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb9209a690faedc0835f0bafa34ca2ee990331eb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65858a7696946489010b5d7339e32ee0550e6b1ad098215f2410749b0f5d4105 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-02.npz b/neo_1month/data/LSTD_AN/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..03ade186a333b9c36ff717e510f5ad46460308f0 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd3e518e1091a025dbaa558a7556eda31e6fdd8cc68f5f241f99c9421a74b7c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-03.npz b/neo_1month/data/LSTD_AN/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..aec86557f9cc8e22e3b9315d373f64aa6692918a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bcfc3d2cd9595aa630242f54b9a7e3be5a56dd62c54cc23054069bc04c4440 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-04.npz b/neo_1month/data/LSTD_AN/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..61f617e74c264c605e25aace1c8a3c32ba236b90 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f956ef8494e403427cbb83a118bacfeb56d67e5751a2d3ac247ce5d88bc864 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-05.npz b/neo_1month/data/LSTD_AN/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5475b1d9764507d6e190a558dc35ad41c7e20638 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a965254903c5905d233d5293caa140113d968983a9318748e08ab2c2af8934f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-06.npz b/neo_1month/data/LSTD_AN/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddc8d57565e0b945ddfa2502fa441c2e7e377e41 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbe0c4a4ece6e2c84b7c26acbe7ecccb1aa09af6bd7589a7f23b3b84e9fc06f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-07.npz b/neo_1month/data/LSTD_AN/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..405be8d6170ac0332dd46f833e0f9c77f1fc235c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8de0a0f9ef9209381253c97b881916ec3f487f1dcfa57a7351d14ff577d73b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-08.npz b/neo_1month/data/LSTD_AN/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9996fc2ca657dc80bb5d48643828f92ac8c9a940 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6d9d581111fd176fcb6af1b2ff19c7c59505dfa4089864c0bf64dc51964297 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-09.npz b/neo_1month/data/LSTD_AN/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a1a4838e71670f1e4771b3d1cad1125ef0cb8ce --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e901c65f6fd3d1d5e138731d2cea3dd579597bbb05fa0b1f4c2e9ce05c0a5050 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-10.npz b/neo_1month/data/LSTD_AN/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d89c157dbc0f1ff92e03ea3abe5a39703bb66e71 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028ec0bb3cc632d552a0fac55ba2b5cde7e5f0f938fd95ad77019e7b517afe0c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-11.npz b/neo_1month/data/LSTD_AN/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..72777eba05bdde8c8bf0f5525815c685aa3def66 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554f6c4a731e15e4b209013aaa9e038115d02d6f602d4b46f7499a8f238770d1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2004-12.npz b/neo_1month/data/LSTD_AN/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0a95a7f7d5dbad4f01a0c10a8065f71fb31f164 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590a25fb779d529cd14c1821f966a8a3a760c4a4a764214cb210a656564f3dd9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-01.npz b/neo_1month/data/LSTD_AN/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d564ec6cc2c0537086d414947103eb29e48ec04 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8d47dc76b77ef8c461913c4ebcb62ce89f662bc80855c52780b9ea51788dbe +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-02.npz b/neo_1month/data/LSTD_AN/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dbcd31d87615913299accb3e32d8c7b8f855b4b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f467ed1dfb2ffd59a59bf3ef7d92811cc1f3de805507142267aac2ca7545da0a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-03.npz b/neo_1month/data/LSTD_AN/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cb8e8a037e65442309d731a9c23b9697bd0a021 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2040f411e3943f72e71a88ba907b5ac6f2642a7f3b18316c69d80fcd47cd73 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-04.npz b/neo_1month/data/LSTD_AN/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5a4fac439fd2a27f6ec0062e5af237ea23de6b8 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a793630e0547d491f9c285c2f8e91f81f16e9c384e795376bae28b9542803e5 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-05.npz b/neo_1month/data/LSTD_AN/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9268a71511243ef63634be600f180cd1fe34b330 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e54a56174cdecd5a0938bd2da3c4c05f7661a90aeefc828efb629d8dd53093f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-06.npz b/neo_1month/data/LSTD_AN/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7da08aea3a3d6c65d84e44d17a4adca1cccd5bc2 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9c461598811e0a609495499758ae3f7b462d36a9bd67b9394889d4eb850f7d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-07.npz b/neo_1month/data/LSTD_AN/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0463516878c9aaacd702f0152f339a5444e0b94 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17172b4d67b139da55a11741a8a55fa327dcc69f8df90008cf15e439d5efb00e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-08.npz b/neo_1month/data/LSTD_AN/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a11585ffff95d055b20f42bb6390e62c455623cd --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1369f1a80203b0bbdbc921f11e3d96d020df1ec954c79d527da4239457ea4c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-09.npz b/neo_1month/data/LSTD_AN/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..19a5a2b54f3301cbed1d7ee4f99ecde52a00573d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b330b528583cdb64a1621e7cf6de212834740d20993d93b11907d261ecb596 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-10.npz b/neo_1month/data/LSTD_AN/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d21494d7444b12be1c5eff2bdf2047d1173f272 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9a46e44736cbd99518b7ca1f65a79085e84fe7d0732d2b5981cd4fe2bffbe1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-11.npz b/neo_1month/data/LSTD_AN/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..129a55082531b6215aedfdafc6dcc7e79b06fe37 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7662f7e5e29308775bc3ba18eba3460420962f38e1653d84ad6a839d087d7d73 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2005-12.npz b/neo_1month/data/LSTD_AN/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ecc597872de27bb94a9134c8b03546735af8a04 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0242bf58564eaf7d4209084e3212d40d38811758bdfec88fed44bb431941b098 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-01.npz b/neo_1month/data/LSTD_AN/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f2cad63f6af70cc4f58d66e91de3a5d1760c104 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7aac0cfcd00b3127621125bf72d3609c5b6ff321d22cd0dff0bd601cbfb80b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-02.npz b/neo_1month/data/LSTD_AN/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..85c6de536f7709742173b707f321b3277369ad0e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b8c7cca25f6f03ba20bc730b7d8655d1cd8403854c111e466c5e15535e3b8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-03.npz b/neo_1month/data/LSTD_AN/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f27f783ef6ae439065b7b184397ddb12623c03a5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88c491360ddf1293a5afd4cf2af6d30608f9f90262192ed1bd88486e6c770bf +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-04.npz b/neo_1month/data/LSTD_AN/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..93dd5ae312e91c5b101c095b947e805be7677c5e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416ff79147da6e583d379fccc5e9cf79fbf7f3847dd06aac8c2b0851c329db48 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-05.npz b/neo_1month/data/LSTD_AN/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a232397f0fb67ac5ec697d1b4f3f4597329e002 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c1d4e6d4c6657ab8eb4543d664e3e7c6bdbac725e23b86033caaf9796cce63 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-06.npz b/neo_1month/data/LSTD_AN/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1090ee77157ee4dd5fa98ac110f19eb92420e112 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46edcdc52ffd18d51e14a1303407074a0c3a534e6cc179bc860075c29b9a750 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-07.npz b/neo_1month/data/LSTD_AN/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..908a47aa0d92efa2e8fb529a8afa126df3ace2eb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad966a7ce7fa8ffb397cde622e99e2531af0dfc6db74d37a9bff441ef305ff11 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-08.npz b/neo_1month/data/LSTD_AN/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab15855e9e1a89b7dd0ed7d12eb8f7f28d67588e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a61dcb5ba7a7d90667a754327668f51988ac86859542b745465416fb8c932c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-09.npz b/neo_1month/data/LSTD_AN/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1d5caa9c028a284a06370c77f33a9a29e72e8a3 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fb3d9121788dcab9e2b34d40da2adf0d3e9e3c5a2738479c28f71c1bb95023 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-10.npz b/neo_1month/data/LSTD_AN/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f86228b9e71208e6cba2a9ef7b0d67ab26e6a557 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d325808bc27bb3f8a86e753356af587a8ea4fd1d3d4a23832a1544bedaa1ed36 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-11.npz b/neo_1month/data/LSTD_AN/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a07532b5fb0dd065f0a91c97c597faf9a4a8fa5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7052a91ee667398401178604baaa1865a7b4c14d55691d34b660dfdbf3a61c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2006-12.npz b/neo_1month/data/LSTD_AN/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..06f89e48bf0f8b4fc64a3c8629a31839bfeb0860 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a79c68433f463d24bd9b24ae5b907ee6503e72e8ee46ba05b017117986a349 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-01.npz b/neo_1month/data/LSTD_AN/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bf209928bf73f1e86b8d5895a79ade879288962 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecf6c8ca66ca53334b8942e3be7bf2664f16c95be70aa3d0d9c688106f6a683 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-02.npz b/neo_1month/data/LSTD_AN/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aaade74d8862d46681a9eaa58241a265c26fd93a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbb23874259ae704dab6b222bc574f4789c9956f96c3d74479fc9290f572531 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-03.npz b/neo_1month/data/LSTD_AN/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3bc69238e9555fa3ec868ff130b768909f97535 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5baa5f3dcf801601d19ecb89d0c4dd89f2291a4be6688e21a863d0f63ea11c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-04.npz b/neo_1month/data/LSTD_AN/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddcdb1698037c1408ada83b056e47790c5fa8b86 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88d2f58fee230eec82dcfba7fa237ca7000ed01dadc1a1d22f54211fdb79387 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-05.npz b/neo_1month/data/LSTD_AN/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a23ef07148db37876def00741113de962d68587a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e90a83b5463a244681be9621d1229df6e7d50b587ff5421abe290ec0b997192 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-06.npz b/neo_1month/data/LSTD_AN/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..52aa76512c274949f1d21ba1238fbac5e4cb4bb4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7e3d93c73a940077106c201eaec8a8cc90fd55670a61619e95cf1053f3ccd7 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-07.npz b/neo_1month/data/LSTD_AN/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1a00b3c71bd068bdb4993030609b0e781fae920 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9329a73f25b621289c9978fb0d0cebb312bd7c03f13eb51eba54fa0a7b42a8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-08.npz b/neo_1month/data/LSTD_AN/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f368289b8e6477c3be6ba292a6f0f51149576d2c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb3bc6aa89f49255dce8c45557b10fa6c91507ed16bb53477d9b3bd4b4d797c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-09.npz b/neo_1month/data/LSTD_AN/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..aae7c619a8a70a7f0f6c3ce81e36e07903f791e4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aa84377f326a432075fd56b8e54d15dbb78bd1dc255a2ee9a335584e8436c0 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-10.npz b/neo_1month/data/LSTD_AN/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..706077d043750ddd962e1560140994ae842170a3 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab4eb71f0f8f964062b7c7236a806bdaf86001ed4eafe6bce6bb5d28389a43a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-11.npz b/neo_1month/data/LSTD_AN/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c6ed2c7cddc60819db58295ae384a2ed9fac656 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9669dbfb73e5ff33d07fcc644b598635eab4e0f848b393b71ad96fcb341702 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2007-12.npz b/neo_1month/data/LSTD_AN/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e60c561b9a4d1ff11e946af7cb101f30fd961e9d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49479f43b02f16d9bf7917aa48a9b149d8a4000c54a6225ce35f62f07395860 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-01.npz b/neo_1month/data/LSTD_AN/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fd874f5e9eb0114e096ea3d546584e80fce6ce5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38507842733c757de81ea6449aac09f10b801bcdd8a4195b9bdf790a8392dc4e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-02.npz b/neo_1month/data/LSTD_AN/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e125f72b22d61904464319ba040bdf45b3c7f1de --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ef801a7e6accf15a0d74e963f641d24bc6598a81703f0101306ab792a55f79 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-03.npz b/neo_1month/data/LSTD_AN/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4c2fff11822d85c063832c85aada5a3f6227b9c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5429a8194c74f0e2d35611527c2e636b5b7825c727cb1e6ac60d3bb7dd100f37 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-04.npz b/neo_1month/data/LSTD_AN/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d8384e536be0c95eaa77e39a7de93e08f698beb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02d41149092c6d94bbf5dd193bca2d011faadedfa8fb00e4a33e9e19364cf5d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-05.npz b/neo_1month/data/LSTD_AN/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..acc90e6446168229b39b9f3838f761d22b68a5b8 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9ccdd82449aa1ac052717ed5b043f25bdbac801830c2975fd99e6d22b6bbb1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-06.npz b/neo_1month/data/LSTD_AN/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb7626185273cc2127b37285342d3c8b6df99cdb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc057b81dbb2b2e100f5fba4c63139c1edcb7fbf326d09b1a8c9e7cfd1e8db32 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-07.npz b/neo_1month/data/LSTD_AN/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c447da72616d22525ffaad6f6e62bd0c6d0c6600 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c683d618a4b593256de03cff340cad8b181176cc28173472089ef97732baa3b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-08.npz b/neo_1month/data/LSTD_AN/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e42fa2ab26acad941caead3ffc74b8e3e895ba97 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff66216e88d1aadb337c230707de69ebb6c1f2409774b41a64ca3fd836d56b2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-09.npz b/neo_1month/data/LSTD_AN/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b104492140babb14b72024eb5aec9e02aa62713 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdbf0afb91bfdd6650b708b1b942e497ed334c7420dc7117a3122c3413adaa7 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-10.npz b/neo_1month/data/LSTD_AN/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..86830f892751cbb2ba725114b3d28b48ff4cd9d7 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5d7012035659604cb6be9e348a5e162763eb17a92cb3d85cac0d562928bdf +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-11.npz b/neo_1month/data/LSTD_AN/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f417cf083c1db1f4b07d97a55640faed8fae39d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e689dbcb8467e7ccf72ce468abbf5745973ac4e68fa23f6571e0a892dccd397 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2008-12.npz b/neo_1month/data/LSTD_AN/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c47a8ca51cafa682ec72c67bb6b132459b457230 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df0aaf89f8152f6fd3917bc3cc05680e0c487967f0e3e23596b2263fb8ad925 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-01.npz b/neo_1month/data/LSTD_AN/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c7b95d7207e50d48b0a233edede53a82519993e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d169b403e2eb9c1764b37cec37a018fbe25d3e440290c0856f5a7851eca424c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-02.npz b/neo_1month/data/LSTD_AN/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5cd9e5b4fe5317451dc6dfbc772d8fe9a45fa71 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26692b395ba2b5aca5533c1b897bb17116947879e315e947c963f69b68f696d8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-03.npz b/neo_1month/data/LSTD_AN/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a56dfaf76b8a3fdce6b65b2a59c9afe210729f50 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c891e57330991a17774740e9242db72f88c3ec1c601f7708b539e641d5f100 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-04.npz b/neo_1month/data/LSTD_AN/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0eaedcd2cb5776f2f6e06a2b2841f7b111c191f7 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0f906f89db0574e4c559cf8d067929b2bdb5a580d4a6a1e66866c532ce02c6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-05.npz b/neo_1month/data/LSTD_AN/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb2abded2c90fd3f4ff9249ec7b48a91aac8bb82 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb4263d197590c91685a5690882d68aaa48acea565d7d4280a68d345f08e1c4 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-06.npz b/neo_1month/data/LSTD_AN/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27857995486597d061cae9de4dc9955b4925d02 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c3db1a4261eef6df5ccf79b117ef5a9d70b6109bdd15774da3df001b8a7752 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-07.npz b/neo_1month/data/LSTD_AN/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e45ff9a9c3dadc77238d382738bbcdefa3a1cdbb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7f34adfa37416924ea498f020e2da4448d7c4a147c85a14dc9b54f85a40b58 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-08.npz b/neo_1month/data/LSTD_AN/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1098e0091f9352337de3c552a41949d399679c6d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139e6af345a13a4de454c8dc2b916746ec40b59548f4c8417918686b55110588 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-09.npz b/neo_1month/data/LSTD_AN/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2143a938ca47adbfce33b518059a78dfa8b2b2da --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a1bcc097ea99ef49058a30ce1d3d5fd6672a99a484adc7d36be54f9586498 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-10.npz b/neo_1month/data/LSTD_AN/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..87ed7b26ed7b5a2e6c14eaa847607cb9964d113a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34150f7879873abaa35277a83c8b0f6bbf26fae1f7e8ab2d0724cdafc53221cf +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-11.npz b/neo_1month/data/LSTD_AN/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b604139b21effccd00b2420a6a9cfb4687e5e810 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fc6b7b19deae3140f2b101b57d5667f1b6c4173bf693a0607f4fcfafd422e0 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2009-12.npz b/neo_1month/data/LSTD_AN/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dd746b75684ed994ed3fe20cc069a4480947eac --- /dev/null +++ b/neo_1month/data/LSTD_AN/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ccf01622f102c3fdb892f3877c3b8639b7bc7a1b8334bd81f083afadce5bce +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-01.npz b/neo_1month/data/LSTD_AN/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..55d350bc4e56a376e0cb784ebae27083cde3e911 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71623ce48710672e2bf47172345878a539504002958e13c14b8141946c6581b6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-02.npz b/neo_1month/data/LSTD_AN/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..12f6228397a4848d0b4c82497faad0134d767c1e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013c8c1ac815ce232d3a541433bf12b8a2f98320ded7b42b29e9e2a4083ae042 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-03.npz b/neo_1month/data/LSTD_AN/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4361ef649e6255b35a673b251a24ce96cd86cf73 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e54239ce33dae608467c00fb097466946a795cd1d4289dccc822d8d6eb16b13 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-04.npz b/neo_1month/data/LSTD_AN/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f841df2c0316a199852eac40a343a164719fb200 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c531d57c7532b61561d4072694b340bdd208e6a534734ed12520519f73259c6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-05.npz b/neo_1month/data/LSTD_AN/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e9ec32ac5231618c477bf44c923f1928a63e54a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d003a481dffa056da8199815b3cf7b95116d3c9cc8166a3243f7810bf60c8a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-06.npz b/neo_1month/data/LSTD_AN/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c62dc86cfca7d1dafbb9a31e753712a6bc374094 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12860d43c5f679ba88e6a9155dd74071266e377294fc50e6ad29274d9cc3dda2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-07.npz b/neo_1month/data/LSTD_AN/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a021849dd1be65c1c8b6840967cbfa00fd13172 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e745f4e8b6d045f5fb8e0a47d13938df091352425185a0bf58ac79ba23fbd2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-08.npz b/neo_1month/data/LSTD_AN/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b31120c563b8c6373081a80aceb688678d36e3c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5298792180c52248a31006bee741d815e269fa6d3d3fd8b95ed94b8bb47058a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-09.npz b/neo_1month/data/LSTD_AN/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cdf1291d36e82c318631ccc9dfda15ebc413a015 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16df55ba177afbdc4fd89031764b9696dca356cd0a0bd63d9679bc093a50442b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-10.npz b/neo_1month/data/LSTD_AN/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e519d22fa6d4dd6c9146473d2770d2e9992b2caf --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf6cdb9d63fc230ba1b222e671c741dd329ffdd9e114ec5a2398b2c91cd2cef +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-11.npz b/neo_1month/data/LSTD_AN/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcdb44afb099425379f270517f6d98b0aae83026 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c30a9f6501fb9d61e31d66c921c8448a80cb24caf6cdbb0ca0f8e974ceedc21 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2010-12.npz b/neo_1month/data/LSTD_AN/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ca85efbf708f161b511833608c859c2242d89fa --- /dev/null +++ b/neo_1month/data/LSTD_AN/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330e734bb1a1615d0e00365dfe00a2f33824aa5404b38b16fe9d745106329fe6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-01.npz b/neo_1month/data/LSTD_AN/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6119001945a529813770d92f28b745b4b6882271 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e940ae6b38160d69ba901a90af76930d0613a966e82a54b1eb00901028d9e67f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-02.npz b/neo_1month/data/LSTD_AN/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..02828758d1f955ec392b96b87b355e28a627ffaa --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8496e41b2068c773810198115bc2ec2238d270ae628f6fc390cdbca32286e74e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-03.npz b/neo_1month/data/LSTD_AN/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b1e009098d5a193dc67f4e781d013124a4be575 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a97395f5bdfa209eaba0b9d80edb3678b73f322a367836081985579d83ba7f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-04.npz b/neo_1month/data/LSTD_AN/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..804be4f2104422b11ba80d2a7d5d2a4a773ee166 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be8ac47c6901c402bb0ed0c6817c818a9a4f906039d9738486488317e57f385 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-05.npz b/neo_1month/data/LSTD_AN/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1edf26028dc5c1a606eb102115042c402587f2c0 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72ea5a069b38a2af43549714fbe939602cd05a093ceeb621c338b1420c4539a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-06.npz b/neo_1month/data/LSTD_AN/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dabafeec97bf1ec6296530d4e8725f5b2a111c8e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d785682a5896f7d9dc25dd9f3cbab616de546c3fae380599edf3cead5be1c714 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-07.npz b/neo_1month/data/LSTD_AN/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6fa5146c868a8ed481a9b842e76aec3054bfde30 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d54eb819d49c3e814c93a240f931fcc3f17b926315e2330bd22e56f8c36862 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-08.npz b/neo_1month/data/LSTD_AN/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b3a513230430ab5d115a506af2208fb8dbd864d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf37e6ca19e024f1ec63dbe5b174c39e6111740244dbab53c0a74e91817fdfb +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-09.npz b/neo_1month/data/LSTD_AN/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef033b16fcf412581d934ea3a37d4e9639e2e77d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2422a2dd45d248d7f9775340a533597e1b87742e64876b5919a95fd1f763d64 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-10.npz b/neo_1month/data/LSTD_AN/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f2d09404bb2893bb14636f63d1d40396e1c2fce --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6e78aaa063edca35533fdd8f013d16d5940e0247fb4859bde9bc145a3fe98e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-11.npz b/neo_1month/data/LSTD_AN/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7585d32f428c62ced30e047bc9c0582bf5f17088 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92d6eebcfd8b88f4e7ab2a382d791f93b33f8537400c18bd27332e5fc7192f0 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2011-12.npz b/neo_1month/data/LSTD_AN/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..834c884271c7a91b904c31bfdc4db4a5b7e5b735 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4fdf76ed3afbbf215f43fb1a202b25be58a857d5b6d7fc6ae12809d6be593b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-01.npz b/neo_1month/data/LSTD_AN/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e919cd77ca248b674685e237eda515f1c6b9edcd --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9905afc70f5424a731befc693f22dda6b100e76c099e5c2c2331322638ad1db5 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-02.npz b/neo_1month/data/LSTD_AN/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d94206f681e0a215b39ed3449170875fd4543fc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713466d08b3d7849471a15b4a11d9307a077256d4e16196dab06918bb88e9945 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-03.npz b/neo_1month/data/LSTD_AN/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8f0573c8916ad0cf94ba590e1de80dcb98feca7 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280ea344519c2060ca0618a0425018902e1297c8adec7ee6fa03ddfacddcb1c8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-04.npz b/neo_1month/data/LSTD_AN/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c0f529c473e6c357f3d4334e675a2d320cee03b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220c956a05fd007fabce4d79f0ef7be5d8b2e24e529a2285e46c0416b23c17ef +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-05.npz b/neo_1month/data/LSTD_AN/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..10339bf66e4662d70733a885145e3611d6324e8a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b13c6fa7b44bbf75d012d57b93518bc26d88582ff758c8f87b9b159ea5114d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-06.npz b/neo_1month/data/LSTD_AN/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ae45e5735feb8256d439db45c1da73273d88884 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460ea484d41610aaa0944d90d903f26b38a53db257a6ee600cb97007094927d9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-07.npz b/neo_1month/data/LSTD_AN/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..38d2229130ea8643987b5188facdb50c48430cf5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b184e28657bd07b5025f6c64f8e58b6294725baf498001f6bd04348ac7afdd4e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-08.npz b/neo_1month/data/LSTD_AN/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff759a49d87c430cfca85dbe5c943bde7894aa19 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac47007f4eb1091f445b6377e997ac9adb9f94b86378148d0f3dbb5cae8f00f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-09.npz b/neo_1month/data/LSTD_AN/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..71c6d660fb7eedaa8d5d7d67c279075de909e092 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ed81de98cb3bd35edb515ee38da4ec120831bc5003ff15f7bf3428446befa1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-10.npz b/neo_1month/data/LSTD_AN/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0e993434ba7d62a8d52eec338a90af90d2f7d75 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77594b9d420ab820dfb50c7af43e1f07d892ac296510202259f5680427b5c689 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-11.npz b/neo_1month/data/LSTD_AN/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac3a797b835af7eb355c06b989dd424b2ebd6b6c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e12ee42598e0d1019e8dd1c9097d06165d7a21acde9296a03e97c36c1897cc +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2012-12.npz b/neo_1month/data/LSTD_AN/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31c63e6ff01347cf07c974da967472ce72fe0220 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dbdba17dce7a6640c5913cbe516e39fac9195eaf7e7e95d20ea96e36042524 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-01.npz b/neo_1month/data/LSTD_AN/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..370a0cec07f4ec6e63014bdd58561f13002d9514 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ada5c166ec271ed21e2e63b99a3d7778c01425d9143ea082a9a8cd0ad36018 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-02.npz b/neo_1month/data/LSTD_AN/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e53c2d074be7645a74d86e62d63701e0d63675fd --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c63150be5e81b545171c721d5c75caad21aa4191121f6d228564dd8c98d9e8c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-03.npz b/neo_1month/data/LSTD_AN/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..466963acb01b0933651a5adbace2701072524690 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955f5473a34e80897ffc4a4eb7b8a79321a29cd9ef5cbc1129d0a4984ea9e0e8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-04.npz b/neo_1month/data/LSTD_AN/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9b4f2a9e3b8e0309002bd6aabf1bc4f482b51a2 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447014fc0cc888601f8c76017d82c42f48f8c3c8279d1645d2510608e723c721 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-05.npz b/neo_1month/data/LSTD_AN/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccd2369c783154aa6ae9865e14ad93f4d9de549c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecb1de9d7aa51d0b578d9686983aece7988a2d53a781b94115d69f8a657d68b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-06.npz b/neo_1month/data/LSTD_AN/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5e88de6e4961dd2be9994b7be9e00cb128c4bc5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff0fc0e5c2911db7a80b7be744ffb0c2e0d35e86562a71eb45fc4bb1b5b849 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-07.npz b/neo_1month/data/LSTD_AN/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..feb93b5bc57f2d5a0f26336f3c2d680bc7c9a5ef --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea6df427aa1ddbfe090c504a2baa4976bfe1542ea43d5ef0dc4233d5328b7de +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-08.npz b/neo_1month/data/LSTD_AN/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d352c24b447eb7935174a0394da442108901ceb1 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42eef4017c1f89feaea949642f5080b0f5899b947a25dcbe432c14889ae6dc4 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-09.npz b/neo_1month/data/LSTD_AN/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a359140a68f3677b261acda29a2acfdc4e883dc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df56516c9a947c4221367e547fcbbb16abce0c9e8cc08b0a8396b15d80b65cd +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-10.npz b/neo_1month/data/LSTD_AN/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca982fc788fab956612f19e3101db7274c13423c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec13c7a1e36876034b4a0ccab7c5abe663d9ce20ed899df341b82f1b3e55920 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-11.npz b/neo_1month/data/LSTD_AN/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb0fd9bca3efae981fdb123fb3fe6edb333d95ae --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3990295a3e77a5bcc5992d379659a1a61f5e669e248dcc72fd1dfab44a8c586d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2013-12.npz b/neo_1month/data/LSTD_AN/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31503f1bd332133d0445a3003444b7d12e5da743 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2cbebe3c059687837b54fff7bf752ff49b9b0a1dea98f38535956bd9395b62 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-01.npz b/neo_1month/data/LSTD_AN/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..69bc6b89a99f1cd61c73484c48a36828ecdb7273 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeb3b6e7d99b8818924299cee36274d5d8b851aace79327e741daefab4903db +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-02.npz b/neo_1month/data/LSTD_AN/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f99fe38e4a8373ab216e3342afb937a0febcb462 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452843bdea9b413da34e0c0ed771fd09397d63687c537141a296fb8c475f1acf +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-03.npz b/neo_1month/data/LSTD_AN/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e446fb4e0bf9e92ebb71b9aab8450a13e4abd2f4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee9af11b0b898798b3f7d07a4a5d401bc63161a3e14aaae11208ce486df7a61 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-04.npz b/neo_1month/data/LSTD_AN/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3897b9c5cb6f13e04697cfb48e4bdf615b15dad8 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccba9a78305dc922ec50b590b7f7f04e02ed2d05ad81ffe4a7c53889f1c1f22d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-05.npz b/neo_1month/data/LSTD_AN/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..805ecc3fe2f0aa0042d2ca105461645236b3d37a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f5393b4840a5731de508cb5fa05348da52031064c9e78a036bb248cda6b182 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-06.npz b/neo_1month/data/LSTD_AN/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..38953040d2fd7f3a49cc58b9f135bdc428efa5d4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13af0e7e5fe4cb5929c3ee577cff6f47a2ccc7b297abb25d379e9a0d2204329a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-07.npz b/neo_1month/data/LSTD_AN/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6ff2be36989bb4346cbe76d49c7c27e4faf3e35 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbca50398a3e0e2ab3cd1b5fce6f631ae6985787e52f91af3b17d51d469e4a9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-08.npz b/neo_1month/data/LSTD_AN/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c80783a0889337f9a3947f65eed7256fb31dba36 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e7373960d325fb85748a27939f5a5acc56379a55b586887870702b077ecbfb +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-09.npz b/neo_1month/data/LSTD_AN/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f22947b722eb29ef27d133f3f58985cecda87dc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78953a0fe50991eb94b90f4badb234cd76ed9ae43b604c42f273d6b2f801627 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-10.npz b/neo_1month/data/LSTD_AN/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47a0c0c701b6c4422a3675419491bb4c5d13da57 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a8e04e62f9bdd9ee68a31ebf62a256eee6ffb1c16fa2f72b698ec0ce70f04 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-11.npz b/neo_1month/data/LSTD_AN/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fda4c2b857596cd50368780b9875c1e4fd97850 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91276d388175418ac80bbde89338a01cbeb8a25c457601f192fa2c94030042f9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2014-12.npz b/neo_1month/data/LSTD_AN/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9d556e921125ef38c8e93a8775021bee9df09e2 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d051a4341af6601d76480f7fabd4bf365fbf8ce8617ba247b937f6119e0672 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-01.npz b/neo_1month/data/LSTD_AN/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3e5314f12a9ea4e58c7d66b45b8ae9f1fade474 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eedbfc14d96a9513be3339ee024f23c9bacab663617d504900a35a7c34f73c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-02.npz b/neo_1month/data/LSTD_AN/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c93a8274fb52547047148eb70fcd82571f737cf8 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7a45869fdfabe6b8a193acdc967c3ba621fb3b121c97c141541e8a2e4f02f9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-03.npz b/neo_1month/data/LSTD_AN/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d511873e79e547abb23f8b1f205ea45aa963ff06 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ca9de832ca4d317faed97379bf188730e656231b929028accc8f9c7e75b06a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-04.npz b/neo_1month/data/LSTD_AN/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f1b43c594e5768126acacb32e4d3e65e2949d52 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b7cd88b29b96d521180849c74b18dff8fe8b95c222f2a3b578520824c8369e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-05.npz b/neo_1month/data/LSTD_AN/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5ef3ea5943242414acc8cb6b61ca76cd78dd830 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f0d144acb8966f91662696a8ca214a7274f54fdaf478c3467b87eaab17115a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-06.npz b/neo_1month/data/LSTD_AN/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..64e4f80e53494bc4ab27f4b820a6ea97ab5326d6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6d12c2971b85eee79fa43b473063be191092f6a75dcb5dd9efe14f6d99b141 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-07.npz b/neo_1month/data/LSTD_AN/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4760086287d0ffae87948298a1bfa4ac068df7fc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bbdcde198f1083522dc12f88c7b7cf30ec8707db504a7e836e17740b5bcb9b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-08.npz b/neo_1month/data/LSTD_AN/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2de60fd688ff58bd08f360e0e51274445c645b90 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b91c0fc26024379fa7ff24d5a14e59360256d54c942338f7bb259f9868d200e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-09.npz b/neo_1month/data/LSTD_AN/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca198516074f3dfbcce0d003363e42083588efdb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0e28dd7d0e37c5e7ca9317608f9b9dcd1d688c28cc74906cb0151b2b0679c4 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-10.npz b/neo_1month/data/LSTD_AN/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a421f71185f627b236b6473b0cce5deaf747f816 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4f7e8027235e7e74037a00d43bfc127d97870d3888affbbf4baeacccd5602c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-11.npz b/neo_1month/data/LSTD_AN/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c248675641db52f6fad1a01c89e101a7ec575770 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1a95f79104d3d7cad315179ed043889f99c0d592f7bc3e59bb35718de13d4f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2015-12.npz b/neo_1month/data/LSTD_AN/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d1986d7f4152a7ed3cdc6fce3721b9a76c9215a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13efcc81c750b6fc388dbd06c9ff356cc36528d2ddb64848130a03122b5e4406 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-01.npz b/neo_1month/data/LSTD_AN/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6a157ffa7c17e500fb4709112ea42ded02d942d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88fa9bf161775dd2296bfa3ef2818e678befde09a58a7ab949c66897e29dce7 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-02.npz b/neo_1month/data/LSTD_AN/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..00b6786aefd87a6a5121b8438cce21bcea5f878d --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a73850b86da69b619a9b191eebac9d68dc61543fce75fa9657d7b31899391f6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-03.npz b/neo_1month/data/LSTD_AN/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fcfb10db3a66b1d53c8332d13e3121910b535b37 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc344cb575ab9f1838bfc2e0f4341909f1e8933e6e652a567782a2cde698cdca +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-04.npz b/neo_1month/data/LSTD_AN/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d430a2c37f400cacb8dc2c38f8c4cda82ab475e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf8fde0be773ba44ec2d091c64db246699fd530021368155d9b24852dd089c3 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-05.npz b/neo_1month/data/LSTD_AN/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf638bbbfea722f9037fa7cd80c5672e10ade046 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68baa7c31cfa2e87c959e11e521c8772a1e6a48902fe69c35d1c73a8c8a6ab22 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-06.npz b/neo_1month/data/LSTD_AN/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c97c4540694e50d5dd194ae115c1540b45d452af --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5048a6169173557019d764d833808c1ddb2e6bb5911809407ae0698492f2b9d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-07.npz b/neo_1month/data/LSTD_AN/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cc61053a349c0e2dc069c9d00438563962a1e9c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7661843e93be07238f838ddc74d6b8f729ca1f855bc7d5fd057e1400ccc6293a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-08.npz b/neo_1month/data/LSTD_AN/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..83b8b2179dac50531ce90293fdde4f1781fd61cc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d22f4ba920a5b6a3cb36d3b611ec598f220002bf0bcb1a832e0ca57f2c8715f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-09.npz b/neo_1month/data/LSTD_AN/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d634d00c2b8b78768b1cb6ba4f46f31f001b8c88 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8674c64367f57ea9ac247a23c08fe3eedd9c09ced1441390cc10e9cfd4650ada +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-10.npz b/neo_1month/data/LSTD_AN/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f0750c04463e1ab6568dd43d5c811e3f6ba55ad --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e0460ebff7ae06d1156d640a4faf1414be2d3ea88a4ffe8b2e6a1d7348fad6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-11.npz b/neo_1month/data/LSTD_AN/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bc43e5f661ea00470dede15fcfca029c4dc30d1 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c554a5ddb1fbfb6d7c393422036c71e24ae9a8dbb0e58a0b466872b917e997 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2016-12.npz b/neo_1month/data/LSTD_AN/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e20c1e9d5f8a3a026c49f6594792674058f92029 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aa1b3e42658cf74d62ccc7977e8642d5a8fe27d8b8c87bcd9c4a5459b332f2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-01.npz b/neo_1month/data/LSTD_AN/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..89febad4e5a8ef4c939a3c812ec3427d4b6de5f6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ad66aed62750e14f9fd00fa83d636f9777ed920f5bd53b619b22e0b59fc372 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-02.npz b/neo_1month/data/LSTD_AN/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6757c6644755652fa583a90c6473743cd577e1f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6805064d9e33ec08bbee5d7735b0ee8e1817f6b04c4d2c9cece1d6142efe56 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-03.npz b/neo_1month/data/LSTD_AN/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7843b2e4dfe33bd58a25e9d8c6285e0403e76ce --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce793c0da26d6fef057f3bdb2be07d7ba7939a5ded3fb41c4ceb68ef1d19116f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-04.npz b/neo_1month/data/LSTD_AN/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c28c4154b903617f83d175968b49dcc022c958ba --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd48a0626a36f4bf32810a700e36f0afa15d58a02a654f6d2a8060cbec05e42d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-05.npz b/neo_1month/data/LSTD_AN/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..06cb3e5443f31fcf4b71e35692f1351efd4797b2 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7502287f54114d0cb1d3477221c32a611358c202438143109034014b88932963 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-06.npz b/neo_1month/data/LSTD_AN/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e3afdfd3725057c11eee722fc452b2a426d7a0b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700fc44535fc24247105563c9912d3b4babab7613c621df5feed16b5c24ed29e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-07.npz b/neo_1month/data/LSTD_AN/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbb811ed24880de41349d2879811495c0dea86a9 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25607b84513d92aee3cea9ce1492d7dcec9757622f4f8e0c4dbf3c886d7ea4d2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-08.npz b/neo_1month/data/LSTD_AN/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..cea77a0acc8b88c867b714723baa25b1c92ef5b6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2287fc159bdbbb59b26a5ad9eadef59377b889259d789d02cb1dfdaf819b2f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-09.npz b/neo_1month/data/LSTD_AN/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..720fd46c229c75dca72799649ce1256ce12fd099 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ef233ba8dbc473fef420f57695617d903e73fc4397dad6ef97a71c930a54aa +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-10.npz b/neo_1month/data/LSTD_AN/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e081efa8d727ea1446cdf14cb93a336ba98af661 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad5a50f809726e385055bb52310de9a780a3f2ec8d4b41e8cbb63654f68e102 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-11.npz b/neo_1month/data/LSTD_AN/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e13466765b387b4e4c00eccf6e4bdfb402a5ffff --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6c6854b6f19cb58dbecfb48ec4a427e473474eefc9daf5f08352f6dea34e83 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2017-12.npz b/neo_1month/data/LSTD_AN/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..735f5a9be2ea7eb82611ad7b982c27f996e729e6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996b9654b0be02758bac643e34b6eee7a6594df5bee2b3269046141dd58116f4 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-01.npz b/neo_1month/data/LSTD_AN/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..05ed09a24c7b06e4b25fc06133adc8f97a0e998b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0de763787f9323077e1a11a1846b5a524ca110e52b5b379de003841d05908af +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-02.npz b/neo_1month/data/LSTD_AN/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4827241fb99beae2a1be2599e4f8f9a97e5fc10c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5321eb0e6f595c98b909bcd690f79584744f70ee7aa873b714f36754bb3e9f7a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-03.npz b/neo_1month/data/LSTD_AN/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3eea98344401d551b06bd41c2daa806518cda5c5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594faece24d17fef6901d1f3ca2214c6f648ee466c9b04c6aac1c0c36aeaa173 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-04.npz b/neo_1month/data/LSTD_AN/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..081aaa121cdfa6d86738932660b3b9e39797b12a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efc09ec5374a18a381c2177876adfa7119da899919072efae1f8a50c1e199b0 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-05.npz b/neo_1month/data/LSTD_AN/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfc43413ce364452bebc9ab11a05707fd755902f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9030e1ac426160d41754104fd8d9177c7441c15427d94c2479b8f0dfa0fbb227 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-06.npz b/neo_1month/data/LSTD_AN/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c9f7a5731b176f360470d05c85002a010d7e5e4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63efa2aa3bf2531db7805496a7fcf11832c9e64b91f0b7d82c06aff4b8d91e6d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-07.npz b/neo_1month/data/LSTD_AN/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5c51f9566592e20f453c597c13ab7b5a56037f4 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565d05bfbabf71401be58fa3a68787031fbda04ddf1f49893b3f74ba8b1f4f30 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-08.npz b/neo_1month/data/LSTD_AN/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b84bb09510b98c53c2bfc9db8f4cb04c79bb862 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b5c09b891940f7bf64ae8e31028e59681e5aa78919ac5c53c8358d5af58096 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-09.npz b/neo_1month/data/LSTD_AN/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..87422f1faaa5d06691266907074365964c0698e1 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efd8001b6aba5216bdfeec1260ba59be95acabd9a966aa97f4699461bbe77e2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-10.npz b/neo_1month/data/LSTD_AN/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2f586a113e756cffa615ef2981b5df559ffff4f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f37714078ec855899089efb4ca32cf5ad1b3424a3d39e65c649ee7de36e7d2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-11.npz b/neo_1month/data/LSTD_AN/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6456c9b978d956fa5fdb133acfd421a304026925 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb4e1187dd05e825e767cc008ab15d3c5687ea3548b2f69fdbde2e5e737a3f1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2018-12.npz b/neo_1month/data/LSTD_AN/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..06f925ed3009f8d4b47f3857f9784640f97e9e26 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93af32b60a2b32f888cc9e112b77e4134fed85ad7cf0990a12e3e92679620794 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-01.npz b/neo_1month/data/LSTD_AN/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f84835c0bf8c2d88159d582c0af2e30ab334b0f1 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f21838d1a239b893a116b6e2cfbe4ccc892f31fa87831e99a4d587b58f3fa1 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-02.npz b/neo_1month/data/LSTD_AN/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e5ab1352f451aec212813f158d1fd52f5b87e15 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2183301c302565434ea312f2b9f4e4028881a6dffc404dadbb4d082338020236 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-03.npz b/neo_1month/data/LSTD_AN/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1453fca2f8f1b6cea491d3409443ae0b69744179 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c309a31ff37761480e7fb72d92e34d27385379cece416680fc8a6d58c0090f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-04.npz b/neo_1month/data/LSTD_AN/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef379fe8941f71f1b235c377c7e1c2861a49da9f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8013bcd6b5cbfe93a7416caf7dbf1961ddfcdeba56fa3d73c411715026941a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-05.npz b/neo_1month/data/LSTD_AN/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f48f15b8c3beb93a469bdcf04b2db0e7d07bee6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfc5a5b36a1ef0fd3f9c4e3c9c336e5cd9cfeaf0bd899755c74baa47d20fb78 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-06.npz b/neo_1month/data/LSTD_AN/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1c836d836d2fd2204e042a60627460f262f5280 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfc1384c455fe9ebe825fec3621946136aa18f051f8da2696681d483c73e17a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-07.npz b/neo_1month/data/LSTD_AN/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee89d036c2ae206b76b09401dc0d398550aa25ba --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0630bee66a3432e4deed9b0eb5c31a12a96ae94ab753181d9a3b62c433a44d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-08.npz b/neo_1month/data/LSTD_AN/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..294fc794fd21243ca23cb7b9b27d0d8e32ef08c3 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015242f7a10c2f17571a88c00c3366890371466f7358324bb704980a23774d38 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-09.npz b/neo_1month/data/LSTD_AN/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e19850a1d47529dcdc34860f71ba521587779c0 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcec536796206083b6412b379f0a6af5ead26440a9064e57f0dc70128b52e6d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-10.npz b/neo_1month/data/LSTD_AN/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dacf8115f95704008e2a6e73eba3447caa9b1bb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590c5dcf72fa84873b3a379fdd0ef6839c82a3def379b3932faa9a64213b486e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-11.npz b/neo_1month/data/LSTD_AN/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ee444c603e64c593a1ac638a394b14cf2f79383 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9956efb8138b94e358b9c6d0ce4d71c4663bdb7e09c5c29b20e246783e236489 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2019-12.npz b/neo_1month/data/LSTD_AN/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..879b76b39d9d1fd27e708d1619e4641dd65f2641 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3a0c373df65fe12c394b8e9b4ca8f8e10b64dee24b57edf7c279f191a084e7 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-01.npz b/neo_1month/data/LSTD_AN/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..28b2e05d7df209a06cf8b12db647c5a634971090 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66586c5e548558dd4ac8e7cf05e5d7d26c1a0ea404fae9412c7766772848bc9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-02.npz b/neo_1month/data/LSTD_AN/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..819c0b0bd0448862946119c17583f96353443167 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7197d5c8d8c8b954ec7f5c43983bb0337f0a85b426a46082cae4f1e3665e7b84 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-03.npz b/neo_1month/data/LSTD_AN/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96ec60f87efcc5cb530c3565347405580461408e --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8976402f4df3584eba790310f5c8392252272dcd5a6b7835e8a7da861e96d7a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-04.npz b/neo_1month/data/LSTD_AN/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a0de3646c7c4c451749a49edbf0f6635331f1fe --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b3e693344ebbc61f673c0244cddba0ab61555d8fb4f5b6c1ca7271ff52c99c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-05.npz b/neo_1month/data/LSTD_AN/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4ebdf4cb39be5d5f38b1adecedb28bec1827a87 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbb82196dbbecb122f88f75d8a1383f6788d38affee7dcc847a4aad28e3c182 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-06.npz b/neo_1month/data/LSTD_AN/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..73585b9aacee69a890b80734343fe9f9484cb3fc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0dd0fcf454ca5f10570e2eeefdf4be239cfbf144d3c762dafdac651fc1d742f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-07.npz b/neo_1month/data/LSTD_AN/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fda37c5a377e1c24ce7f0be1b4ef16e8190796c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2888ffb5970679ee18c5304cca0072de5ce0615fa1e49363f23fbe3ce69ae888 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-08.npz b/neo_1month/data/LSTD_AN/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9d98931934dd15c0b440549ba3570c4ac1aad0b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2afdd796db3a68d9b3b9b432636777259c47d2f3819a6dd6f26c37df0b2dde2 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-09.npz b/neo_1month/data/LSTD_AN/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9394f362c46ec7a1c68baa432950b39058bf0b9 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23fae2da3842187a9af4bb68b7a9e61afd021876964879379de4aec69776d03 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-10.npz b/neo_1month/data/LSTD_AN/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5de3eafa437d73a6a8814cf305727d7bdb464336 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd632d0a7e4761e2e270fe469f5aa98df446a2bc0c5269bf3787fe41d142c11 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-11.npz b/neo_1month/data/LSTD_AN/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fcd5693dd2036d48d60749200d726339ce7335b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f8c5606c34b5b63603337a9ee7a76399c594a65c01dfcf4844bc0f83f03eb3 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2020-12.npz b/neo_1month/data/LSTD_AN/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ebd0852a03e86b92fb38fd435c36e92f2fe466f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1580b7fefa9690bb0b889c78784014acfee8a3821c5f25742a3b94c8cf384264 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-01.npz b/neo_1month/data/LSTD_AN/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f95fb7fd29e09c1e752cd8e836fce8523e92027c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef254bae852cf20d0973b76bd52a7329eb4ea3a6c506c4ea184fd350fb9fcfd0 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-02.npz b/neo_1month/data/LSTD_AN/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9755c4916071d5c23d3327f69bfebbffc303f97 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de61ee77f8c848a36db89ab1a5be5f1604c6e48aee37f888b465e6470eded3da +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-03.npz b/neo_1month/data/LSTD_AN/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc3dfdc467d14cb773173e1460382d1c04a0b502 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a986822d9741cb64bcbdd1ef64208fc7c4d60c3b4411d08633256c43c8ddb3 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-04.npz b/neo_1month/data/LSTD_AN/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6c1bb2194db4facc9aff5bd9c6fd1cf9c8f5b7b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7919d6200c9f6c7620904ac49e4847d37231e3febf3f4942379569b93c5680 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-05.npz b/neo_1month/data/LSTD_AN/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c3cadb034f095fa17d5686db277e045c04963dc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9164c340cc18ffe3e1aa6241afdadd88688ef8f5a480666fea07a7920b63eff +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-06.npz b/neo_1month/data/LSTD_AN/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b38e0f27e0d7d3472bb514e0856344a9afd59778 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd0a5bfbe5df92f134d67cc76b0eb7e3f6c76db06766661e745920e0aea801e +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-07.npz b/neo_1month/data/LSTD_AN/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2046b7a1f17e15c2c0c4f04a5e663f13f404b321 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7559eea17180b44fcba6625dcb1123873f4b0d6dfb0e24a7f5d06e6a8bfc6936 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-08.npz b/neo_1month/data/LSTD_AN/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a3f6123794543f40dda6ae5ba86aa97e66fc220 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c13dc40f4443afb18dc5669e379201979fa0bcd50d0244769eab4a04a4a9e8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-09.npz b/neo_1month/data/LSTD_AN/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..612ff86b65d8233058fe75675399b400a04be1a5 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2a5b7c3119fc1c3b8b03ec125e5c7bed9838a0a57531cdee39b59e73e1090d +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-10.npz b/neo_1month/data/LSTD_AN/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa422f980d0d2c083045fe44f918db211c98e67c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619d70a4be79dc99fe1088ccf8612d26a2377948fa2250835ae16dc10b3af472 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-11.npz b/neo_1month/data/LSTD_AN/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d290b95365a0a5121d6492be85e1e5e720afc15 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4304f5b83f1ba22a8e263e7421636a7806fa7449dd98117146c4255ef043bea6 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2021-12.npz b/neo_1month/data/LSTD_AN/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..112fe478dd55c5ee394ac7ed619deb902827333c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18afdd71f506e4ed104d2d00406954999e5d94cfe72e8effa6ae8f2b2f2eec09 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-01.npz b/neo_1month/data/LSTD_AN/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..34d2e768f1a223c36cf534ea67ed3d408a8ce1ab --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423a042fc93133da20f23534a23d6ce5e8b13c40c5dc21020191d5aa079afba9 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-02.npz b/neo_1month/data/LSTD_AN/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7acb59616d9c59020fac4cd0bba6b0a53e74e937 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7a171a5c4512fa94f9b0654e1345fb83b51814a392a6d4ad368f51dbab38ba +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-03.npz b/neo_1month/data/LSTD_AN/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b5949deb6e34972fd02ee145449738f039791ad --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc57f42ea3dea0098e1410b602ab6cee36f692421b5c55a68a122465fe1ca647 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-04.npz b/neo_1month/data/LSTD_AN/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..608250a31f15a614983c3023cea5bcd9738c706a --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fd1566a2ea8f1e665c624ee0ef67c4ed1b5090f1296b81ab92b5e04f5ff924 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-05.npz b/neo_1month/data/LSTD_AN/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..47e944c05090d6bdd50bc1b60e647ec65ec2e0bb --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8797b330d934ca69aae97f21143209a818749f7d1dddce23ef632a974c8851b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-06.npz b/neo_1month/data/LSTD_AN/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..414c624e278915b36a5b1df927fd76d77eb77815 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c0ecc67bc46c6c95e54686db2a6404f72a65934ba74c8d448f43b1851bf66a +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-07.npz b/neo_1month/data/LSTD_AN/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..015fea665e41ea439d5c19456f4af54df821cacf --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe1fa061faee31b36770ebfefd24fa0e187b470c7e7dbc480aff959534f4814 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-08.npz b/neo_1month/data/LSTD_AN/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f680ce49463a2b643f112505417305647c86c2c6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75c03b8dafa2857fbe075d08798ba7a1779868a83e22f81e026a83e0d9bfe94 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-09.npz b/neo_1month/data/LSTD_AN/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff67814ccaa2d70477776402aaebb0b7d91df4f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a463e017fa0de1588218a86224b8a75d6b5065ca193f53d5590fb586904706df +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-10.npz b/neo_1month/data/LSTD_AN/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b30c10f6740a031c5e7776595c8a312e6fc85911 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5343ac22158d4a554fe1ddafaaf41182a45f4804c9922a666be713980db4b5b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-11.npz b/neo_1month/data/LSTD_AN/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..840e917193c380b45ea84189d32d5af6b56f9115 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc95d5fd212a0b34eb75badd96adc6bde4217a7979e8a8da48dc73feca09facf +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2022-12.npz b/neo_1month/data/LSTD_AN/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31c12e3cfbe9a544c501871666b62b76a87460cc --- /dev/null +++ b/neo_1month/data/LSTD_AN/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f0846da43a40f563c707abbf874a3fcf0fe3e271d29834e973db8a36b62e40 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-01.npz b/neo_1month/data/LSTD_AN/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4599bc12120f05756d069beac7006caf1a102f6c --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f374d5a3262263e479b6063821039ddca84b6a1b38866baaea9f218dfbbabd +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-02.npz b/neo_1month/data/LSTD_AN/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0827c0fb2b7df1afb8a2cf6c410c5b8a89bc6dba --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09464c900902eb1ba5d512f4693cda018dccb310d808b044463300d6d2edcd39 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-03.npz b/neo_1month/data/LSTD_AN/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef2cd54777eabe09ede2e69cc5f627827d0f9f5b --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bbc096337085636fc6bb85fa7231d123faa5684e328aea12ab9932a0894beb +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-04.npz b/neo_1month/data/LSTD_AN/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8024e6aa6d4a162f6ff3a87725949548f5711e7f --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8827cd7113d2845068e30ae03ec64363dd6bd420e4960134500aff2988844ed8 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-05.npz b/neo_1month/data/LSTD_AN/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b31c03f24eeeb0599735e921d3789a85d37af24 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b015871d4d4cc52316498f7a5039a6ebf2c6c72d5269c43030d6a12818e6daa +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-06.npz b/neo_1month/data/LSTD_AN/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7641670ffd53736f0c79b58738d9fb48f3609398 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c8e99bd91b6c7cdcebd28a9352c4b644043e2a3dff87176ae7eaac252f745c +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-07.npz b/neo_1month/data/LSTD_AN/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8a79f57c229007d05b2008984e4b27b00179bcd --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0676b62fd266e599fd8c0c0e47505687128d7bc00f21faef479afaaf7773bd66 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-08.npz b/neo_1month/data/LSTD_AN/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bc7850ee9220b1dd80b3ede7a8e2c416a3531c7 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5283003a3bf5bf22620ac86d21dd7fcbad3994312df2f96fdb895505ff4de3e7 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-09.npz b/neo_1month/data/LSTD_AN/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4d24e007ce68343f56e7a6bc89d6004e9ca8925 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d458a95cdbe81d5d33bf184617faddce8f3cde079015787620111f870ecb21b +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-10.npz b/neo_1month/data/LSTD_AN/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..02b02de837f98c54815a49de5a0fb48cbe30aa73 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c9e90e879d12e044620209c5e5d3523ab3472f5d82c7fa7aab7cfe0602582f +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-11.npz b/neo_1month/data/LSTD_AN/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c11c5aa866888eaac194bc53f6062064a1fdb3ed --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ff7cd72299ed08c439cd87be4f7b83e1cee806578bf7305df26d9ffcffbf25 +size 1166664 diff --git a/neo_1month/data/LSTD_AN/2023-12.npz b/neo_1month/data/LSTD_AN/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2d9288456fcc4859db1df34c4bc66e8a16730a6 --- /dev/null +++ b/neo_1month/data/LSTD_AN/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d53c7743274ef46b39868ab0742a7a056782f76628776ca60f345bb433b8cf +size 1166664 diff --git a/neo_1month/data/LSTN/2000-02.npz b/neo_1month/data/LSTN/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ce693c1d924150196c8c75b1eb1c149f3500c198 --- /dev/null +++ b/neo_1month/data/LSTN/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0489072f64fe59c604aaab64e6a527e663b26d40ea80f11d2fafac359146ecb4 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-03.npz b/neo_1month/data/LSTN/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..08bfb7bd8768d222191924a6c295cc0db8c7d034 --- /dev/null +++ b/neo_1month/data/LSTN/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524d03d414b747068aa9d08c359a2fb5148c3abdf41c14cb13be0519682d5d63 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-04.npz b/neo_1month/data/LSTN/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c8cb8510e4e38a671cec9ee0d81bc1aaa58366a --- /dev/null +++ b/neo_1month/data/LSTN/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa808ce4896574b535c50c4e2edf1e807c17b4793e23462fa535c04146c4a43 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-05.npz b/neo_1month/data/LSTN/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0b6984d01e7d8f4bde81e27a231acf439a61ddb --- /dev/null +++ b/neo_1month/data/LSTN/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adc89705c4a30f4442ad068661f60c3462c3124f1752dc3a83dcfea521fd96d +size 1166664 diff --git a/neo_1month/data/LSTN/2000-06.npz b/neo_1month/data/LSTN/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f812d37f0bf0aa610ce14ba60b1f035495af1065 --- /dev/null +++ b/neo_1month/data/LSTN/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d257ae4291bd891d8c2b02630c32842801d9d8d6df01c005d9980e89759d55 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-07.npz b/neo_1month/data/LSTN/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d278da7bd8eedbf59d54b65fed73db0c791bc49 --- /dev/null +++ b/neo_1month/data/LSTN/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8624358c2e9eccafddd5160ff0f956f50d53faca0a8b5b6feba7f1831f2de1 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-08.npz b/neo_1month/data/LSTN/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..51dd32987367adba1c14a0b0d8138a4c2662ea1d --- /dev/null +++ b/neo_1month/data/LSTN/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5ea3cdba0ff9344593be935e262478753447c2a9d4e68d20b16164222df81e +size 1166664 diff --git a/neo_1month/data/LSTN/2000-09.npz b/neo_1month/data/LSTN/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..25841fa95ef2cbf12926fd4eb5f00b9f6055568f --- /dev/null +++ b/neo_1month/data/LSTN/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b6849b0dfd17d0997cde14f4339282d5a9438b49f858a81ff62cf6e302388f +size 1166664 diff --git a/neo_1month/data/LSTN/2000-10.npz b/neo_1month/data/LSTN/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd070ccd64dea359ddebbf41c8dd50d845fb83e2 --- /dev/null +++ b/neo_1month/data/LSTN/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf809ef7e82b38051f2a4bf09222917f6f628314abfa8e96007aeaa4607128a7 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-11.npz b/neo_1month/data/LSTN/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..94c9865dd23bd40226b3afb41d3087755f31986a --- /dev/null +++ b/neo_1month/data/LSTN/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929a32218e685bf3e12e101f9c908b2aea0f6e4593ea85fc092938f7886f9897 +size 1166664 diff --git a/neo_1month/data/LSTN/2000-12.npz b/neo_1month/data/LSTN/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..23860deb7891abb86331afd937cd5b30319a0810 --- /dev/null +++ b/neo_1month/data/LSTN/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ea5f27c9d3e09c62e8644d7ef6b75cb1504be1e31c0b61abe0de66a928316b +size 1166664 diff --git a/neo_1month/data/LSTN/2001-01.npz b/neo_1month/data/LSTN/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aad323145b6fa9c100dd20875bab52ef10bae7fe --- /dev/null +++ b/neo_1month/data/LSTN/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea21fcea343201244405efe2cdbd2834eba3a21d238ca48d1565d3377d34b64d +size 1166664 diff --git a/neo_1month/data/LSTN/2001-02.npz b/neo_1month/data/LSTN/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf3858a7bb6c58c472d8ff719650e94590756923 --- /dev/null +++ b/neo_1month/data/LSTN/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbd3e323e89464271fc39f8e0a38a053796af6fc1190099d6f093d2c90b05b2 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-03.npz b/neo_1month/data/LSTN/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e3ae82c67ef5cc301e896c5855dad60b5013ae6 --- /dev/null +++ b/neo_1month/data/LSTN/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf6bf5e9b15a6aef1e3430c93d4339f6b17b02dd3b2883860bac4517df6a564 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-04.npz b/neo_1month/data/LSTN/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ff484cd26645d91589092faadfbbc87d8a12d59 --- /dev/null +++ b/neo_1month/data/LSTN/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e17540efdd6e95fa024e365af49770aad22aef11473c4b371d085db7e686ef +size 1166664 diff --git a/neo_1month/data/LSTN/2001-05.npz b/neo_1month/data/LSTN/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aad7bfac46db5ee2a37c68aaef7538ac9aaf18c7 --- /dev/null +++ b/neo_1month/data/LSTN/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839478bc92b492b54c2996d66153489931c4d1c0b0550c4b187afce4a2d2123c +size 1166664 diff --git a/neo_1month/data/LSTN/2001-06.npz b/neo_1month/data/LSTN/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d801545bc75b39bcdf93d7adc77a527b6525b3a9 --- /dev/null +++ b/neo_1month/data/LSTN/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c96a3d248216f48fc2d05a64cfe3ac290943f54468d73b3c01733964fe9a37 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-07.npz b/neo_1month/data/LSTN/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c77a27396e1a8951e8911a63945b5d92bb5531a --- /dev/null +++ b/neo_1month/data/LSTN/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a0cf38f10975b37147d7b03d2a4e53ed17efc9b3f78ab9329b8a857a932d25 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-08.npz b/neo_1month/data/LSTN/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a33b42c2bc27e72ca3632c3fab7612f029b70ddd --- /dev/null +++ b/neo_1month/data/LSTN/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0768acb6426ee55532428d27e4b3952a2b908254628ecdb32b5268ecf2a043 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-09.npz b/neo_1month/data/LSTN/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..46202e9b29d195eefde65e327532b424bf77da33 --- /dev/null +++ b/neo_1month/data/LSTN/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105e346c97b653ff155dd5f2c6fe053210b45e1142dea1b2a5203de39ecee86f +size 1166664 diff --git a/neo_1month/data/LSTN/2001-10.npz b/neo_1month/data/LSTN/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9925db8e055f9f744056bb1a243776514c39d01 --- /dev/null +++ b/neo_1month/data/LSTN/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36668396a2d10082f7a9f5fae0376d467107dcb09880906a102fe15918f08835 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-11.npz b/neo_1month/data/LSTN/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf823d69d361b710997acf55ccb03dce7279b210 --- /dev/null +++ b/neo_1month/data/LSTN/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d9b4d4e2671afd2e85bbae11353218570efec7d9ededf20eef55357ae983d8 +size 1166664 diff --git a/neo_1month/data/LSTN/2001-12.npz b/neo_1month/data/LSTN/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..21f7f3371af3fee0caa0aa1973337c07983beb7e --- /dev/null +++ b/neo_1month/data/LSTN/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906644e66f4cf93c7972a559113680507fec5a49b4788d253e03d9a5464ab319 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-01.npz b/neo_1month/data/LSTN/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d67d98299b9a6b1e50c3d0c071f717b3ad4f788 --- /dev/null +++ b/neo_1month/data/LSTN/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe8729b8096f59cf1e4e4b4364d7e63e71a3cd0e23ef5d3b9f5f3f081b43eb9 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-02.npz b/neo_1month/data/LSTN/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1aadbfaeb11ebc7f1ec4b553e32bde3ec4bcbbdb --- /dev/null +++ b/neo_1month/data/LSTN/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da44da44bb591ee83451cced5b9489597aa42a6c2256dcef29b7790db80d2235 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-03.npz b/neo_1month/data/LSTN/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4d7342157208e627dd443cd23e9a0248933c365 --- /dev/null +++ b/neo_1month/data/LSTN/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99990193808750ea72c7998c91530eb6564d3470a30d15ee7ac5ba0d491b996f +size 1166664 diff --git a/neo_1month/data/LSTN/2002-04.npz b/neo_1month/data/LSTN/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c89bc9ce97d77e58254db92e74ef5307475be3d8 --- /dev/null +++ b/neo_1month/data/LSTN/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7297f3fa1dd8ee009b39774076f39b55cccb3ac90ab71289901bc1f784a77b42 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-05.npz b/neo_1month/data/LSTN/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff25a93600768f4625753323371e87e309c3cb3 --- /dev/null +++ b/neo_1month/data/LSTN/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3442f48c24dd7a996dbba2340602fe1c91749b569e1c8f86ad2b7a05e596753 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-06.npz b/neo_1month/data/LSTN/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bf8f0ca3463f29938c9250253b127e7e95c66a5 --- /dev/null +++ b/neo_1month/data/LSTN/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2671a5bf04f6f7b72119fbc1c8649f895196fffb2ad243281f78f656ffb0def +size 1166664 diff --git a/neo_1month/data/LSTN/2002-07.npz b/neo_1month/data/LSTN/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8500f38dff946adb011b2c6ba9ee5ffe509c6ae --- /dev/null +++ b/neo_1month/data/LSTN/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803a5254ece0fc0b665ed73b58492e3d4fe908f4a9341d1fe69f80fd8f41d1ae +size 1166664 diff --git a/neo_1month/data/LSTN/2002-08.npz b/neo_1month/data/LSTN/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..faf9f61d7e4dba59433c28445c8409cf7cf599aa --- /dev/null +++ b/neo_1month/data/LSTN/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef910569f0678998fdac2cc52b1fb78d1670d5f9701206ae4db743bbd8ecff37 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-09.npz b/neo_1month/data/LSTN/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1cd0fc77462cfc0db4346e31ceb29f9c35fbd633 --- /dev/null +++ b/neo_1month/data/LSTN/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0fb676ccfc328e4ce8363fcaf852125cf4d828435448afc470e857a74005d5 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-10.npz b/neo_1month/data/LSTN/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..58628ef9bca27f17f742a51a41c8ad8e6f70cefb --- /dev/null +++ b/neo_1month/data/LSTN/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ac4979ae6ba68a5d879c9a5ce041b1317f7770d325b31ae5a1446f5420cf8e +size 1166664 diff --git a/neo_1month/data/LSTN/2002-11.npz b/neo_1month/data/LSTN/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..92864ed3a9d4ab306661d1d65632a6206776f7be --- /dev/null +++ b/neo_1month/data/LSTN/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b6575a64366c51488f860f6d4c74844eba0e38b4f64111a3fd82c686d6ee28 +size 1166664 diff --git a/neo_1month/data/LSTN/2002-12.npz b/neo_1month/data/LSTN/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..54ea8fae7f921f7af22018d6bf8a42231e674cd3 --- /dev/null +++ b/neo_1month/data/LSTN/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cb5afc3f8af6c0cd4042c978ec893bbe4f6f41b50cf23aa4ce8907d302a972 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-01.npz b/neo_1month/data/LSTN/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ae3f92f1a014e4246ea8b473257ba1ec2a5bf55 --- /dev/null +++ b/neo_1month/data/LSTN/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45e026b54a154a1099e4a92e462ae53bcee62688ba31767de784d4e44ec115d +size 1166664 diff --git a/neo_1month/data/LSTN/2003-02.npz b/neo_1month/data/LSTN/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ee13b70ed28bb355a9ebdf02d1b19ff8f3aba07 --- /dev/null +++ b/neo_1month/data/LSTN/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc6ca9a7231f1181b9e003291eceeaa8e43e42c585f474db692fcc178ef8866 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-03.npz b/neo_1month/data/LSTN/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5a1cc7a84006ca10c51e4c5a7f59da2be98ab9f --- /dev/null +++ b/neo_1month/data/LSTN/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4eb94edcb1153b6f135bf66e9d1cca4f54c620afa3ccbac4a1044d2c7bfb42 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-04.npz b/neo_1month/data/LSTN/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b05662a14ab34b78c94010b459668a980eae12e --- /dev/null +++ b/neo_1month/data/LSTN/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230dc345136a8ddac355035823545686f2d4d71d725434c01f30be5c140f74ea +size 1166664 diff --git a/neo_1month/data/LSTN/2003-05.npz b/neo_1month/data/LSTN/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb4a59c31cd71f996d7c1064998fabf5d0a82602 --- /dev/null +++ b/neo_1month/data/LSTN/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d04291e39a3d568abf9218af451f9d401d83a870d6fead6e38efc587e4f7bc +size 1166664 diff --git a/neo_1month/data/LSTN/2003-06.npz b/neo_1month/data/LSTN/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d50d71660fedf31129c170efd0c430be5968a248 --- /dev/null +++ b/neo_1month/data/LSTN/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763b9320b28126d2f09ab4dcf95bdff6ae8f3e2002fb7b3d3875e17cadafacd1 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-07.npz b/neo_1month/data/LSTN/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..70ddef5e70247caa50414fcac6a38537126a6068 --- /dev/null +++ b/neo_1month/data/LSTN/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90dd46d79edbaa56fdf5acd580e9062103b81f06f24fb3318c1830339c50c45 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-08.npz b/neo_1month/data/LSTN/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..621e4377cd8419d7ede39a161e44b182a15093af --- /dev/null +++ b/neo_1month/data/LSTN/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de3e84645e4e9f14ab78ad144a0b91229cef4e5aedb2f6d596fb1274438ce90 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-09.npz b/neo_1month/data/LSTN/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..451486a588a7b8c1fc77036de7a6f9278db19b19 --- /dev/null +++ b/neo_1month/data/LSTN/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999d727acea9e8964c9fdbf16bf6b68943098bcfde32290b8494658c1d0b3b8a +size 1166664 diff --git a/neo_1month/data/LSTN/2003-10.npz b/neo_1month/data/LSTN/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..639322711331a5b7cca51a32bb8e9e2e2fc08ca0 --- /dev/null +++ b/neo_1month/data/LSTN/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f699d1f066e6c571a133167cdbe8ef28c8d7ae251fcbdd0af66fcc5ffaf6f59 +size 1166664 diff --git a/neo_1month/data/LSTN/2003-11.npz b/neo_1month/data/LSTN/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e33eeaaca8bcb45c211dceff41201971a1635dcd --- /dev/null +++ b/neo_1month/data/LSTN/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3a5c4a91436b576b4a6b0fba0b9e724248f3d4a1ab211d15d2d8a5f6751a3c +size 1166664 diff --git a/neo_1month/data/LSTN/2003-12.npz b/neo_1month/data/LSTN/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcef30e3f02f2ca6b4fd867cac4f8bf8e5462e4d --- /dev/null +++ b/neo_1month/data/LSTN/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7ae847271831ceca3a424620a53b5def0e096f60d0534899a4d8de57bed47b +size 1166664 diff --git a/neo_1month/data/LSTN/2004-01.npz b/neo_1month/data/LSTN/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d38c379e0175d4fa75ebc67dd034e501ad19326 --- /dev/null +++ b/neo_1month/data/LSTN/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa2de4723ce73f9f08327871d7b5864049a08cc2f666eca3073a5045055e0df +size 1166664 diff --git a/neo_1month/data/LSTN/2004-02.npz b/neo_1month/data/LSTN/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..845c9ed498df2c19421e4f730db8a49a74f1ca2c --- /dev/null +++ b/neo_1month/data/LSTN/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bffb2be445d92f9b877de277ed91c488825a110a00b40963a0109eaced203c +size 1166664 diff --git a/neo_1month/data/LSTN/2004-03.npz b/neo_1month/data/LSTN/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c231210d92ead3a2b9aa31af6a9bb02702723a31 --- /dev/null +++ b/neo_1month/data/LSTN/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef829df5aab159c6eba8e336a221aa522d0e48ba146ecc7e546f838a78602247 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-04.npz b/neo_1month/data/LSTN/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..78d19ff4452391c057e34f022a50353c932686fb --- /dev/null +++ b/neo_1month/data/LSTN/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90759b1f0423b501121f1a5ebe383c90afa0558a1995fd51c6ff9d747a596a3 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-05.npz b/neo_1month/data/LSTN/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0090a2a3595d5360e76982b06c82358e2752c101 --- /dev/null +++ b/neo_1month/data/LSTN/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d648fd65da2713738d773ef00bbad2465eb63783aa72709592f3e11decb811 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-06.npz b/neo_1month/data/LSTN/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c695b16bcbdc6166d180744cb43b482af45673c4 --- /dev/null +++ b/neo_1month/data/LSTN/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2cb2912c8b001d14577cc6debe8d89f34e159a9353e4e9702f985c61871c94 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-07.npz b/neo_1month/data/LSTN/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..550061ca5d915ebd15bf9a11cabb6dfc47c5fa87 --- /dev/null +++ b/neo_1month/data/LSTN/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc803b2dacefbcab756f0732737ada07472e8e6b3ba0e89cb38a821bf5afef8 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-08.npz b/neo_1month/data/LSTN/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..41278d11b32413806d4a354f688999531d7106b4 --- /dev/null +++ b/neo_1month/data/LSTN/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7433900c1bef8d59d57660c4dd1517b9d7db70ef8fb7a460ecbdb8548eca82c +size 1166664 diff --git a/neo_1month/data/LSTN/2004-09.npz b/neo_1month/data/LSTN/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5413fc99f9e40e74c510f269d3037ae60d03c2a5 --- /dev/null +++ b/neo_1month/data/LSTN/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ebd3b8d858c11eed63b14e9bb7e8fd16a75976baf543328db3ee8c76662f19 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-10.npz b/neo_1month/data/LSTN/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..33d832dc706bf98d1b4a4a59cefe541f91204686 --- /dev/null +++ b/neo_1month/data/LSTN/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b33fd22777ac03af3f87dc224f5c761410a186a7ef5bc0f48dd4c3f35e7112 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-11.npz b/neo_1month/data/LSTN/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..de5efa7c7ff28094861afdec1067334bc6300526 --- /dev/null +++ b/neo_1month/data/LSTN/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777aa9b6845c1d137ffb568bf8e7de493d691c4aef74999db928a83efa915ba0 +size 1166664 diff --git a/neo_1month/data/LSTN/2004-12.npz b/neo_1month/data/LSTN/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f335671984b656a04a3c35fad71877aa622a1e2b --- /dev/null +++ b/neo_1month/data/LSTN/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba772b50923d9043937a90d888c6dadaabf9de4660db4d10904c587cad13bd87 +size 1166664 diff --git a/neo_1month/data/LSTN/2005-01.npz b/neo_1month/data/LSTN/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..58fdd5525eb1055133f1dbc2361b6f32ef777830 --- /dev/null +++ b/neo_1month/data/LSTN/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f602cf92c2b62c87e501572e70b1d0c42d2ab70bc2ecd994698c451ec2f8923a +size 1166664 diff --git a/neo_1month/data/LSTN/2005-02.npz b/neo_1month/data/LSTN/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bc70f92e082dbde02bf21d7c8c1b6b83ee41deb --- /dev/null +++ b/neo_1month/data/LSTN/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d373d6f617f3d6da1d37bfb953af1511eaa700a4523b30415a586c5f596634 +size 1166664 diff --git a/neo_1month/data/LSTN/2005-03.npz b/neo_1month/data/LSTN/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..878a3cd06fc67adf1c8edce497caf3accb2fbe79 --- /dev/null +++ b/neo_1month/data/LSTN/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5449c22a7a9bd883c0e4e66d220cd34499ba8dc8b0b6526cf876b543eb5d8a1e +size 1166664 diff --git a/neo_1month/data/LSTN/2005-04.npz b/neo_1month/data/LSTN/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdb3b626a5805e6c72bd7cb396848a49d029b5b8 --- /dev/null +++ b/neo_1month/data/LSTN/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f916e0d46e61b2e1099cd8c0dd19a148f2e63107580b722c55ce3ea2ee767a +size 1166664 diff --git a/neo_1month/data/LSTN/2005-05.npz b/neo_1month/data/LSTN/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..56d599e891a88c040ff9a8f156aa8c00fa628432 --- /dev/null +++ b/neo_1month/data/LSTN/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8c6579af3916086aec55f71b80140704464cb41827919f00d62e24e5ee49b9 +size 1166664 diff --git a/neo_1month/data/LSTN/2005-06.npz b/neo_1month/data/LSTN/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa446c64c24a13474e3a366cfcdf399d90c356af --- /dev/null +++ b/neo_1month/data/LSTN/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b5ac9002393b36970d6c80ddc019a48c4c28d2a128cb4066af858d49162d33 +size 1166664 diff --git a/neo_1month/data/LSTN/2005-07.npz b/neo_1month/data/LSTN/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9bb7bf82902e1fe51a28396ac908ac03427995f --- /dev/null +++ b/neo_1month/data/LSTN/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7fcc1d698135ee85990476b3661dd205199dd7a39441e8698df976261955f0 +size 1166664 diff --git a/neo_1month/data/LSTN/2005-08.npz b/neo_1month/data/LSTN/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..151ddad17c31f93e2b26c77f5ad0a6dbbe5f73aa --- /dev/null +++ b/neo_1month/data/LSTN/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5453963b135b7e3a7ad29de33b09886d0a1d93062f592350b5d8f116a1d47ce +size 1166664 diff --git a/neo_1month/data/LSTN/2005-09.npz b/neo_1month/data/LSTN/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..636809d6ceb6e0248d14421e1c8af9cff1cf9ff5 --- /dev/null +++ b/neo_1month/data/LSTN/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a15b3783462ec12d57cff51915a313b6f6e7915525fd568f0e659606e86962e +size 1166664 diff --git a/neo_1month/data/LSTN/2005-10.npz b/neo_1month/data/LSTN/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..73182a747d1afcd647af50131da84260051afc98 --- /dev/null +++ b/neo_1month/data/LSTN/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff706c14ab2dceca0c3cd01712c284cd32eefaa10a1f2228232b4b395ece86cd +size 1166664 diff --git a/neo_1month/data/LSTN/2005-11.npz b/neo_1month/data/LSTN/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e17e44e3130e2f04febbaae8f54f06d7f3a2fa47 --- /dev/null +++ b/neo_1month/data/LSTN/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5fc88f5e04c14f0d9a4a06d9d73abb3601b5447b6a5fc3f23f97de25d7f29d +size 1166664 diff --git a/neo_1month/data/LSTN/2005-12.npz b/neo_1month/data/LSTN/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcf123cf2a32616a5dd771676883570b14854b50 --- /dev/null +++ b/neo_1month/data/LSTN/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c8cfe57e49cceda0c7303b0ee55bcdb20a5ec4071897bd7033dc8d39d5f98c +size 1166664 diff --git a/neo_1month/data/LSTN/2006-01.npz b/neo_1month/data/LSTN/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3b3bfe67865423ad3e2b703f786213af2498c82 --- /dev/null +++ b/neo_1month/data/LSTN/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01881803a217af81446df0089f2e5d66dc0353d4039e75c508f7d0a2245a421 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-02.npz b/neo_1month/data/LSTN/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2fbdf352f8b8cc09f2fdaef43c11feb1c3dcdac --- /dev/null +++ b/neo_1month/data/LSTN/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c023987c3cb20311baab23e12a6d694185a14bef96221defade8b129827d6360 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-03.npz b/neo_1month/data/LSTN/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c1511e3a76558d7e465be736d0aade270657498 --- /dev/null +++ b/neo_1month/data/LSTN/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a773b3e8f33986b400c42cdac093624ba40bb9c7e0a732dfbb793c4d2e2f4774 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-04.npz b/neo_1month/data/LSTN/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2234dcc9929f0ddf742fd872afe191819427f4e --- /dev/null +++ b/neo_1month/data/LSTN/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a9e470cb6d64b935d5089b89d550dcad06a523ef3f6596e5d413566160c7b4 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-05.npz b/neo_1month/data/LSTN/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f5f63a568e351feae0401aee0e78bbc52a26eaa --- /dev/null +++ b/neo_1month/data/LSTN/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2369a4a5b598061a1c3ab782a528ad1430c7922d0cdd4e6dbad5d652ba02194 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-06.npz b/neo_1month/data/LSTN/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dc5d227518a71659dc57729b677f14cf0564e91 --- /dev/null +++ b/neo_1month/data/LSTN/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a625d3da6c812e104943d09e7d4b989ca4dcfeb3d75c0ed7120c0f4e700bc3 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-07.npz b/neo_1month/data/LSTN/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..537e222f3ec95e5467efa3b68feee02586ce43bc --- /dev/null +++ b/neo_1month/data/LSTN/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b9c0edb6b28e3895984061696a422f1f01fd6f9f868ed22818e3a1f504bbb0 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-08.npz b/neo_1month/data/LSTN/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6b3a431328dd9ec8cc4886ae7bafbe3b2ed25eb --- /dev/null +++ b/neo_1month/data/LSTN/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445c51aec0d89e953f261bf763d3c470434eacf9e5717b80812fc0ee368a87a2 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-09.npz b/neo_1month/data/LSTN/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b66cc2148944510a41a6860bc6e3f8ac814472b0 --- /dev/null +++ b/neo_1month/data/LSTN/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f50faca66ec1b8afbabc76d3f3495afb8eea0c060572f542fe268e14a604a21 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-10.npz b/neo_1month/data/LSTN/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d57659ea713f2d0426699a549ac5a90e717e16e --- /dev/null +++ b/neo_1month/data/LSTN/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e774dc2ea8d5e34df2d4775b66c1ee0382843bb3ef79db38454a2a01d7f3ed60 +size 1166664 diff --git a/neo_1month/data/LSTN/2006-11.npz b/neo_1month/data/LSTN/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a42c1f0e801dc9f8420f4f1c9d66263b3dba463 --- /dev/null +++ b/neo_1month/data/LSTN/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8180a4b49b4b39511cbb6c24a846482f54d310763bb2380849d32a4d8ac466cc +size 1166664 diff --git a/neo_1month/data/LSTN/2006-12.npz b/neo_1month/data/LSTN/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..65a7166c8f8ef18d6c1531fea5c114a6715cce2c --- /dev/null +++ b/neo_1month/data/LSTN/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96b2e7b3e63794b6673a4b4f2a44943315943a99cbd4e55d5f126ba470bb196 +size 1166664 diff --git a/neo_1month/data/LSTN/2007-01.npz b/neo_1month/data/LSTN/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1daf1181153c67623bc360b743ea18768db33ed7 --- /dev/null +++ b/neo_1month/data/LSTN/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689c70ed5374e3373eb430341ee5a7febeccda043187f7133767d32f7262794b +size 1166664 diff --git a/neo_1month/data/LSTN/2007-02.npz b/neo_1month/data/LSTN/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c443f9176d2298c1ecbfd2de9f56ca71df8304d --- /dev/null +++ b/neo_1month/data/LSTN/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c17017307f515d87eff81b9f789ec4806818ac6b15132a96ebc138681f6268b +size 1166664 diff --git a/neo_1month/data/LSTN/2007-03.npz b/neo_1month/data/LSTN/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..216fb83e10538ae740dfc61929f9a5354d05d811 --- /dev/null +++ b/neo_1month/data/LSTN/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd94ea11e684843160d3c6c5423ab82460371255b4cb62788fbfdded2ece930b +size 1166664 diff --git a/neo_1month/data/LSTN/2007-04.npz b/neo_1month/data/LSTN/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1285e2def98b3593a1e51009d9165def86c2bb96 --- /dev/null +++ b/neo_1month/data/LSTN/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed47986ce15599b835b0f5579f408fef45fa9e1c8f8f3a69e19490db8fe5d54 +size 1166664 diff --git a/neo_1month/data/LSTN/2007-05.npz b/neo_1month/data/LSTN/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a8fd32a1721d3c51b46cfe209b169e2889925ef --- /dev/null +++ b/neo_1month/data/LSTN/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b5af3ce95d5c2e7d972baa4c2a3f58449a0b057568651409e85524cb69197d +size 1166664 diff --git a/neo_1month/data/LSTN/2007-06.npz b/neo_1month/data/LSTN/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..24877c9bef5e75a93d5b00d10caea85635343506 --- /dev/null +++ b/neo_1month/data/LSTN/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4e77ffba97833984806e7a72d26482f2d06c6adda00ccd8f0122240281ac88 +size 1166664 diff --git a/neo_1month/data/LSTN/2007-07.npz b/neo_1month/data/LSTN/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea6b475388bd95699ae287d69de7433fc1b55b15 --- /dev/null +++ b/neo_1month/data/LSTN/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2ab252b7a8dcbd269d38f4f268c9bc0604fc9278efc988d567ebb6182008e3 +size 1166664 diff --git a/neo_1month/data/LSTN/2007-08.npz b/neo_1month/data/LSTN/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..97181dbc58487b9aa9e0160c8fd9e5732f05c16a --- /dev/null +++ b/neo_1month/data/LSTN/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fb9680ac9d5426108299d68a896e589f64188291fa77744f9f78fe3100bdcb +size 1166664 diff --git a/neo_1month/data/LSTN/2007-09.npz b/neo_1month/data/LSTN/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b52d4d655268ab3fb4bc643d834eb3d8c2a339f --- /dev/null +++ b/neo_1month/data/LSTN/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fcf782c417898f9002e7877b1672d1cea5f583a0f86dbfba5ac22bd290c4f9 +size 1166664 diff --git a/neo_1month/data/LSTN/2007-10.npz b/neo_1month/data/LSTN/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4645e830e32e19876753d0bb557d481c3a73b68 --- /dev/null +++ b/neo_1month/data/LSTN/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b854570946a2fdf631fed1a8e2662f067831954eb57ff020899e79219de7a9c +size 1166664 diff --git a/neo_1month/data/LSTN/2007-11.npz b/neo_1month/data/LSTN/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0c2d1cf7a24467b27fdb3d4bb3ee96aba7ecdfd --- /dev/null +++ b/neo_1month/data/LSTN/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6107394d0baebb77e2d48236af5eb7374b0e24b941190a73dd76fffcd3fdf72c +size 1166664 diff --git a/neo_1month/data/LSTN/2007-12.npz b/neo_1month/data/LSTN/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9fc7fccfdaf3de0d37507040ee5e92facda81b96 --- /dev/null +++ b/neo_1month/data/LSTN/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2ef27f13a62336e1ee79a948807e4d50dd31071a38ab8bb732646e0322e344 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-01.npz b/neo_1month/data/LSTN/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9bfed7da528affe4134043270d00296326678574 --- /dev/null +++ b/neo_1month/data/LSTN/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5ce978044b97d91b4c16cc960f90a344b56919c37a4e949fa0789c0255b4f2 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-02.npz b/neo_1month/data/LSTN/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d04fc0a54bda199fe65d122529324c2b8550b6ee --- /dev/null +++ b/neo_1month/data/LSTN/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45de74ad09a3cfb44a885d039cf624efb18bb457a40b1f340adb3bf4f499da49 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-03.npz b/neo_1month/data/LSTN/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..21ba660d80e536ea25a114b844402b0dac3ee87c --- /dev/null +++ b/neo_1month/data/LSTN/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe2b085493220802163760bbfc3638c7120bcffac2110ce53e6176466fca6c9 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-04.npz b/neo_1month/data/LSTN/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1dc318f1fedb646bd5bec48f48cae6e2445164c0 --- /dev/null +++ b/neo_1month/data/LSTN/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf888f8f53ab64607bdab587972407af80046b71b18f06bf2829600e603e749d +size 1166664 diff --git a/neo_1month/data/LSTN/2008-05.npz b/neo_1month/data/LSTN/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..31e249b215763f451c1da30979a70ba10190962f --- /dev/null +++ b/neo_1month/data/LSTN/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c6c76f715f6bc419bc8971db5e6688ff8db5fde14e5d4db22c49f7401b77cd +size 1166664 diff --git a/neo_1month/data/LSTN/2008-06.npz b/neo_1month/data/LSTN/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..782da0dc20defd263b2bfae5b1456f7f93c6c83a --- /dev/null +++ b/neo_1month/data/LSTN/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaa148bd4e9e68f122f3f881434f3b183bf48e505fae2ad400d94a955f2d68d +size 1166664 diff --git a/neo_1month/data/LSTN/2008-07.npz b/neo_1month/data/LSTN/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a48269c9a577dd969a708ba212c491580aab6d80 --- /dev/null +++ b/neo_1month/data/LSTN/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198744dcb83afbacf6b5813b6003ddbfa6d83b8f318ad721d3dd57cffe054c01 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-08.npz b/neo_1month/data/LSTN/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5bd83830debe6c679ec8eb4fbb4080031f6840e --- /dev/null +++ b/neo_1month/data/LSTN/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b68a29f64fc5c4771c2cdfb0b95fe7b21358101ad2bae6ebec9a7c9be3993e +size 1166664 diff --git a/neo_1month/data/LSTN/2008-09.npz b/neo_1month/data/LSTN/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..76609c40cbbcf78414bfb7239eb38237896c8ebf --- /dev/null +++ b/neo_1month/data/LSTN/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9098a7794ea1b192e469dff8ad75d56d0a3e46c3b5e9cb15f1e43c464435bfe +size 1166664 diff --git a/neo_1month/data/LSTN/2008-10.npz b/neo_1month/data/LSTN/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..24085f2b294152c1a2c00cc821e8601ce22ce312 --- /dev/null +++ b/neo_1month/data/LSTN/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4416874d482026fb046489c977547db46b2582e00f9efe02c6f26ff946706170 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-11.npz b/neo_1month/data/LSTN/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a167b33ce3ca51c453cfb398fcee9b8b78143967 --- /dev/null +++ b/neo_1month/data/LSTN/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eafe63ee5acf88393d2d8df3c67076c5f9484c0b361f7549981fae36bfd3f94 +size 1166664 diff --git a/neo_1month/data/LSTN/2008-12.npz b/neo_1month/data/LSTN/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1493dacbfb3bfe9911f88942d1be67d00d044b76 --- /dev/null +++ b/neo_1month/data/LSTN/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609246a1e226049bfccb021c4c711dc9adcdf9d0de44eac41bd732885e5fec5a +size 1166664 diff --git a/neo_1month/data/LSTN/2009-01.npz b/neo_1month/data/LSTN/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d28cfe86e3a0ec72f076b1368aee8226898e4426 --- /dev/null +++ b/neo_1month/data/LSTN/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05d4e96a3e507e870b056eb96e08dbb694be11579e21d61d2b4c90ba262fbb5 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-02.npz b/neo_1month/data/LSTN/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a944fb4c1b414792b6bc9c64d5e128dc40e5c6a4 --- /dev/null +++ b/neo_1month/data/LSTN/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1506dd95e8be772156b78ffc815f6bd590416e304c943990518dacb36bd10a73 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-03.npz b/neo_1month/data/LSTN/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e7a7cac709c37e1a4ac95689f95666bca6c3bf8 --- /dev/null +++ b/neo_1month/data/LSTN/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f28fddd2adc793741957fd39d54a63ed98d2258edeb9f4ea85feaa557c8e5d +size 1166664 diff --git a/neo_1month/data/LSTN/2009-04.npz b/neo_1month/data/LSTN/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4cc02650dc0220d4723a0e75d6b108a02edd4e6 --- /dev/null +++ b/neo_1month/data/LSTN/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1692fc78756f1a63bc7a03ddc4d19d1fa9d4de3ae0ab5ff422548b13c1b566a +size 1166664 diff --git a/neo_1month/data/LSTN/2009-05.npz b/neo_1month/data/LSTN/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..afee8c3d3687c4176e6e8fc60a68dd95fb8c4273 --- /dev/null +++ b/neo_1month/data/LSTN/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928c0a857ed899809971f022237164b5dfabb9fe780a774010fbb1a50e366fd0 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-06.npz b/neo_1month/data/LSTN/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bc6b47c57f1be08c645c0841451c2d0554aaf7a --- /dev/null +++ b/neo_1month/data/LSTN/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fd9ab0e9bfa160c7986ba0d24b055377128c5364119aed3ad941af5d6995ff +size 1166664 diff --git a/neo_1month/data/LSTN/2009-07.npz b/neo_1month/data/LSTN/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcfe418ff4ab8c588e1c5c821abca6bc6d8433aa --- /dev/null +++ b/neo_1month/data/LSTN/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1b783e696fb049256355e57241054b034be2500e8b549b85c3ccd8f1e1d2b8 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-08.npz b/neo_1month/data/LSTN/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7cf3c2d1fb977a1fe4eab9935896b718293dcca --- /dev/null +++ b/neo_1month/data/LSTN/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7668a8269c015a3717014c6c63550fa93388d8e35ecee4e9dde3e2d6d24178b +size 1166664 diff --git a/neo_1month/data/LSTN/2009-09.npz b/neo_1month/data/LSTN/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..529486730fff3f25426c5d2ea24b3ddf8b248968 --- /dev/null +++ b/neo_1month/data/LSTN/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef0219fc9c5fbcd27dd6978f1aedd435ff7f2440ed258ac4dd9fa6259671b64 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-10.npz b/neo_1month/data/LSTN/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..645134351c96082cf9b5f77dd83e5271d014e325 --- /dev/null +++ b/neo_1month/data/LSTN/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c98c5653442967db738fae9769aee37820458008b36248b33ecb21ed46d19 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-11.npz b/neo_1month/data/LSTN/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..466706aca36a26ba01e621b2971f83a2c043cd6d --- /dev/null +++ b/neo_1month/data/LSTN/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1377747eaa7d3752123011d7855ac557cbf2149d7c08a72ff2f74a0153636b0 +size 1166664 diff --git a/neo_1month/data/LSTN/2009-12.npz b/neo_1month/data/LSTN/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..66805fbba0bc23e36fc7c785f6b9edd661b460d7 --- /dev/null +++ b/neo_1month/data/LSTN/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446e50b131c25c8a47f86dc82a8c161a638b3a9b28a756f51f5daf82e4333fbc +size 1166664 diff --git a/neo_1month/data/LSTN/2010-01.npz b/neo_1month/data/LSTN/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..30bd8b961464154ac1f88cf5a1be2acf66365312 --- /dev/null +++ b/neo_1month/data/LSTN/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e54b0dc87a1a98ac3b5ccccb92c14e5c8e5bda680aca45f8f8f0a6c61c980b8 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-02.npz b/neo_1month/data/LSTN/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d023d1ae2ca54de3b6f2b9bf3bd45b9be89855e6 --- /dev/null +++ b/neo_1month/data/LSTN/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f57c97b70b460cc058d81bac585a2dc29d77596d7db4b92218d5af356c8048 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-03.npz b/neo_1month/data/LSTN/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a988fa9ae097c787ba5cb2a9d289822a71cfc30d --- /dev/null +++ b/neo_1month/data/LSTN/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb2ea905d13cfd7dee53df7296b0221ce54c516e477b709cf71e693c55df3ac +size 1166664 diff --git a/neo_1month/data/LSTN/2010-04.npz b/neo_1month/data/LSTN/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b54b7785696c03d108419cf1703f4dfdc181590 --- /dev/null +++ b/neo_1month/data/LSTN/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f0e4ddd44ed0f8df510ed6960a4959d322ce36dae036c79830544e81ed18c0 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-05.npz b/neo_1month/data/LSTN/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..59bfd5681e8956838bf0363193ace894ec4caf97 --- /dev/null +++ b/neo_1month/data/LSTN/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4016b20ecabf995e46c6d13f8c274f129f879dc272ea121e8897f87dd6b1dfa1 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-06.npz b/neo_1month/data/LSTN/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b36371383bc1e63070a9635b1b92a3a6289fc0ae --- /dev/null +++ b/neo_1month/data/LSTN/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf33a357f54ddb0062968d0aa0707ec4f23906b39cba85e26df4e01d1089c9c +size 1166664 diff --git a/neo_1month/data/LSTN/2010-07.npz b/neo_1month/data/LSTN/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dbcc6fc66b079f2ef76307dec57eed8124c5211 --- /dev/null +++ b/neo_1month/data/LSTN/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4278f9044e3cce2b9ec82b8965167381ecf6cf7bc924e87f0f8aeeff13c2bf5 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-08.npz b/neo_1month/data/LSTN/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..35fdb1d43c0de30735e752c4f6fc8d59ede2b912 --- /dev/null +++ b/neo_1month/data/LSTN/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb9f608b6aa25211c5ad461b91f64e72d51f087dc4e2b9aa52d2eb75c295687 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-09.npz b/neo_1month/data/LSTN/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..71e7223793f1579cf971bfdc65c160872c460ef9 --- /dev/null +++ b/neo_1month/data/LSTN/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567f54b2346691827a6772de11edfe4b85b208334cb2eeb2c92ca6a48bf4f30d +size 1166664 diff --git a/neo_1month/data/LSTN/2010-10.npz b/neo_1month/data/LSTN/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e141a063baec84f7d16cc203d021fe5df256edf5 --- /dev/null +++ b/neo_1month/data/LSTN/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe97924f4963b6ecc90277492ede0f20ed51e75854f1aaf78d1af7c2e9ed57d +size 1166664 diff --git a/neo_1month/data/LSTN/2010-11.npz b/neo_1month/data/LSTN/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..23269ff385f8f20b800e650d3e1d48be7ad946b0 --- /dev/null +++ b/neo_1month/data/LSTN/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f1be905137aa7fcd6bb247529e913b801737338f2df2d27f51dcd654a36637 +size 1166664 diff --git a/neo_1month/data/LSTN/2010-12.npz b/neo_1month/data/LSTN/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..18d1b1935ac961045c89bd6356c62173247b6223 --- /dev/null +++ b/neo_1month/data/LSTN/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050b9b274d39ea6f054f1f3503c54687868655749c8b132f60b4976c8884cc1f +size 1166664 diff --git a/neo_1month/data/LSTN/2011-01.npz b/neo_1month/data/LSTN/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5b91b1ba9a0856ed8e025dc367891a0d9d3bcd5 --- /dev/null +++ b/neo_1month/data/LSTN/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf78e88fca769271724edeacfc52a08242973d12914fc97108cd292a1e4e7d93 +size 1166664 diff --git a/neo_1month/data/LSTN/2011-02.npz b/neo_1month/data/LSTN/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa3b1d5b61538ebcc7ee90da0958300c4328d9eb --- /dev/null +++ b/neo_1month/data/LSTN/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f068c45f2da2114bca2820ad693271605235506f5a90b3210af89ba37605dddd +size 1166664 diff --git a/neo_1month/data/LSTN/2011-03.npz b/neo_1month/data/LSTN/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..34866b979bb6f90bfe9c8869a94c8f3b7fa943a1 --- /dev/null +++ b/neo_1month/data/LSTN/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dd354fa9fcc115099451ff007d6eb48c119e7952fbcbf687ce5a00696f7f2f +size 1166664 diff --git a/neo_1month/data/LSTN/2011-04.npz b/neo_1month/data/LSTN/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8c1a6515976863f5c2df9ca33f090786763c004 --- /dev/null +++ b/neo_1month/data/LSTN/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7850dbe173e2e1846244181ac4b7805f1a4032abd9ba6b89f3c31466f705f1 +size 1166664 diff --git a/neo_1month/data/LSTN/2011-05.npz b/neo_1month/data/LSTN/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c94011a29da315c60d064770725513d48aa88e5b --- /dev/null +++ b/neo_1month/data/LSTN/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3e2fd4849c4150174f556dfa1c2a6395702c8012151275d70ef11cd676057c +size 1166664 diff --git a/neo_1month/data/LSTN/2011-06.npz b/neo_1month/data/LSTN/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..68729bdbe2f103093bf42c646f9ffd6f4ab63f81 --- /dev/null +++ b/neo_1month/data/LSTN/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686641420764676eb72463402e6eec8fcf6021ac01594ca01869b3fcdb064024 +size 1166664 diff --git a/neo_1month/data/LSTN/2011-07.npz b/neo_1month/data/LSTN/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..982073c14c97eae686c3dda0c5ff0a46ca7de136 --- /dev/null +++ b/neo_1month/data/LSTN/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e06d885152a1c2ed28159cf9637d1821b8177bb27a2ea1bfc001f0a2e0dfce +size 1166664 diff --git a/neo_1month/data/LSTN/2011-08.npz b/neo_1month/data/LSTN/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a4f3451a3cc3872d8a36bcceed601f64d0ba946 --- /dev/null +++ b/neo_1month/data/LSTN/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba21c63d6355d9c774041fb0da20a8ebc7c5574b2e2bbcb4f643e46d99b64fe +size 1166664 diff --git a/neo_1month/data/LSTN/2011-09.npz b/neo_1month/data/LSTN/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4dfc7678972785b4c60b404de4ba20f08e8c9e2 --- /dev/null +++ b/neo_1month/data/LSTN/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526d21e26c0c310a0849f2fee9b5a8f4c9ce1480b526c8fbf80922e061f8ea3d +size 1166664 diff --git a/neo_1month/data/LSTN/2011-10.npz b/neo_1month/data/LSTN/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a77597d48dc78c1e4fefcaecfb7836dc79d867c --- /dev/null +++ b/neo_1month/data/LSTN/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70f10cd706fcd7d7c922b1839ae25f416038b23a734a38e660180b389b036c0 +size 1166664 diff --git a/neo_1month/data/LSTN/2011-11.npz b/neo_1month/data/LSTN/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a989392f40ab45e090ddcd2d34347653463943a --- /dev/null +++ b/neo_1month/data/LSTN/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1011507b43f8b73f50e0af2305a76ae246eba6ed8e4c9cd643894c05571d870 +size 1166664 diff --git a/neo_1month/data/LSTN/2011-12.npz b/neo_1month/data/LSTN/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..71521fca06e3846529242c075467d365df3d15db --- /dev/null +++ b/neo_1month/data/LSTN/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d4c486f7654b7be5e261c378ac0d0422483f796ee21730857dc944b5a2da78 +size 1166664 diff --git a/neo_1month/data/LSTN/2012-01.npz b/neo_1month/data/LSTN/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f9a8d5738e9a5dd8dad0bbfa90be3fe6bd1aca7 --- /dev/null +++ b/neo_1month/data/LSTN/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97778b675a37ecaf2636664ca725d5bb3cb7adcc4eb565a9f2f5258aeef06e5 +size 1166664 diff --git a/neo_1month/data/LSTN/2012-02.npz b/neo_1month/data/LSTN/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..168d10a2002abebf21ce490f69b93e6541fa92ce --- /dev/null +++ b/neo_1month/data/LSTN/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f26d7ed3428b46a16835fbcfcbffc654337058d33e4861cbd73d5b4e108954b +size 1166664 diff --git a/neo_1month/data/LSTN/2012-03.npz b/neo_1month/data/LSTN/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..502649d61563fb70bb54011d4f16c7246ea1981c --- /dev/null +++ b/neo_1month/data/LSTN/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e06168a940aa02b9831454a30433bad7b28f15772a3f3c44d48c63e4427f0b +size 1166664 diff --git a/neo_1month/data/LSTN/2012-04.npz b/neo_1month/data/LSTN/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0628e04178943668f8a5ac9a1b06d7ee115dc21 --- /dev/null +++ b/neo_1month/data/LSTN/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74d8a3f98161b3b7080483927fbc6f473fe1a995ebbf2b6346d15eb2b9217ce +size 1166664 diff --git a/neo_1month/data/LSTN/2012-05.npz b/neo_1month/data/LSTN/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c368d88cdf2ad44f339d858e2ece8772144b793 --- /dev/null +++ b/neo_1month/data/LSTN/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682b73b308f962c51bfa7cd97285f188b0cfd74c57b0d0df0b116384acea0ca3 +size 1166664 diff --git a/neo_1month/data/LSTN/2012-06.npz b/neo_1month/data/LSTN/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..09dc4e3e468c9f6b787876c070b6173e0e370000 --- /dev/null +++ b/neo_1month/data/LSTN/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0733210dbc491407ed2e70e3a37d5fa6852a4a9d32733498a1802c432bd07add +size 1166664 diff --git a/neo_1month/data/LSTN/2012-07.npz b/neo_1month/data/LSTN/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcee4e693b20a143deafcfeed179addff617631c --- /dev/null +++ b/neo_1month/data/LSTN/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fdb1f8f9321469b7e51c5967dd79aa413487f8e6ce5a4100ceb2120f5d5ac1 +size 1166664 diff --git a/neo_1month/data/LSTN/2012-08.npz b/neo_1month/data/LSTN/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c2b66c59d952330507ea45f9dc688206f16f6bd --- /dev/null +++ b/neo_1month/data/LSTN/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdf5cb9c9c7f108db143272b8e7e0c6f8598fbbbb763fb3b3b421fa8a3168fa +size 1166664 diff --git a/neo_1month/data/LSTN/2012-09.npz b/neo_1month/data/LSTN/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..143ff5af64d08b8cbe071c9a85dff8c9a4f8b704 --- /dev/null +++ b/neo_1month/data/LSTN/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99edf7a8572d6e80f4af33cdd36977131434700efdebad5be8d478fbc5579ea +size 1166664 diff --git a/neo_1month/data/LSTN/2012-10.npz b/neo_1month/data/LSTN/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6d840604b1757788fdbb33398f91bd24511d518 --- /dev/null +++ b/neo_1month/data/LSTN/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e884f15dc27d2d5dce620a03a40d97eb99d01235df79b4a0536c15af129ba949 +size 1166664 diff --git a/neo_1month/data/LSTN/2012-11.npz b/neo_1month/data/LSTN/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..394aa888d587c36a2495c71d882738742562d0c2 --- /dev/null +++ b/neo_1month/data/LSTN/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60019560cbdc7d5cf3e29cd84d79dc16c3a201c9869d3b04efaaf9134c383fcb +size 1166664 diff --git a/neo_1month/data/LSTN/2012-12.npz b/neo_1month/data/LSTN/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..595412d34f44ded109ab194a0156426a996d13fe --- /dev/null +++ b/neo_1month/data/LSTN/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e21e36d538109c0f5c1ba9edfc2f7a9467f618d7bff65b4348ae54f20866df +size 1166664 diff --git a/neo_1month/data/LSTN/2013-01.npz b/neo_1month/data/LSTN/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ab7d66b079d28238f9f5c64d8873a9660627d6f --- /dev/null +++ b/neo_1month/data/LSTN/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ff2c98699648fc1e62cffd0a5d612876345b993ab816c6bb4fb487b4f7d459 +size 1166664 diff --git a/neo_1month/data/LSTN/2013-02.npz b/neo_1month/data/LSTN/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdc8f791b6a6f2d4133b7bd970fb365f7d7c966a --- /dev/null +++ b/neo_1month/data/LSTN/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee598a6c9ee0c8517ddf3ccaab18555839d0206dc5d9b335ecf4b1164b25131 +size 1166664 diff --git a/neo_1month/data/LSTN/2013-03.npz b/neo_1month/data/LSTN/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbdd8ff660837c4ee94aca0627d4e13cde0a777d --- /dev/null +++ b/neo_1month/data/LSTN/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c286c9aa77261e663516face512f7e7a39d214d312666b32fdba1cdb346f81e +size 1166664 diff --git a/neo_1month/data/LSTN/2013-04.npz b/neo_1month/data/LSTN/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..56eb9803cf4540da52f58515f55b337bc485a4cf --- /dev/null +++ b/neo_1month/data/LSTN/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821619d6fa95a18e4d6cc112f87c8e747ddf50d75196056956c7fa498b63072d +size 1166664 diff --git a/neo_1month/data/LSTN/2013-05.npz b/neo_1month/data/LSTN/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..520d3f8e2babc6c01afb208c97c40b2cf2c36447 --- /dev/null +++ b/neo_1month/data/LSTN/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04d40cfd992b3d3a0ccb21bd5799be34411f0de7ef0b8012a262589272cd2cc +size 1166664 diff --git a/neo_1month/data/LSTN/2013-06.npz b/neo_1month/data/LSTN/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..199967771c06044fb7d6dcec3e7573e9196c32dd --- /dev/null +++ b/neo_1month/data/LSTN/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abba9996942756c1e3a631aa10a631e4786a1f768227f07facbb592c0f1bc35d +size 1166664 diff --git a/neo_1month/data/LSTN/2013-07.npz b/neo_1month/data/LSTN/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..860b6e9170e2a2fdbb580f52d214cc9c2a3257ef --- /dev/null +++ b/neo_1month/data/LSTN/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db758d5c7321fce8c71b7fe221a33345aab7f5f8659719807ccaff078a2b19fe +size 1166664 diff --git a/neo_1month/data/LSTN/2013-08.npz b/neo_1month/data/LSTN/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9efde3ca422d92c97afafaf1b4c0bca8e5474636 --- /dev/null +++ b/neo_1month/data/LSTN/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b4f856ce91d77843b05dc63cf84d4a8110546b1a900fd82ad5a3e7f790b6c0 +size 1166664 diff --git a/neo_1month/data/LSTN/2013-09.npz b/neo_1month/data/LSTN/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..72c29d2e32ee51618038563f3afb901d6521ea2c --- /dev/null +++ b/neo_1month/data/LSTN/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b4499a1eea65a0565eb0b60ad2c51d1173b91200a55d5f76487f76bad16607 +size 1166664 diff --git a/neo_1month/data/LSTN/2013-10.npz b/neo_1month/data/LSTN/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c959fab7f2eef110b0475b468c77fc43da7a5b3 --- /dev/null +++ b/neo_1month/data/LSTN/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727bbb84834e8624f92dfb58d4cf82a7c155f6cab07d64865f398e221186de83 +size 1166664 diff --git a/neo_1month/data/LSTN/2013-11.npz b/neo_1month/data/LSTN/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fee8f6f724373424981c65b2a0d4673d36f819c --- /dev/null +++ b/neo_1month/data/LSTN/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d378e12c208adb5d7774f5a91192c30ffc82ebdd8567ec024d0aeefa31ff58 +size 1166664 diff --git a/neo_1month/data/LSTN/2013-12.npz b/neo_1month/data/LSTN/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3a624557f84efcba1053fca88ee392275ba5874 --- /dev/null +++ b/neo_1month/data/LSTN/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfc4dd97fa8677767e57b1fc8cde88e9ef021948914b016a8cb34c649b5e6bf +size 1166664 diff --git a/neo_1month/data/LSTN/2014-01.npz b/neo_1month/data/LSTN/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a9c5c288ab49513b287a96552171110d23c0e13 --- /dev/null +++ b/neo_1month/data/LSTN/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13542765d241a4652313617132931051b2d88620446c586095e66576614b500 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-02.npz b/neo_1month/data/LSTN/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4593dee72eb41c7b8f13db6b53371b8ee034eab5 --- /dev/null +++ b/neo_1month/data/LSTN/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bce633b0f0c4fdc5858fb47c185f318ab12611b29dd9cc287c060dcb71f79f8 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-03.npz b/neo_1month/data/LSTN/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7fada7164e3dce0786194e9e56b0afefee52789f --- /dev/null +++ b/neo_1month/data/LSTN/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb984c81bb0f4ff32d7dbc0166b27755f5a282a8e2d07b61f8611f85f36745ce +size 1166664 diff --git a/neo_1month/data/LSTN/2014-04.npz b/neo_1month/data/LSTN/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c5bead3137a0df1bbbadb065fc591c9cfa6577 --- /dev/null +++ b/neo_1month/data/LSTN/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5501b5da8a1e2ca1b93400631bbd1f2fa8ab002729ffbb5768b229647a4aeeff +size 1166664 diff --git a/neo_1month/data/LSTN/2014-05.npz b/neo_1month/data/LSTN/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..221dee91de94749aaaf2b86a6e080394d41aa1ce --- /dev/null +++ b/neo_1month/data/LSTN/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4034ad3f2ee06211f5cf0928bf417a20730161cc36f79fe8c17d9d6783d2c369 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-06.npz b/neo_1month/data/LSTN/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..007ed4a895a4f2c997742a1dfe9eb4c4031ab1a7 --- /dev/null +++ b/neo_1month/data/LSTN/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c765360c28b4966114c78167a934c336a6475d93c17890959dbdaa05ea01611 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-07.npz b/neo_1month/data/LSTN/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fce6cc45c078edd802829c21db9fd837b9a3a85c --- /dev/null +++ b/neo_1month/data/LSTN/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b9e7a8b807dc3882265b415f04c1219a92a83e9aedaa503a0253dca57c4101 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-08.npz b/neo_1month/data/LSTN/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..690935bc9438949c478ce12f544aadfcd535d7ac --- /dev/null +++ b/neo_1month/data/LSTN/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771205a800d27d5cdc2c908c1b703695270dc27c2c6b16ce7ed2b094e598372a +size 1166664 diff --git a/neo_1month/data/LSTN/2014-09.npz b/neo_1month/data/LSTN/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf290f902c3d544b6a7793958eb0b82f15b360b7 --- /dev/null +++ b/neo_1month/data/LSTN/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c575dda7850fa74936d5d786d919f32aebc097c7d1b552100441666f5be97b91 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-10.npz b/neo_1month/data/LSTN/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a463b034abd1cc6bdce420b61f7cbaf7b48a44d8 --- /dev/null +++ b/neo_1month/data/LSTN/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7de42bce5e709468b07b3389a3794ceac2997fed8d6b2230c6c32cc35ead2a +size 1166664 diff --git a/neo_1month/data/LSTN/2014-11.npz b/neo_1month/data/LSTN/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b6c26f9f1b40279227733e8b7166bb8faf8a4e7 --- /dev/null +++ b/neo_1month/data/LSTN/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78230378918ca199cb5f3decbb513e2e461ba4d973099543246454aac4b0893 +size 1166664 diff --git a/neo_1month/data/LSTN/2014-12.npz b/neo_1month/data/LSTN/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9635502f6c3bd14d49aee6f9c418054c3709d00e --- /dev/null +++ b/neo_1month/data/LSTN/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe66d335b0780685b14cd606b7bb3e8791cbcea0b65af26e67cd72cc6a49b81 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-01.npz b/neo_1month/data/LSTN/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8d1976ee0f92ab02335b0e8c312763c1a4abcf5 --- /dev/null +++ b/neo_1month/data/LSTN/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17929912ffe9d85ec093f9527c254f006b86b72bd3fa7746584c63f1293eb92c +size 1166664 diff --git a/neo_1month/data/LSTN/2015-02.npz b/neo_1month/data/LSTN/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..01688b310180dba82389590491a3d3d12e9c266d --- /dev/null +++ b/neo_1month/data/LSTN/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28189dd36f0a65098d9a9daa8504fd3697899c48a2072b225a3a7ffc8bf90d5 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-03.npz b/neo_1month/data/LSTN/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..aea8d8d638cff7f7bba43e637ae145ae676ac133 --- /dev/null +++ b/neo_1month/data/LSTN/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7664fdca55f976fd9dd1b721674a4456f43979a2c58054b8b83866a810485456 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-04.npz b/neo_1month/data/LSTN/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..20cdccd9878f957cd5401e3c3d5138f93667afd2 --- /dev/null +++ b/neo_1month/data/LSTN/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc351d53f4cf75b2f0d2c3f6dd4529f387c7ffe927e1f48e9d35f3689e09517 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-05.npz b/neo_1month/data/LSTN/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..062a04ffcdec0682b43d55b049a5f2bd0c2e2e64 --- /dev/null +++ b/neo_1month/data/LSTN/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6183d9dc9887f6f7163ac2710cd484b8f8f0dcec29a15acdfb6f5bccf965e9 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-06.npz b/neo_1month/data/LSTN/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d46a37ec8c1eb3338f733c5c2e035929d17d779c --- /dev/null +++ b/neo_1month/data/LSTN/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91a571a99e5435771918978e30b1fb5d079aa60ead8001440ce1909f1f4a9c1 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-07.npz b/neo_1month/data/LSTN/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8962649e40a0c6b8d53b08c126b4f2f586e9adfd --- /dev/null +++ b/neo_1month/data/LSTN/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d76f7470a748af518c94f29561864f42bb4fa1ef03be4e1c609cf33844f2b43 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-08.npz b/neo_1month/data/LSTN/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a136ae23098e0ce784aaa02b44630da9f279ab3f --- /dev/null +++ b/neo_1month/data/LSTN/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c94ef8113032577effca331cf780abce4246f58b52871ec6f1c5862df92859 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-09.npz b/neo_1month/data/LSTN/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f6a2d71c079ac2f96d032589083c52a6e710fd8 --- /dev/null +++ b/neo_1month/data/LSTN/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788595e3ade316ec341ede7b89d66c922eac5fd4204ce603a8bbf66ab46711e7 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-10.npz b/neo_1month/data/LSTN/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..368d437750ed5184ad94eb1504373ab29d77d472 --- /dev/null +++ b/neo_1month/data/LSTN/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7019e805049cae7c3c7369c259107d978d51cf824e8b7b24a1f528a1994c085 +size 1166664 diff --git a/neo_1month/data/LSTN/2015-11.npz b/neo_1month/data/LSTN/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..98b3d8c778f0d7561cbc9e886dacc004039b5b78 --- /dev/null +++ b/neo_1month/data/LSTN/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbd10e7446f8ef801b78a0c383faea599fb1605d1640df84e5ccbcfe82e816d +size 1166664 diff --git a/neo_1month/data/LSTN/2015-12.npz b/neo_1month/data/LSTN/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..63a9515dfbeea3e82874aeb94dfe340e7f9e6a0a --- /dev/null +++ b/neo_1month/data/LSTN/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d099ae38a846a43440ce0ab958d9ed059438164ae3443d3a9ca96d85a498fea3 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-01.npz b/neo_1month/data/LSTN/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fae3764ee5cb68deec967dfbb97825e65801131 --- /dev/null +++ b/neo_1month/data/LSTN/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a9467423542190a363db73ac900dd6cb37dd2bf101471062fa83b83653fef3 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-02.npz b/neo_1month/data/LSTN/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a13d92e41610c0fc0051929b7d439d0f5666b9b3 --- /dev/null +++ b/neo_1month/data/LSTN/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec1cec8487331c5018692007804227f7f1d90155c9c7dcd25680527b1b8267f +size 1166664 diff --git a/neo_1month/data/LSTN/2016-03.npz b/neo_1month/data/LSTN/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e7b7b55f4969b77c3e23229a2d8c77caa008ff7 --- /dev/null +++ b/neo_1month/data/LSTN/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8c7904b768f4af750e44a5764ccd5ab97a96f87010e40337f6edd7ce1490d1 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-04.npz b/neo_1month/data/LSTN/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..edcc73c47ec23d6e115b86ef5c5abb4952700d5f --- /dev/null +++ b/neo_1month/data/LSTN/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b077f4a3217b22f871569f0439884d9bcb4db8be532e3a4e665fd3e713eafb +size 1166664 diff --git a/neo_1month/data/LSTN/2016-05.npz b/neo_1month/data/LSTN/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..19e49bbf6c7db6c582550dd4848efd8a6261904d --- /dev/null +++ b/neo_1month/data/LSTN/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231c558e2fb0f96f6b570545d7ea69444f6932362dcbbf9f5c29e661d5bb1d88 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-06.npz b/neo_1month/data/LSTN/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9a4cb7341f8fba5a298eb75aad0c954ad96b5e0 --- /dev/null +++ b/neo_1month/data/LSTN/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef7b1785dd402bee51e1b94f1fbdad2c632b377a3551baa286bbd8eddcec518 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-07.npz b/neo_1month/data/LSTN/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e8856475fb136ad3dc9c69788fb279d33e040b84 --- /dev/null +++ b/neo_1month/data/LSTN/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28abdf704e50ab444b1686994de550785073b986e512b31804166b735ce0e81a +size 1166664 diff --git a/neo_1month/data/LSTN/2016-08.npz b/neo_1month/data/LSTN/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b444fad433f730e167fa15e09c64754a19d24bed --- /dev/null +++ b/neo_1month/data/LSTN/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803239cb9a170e96d6f6543cbfe4a9d7e4cc652e6d0d20904f7c0783b52e003f +size 1166664 diff --git a/neo_1month/data/LSTN/2016-09.npz b/neo_1month/data/LSTN/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4652c412a3038c656051cb925f0319f7bbd53c8 --- /dev/null +++ b/neo_1month/data/LSTN/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10579b033a62cc9fb4956ffac420b223c62ad20e5be1726eeb0837be7ca7a95 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-10.npz b/neo_1month/data/LSTN/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb85b23cd2aae829c4205dc900f45f859fd2364d --- /dev/null +++ b/neo_1month/data/LSTN/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3945bcbd794ecc5a9d429a502a27937b02cf114e672fc058e0661b4b3f74f1a0 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-11.npz b/neo_1month/data/LSTN/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc554ce31d47227883200a9b7dce85de6dcee99f --- /dev/null +++ b/neo_1month/data/LSTN/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0ec5573dc391249e6cce1c06fb9fb4d2af4ecc57a855a74b95dbaa47392d98 +size 1166664 diff --git a/neo_1month/data/LSTN/2016-12.npz b/neo_1month/data/LSTN/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..82e357d178f73321143761ce682f70e4a15f66bd --- /dev/null +++ b/neo_1month/data/LSTN/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecce2ac661a4435f6b6d753183226bea5885a35c961f420be29c776464e9de3e +size 1166664 diff --git a/neo_1month/data/LSTN/2017-01.npz b/neo_1month/data/LSTN/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9dc9eecfee7f38c434f9b39bf817f2b74beb5c8d --- /dev/null +++ b/neo_1month/data/LSTN/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e9db22cb1a741b186eb90e57334e66b03b0c2dff4725a97b2a8ae32c46e71b +size 1166664 diff --git a/neo_1month/data/LSTN/2017-02.npz b/neo_1month/data/LSTN/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ae7f40624c93374d3f77fc2db241aebd6f60e4c --- /dev/null +++ b/neo_1month/data/LSTN/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96c325424c95278cbc28eada23a592033b534f59e6a4a0bfc3471cf5fc13dfe +size 1166664 diff --git a/neo_1month/data/LSTN/2017-03.npz b/neo_1month/data/LSTN/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecb7e84758b8d37e98fdf4cedbc995c5525ff8c4 --- /dev/null +++ b/neo_1month/data/LSTN/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f19ea1aeafddb5328c27becef5d7fde3519b6d98161eaa0f9bc7f59d39fb18 +size 1166664 diff --git a/neo_1month/data/LSTN/2017-04.npz b/neo_1month/data/LSTN/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3ef67985c74dd06c55b90dfd4ac941fbd3053c7 --- /dev/null +++ b/neo_1month/data/LSTN/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b194d31cbe333f36a0f88f0c738fcbb22a941624c6ebcae58d4b75a7fa696a6f +size 1166664 diff --git a/neo_1month/data/LSTN/2017-05.npz b/neo_1month/data/LSTN/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..28351ed488739f74d2672b93e6fada5ece67fe51 --- /dev/null +++ b/neo_1month/data/LSTN/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1994c5493251b855f6116c8e6ea16eff778c672db094877bed0544d73c8defc7 +size 1166664 diff --git a/neo_1month/data/LSTN/2017-06.npz b/neo_1month/data/LSTN/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..80ff312d569af85a8a723dad29d399026ef47349 --- /dev/null +++ b/neo_1month/data/LSTN/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdd8edca540f469927dc3f985dd3f8c10497a340e83d68612687915dc61ab11 +size 1166664 diff --git a/neo_1month/data/LSTN/2017-07.npz b/neo_1month/data/LSTN/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..feec5891b64c3e9488a17e9a9b02de95f70adee6 --- /dev/null +++ b/neo_1month/data/LSTN/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b3655e49a9f4f9c7887aea78059221cb9c0aa233a54b8d2438174f3de76dc5 +size 1166664 diff --git a/neo_1month/data/LSTN/2017-08.npz b/neo_1month/data/LSTN/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4ddd398d61e1ab429acf2adf07c6119cbf222db --- /dev/null +++ b/neo_1month/data/LSTN/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515dfaff55edc942b6b6b0dca27a98f9441761f9b037d6fc52a5abe4e1d9ccea +size 1166664 diff --git a/neo_1month/data/LSTN/2017-09.npz b/neo_1month/data/LSTN/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..130116869aafc87870c6d92e7658a3604d31e26c --- /dev/null +++ b/neo_1month/data/LSTN/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd5d12bfdeb3fb9eb8ffffe3809dd19c9e587f2978e42c89d80cc37ef2a20cd +size 1166664 diff --git a/neo_1month/data/LSTN/2017-10.npz b/neo_1month/data/LSTN/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..049329f247eb7ae2d736b2f29c1ffcc066a0b46e --- /dev/null +++ b/neo_1month/data/LSTN/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6eab799b2cea8331d8c4c0c979ac87fa8ad40b089f7b382e2774df2854f2b62 +size 1166664 diff --git a/neo_1month/data/LSTN/2017-11.npz b/neo_1month/data/LSTN/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4eac9e5ec11a136b699ffa72fca01acab8b7703 --- /dev/null +++ b/neo_1month/data/LSTN/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f3d032fe498a424cbe42aa2a772413fbea246734058581ea9b1acec0cb176d +size 1166664 diff --git a/neo_1month/data/LSTN/2017-12.npz b/neo_1month/data/LSTN/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..150136b83b691135beb67f5743f47aeeab31d13a --- /dev/null +++ b/neo_1month/data/LSTN/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7803c1d34daf190fe9c4018819a9c682a96378fb158bdbcce7e69a4345e6c6d6 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-01.npz b/neo_1month/data/LSTN/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..da444ed2536beb03983310fa5944a9fd928a777a --- /dev/null +++ b/neo_1month/data/LSTN/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ef7e53266d9287dce362c19dfee8dc707e88564c13a9456d2e01ebd5c18249 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-02.npz b/neo_1month/data/LSTN/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd6fcdff6961560edffc1d9012d6fdbe9db92408 --- /dev/null +++ b/neo_1month/data/LSTN/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f346484aa28775a60c78ef20f685314254111aba2601d58760c36ab191fadcb +size 1166664 diff --git a/neo_1month/data/LSTN/2018-03.npz b/neo_1month/data/LSTN/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecf0076c00425c8d96152f96b4c7a16830c98483 --- /dev/null +++ b/neo_1month/data/LSTN/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0971bf523ae84c208e781c299d85c66833cdff12fa610f629d816a60d71bf2d +size 1166664 diff --git a/neo_1month/data/LSTN/2018-04.npz b/neo_1month/data/LSTN/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1963391386100c62e11890d15d5e75624692f79 --- /dev/null +++ b/neo_1month/data/LSTN/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71f0ac1ee85f2beaad4275b9d904cd1f4860f8acb2262f502d609b96c79d8f6 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-05.npz b/neo_1month/data/LSTN/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cdae005f72e1d8326f2436d9e81764528a865f12 --- /dev/null +++ b/neo_1month/data/LSTN/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f64db90ce2a8c83caba1b9371b8031b817c07ef65b690b18f1aaba675179e84 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-06.npz b/neo_1month/data/LSTN/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..032a9576d5dcaf76b9ad2018c2fa0f4c9dd115b4 --- /dev/null +++ b/neo_1month/data/LSTN/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2707482a4965b51cca596740e9067d4c9cf69ae892dc7a8a0b4ccd7452c9166b +size 1166664 diff --git a/neo_1month/data/LSTN/2018-07.npz b/neo_1month/data/LSTN/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..95cf1172299c68810a7615db9a03efb82f8333b0 --- /dev/null +++ b/neo_1month/data/LSTN/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab444f144e25afd90e3e050a89ee61f51b19fc3624c3b9aaebbbe9aebe5e435 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-08.npz b/neo_1month/data/LSTN/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a38498b1641a9d4a9c64f4be73df0175249f011 --- /dev/null +++ b/neo_1month/data/LSTN/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4379955a7ca32a810ea132faee7cf9b145b5e5b0939592cdfb61f683383e5d27 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-09.npz b/neo_1month/data/LSTN/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb8bf911fc2dcb0c1f101c7ab194bd541c5fd60b --- /dev/null +++ b/neo_1month/data/LSTN/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101cc46e0b29b9e10dd476a7092a7a8ba416c5731f65db0a7472fb43627af822 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-10.npz b/neo_1month/data/LSTN/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..abd925729664d27d40f7679c1d6e958e63461e92 --- /dev/null +++ b/neo_1month/data/LSTN/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8224e006da8fee0608e6dfb8a7074a22a8279ae038fa7320a0b877e63bc695 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-11.npz b/neo_1month/data/LSTN/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..982685e074815df277956b10a8756c63699dde57 --- /dev/null +++ b/neo_1month/data/LSTN/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abc733312480405f20f619e22713e46b5e5021d6c6c8e36a2f3374e6717c916 +size 1166664 diff --git a/neo_1month/data/LSTN/2018-12.npz b/neo_1month/data/LSTN/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1691da11c409205664ce80d743ede266f119bfae --- /dev/null +++ b/neo_1month/data/LSTN/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf88cca9c050383868e3fa51b1b47d0ea6b72189ad02ac711f2724874b062c6c +size 1166664 diff --git a/neo_1month/data/LSTN/2019-01.npz b/neo_1month/data/LSTN/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..20c3b754c5cb193761d557022f205fa178a13df4 --- /dev/null +++ b/neo_1month/data/LSTN/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd47bb312493e4fd91e429a94482cc58ed68f0c945b473e1dcac41f61da3cde +size 1166664 diff --git a/neo_1month/data/LSTN/2019-02.npz b/neo_1month/data/LSTN/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f005f7508709a97f5df411be77ff797b1fa7b2ef --- /dev/null +++ b/neo_1month/data/LSTN/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcb1b0dcaaeb9265484962ea6689f214cdf52f4a37b5b3e6647a7a53c77c8f +size 1166664 diff --git a/neo_1month/data/LSTN/2019-03.npz b/neo_1month/data/LSTN/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..90226fe41857eab9ec2332f8a3a4c836e5b50a42 --- /dev/null +++ b/neo_1month/data/LSTN/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b14ebf9975be6d4afb5588c01a01fb89539fe12a08b3e04f40473a886d01f6 +size 1166664 diff --git a/neo_1month/data/LSTN/2019-04.npz b/neo_1month/data/LSTN/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ef9ad63e796300ffdc4507ac838c503c5583559 --- /dev/null +++ b/neo_1month/data/LSTN/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56a3a8e3eca065365b35ac03a64141e4b794905c2a8e5a80876985f757aaa64 +size 1166664 diff --git a/neo_1month/data/LSTN/2019-05.npz b/neo_1month/data/LSTN/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..078580e90f6ae316c600d90740beffc07a8286f4 --- /dev/null +++ b/neo_1month/data/LSTN/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d46ed4e11e7770ecbd8d88b6680c752e03bb1d06facb2fb3be442cf4fb0c1d +size 1166664 diff --git a/neo_1month/data/LSTN/2019-06.npz b/neo_1month/data/LSTN/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bed0091e8edf60db1ec5a1ece23f85ce62d1b239 --- /dev/null +++ b/neo_1month/data/LSTN/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619c6dae09882b34aab58abd9a8caf4576fec8848d4a280df7e67820df7b368f +size 1166664 diff --git a/neo_1month/data/LSTN/2019-07.npz b/neo_1month/data/LSTN/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..187aaaaa0ff86b82acce9b42310667ebd1cc9a3e --- /dev/null +++ b/neo_1month/data/LSTN/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adf0d1b619c7c348e2d9775495f915812599b3200e927168bd07ff08ac07dcf +size 1166664 diff --git a/neo_1month/data/LSTN/2019-08.npz b/neo_1month/data/LSTN/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..550df9e6721a6db622fa96e471e5530aa7473d75 --- /dev/null +++ b/neo_1month/data/LSTN/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f7c5d03f0e6bac3b2b47b6453055ac31b99aef08307f278f4813d3b749e35c +size 1166664 diff --git a/neo_1month/data/LSTN/2019-09.npz b/neo_1month/data/LSTN/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..132f1f48112672ad970f643dc73723e2213ccb93 --- /dev/null +++ b/neo_1month/data/LSTN/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2a1636ec2eb7c0ba2e7692e11cc0421cf8be760346cdf30c1ab9cfc1b353c6 +size 1166664 diff --git a/neo_1month/data/LSTN/2019-10.npz b/neo_1month/data/LSTN/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b19a5cc308a5a8ba169bc470abd97c0d2b3a9b5b --- /dev/null +++ b/neo_1month/data/LSTN/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa559e558fc07004eb8f3f3d2d363fbad9bce11fbfe95699e417df43c4c34b68 +size 1166664 diff --git a/neo_1month/data/LSTN/2019-11.npz b/neo_1month/data/LSTN/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae077e42e0086af16f5bda3fa686595cba8bb6e0 --- /dev/null +++ b/neo_1month/data/LSTN/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba9ca7736d6018d3b56ed06c9ac6b9b5848a77d067bd302e26db99294cc5f6f +size 1166664 diff --git a/neo_1month/data/LSTN/2019-12.npz b/neo_1month/data/LSTN/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cc722b43b9db3cab2fc4a61f8c9072b9b3f2346 --- /dev/null +++ b/neo_1month/data/LSTN/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4c188334cc0f6a97376a014741091aaf84977a1533f28d3bfdab48044f47dc +size 1166664 diff --git a/neo_1month/data/LSTN/2020-01.npz b/neo_1month/data/LSTN/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb64cc39c581d2531f305730323cc485b0d97c45 --- /dev/null +++ b/neo_1month/data/LSTN/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff01bf14419c066181597b0c5e5117fef7551db1fb680d293fdd356ebde56f6 +size 1166664 diff --git a/neo_1month/data/LSTN/2020-02.npz b/neo_1month/data/LSTN/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f037133f0196508e6d487aecfde9e4dd0404531c --- /dev/null +++ b/neo_1month/data/LSTN/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99be8834a386cffbea63a573405194e7250253128a98685a2bc04ac56f3badbf +size 1166664 diff --git a/neo_1month/data/LSTN/2020-03.npz b/neo_1month/data/LSTN/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7540d6dadc5918040cba5556f259c9682d9c2aea --- /dev/null +++ b/neo_1month/data/LSTN/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9301e455f6b6c4e7e06798d8a5d81cdc2ac8ee8ed38a119da0ea2408fab3e89f +size 1166664 diff --git a/neo_1month/data/LSTN/2020-04.npz b/neo_1month/data/LSTN/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ca768f34e72f2100ca63765cc69d13669f7274a --- /dev/null +++ b/neo_1month/data/LSTN/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703762bf8e4f1bed4b8c407be9acfd699fe9c31a3d9d454a2c3748eacbb322af +size 1166664 diff --git a/neo_1month/data/LSTN/2020-05.npz b/neo_1month/data/LSTN/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..99f1be978082c99a996a348822e2a4fbbd30704c --- /dev/null +++ b/neo_1month/data/LSTN/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601367d871442e05a32f16d734ca124bcc3980de540296adaa5796f8c7f2df34 +size 1166664 diff --git a/neo_1month/data/LSTN/2020-06.npz b/neo_1month/data/LSTN/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3f28dc9848fac71c1cf3b1f0f2415e615ad2707 --- /dev/null +++ b/neo_1month/data/LSTN/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92708e560fd405fbbefee6ac26c09ba143caf39b8d48ecc2560be39cd07dc8d9 +size 1166664 diff --git a/neo_1month/data/LSTN/2020-07.npz b/neo_1month/data/LSTN/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6648ab5089c5b1f78aa559a8b29537a12ff5733d --- /dev/null +++ b/neo_1month/data/LSTN/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf731152b1b2eb3ff5bdf35f8702463a5edc2fc03a9d9dd2324c586acd94d77 +size 1166664 diff --git a/neo_1month/data/LSTN/2020-08.npz b/neo_1month/data/LSTN/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c432a130ef172eb53a6f9b82395e6926d9eff810 --- /dev/null +++ b/neo_1month/data/LSTN/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d02b3c4bd5e24d688d1b1638dc81cf7a98ae08faea7d44079137b92360ffe6 +size 1166664 diff --git a/neo_1month/data/LSTN/2020-09.npz b/neo_1month/data/LSTN/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e73fa6421e205a03c8086ad1ec5c09141e0ebcaf --- /dev/null +++ b/neo_1month/data/LSTN/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aade6655c6b38bb536435f50b7557a6d97c3e223b507f8773f9ffcd9e933a18d +size 1166664 diff --git a/neo_1month/data/LSTN/2020-10.npz b/neo_1month/data/LSTN/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe9cd5c1885749d834f6563cf256849d6517d1e8 --- /dev/null +++ b/neo_1month/data/LSTN/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb8625ea0913854f6bd899f21697bfba98e07f9d89576d057a9b8d0ca077990 +size 1166664 diff --git a/neo_1month/data/LSTN/2020-11.npz b/neo_1month/data/LSTN/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..88881fd6e2f77722d82f73cb9975e5829e89c76c --- /dev/null +++ b/neo_1month/data/LSTN/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0c2a27b96200e7ae87801874061065592af2d3807e751ed7a48e36eac31b6c +size 1166664 diff --git a/neo_1month/data/LSTN/2020-12.npz b/neo_1month/data/LSTN/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7432b3d5e41d06acd6691f4a9cc2a629bb1240a --- /dev/null +++ b/neo_1month/data/LSTN/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edf33ca8ebac6aba01cdbfb4228dd7d9fde218ed641e4e0490c6141134b1fcb +size 1166664 diff --git a/neo_1month/data/LSTN/2021-01.npz b/neo_1month/data/LSTN/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2a34c6fd1608482868fb82ebff9d2eb875d3ebc --- /dev/null +++ b/neo_1month/data/LSTN/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6961f65545be10f3957c855e398e6611dd63db6d557276c680a6ffbc0404e9 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-02.npz b/neo_1month/data/LSTN/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2331cf02f8c7b146b394d89be2a1f43a6a33962f --- /dev/null +++ b/neo_1month/data/LSTN/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5209b7d482651198c873bc78e2a48dc6d5b7b8a3287e2680219b7ff6fad221 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-03.npz b/neo_1month/data/LSTN/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd7ddaed6d20dfc8ab8facbac8d3adf01708c1f2 --- /dev/null +++ b/neo_1month/data/LSTN/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cce7f74f24d248b5d5d72e0dbf94848c18a3e24a7d3bf3025bf02dce2ed588f +size 1166664 diff --git a/neo_1month/data/LSTN/2021-04.npz b/neo_1month/data/LSTN/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..45253c0a43f507441fbf8e6b1c4836b9fdb6d075 --- /dev/null +++ b/neo_1month/data/LSTN/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67b6461a8dea957b610df207f10d09621b479b8d22e7090ad7eae468c80ab4c +size 1166664 diff --git a/neo_1month/data/LSTN/2021-05.npz b/neo_1month/data/LSTN/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e3f96117aba50f723642a249f36e250ff312e22 --- /dev/null +++ b/neo_1month/data/LSTN/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1333e30c4c077906a765885e0f7c224ce9b33ab38d91a3e26818c1b244d83da3 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-06.npz b/neo_1month/data/LSTN/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..45be142ec530001cfc44f95361bb6c1794977016 --- /dev/null +++ b/neo_1month/data/LSTN/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a551edde6558c473a15c8e77d6809af84c179f29d2e12ca14ae71cf1dc3b640e +size 1166664 diff --git a/neo_1month/data/LSTN/2021-07.npz b/neo_1month/data/LSTN/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8189aaed06f940230c4ba78263a5676a1603225f --- /dev/null +++ b/neo_1month/data/LSTN/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b397e4f95cd6d2dbf793ec698cfe693f5e374577bbf726d35cc36979c034367 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-08.npz b/neo_1month/data/LSTN/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2feeee4ab24279b148e986957b6fd3b45a8f433 --- /dev/null +++ b/neo_1month/data/LSTN/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f194db133987cda12aa0610a94e332164e5e67327371f36080b59ae981269353 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-09.npz b/neo_1month/data/LSTN/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..31d929796d520312345dc8c00e02cf85365a2377 --- /dev/null +++ b/neo_1month/data/LSTN/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee41cef89e3eea4f3a65595ffcd0e4a4ba67116507a1913347aa2d7b91b0f58 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-10.npz b/neo_1month/data/LSTN/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4d9fba12fc8a5987d21ec7914546da8476f3390 --- /dev/null +++ b/neo_1month/data/LSTN/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30a77a922f17f03f9310a000c40b685c5bafacfbe29185e0d5440f830723b05 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-11.npz b/neo_1month/data/LSTN/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d44de061b51ab26be94944570f40c05020b3c933 --- /dev/null +++ b/neo_1month/data/LSTN/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3fffe8bc49ea7aa3a16597ab544c3d3d72eb15b9e4f1ae715a377f93ff03e3 +size 1166664 diff --git a/neo_1month/data/LSTN/2021-12.npz b/neo_1month/data/LSTN/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe27410f25d060880fe804805190cdd92dab7105 --- /dev/null +++ b/neo_1month/data/LSTN/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6678d934e6756484a675d9bdfa37e9cdff16ff6f25950d60ab15a0e820bb6495 +size 1166664 diff --git a/neo_1month/data/LSTN/2022-01.npz b/neo_1month/data/LSTN/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a51e931514d6d6c4739b741e57dc7c67bed42b7 --- /dev/null +++ b/neo_1month/data/LSTN/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81d4b7a9d5ccc4fcb5a43edc80487fe2ed4e04bff65e24113eb96caf5699c5a +size 1166664 diff --git a/neo_1month/data/LSTN/2022-02.npz b/neo_1month/data/LSTN/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..09f440e1940de3793f4c4bad802c5e0d0a12cf19 --- /dev/null +++ b/neo_1month/data/LSTN/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46706191d14124798a48b124dd55654b24b0ca0dfca857e68f0103cc9587bf4d +size 1166664 diff --git a/neo_1month/data/LSTN/2022-03.npz b/neo_1month/data/LSTN/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..50dc8add7983475a3e8d4ce4f76c0e6888ba7666 --- /dev/null +++ b/neo_1month/data/LSTN/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e64c2063e084253d54308db3f33a9fcde98604047533b5e3a9f985ba3958de +size 1166664 diff --git a/neo_1month/data/LSTN/2022-04.npz b/neo_1month/data/LSTN/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8683556dddd94d6ee80ec0941c111ed3c3c2fcb9 --- /dev/null +++ b/neo_1month/data/LSTN/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd7b3d355456bc33af95d7ef17246e3540dfd3e79c93662ac8b897c23d6d3df +size 1166664 diff --git a/neo_1month/data/LSTN/2022-05.npz b/neo_1month/data/LSTN/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..53167cec60a196570ad6857915630c763547ca92 --- /dev/null +++ b/neo_1month/data/LSTN/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5536a33f16497bc9b5cc2df4c4b5cc389989b782c7425c4d762839005c21123 +size 1166664 diff --git a/neo_1month/data/LSTN/2022-06.npz b/neo_1month/data/LSTN/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac88966b08523849c75af4f5d6298f9f240da9f0 --- /dev/null +++ b/neo_1month/data/LSTN/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6479cd75247974e27f2f60654e51726dbcaf1cd5fa8a831d5cf78b8185d46f6c +size 1166664 diff --git a/neo_1month/data/LSTN/2022-07.npz b/neo_1month/data/LSTN/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b785a44c16ee01afa2033960ad178e9df3fce4a --- /dev/null +++ b/neo_1month/data/LSTN/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadbfad1d3344dd937c621da71a77833449f9f6ead184efb675cddb8b3f9c924 +size 1166664 diff --git a/neo_1month/data/LSTN/2022-08.npz b/neo_1month/data/LSTN/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..900949b75ac7049279ca1b399764056348a15a26 --- /dev/null +++ b/neo_1month/data/LSTN/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088c06f8a4a9b0e380b9619341e518843401bedce40d2a2c69408bc4c97d2b97 +size 1166664 diff --git a/neo_1month/data/LSTN/2022-09.npz b/neo_1month/data/LSTN/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..32614004efc607643397058d168882946a100429 --- /dev/null +++ b/neo_1month/data/LSTN/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad2d53f1d89e4877e5dba079a4cef96efbab39f12dea716cab5953d138b499b +size 1166664 diff --git a/neo_1month/data/LSTN/2022-10.npz b/neo_1month/data/LSTN/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..87dbf6f5fd451b11dc410419f78232d09850eb03 --- /dev/null +++ b/neo_1month/data/LSTN/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd88684aa795a4c1c918b019ade77a6dce446f349c2c435a49a1a46ac5663ec +size 1166664 diff --git a/neo_1month/data/LSTN/2022-11.npz b/neo_1month/data/LSTN/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..80c4de0cd1c4da81005d2effab3bc963724c6d07 --- /dev/null +++ b/neo_1month/data/LSTN/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d128f7fd8db91cb7e4b413a7533801614a742f2fef1272c661a65d741c8207 +size 1166664 diff --git a/neo_1month/data/LSTN/2022-12.npz b/neo_1month/data/LSTN/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee05a5b62ba629e068e8f0742fcd3228e154aad4 --- /dev/null +++ b/neo_1month/data/LSTN/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d793da051663dcde7461288b1be7b77bab47c323d5c1575379690bffec9bd654 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-01.npz b/neo_1month/data/LSTN/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac62ee609034a874a8e8808a547b2b62de4bb6c3 --- /dev/null +++ b/neo_1month/data/LSTN/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cc8645f9967ba74234b8ee17fb9783643aefed512279ff7f1640ce2f018cee +size 1166664 diff --git a/neo_1month/data/LSTN/2023-02.npz b/neo_1month/data/LSTN/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c44468d9e40fad7b4ed1a2c15d3d3a4dded81e17 --- /dev/null +++ b/neo_1month/data/LSTN/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dbb1a7407461d6054c11357465f223dbcb69e9e66423f946c44749a4a1a6a6 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-03.npz b/neo_1month/data/LSTN/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b2aab8805ef25cfc3c3e13c0853f7fd5a20f25b --- /dev/null +++ b/neo_1month/data/LSTN/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60299cbc4ed58bd821b55f4963ca0c921525cc6f4773889cd182b6d6bbee7d87 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-04.npz b/neo_1month/data/LSTN/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..04a6ef7437b162e6e8571f573a35938287af1d0d --- /dev/null +++ b/neo_1month/data/LSTN/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0061ad0dc171757816e33668290a89a25dbcc38481a9ae3189d54b3cf30fef +size 1166664 diff --git a/neo_1month/data/LSTN/2023-05.npz b/neo_1month/data/LSTN/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5aa2b0ade486cd06202efae2c94d48aa43caf28 --- /dev/null +++ b/neo_1month/data/LSTN/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6417f731b02fd4ed7358279c61cadd7b14853db6fa5bcb1ecaa6b9eeb0a0b8 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-06.npz b/neo_1month/data/LSTN/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1699432db2f341124932de88ae3d427d311aa2d7 --- /dev/null +++ b/neo_1month/data/LSTN/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998056ed7d7c5cce122474fa50f9c44ae24e4fdb983568afbdd69b7386d4cd31 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-07.npz b/neo_1month/data/LSTN/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e733b51e4afc0eae6ca1dcc16d7b55731b39e3b4 --- /dev/null +++ b/neo_1month/data/LSTN/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b774264fce536821a65f4945f960d0d15b4f713402fb2f646192385c4568c2 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-08.npz b/neo_1month/data/LSTN/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..16a67449ea9bd5af3020b1bf95cb6e3021ce1c3d --- /dev/null +++ b/neo_1month/data/LSTN/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dc88d28e47be48b10861da689014b8c39628ee55b09829093818dc94a10362 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-09.npz b/neo_1month/data/LSTN/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb637ace99a20e4bd602b4e1c502956da678b1ac --- /dev/null +++ b/neo_1month/data/LSTN/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5519b1b73c5c5178eae76b9eb8a101e1410bbc77780bc3c14168d82511359b +size 1166664 diff --git a/neo_1month/data/LSTN/2023-10.npz b/neo_1month/data/LSTN/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f27c5fc3a0e28560cf1eb5f6560a72bac54ca88f --- /dev/null +++ b/neo_1month/data/LSTN/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d101c2c27b594c8427927ec163ae7f2fae46bd6325fd867f3aaecceb011c2a +size 1166664 diff --git a/neo_1month/data/LSTN/2023-11.npz b/neo_1month/data/LSTN/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..459c87e064196305aa040c5cddd99567329467ca --- /dev/null +++ b/neo_1month/data/LSTN/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5711a30ec261a4a8005c9d8eed0e8f2401849714dbbc837df96939464e48987 +size 1166664 diff --git a/neo_1month/data/LSTN/2023-12.npz b/neo_1month/data/LSTN/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e19146294ddc664605ca05581459cbca3e4badb7 --- /dev/null +++ b/neo_1month/data/LSTN/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c4fc9c9188fc9a9df5ae29539841a864a1dd5abe0c17c8a64f7ee8bce68e5a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-02.npz b/neo_1month/data/LSTN_AN/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aafd7d0f45c4b00bf0b1dcc96b71eb6eae63aaaf --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663e24409328b4095fa5a84e7f144967887f30e8039eca151dc7e48530cb13d8 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-03.npz b/neo_1month/data/LSTN_AN/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..acf156dbb1a17f1eacfcf416651957da35390f04 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defc3081c4adccef432c0b034927acdb1ac5eac9f4713f03b9fd3869eaf2a27f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-04.npz b/neo_1month/data/LSTN_AN/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee3098a186b1fb4603239f859ce68af4772bcad9 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7afebef0b515b3b92cc63c54dd7c5ff960961408d64052cf5392a66a0debe67 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-05.npz b/neo_1month/data/LSTN_AN/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ee665c916d11e05a8381e3fa6d471ccea9de53d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6754e1f18ba7a4ce8416532e9a344c60283fd9cb120226f7860b5dd1eb803362 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-06.npz b/neo_1month/data/LSTN_AN/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..392b747c2b4a2274f4521cf86dc4eacce687aeb4 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91737ef7a62a30ed8b80940dcb870a0dad3068fc611a440495b976d78f5f825f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-07.npz b/neo_1month/data/LSTN_AN/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..82d12283a1d3bfd21ef78eaf8b557877143fa262 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fb48340cef37d8a9423e03f641cd13a139c4d0a1c36c7ddd77a1ebb9b32dcc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-08.npz b/neo_1month/data/LSTN_AN/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..068f56394b1d9b61a7cf0dbcf4de8fe2a8a325cc --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a4843d26b2d8baf65546d79f4f2d94751c41c7ae02904adb3ad482ecd20e9c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-09.npz b/neo_1month/data/LSTN_AN/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f27be5b24ee7e46e43a3cf5fe0c693146409b52 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c036d88ba8789cc65c5696926f23563d0f3de5b3d602a97d476eb9a5725ed342 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-10.npz b/neo_1month/data/LSTN_AN/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff7acafca9bc5c6f0387d67f50f322884aae6941 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e030f835348b33a0ff4e744ce5a1e96acbbfbf5a3c4947b63a6cb406292f466e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-11.npz b/neo_1month/data/LSTN_AN/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5072d9ec43534af904def6e3abfa5e089708fb2 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2afe4944af25c22e355430e6374c226b4ca44ccd51e5abad831b67f6fcf9e36 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2000-12.npz b/neo_1month/data/LSTN_AN/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d55803d9a7469295e70a647219e23e89720757ce --- /dev/null +++ b/neo_1month/data/LSTN_AN/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5403e28f9f5ed32e4472ac2a3ecdbd3d18ac0df4acc5f3f9050f2eee9d696923 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-01.npz b/neo_1month/data/LSTN_AN/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..09b85a6a08431d2fbcbd4df5656bd7090043dbe1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1083ff4aa26b9948e10313489f0d46f9e59b8ab217267d1d6e1a3ea2c9999f0d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-02.npz b/neo_1month/data/LSTN_AN/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..57ccb837611ad595f1b0d9ac8e66bfa16f273404 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17b33e5659fccb9575c0f65e5fd2a60f85779935e993d31e4431686fd04a87f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-03.npz b/neo_1month/data/LSTN_AN/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..de4ae5d5aed67d30506171c59cc7a258aa688781 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230183f862c09686ba3dfc74ab074dd01d9ae74a9c1e7c68ec3a07b7ceec41a5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-04.npz b/neo_1month/data/LSTN_AN/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f47a1d3e026bb19fe9c030b8f144c5dfa0c112b3 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dd01f88ac2e3ee175d73a02ae663cd8ae03d0e9fb52ff105e830fc39a64937 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-05.npz b/neo_1month/data/LSTN_AN/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..61c760e873a3cf88a092d4c450ee33a089000f0f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c20394053294d9db2f4c2e284d99d100567d2d79b63baa85efc1f463a1a8d15 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-06.npz b/neo_1month/data/LSTN_AN/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..33b0804982f292869ce2c7a83ebf983c8687c277 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9fd0353de6b00c608cf82686bd81b74ffa44dfecaffb27a3f6fc62e779185c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-07.npz b/neo_1month/data/LSTN_AN/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..af8d52462afb08bfeaffe9598ac0d8ccc4d24499 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28d2ebad0831996e76c925b35c2d46ca0326ea569c648c1a4d3bf35f5fa360b +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-08.npz b/neo_1month/data/LSTN_AN/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..04ca96b6e518cadfb32100ef0988f3ba04849fa1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f1c25c5f805224e78f43d6c3b8707eb31adf56570a32e150ff62490129c9bc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-09.npz b/neo_1month/data/LSTN_AN/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a046441e413d7fbb7b28f35e331fe728a9b84bce --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab883355815cdb9c2fad4f7bd9d444e1cdbc7a4e76e7bbbf6540bca64b85962e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-10.npz b/neo_1month/data/LSTN_AN/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c795d7b305a1921e2ea7da4bd11bfb4bbad443bf --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b69b4f41de230b0d2faf547a22eba4db9c42c2167f6b9c9285d59e2f596939 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-11.npz b/neo_1month/data/LSTN_AN/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..13369c8c432917bed78beb856e2a3b85e585a513 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40177870ff04e583ab31976814cdc605ecaa05da287195c2524fd88dc67bf40 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2001-12.npz b/neo_1month/data/LSTN_AN/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f36802e75d167ae801fea6d0566510f1e626bbc --- /dev/null +++ b/neo_1month/data/LSTN_AN/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043dcbf97463c516828ef5f4c5a09b2326d430c885994da842fda403460b685f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-01.npz b/neo_1month/data/LSTN_AN/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..689206189bca6b7aa2de052f3fcd370e2284258b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4757eef45c120ca5d857712f426ae5684c6fb9ca275aec1f0ab035d60bcec3a5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-02.npz b/neo_1month/data/LSTN_AN/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d3061a7623b08752ecbafd1df22c43902fb55b1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d2b16f7d4bf1cb0dae5955c1279e15962fdb3e30b82887ee55333c4a6d1a3f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-03.npz b/neo_1month/data/LSTN_AN/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bfe7650c703b916bab345150d5e83b32c50bd61 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41adcbdb923c28dfbf62479b5814b04c5a85811bdddee512aecfd4d6672aa029 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-04.npz b/neo_1month/data/LSTN_AN/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..88c545d9710e0c77e543f1c15df3da1a9c60ccf9 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7fd5adcad9f90531eb52e4a5dd2b0b257d11bc84d48e37d2b2c17a6d9fd8e0 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-05.npz b/neo_1month/data/LSTN_AN/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..92e06ac079cb5e777abbcc60db8d6de2dffc8d0b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a88fde7e070242fdcd94e9142d92ee7c5bd16303da035472776d49eb9509a0 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-06.npz b/neo_1month/data/LSTN_AN/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2486a55899635db7344632b54ae81f9bf0a804f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3bacb66fd4994da40c7844c5dc0163ce455c9fc13b42175587388bb1ecfdbe +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-07.npz b/neo_1month/data/LSTN_AN/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..87a8ea773d169d316d0b622d37589127dc2cf577 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f4c47540243ee05ba944f5235c8ea2914f4c8d1fd8a46b14ee80ea5eca5ea5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-08.npz b/neo_1month/data/LSTN_AN/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a805ab409e5365e0bec0af6e0988fea3454ef6e6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d957cd9eef4bf8f1347ca2f14820c5e75b854e5b155c86589b82e1012c8b05 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-09.npz b/neo_1month/data/LSTN_AN/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0dafc061c661366ce595be6ffbb3dacb593adba --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955c9b1538d34dd043440f81a651f74b1327be107da45de87d6a2a7c814d0a36 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-10.npz b/neo_1month/data/LSTN_AN/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd4dcee6b7bee6abef619ffa39e938c4264257b7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a38baebff8fcb813945101dec501736e1e43f6043e100e04b397e64989a0e8c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-11.npz b/neo_1month/data/LSTN_AN/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c024904486d745bee76534debab9f63827c0de0c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e1617f4823f1ad9c462f311edc9062efb4edd9f275e60cb766dbbca783886c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2002-12.npz b/neo_1month/data/LSTN_AN/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc23e6f35542120d9291780a37978d8b7c26fd9e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923223cf1d637f1a6b30519ccca60ae8dcfd0afa18f0094b676cad2a21314f15 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-01.npz b/neo_1month/data/LSTN_AN/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d05edaf79a7cfd65c4d3608d0c6557f26cec8f1d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53c6b21b4622868f642ef3b5e57f7d6acfe4ed5ba0a9f0051dd8861c530e734 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-02.npz b/neo_1month/data/LSTN_AN/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6959dcbe7a21cf46aa26552be232ea07053f14ba --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7785982ed7511434788650b6f0c3f6edaa7b577159728c9e72de9f59fc5f22 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-03.npz b/neo_1month/data/LSTN_AN/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d3339a9feb9bf959274f9a5655e64a4356aa8bd --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5f499e3951b703b0cc7ec7d88b377f2284c9928f1739e74ccc60aa7f0ef9bd +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-04.npz b/neo_1month/data/LSTN_AN/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..69d8a845e528ff0d983c405795cb5f4897f9f29c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9418179ffd2f48719a1cce3f57a119beac57117a6cca1cedcb9e69d530826a45 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-05.npz b/neo_1month/data/LSTN_AN/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..457aaa04f61e7ddbb8354169ccd03857ac94c72a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa74afd2862c933653e2d25035fef344b0af54d0ec79e6df6a06b0147ad5268 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-06.npz b/neo_1month/data/LSTN_AN/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..10a6de112b4142d9d9c461cf26454659eee73f5e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842f8493bcc5fac6a7b1a99e4ba2d856e696306336aa9b2193f993cf5499ab2c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-07.npz b/neo_1month/data/LSTN_AN/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac32d405b990c965ff8fe724d0bcd87f2bb0f089 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0696ce363dc2bada687be0dd1bd1cf09d0e21cad1bb4f4229b208631b668e84 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-08.npz b/neo_1month/data/LSTN_AN/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6fb3abfa60f81fc8e000b4a249263c3f92a66940 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777cd452cca995bcbed321b9485963f7d940e77653486d6adf1fa13f3ede99cc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-09.npz b/neo_1month/data/LSTN_AN/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e546e80b18b1625282513d446ff3b97bb7cb4c1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7ce1da140345364ba11eb43df4aa382d63a6a54a5854006b4b1106f1a0e100 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-10.npz b/neo_1month/data/LSTN_AN/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..649dd6dd542db4f4adca40addd75fc349ec6f5de --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2788bef3976498637082f2e6a348192a5bfac5e8da3996ee2b21345bb88241 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-11.npz b/neo_1month/data/LSTN_AN/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..979838aad7cf1aa6204cffe393f1c40302836697 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653cd2782aacb820736593e4cbc50f4dfc5886fc935027a2f115fdf5baec5f5d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2003-12.npz b/neo_1month/data/LSTN_AN/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b951ca75e0b51224f908eba3da4e939549dd2ff --- /dev/null +++ b/neo_1month/data/LSTN_AN/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d80b88cdb52595a8372a5a40c2cb38b62b660905ac24b40cd2aa17f0816b8f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-01.npz b/neo_1month/data/LSTN_AN/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f085a037481303489f4f26b361ae6169aea3fbd5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8d0d1ab459ae755a68642c783a7a293c2e4284275b49e274f2b4b9b4363dad +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-02.npz b/neo_1month/data/LSTN_AN/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..34d903aebace475f0b495b56e322031913da3a04 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac0d471e9a305f44dbfa8f84f2f337a6dbf1cf8075b08d14d0bed7b8722fc2 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-03.npz b/neo_1month/data/LSTN_AN/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1ebf61af3a1a0e58d724c661c0d69d78f4af655 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9729a82e929fce2ab8beaa421851734edd0eb2638b966374831082d095a8e86 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-04.npz b/neo_1month/data/LSTN_AN/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..183739e06af369ffe47a012e9bd9f917c0649840 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d987bb9a48959d0b4ea7975c7624131d0f4c22059920079c6a7bb21bc0ebf11 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-05.npz b/neo_1month/data/LSTN_AN/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cc10e38617b4bfc6ecb516f226e8342a406870f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2f3fe2532c69779dbe1a2f3d5e19336748c1edf9b0661704c8450b54df7723 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-06.npz b/neo_1month/data/LSTN_AN/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..af968ba36394bbcd5b31f782e5a57a41f9792bae --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211862e18a64e41d40d6d6228b01e8d09db14d0dbbc90dea6c15440f52dfed8c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-07.npz b/neo_1month/data/LSTN_AN/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..80b928a9315912d0ba0a0dc176def612d6cce617 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a871f217d5f22aa49f041c7cc71a37ec7f165182b16ae7aa59495c1ffe5486c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-08.npz b/neo_1month/data/LSTN_AN/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..afe3c053cf8ce7601582724ad916821b49b0c9a5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b988cb186142f0007bfc1856f782d03bcd5f399e9bcf0c058dfe6aad679373 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-09.npz b/neo_1month/data/LSTN_AN/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1952b76bde57e4ad18fc2d968d8f177bc2500c72 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1616ac344881953482005d0758410e6a8192700410d92d00036b2603314f1981 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-10.npz b/neo_1month/data/LSTN_AN/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7437d92b39d4e7a9bd0caa433a92c8b2bf7c2f1b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a62289c9fd0380e01e0201a6412b8f997742fb82c033e39b1de5728021f8999 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-11.npz b/neo_1month/data/LSTN_AN/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8bc663f70872d94dc5549a63232c4abd6e51ed2 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c4c1642cb35e39c65141e0bf7932f3370f3a81dd8ae4af3168c0e80c5615eb +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2004-12.npz b/neo_1month/data/LSTN_AN/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1bef28babb36aef84006e0d3ca7f6a8cb5a55606 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e14d908ea9d6f88c877918c4c6915b8e5a7f82db7539ee70fa44c85a1fe2962 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-01.npz b/neo_1month/data/LSTN_AN/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3492473c998accd3c4c4dd99cdf09c1975aeffdc --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ade43c7f775cd7548b0329fa576eb3414dd78412b344909b69d7a86ad883c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-02.npz b/neo_1month/data/LSTN_AN/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5fafba74611a85564aa24026fd04508debf66e8f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28940f644a8824e9fddb15a0f24695a9a8500bbaefc65ae32c23e1166da9c65d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-03.npz b/neo_1month/data/LSTN_AN/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ea01551806b933bad07cce00743cf9b483928f6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879fa94fb2415a92f745103db670d35112e337386ec4138a08c23a9b2cd9f216 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-04.npz b/neo_1month/data/LSTN_AN/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c08d87ff9827d186fe54621b1e28bea4b01fc8b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b10f635b440adf2acc7239e04b3e40a1fc3c415484407949a1220f33a52d54 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-05.npz b/neo_1month/data/LSTN_AN/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8da20e18d8324909914ed0bbed3ae290c7055230 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb51cf6fec99070dfca13321ac4e4ee544d1159267c901d4e00357242a253bc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-06.npz b/neo_1month/data/LSTN_AN/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..59d6861df54056e7177486677dc77274bf0809fd --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5902fa996f578fa5eaa716e7515513d42f968acdea85b68d5e3bb4994d126d7b +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-07.npz b/neo_1month/data/LSTN_AN/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d22df57659c4afaa363e2d63163a1c1a1c990ec --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93af06b2db22c5f6cc19e173c5265c78d687cea76213c1f3cf9ea5abc917f85 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-08.npz b/neo_1month/data/LSTN_AN/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..965786355fb70210d1480d592213fecf7d84290a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00399421baee4e49e526a7d46a6a3245713c22656e5443f3480565237438dbf +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-09.npz b/neo_1month/data/LSTN_AN/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..36d0ad05c89d3bc7f25f93ebd772c16895ca09de --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7febeead62662f94212b94514dbc176e414bb970a1adf92c6832920ce7316bf5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-10.npz b/neo_1month/data/LSTN_AN/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..17de2c58bfef0144b77238fd18f31bc701555d28 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4df54a2730c807d234cab8f042d36897438e80713ca8e9b8f26cdb40d0a1c7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-11.npz b/neo_1month/data/LSTN_AN/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c2d1e8da01b6af39cac261a7385193dd60dce2d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831dfe94a1baca694d9c862ac7f17e1516aa76bed4332ce28e967e551534c2c7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2005-12.npz b/neo_1month/data/LSTN_AN/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..36f6deee272a970b206774c65f09b532329ff87c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba9d66198a227c7ebf23a200493bee652aa104af1f34727bed1e2e0e39378ba +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-01.npz b/neo_1month/data/LSTN_AN/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1615c686f6fdff0a6cb51b7aca26711a8cba0ca --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4a5c5fab82957f91ce4f4e26ab390e346e3056de8b8098081417b7ea3d50f6 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-02.npz b/neo_1month/data/LSTN_AN/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc31540f07b03f534443f7f54435b7314bea6f51 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df628c218e04e2b203fafdcb10b1a6e93e52462ca53b39ffcdcc603e5993cd67 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-03.npz b/neo_1month/data/LSTN_AN/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a434bf9f58dd855b7024642df424847d80a8bf91 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b159329c9999aba2752ce4d6f47cee5ddf9819425dd03a39bc90c1f585556b +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-04.npz b/neo_1month/data/LSTN_AN/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a71a30edf7a72059ad6e9c91b490738cbcfc4b2c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4d53da305131ad823ebbfee5f0d5db3408a16d1ae4bd03ec3f620ebac84c31 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-05.npz b/neo_1month/data/LSTN_AN/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5feec8453ae0e080a794ca3161b46b55c119c1e5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a424412b4344b4e822da78aa6a525d9e0db7ea6378a36e9667bc7eda761c3e4 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-06.npz b/neo_1month/data/LSTN_AN/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..81fdc5b91b86a5e5ec20ea8e38a580b062b92174 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3162171af32d449c51d2e8221387a70974659f40317399c373faf4f24e792434 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-07.npz b/neo_1month/data/LSTN_AN/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd4bcfd7e9bba613ce62d2d62bd6fb0c8d8314be --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5f14b1c9850332765c19f400e897af7da0914c47c6b67fb7b5b5d92739890e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-08.npz b/neo_1month/data/LSTN_AN/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..35a376046aca892c4443e60218d9e8341fa1e719 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc3db55499f4216059f95515b5349dbaece2ac03931dbbc6c1f0be44faa9feb +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-09.npz b/neo_1month/data/LSTN_AN/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9160e4166808f3772dc26e3b478d1766cb06abd0 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896db300d58d64049647616010ee8f7cbb974ed3f8478ba69c531ddfd9e53fc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-10.npz b/neo_1month/data/LSTN_AN/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b461e283996b5cacc3c2434e6f877780c495ed30 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fd0c69ba01245f6387d9083b21bd2baf28b5a014415e8b16048450cc2bc0ce +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-11.npz b/neo_1month/data/LSTN_AN/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a2cad937c5222f6643c2a554bd872ad48a5fbe7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1461d287d02129f2912a91dc15db0ad1034611ae31f15ab22bcd32ead670dc91 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2006-12.npz b/neo_1month/data/LSTN_AN/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b455f9164ddccc7d6a43cceff845e35d5d181d0f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d079a0db051ed608a806a6438a19c5fb2881e50d44ed3408b5a1633093b34d1c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-01.npz b/neo_1month/data/LSTN_AN/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1285474a066281e55b49c5fc5c29ce6f9e550861 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fd09410af3550fc5c01848a99828f542ddda99a33d329581211ebaa2cc5c8b +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-02.npz b/neo_1month/data/LSTN_AN/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8483d38f11a45f2246214bc5be3c71544214fd0 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd8a32b320983eacd0cc8893a9cc29ab804f510277f647b71563a5888055296 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-03.npz b/neo_1month/data/LSTN_AN/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6aba487268ac95288fcefe3d4646142201e2cd00 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0543a3d12122a55dc57bdae2f560e269c28bf47ae20149eeaaef675b8ee752 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-04.npz b/neo_1month/data/LSTN_AN/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43d898f1e88f5e60a9865bb18f591a74e1c7c571 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9515b8de886358f06f4a149c990e8b72c831b296b964bd7f8a71a357acb5786 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-05.npz b/neo_1month/data/LSTN_AN/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6eea811d201baadac270b4dacd929ea4eb6480ee --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33cbc6715798ea41976c13071c661e7104c5b292d4436d2538e78ac63675a4c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-06.npz b/neo_1month/data/LSTN_AN/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0449effdd6a5077deeb42e09028c090ddbc4a2f3 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8412803aafff0e7e8eb06ada5f7ba8a255339efc4b04af70870bcff829ab429c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-07.npz b/neo_1month/data/LSTN_AN/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..02b040ea62a8fca61cb30071b7685a7fdbdb5bdf --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b413d38474204c0e8eeb173c76997d102098e0e1cc6cd4fb0e8705fa8175d36 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-08.npz b/neo_1month/data/LSTN_AN/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..49c7cad010723cc955a96f3186cab9464406110a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6840bc704b69aaa28671ec0fd463c1c3b4471ebb32257f8df342c33088042a2 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-09.npz b/neo_1month/data/LSTN_AN/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b23114382f86780867bec0e6c7cb7943b26170c5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdbf344ba6983b97d9815aa9ffb87d5cb40bd0771bd11261650be962a7c463a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-10.npz b/neo_1month/data/LSTN_AN/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a57ea3a30b8d5e947d5b2c3613621a9c97bebc5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b478341567af20a202887a9ea16da26519dd0c7e59eb199879e7b03548a509a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-11.npz b/neo_1month/data/LSTN_AN/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d66fc9be3061205485940c68b9cdd58dece77bfc --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52a24e302e14b49f4d5abb127a65f89b2921937c9bfd5a3cec8cc27e22f60e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2007-12.npz b/neo_1month/data/LSTN_AN/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4fe34da18d1b8d4cf5e183c295524c2818c8ec6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ac7261e40e0b852583bf95b515f236e3db009bddf11a77a1c1a7094e685543 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-01.npz b/neo_1month/data/LSTN_AN/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a072b707d72918fdfe2c4d19ee82b55adb06aac4 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da634dd4dc122c650eebf10def886c3b0b53c4636c44ba1b2ecedc35759e4b98 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-02.npz b/neo_1month/data/LSTN_AN/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa74f4c4c8c2931880017f988ebe3c08925b94ce --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f36342895c85c53b744d64055cb7fe375d18b21c8a210e728f607226256520 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-03.npz b/neo_1month/data/LSTN_AN/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5727f7646e344f01f1cc7c4f33866512d2b8efb --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a56684234346c4bc9fc83321b80b3395af18f9de9066fa8b441feb39cc14b7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-04.npz b/neo_1month/data/LSTN_AN/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..293c62673d904e1486821c6a9992c78f70c5d87e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418dcef6c61b80fe232ab582255151dbd660c61e317c4a51928da0776c7841f6 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-05.npz b/neo_1month/data/LSTN_AN/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f9a966b2bf7e706b131bcac7a23700503d7e667 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cc3c56b39582483fc88902f49c59632bae9167c4ab28148bcbaf1a8a3c7554 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-06.npz b/neo_1month/data/LSTN_AN/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ace98c59e6d761726c049b282b6d271a1e6b2b5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0be14b60749c611b336ffacb89cf48e372b1fcd8841ed045fd31d2d9fe5c15 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-07.npz b/neo_1month/data/LSTN_AN/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7e03626ab727832f13a28f12eff86b686182de6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dadfae10fa1e8140342216a985d93691f59299e9fc6e4007aac56ea4afb39f1 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-08.npz b/neo_1month/data/LSTN_AN/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cc3f6a02274f43c67efa67cd2b861338fe42b84 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c00368d0d43232e87171a0d16be4e09aafe6b29641b99519d85e5ba573cbba1 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-09.npz b/neo_1month/data/LSTN_AN/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1b54414bf7914b558ee2afa5a7a043dbe156271 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caaaf0070efd8aed22f5a5d2866a4152530fbae713917e758c5b92845d4a78f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-10.npz b/neo_1month/data/LSTN_AN/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..859d43bddb90a662b61a117950d28f3e1032c246 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd57ebeab54b939a68da78d10fc31df610c8f4e2ea4f87e5b1ac65556222c2e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-11.npz b/neo_1month/data/LSTN_AN/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27be201ead5e68487d3477f0db10284f1dff207 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f44e86ccd7f0749a10430c7e757ac98240fba19543bb1dda169127b4b0b955 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2008-12.npz b/neo_1month/data/LSTN_AN/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..454c22e2a5737f4ad844d8fdabebbb547ee6d92a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81b900c7b4bc52ca43023e6a21e91bf9dd01ee669fe5687460de3e84243d7ed +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-01.npz b/neo_1month/data/LSTN_AN/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e75621814721012c09258599f0b0ee31b4a70597 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dce3190de730118372637b4ef7b7e0b37770c9fc7b92dd3cca097f13ecc592 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-02.npz b/neo_1month/data/LSTN_AN/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c57c9b336b4b092c560ce0f2ff89bd27f2588d3c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9000994b265500aad8a36b9af83c7f8ba9bec51c380367e73926549662d96eaf +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-03.npz b/neo_1month/data/LSTN_AN/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea713ecec7fcfb55a2743ec37f9f393caa028c63 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b86c55f1e63a0e8505ff3c7b33f568e119e2f708869116214782dc8bd05532 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-04.npz b/neo_1month/data/LSTN_AN/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcf8ae7a4aa46f8fe49092e5393f5a5f0224948d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5e6d8f243f51dfa081474566312ced593046806cfa36a3838f34060d274ae3 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-05.npz b/neo_1month/data/LSTN_AN/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9aeaad814f73622f8452eb5740f5b1692f21b38b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43424bb84eb57d4b0fe5cee5f583d9b650d24d23579191be5bc2d5cfa8d7bea3 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-06.npz b/neo_1month/data/LSTN_AN/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3db8e812a7a769898af03bd1077fea1191333835 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f11c7a58a2377081f6299c402fd9ab84ad1c05f5ff765b2fb102e880d3fb67 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-07.npz b/neo_1month/data/LSTN_AN/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8712d1ab5524a2ab0eef1ba6adb405d5cc4ef8dc --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5d219b7a2eb07ea6fe66dda6b412357cbc77a8f810cdfcd78d7fc71f29e652 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-08.npz b/neo_1month/data/LSTN_AN/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..619ce3819a90b34e547c7ded3bb1e9e17655fe83 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1255b1e73cc5894bbbfd079a735cd52d8957bbc48514bd8e592ed361d6615b88 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-09.npz b/neo_1month/data/LSTN_AN/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..baf9533250bf3f9bba1f921b92cae036854772c9 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d944a437d9123d0c2502080653267c2a2f09a303100d3f7a28a5b721840cef +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-10.npz b/neo_1month/data/LSTN_AN/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb94afb9b77ac078e10c94b25deaf04575901649 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1a47e04e1586ce6d2a31ef11a0524369dddd07f40c982d45f110412e8e60b4 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-11.npz b/neo_1month/data/LSTN_AN/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6697b77038aebe5798bcebe2ae6adf0f719267f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53937f00d99376c05902bed9f79f8e01b00ef76c5104484022fbbceb5dec9587 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2009-12.npz b/neo_1month/data/LSTN_AN/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bd78f7e4386019d6d4faff5e918f443a1465b8b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe5a79a19a59ca78b86978deaa58f03aab94786244e2449ccfb762f4c133690 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-01.npz b/neo_1month/data/LSTN_AN/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..009da1733c829f1121a36ac90134f9aff6f0e808 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026a422e31e5f867ed444048172e71edd757c94b13a0556c6b65c6169c566733 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-02.npz b/neo_1month/data/LSTN_AN/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..74403003abcc05257a5be1244a63fb1107e30c44 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6381eeb4f188cd0c38a19becbaefea7acfcc58276b7aabdc650301c9006ae509 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-03.npz b/neo_1month/data/LSTN_AN/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..86686ce9c550615346d2ba4cf1f00dd48f30ee7c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811348eb4ba1b68a518e22ab1b8be8b257d6bb189406861c3b8684fb6db02a7a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-04.npz b/neo_1month/data/LSTN_AN/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..48d4e61b00fb4205af650a7b8063d95e0098b528 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed5b3e9ab52cc7272bc7ca6009265f1b403dbb4f9dee55e9568abcfb95b0574 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-05.npz b/neo_1month/data/LSTN_AN/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe296f1eafdac5331430c92feeb913ec4794b9a3 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c78a86fac292d3df4ad1d761762ad607d2bbe53454cd7f0078b916386bbed8 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-06.npz b/neo_1month/data/LSTN_AN/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cf9fd34ff249df18abeec772564bfdf6f340196 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca433a41095dba09fab83c2e9ec34c5b145c9c7a5c4690558d53e306970c1d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-07.npz b/neo_1month/data/LSTN_AN/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1faa937297a2077c79eced557d5e3ee3e058f09 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75a943ef7b909442667b91512cf66be4fa56c78d39b58f7b6ad354b53fba250 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-08.npz b/neo_1month/data/LSTN_AN/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f939709b237ddbbb0146b0b83388a59e0025b42a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cdd5afe250001cf371fe9ea90b6452d1f34cf72e6eaea4dc3c0bf60614f89b +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-09.npz b/neo_1month/data/LSTN_AN/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb5deef306ac5c161a6c1546d4db90ce3c2927aa --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a70891c18dadf2d3ba50181129bd4c5a8fa322b9decf728c270fcde5287376d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-10.npz b/neo_1month/data/LSTN_AN/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b549b4ac457f84fccfd5a51a9fda907b546a46e2 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e286de3edcc34acf5dcf5d2ba54aa321aaadead6e76264286e6e2a1a4ad847b1 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-11.npz b/neo_1month/data/LSTN_AN/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..03a6ae2107d9a6e1939140e4f14c09d278a195ee --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b9c3accc43864fc673b4d11730ef6c99282f56aa650ff35affdc1c9ff7458e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2010-12.npz b/neo_1month/data/LSTN_AN/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..19b119b6d0e84198eff4a9ff3a7e6e5a71d8f6ba --- /dev/null +++ b/neo_1month/data/LSTN_AN/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6794b2be3de69abd8f5c91f9d9f2c2ca259b4ee0251841bb1aca6bd1b9807473 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-01.npz b/neo_1month/data/LSTN_AN/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5fb31a0fb42b8e06d49b3b95ed3f38239be5bee --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a358f8bbb0a96ba230380ba9e7177f24fd0f304b2d25e0f9b81687247385a2f7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-02.npz b/neo_1month/data/LSTN_AN/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1538df2e054988b7e1cc63030dd02faa5687973 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f1be223a32416dbaaefb66744e828ad4d76fb11183168dd58cba1cfc2c2d59 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-03.npz b/neo_1month/data/LSTN_AN/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a67c3e160edf04f14934f8c05b4336ef28ccdbf4 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a887ddb8906142d08c55e62180c852eb41bd94116a6e9bf9ad363c0b18bbd5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-04.npz b/neo_1month/data/LSTN_AN/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a54854c051e70254ffbabf4cb8257e39b50d13ca --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333ec86b511b7747e3917fe3d15d4419899b42d9507fff3d5728aa6f1c306426 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-05.npz b/neo_1month/data/LSTN_AN/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac2cad696317aa4484593e8b6068d5bed0d32444 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fcd327ca0071d5247d9d8cca61f6c455ee8fde6216748402b9c7919abc1530 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-06.npz b/neo_1month/data/LSTN_AN/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e4d199953761c349ad35bd12b732f1e38bc242f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a0b809e74239d65d6f6dff76c3c54c2be45711667f158a0504d0e4638e758f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-07.npz b/neo_1month/data/LSTN_AN/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..23591dcf094c909db7b543ef83c2d46a061fb289 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a59d5c015b5682589646694db9026726e9c51be0f149485f27c433d828093ed +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-08.npz b/neo_1month/data/LSTN_AN/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3d5b578b6589cd208101253221bebd3ac5fee4b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1f72c1346ba32d909711b6b0b66b9af9b4a9b72e71d0665ff72da45aadfdd7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-09.npz b/neo_1month/data/LSTN_AN/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d41d3b6dcf4b05ddffcaba412afbeae0d72bb17 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff21e3ed74a87b359170eb6319d5f3435a1233cd63efe804ddf9d1f1be7c392 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-10.npz b/neo_1month/data/LSTN_AN/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22e4d12ecedeec436c48e7c6f92366d42fda0d8a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95c34b6910e4b01c4548b4fcff88f7961da5094283cc04fecf7c298285272cc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-11.npz b/neo_1month/data/LSTN_AN/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b03c8cae57c20684f97326c878a2602a594cb9d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42c5daf5b0d8e4614b022b1ab5cbf1f6bf3e871e04f686e96f3a6c5d7cb7711 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2011-12.npz b/neo_1month/data/LSTN_AN/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..384bb025f395ff188b22110410a868d647a3d781 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f844cf2991cba527a53d754538f2133d60373dda928341fcf2cf37ec5344c7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-01.npz b/neo_1month/data/LSTN_AN/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f2fafe5e5e402b9dfe5a681c21044ca3ab29f35 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0611c81432fbd6b9ce785c4d67b28885733e38249039caced8292d09181a94 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-02.npz b/neo_1month/data/LSTN_AN/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..025d2eae3d88d15f3a3145c288d95f93cf264f19 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f845f12eefb329a3b6c51f5eb42e0cbf94349a3474a8bbed5e720ba8f0e4c4f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-03.npz b/neo_1month/data/LSTN_AN/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4d83020ed52ae503305c987bd5ba00337fa8744 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a116458d05cf1d11e6fce9d4c25988d98d72c6315d3654ce6e1c4d190374d081 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-04.npz b/neo_1month/data/LSTN_AN/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddaeec8a97045dfd17a0d7c9e0faf9b370d9eeba --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7e23d957e4472240af33dc94eba7ffe5c8043868a685b2b9446ccfff5dcaee +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-05.npz b/neo_1month/data/LSTN_AN/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3964e216df5aec3d5a01943a6873e97fba70de7a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5337a804526ee14b2f638a823ddc6ca1766b3780ed51b4db7da7cdcf2be915 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-06.npz b/neo_1month/data/LSTN_AN/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0745dc2bba29320b4fcfb7dff1a6a92d4e4c6911 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c873d4269ac955a62adbff1b0eff332e38850cae98cc2744ae4d4ce6b9420a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-07.npz b/neo_1month/data/LSTN_AN/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5d4b1f80fcb5d707b61964d5ed3381e1e60fda0 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ce9ac75df752d17a19fcd9d4540365f9d3b7c1cd3ea7fa93d829a924c2730 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-08.npz b/neo_1month/data/LSTN_AN/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0f5ab3ee03f4cda7193f851d1efbc7ea69cc508 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deb0dfc6eef9ce8816b7aeb00b5d3d1a9aece266daf37add05b6694c4af4301 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-09.npz b/neo_1month/data/LSTN_AN/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a004c040b4a866ca7acf3916fa3a75beac355971 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee28ac4bd797b39243684d77cc8e583b1cfe75a7fdef2d7e511a4e7d47f34460 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-10.npz b/neo_1month/data/LSTN_AN/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..efd9321563e9530ca67636266e05f8438127f98c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ba01052142fcea42bd1f4e04deccfd2923ba19db0003393edebae8212afe84 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-11.npz b/neo_1month/data/LSTN_AN/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5cbc8a9f6d11cae48aa6611958cda3d56aab444 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140e43cfc401c01305c6355fadf7765a42dbf7e2c307edf91d16de5fcbb1049c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2012-12.npz b/neo_1month/data/LSTN_AN/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fc5ac7301c60fc196326a8c4648d90f8bc1c1c1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5d2f26c29a00590f50b00758afd5cd43e0f8277e84854d616f8d158ad7784c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-01.npz b/neo_1month/data/LSTN_AN/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1f7a77069f80027b949d442c55d207eadc032a1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa096f1ac6bbba03278fcc0268aafe862f21acadc2e964a839fb541460242bf +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-02.npz b/neo_1month/data/LSTN_AN/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..17bc9334c5e2114251d315a0ae110972f6b65f33 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb50d77465a83fe4a50305716b642ab09face375e58f7f809f8a9e8ea6ecc23 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-03.npz b/neo_1month/data/LSTN_AN/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7aad5c1b5b56e739a2bccef5d4d38aeb9494de40 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd437f03290f1999b1d46d89f66fc2bacb61272adec6c33e209ebb91dad9ca94 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-04.npz b/neo_1month/data/LSTN_AN/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c316a685c95e2f3b1a8bc46269e080cdf5a112c7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0af77341c0a3931ca6de1b0dd4f1162788d4df5cd77dc43ff1d6a6ee445dfb +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-05.npz b/neo_1month/data/LSTN_AN/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0161f37f4e25f7b30cecf9464c7e0efc357b966 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72662ce03a13622bd14afc15d0b42c276cd8d9de737d85443055dbc36c2e818c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-06.npz b/neo_1month/data/LSTN_AN/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..559f5eb26e393d78bd0027a28fcfce7ea061938d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d104b01d08ac965231a9ae85a7dfe6cc5be0a9b17bd29f1bfc111153f556aed +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-07.npz b/neo_1month/data/LSTN_AN/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..edd49fe52600e783a97165bee9c77c0d268c2b24 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1830daf41456fb7f1edcc2215b39f53a221ecf90a571a1e44342399123f4f9f6 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-08.npz b/neo_1month/data/LSTN_AN/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..181eaea6b51160a923094925cf3e6ad2189e57a6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4919663e089ac33bc05a74e7536ec78acabd31fe0fc8bdcfc8c239b6bdefcf6 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-09.npz b/neo_1month/data/LSTN_AN/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5426615fb783db3f52b7c4be6d04e809a23f63d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4477bd1bd2c51f4c2561d683d1f2c9be9d9547e1556aabd07e1afe6547d1cc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-10.npz b/neo_1month/data/LSTN_AN/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8562be1f5bb7663ff12ec2e60986d81874149eb --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4749e34281e705b4fc0bc997a576bc7d5095b35441dd988c6206a701438dfb +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-11.npz b/neo_1month/data/LSTN_AN/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..321aa1a995830cdf9616e0c41857a9e9e54332b4 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be4df2229166d9b5947c3a0755f886b6c69af41b799d392aeefed706a6baa25 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2013-12.npz b/neo_1month/data/LSTN_AN/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1ac394ce1b7d61c5bb4cbb40741a3ccfe249cd1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba62d27212e2c6a6db6d2f85e176ae58293dfa2f58ec868d8fb33834b19799b4 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-01.npz b/neo_1month/data/LSTN_AN/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d9cc1333347e27a5438d20c0e2076a87942841e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f458b27f4b449e61d6b62227a9577a551210a828c82b812a3600a4890022aa2d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-02.npz b/neo_1month/data/LSTN_AN/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c558d69faa3995eb07335086bcd72a7bb291c75c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34396bbc3e1015bf7c3342f6705eef593b7189f94b10016d58b3b2f9e7a7da3f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-03.npz b/neo_1month/data/LSTN_AN/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a362cf23d9bae9ba641c98baab62df04f2a00279 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d16659d069a50ea1f5780babe65536ed4298765c90384b013d0d1d606984ed +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-04.npz b/neo_1month/data/LSTN_AN/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f1d0702ec4a8b78f70c4c5a7bcc3bfa26c0ddb4 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9febd1f6c82cb3cc6f5986dc9a91075a1e110bf3638df36e63d542e9b4d575 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-05.npz b/neo_1month/data/LSTN_AN/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d0f90aadb91fa9d6249c8778817d007b0a13d60 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e174ab1d313f08c2fb1216977a9711e94486a7ec9f88fb7a4100c104a33d196 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-06.npz b/neo_1month/data/LSTN_AN/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..861457459022223c3eb907dcb83515d63d13990c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab56b12dfe4e917ccac1258d987fe0781dbc23421190887f5cb896aebb3fec3f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-07.npz b/neo_1month/data/LSTN_AN/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3450469f6fab2aeaaa4e1a916099d06e109ed080 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae400c82dc1388477be6d7856be643606bf51aac3c8ba30e9eb15b16e726516 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-08.npz b/neo_1month/data/LSTN_AN/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fac345a18b2cefd41e805f28d1d84ebf06bcbf0c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9dd35f7d553405b110dfda7dd3ac3cc41c80bace16c09011c40bd7178ae492 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-09.npz b/neo_1month/data/LSTN_AN/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae500aa617485d5fe5428832ed12557298c1fc16 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55287c8ea296695359b64adf8052bbf8eeb5a6d972b0e0ca333bcaf002a1bcdb +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-10.npz b/neo_1month/data/LSTN_AN/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec512d524f8a4ee1e2d6ba796b8e926d33046ae3 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52039297a605d25c5f4b0c089257abdc8a1451af8fab07cd45b3dfc4c8dfc0d4 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-11.npz b/neo_1month/data/LSTN_AN/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b380c8a97a24971fab73be03e00b9fac5004f155 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cad51f3a5dd507d94045a6c68b913a7fa62cc747b176eaff648bfab8c898154 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2014-12.npz b/neo_1month/data/LSTN_AN/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf517357bbf83144d489bb70b5873374af7d7835 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bf263281d41b46aec880c8bd50c9a1216062ba25c5ff941fcc306e0b58c48d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-01.npz b/neo_1month/data/LSTN_AN/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..df2c7c9822a4bbcb6893145254467f8222835b1b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b0e51dbaa6df7c6fa4e498c175e988d11c3193b2f2247d913c3661660dab67 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-02.npz b/neo_1month/data/LSTN_AN/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8658d934c78cd0e64495e7c0e99a2ab1cefab935 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6565791a71b57f1e5cb307b35de0f4856f3564f5d91b38d86407f8aa6ecbdab +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-03.npz b/neo_1month/data/LSTN_AN/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..26287879b3bdb2ad5adb1d67734d18049ad2f7ac --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71485975c4646d9dd2f194746e14cf50f6a899587e1f41d4cf82e701dc999447 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-04.npz b/neo_1month/data/LSTN_AN/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3661e4204dc4ae27e2ffa3a40120959a70244cbc --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9bf25dd34ce11535d68e35d3610222c63efd7adffc1ab4c5cb8388372c2bc4 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-05.npz b/neo_1month/data/LSTN_AN/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f7fc09f9a9887c6135323a373cdae92de750757 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70e6e4d1b4f0911625f207116bb5623e1ff763eb284ad0281d77a3e49a30f64 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-06.npz b/neo_1month/data/LSTN_AN/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c90227eb358ad7f3d876b501a43d8a424f43069 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eed07a3bf6a696b7a9bd49c1235d310a4ed125fb45d3344813dcbbbc7fd993 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-07.npz b/neo_1month/data/LSTN_AN/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7fb5d1db9db1298c8f57e32a0a04b65c6439298 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db281dabb420311e9155b53bee020f725751c5094bd3a2956508c7970e98341c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-08.npz b/neo_1month/data/LSTN_AN/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..67bc356e4e54ad0db789cc7bb6b2921134d918a6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882d9f39e786cd7f518be365eb96f66a70dbd7f63a319b7181c5101209775e34 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-09.npz b/neo_1month/data/LSTN_AN/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..79fe8f6d5a61c3d1aa839ddef34d1f4720440f5e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50de102d33447274febfcb9edb660cbe891497d4c99b41056f5ac6313a57cfa1 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-10.npz b/neo_1month/data/LSTN_AN/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6eb3a27792144e9cf4e724bb468b96a591fa115a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbddccfd50a440aa0bff292155514097f11b39e02dfe29221b755ae0a60655cd +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-11.npz b/neo_1month/data/LSTN_AN/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f434c4be5285f59d953878356dea62ed6681c810 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af78095130206154460c066f908a47c8db91bf9adaef9e77b57e605b6ccbae3a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2015-12.npz b/neo_1month/data/LSTN_AN/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4806358121dd991d720db3bec73e6c94231ece20 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c869956cdd9556040b032bb78c68703260c0c8715cd6e8118716d5b55e526b1a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-01.npz b/neo_1month/data/LSTN_AN/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dc177ebab4a73757676fd5a35547b59f99c45fa --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7e0d9d4503fcc8de5b163777e74f0b7ff24c894b575e45414ba98d9a2ef8c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-02.npz b/neo_1month/data/LSTN_AN/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f907096d7c9d4c9079993de5d029f05e2b2c14c6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dcfc6cb4ee09819c0b88a4297dfbda069f3df661d73cb202fd4e64aed13ecf +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-03.npz b/neo_1month/data/LSTN_AN/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b248eda2b8c1c2479f0fcf946c7b9b7866c9f47 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c9b2bbfbc3cb04f031eb4f10ac4321eadf896f93457e2899ee7348cd3740e5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-04.npz b/neo_1month/data/LSTN_AN/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aeeabd52ac903a89b4468aa15507c857e779c7f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af4620cebde51f322f0c2d9f54cbed6d78b0f44ab0fb746a91464ea3fe2bc7e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-05.npz b/neo_1month/data/LSTN_AN/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e90e2b64446e0a3852bedda015f75ee404c5347 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ca7186d764cf3d538b7eb565a9f11d04fc60371576d4701db468d07971d413 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-06.npz b/neo_1month/data/LSTN_AN/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f429793e5b59872d902a221a4578592d1a46d01d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3562703a06fbfb84108c8199c1333ab8067ff949df773bacccde8bbfe9e24719 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-07.npz b/neo_1month/data/LSTN_AN/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..06c293e43e68ede7b37de26ef895789b86950fe4 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996b4433f8bdf268f65ac01e8b39f5b0dd99194152ef7309ebdd3cbdfa11ee2a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-08.npz b/neo_1month/data/LSTN_AN/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c509105327739e8259a4a988de0bff8b985e7902 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cd49ee55392b6342833a946018ac5d1959e04a747f9e767ae40de396d35e01 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-09.npz b/neo_1month/data/LSTN_AN/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8152776329a6bdef303c843aa13da3c124a9bc96 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059b96087b3e671c35e56f7cb9726023c239aa895df6dc5aca17e2a3599a3eb6 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-10.npz b/neo_1month/data/LSTN_AN/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc298616d4988b5936e88df2ea6e9b8af1726271 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f74cd989dedd0c2660d06a09bc6f5f4786847ec5ce3b92cfd5c4d7fefe2f6b2 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-11.npz b/neo_1month/data/LSTN_AN/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..755008d1e84d490175750405fcbb435cb7584ad2 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee2b07b06b9d1023d80a9528eb1836ca3a63bb89c947688a59aaa7266525d22 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2016-12.npz b/neo_1month/data/LSTN_AN/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad54c2026ff32ad0bb3b9fe5f0a69848e8303fe2 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f253b995d699d628726694fdd217a80ae06701edb18153e882f4c3c09a188d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-01.npz b/neo_1month/data/LSTN_AN/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b26efc6d4707c031b088bd2f731fb222a5ff7a80 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a69ff3acdec33308e3e7941924875211a8dc671870b9df3d5737b2243c3987 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-02.npz b/neo_1month/data/LSTN_AN/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..591f72c139ffefd7a976a9792c12a649b03ec143 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b29094359e2e2c95f3641ad9c0dece764257684b9858aa6afb9ffb54b5261a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-03.npz b/neo_1month/data/LSTN_AN/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb9c038dd058aa367280922c3ffe37b60d31f378 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867c4627f64caa20a53bf50899e85d4be1c8fcbfaef6590bcce91768e9bf0037 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-04.npz b/neo_1month/data/LSTN_AN/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c91e9b567020bace46e7ef54b8cb33939b0a357 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d282594de72b13526c4f2750b042580d6dcdabda0c057d51ecacdc357e40959 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-05.npz b/neo_1month/data/LSTN_AN/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8d9c7f608e831d67016ce55186b0c3b4f96dd87 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778304b67cb17a75287687fac05c50863b0194e67359df726b892f0a8060ef27 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-06.npz b/neo_1month/data/LSTN_AN/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..57f7ca27ba350b1bb653f50e81f3123598c66a87 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfea5e632c55a149cb248b55a0229b22b196be87cfe5cda2d852f9d011cccc50 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-07.npz b/neo_1month/data/LSTN_AN/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d588f75d69fbaaa7fab4f5db81512d4bb6281174 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32f21ff6679722ba3409063f297892ab129b11b87fee9f8f57346ed2cdf42f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-08.npz b/neo_1month/data/LSTN_AN/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb57408a0f80128a99d83ee05ebf37be6e1124c1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fe30901226b1c26520ced46d1af10218e80866def74032f78e20cbcf0588aa +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-09.npz b/neo_1month/data/LSTN_AN/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..72fa051b161bcc3e3677a5f1593bff2d5529a046 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47da94d2043f3f5bcc3976d3fd51ef5e749f1c15ec01c864d0179dcff787f533 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-10.npz b/neo_1month/data/LSTN_AN/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..807fe7c9d2d47a37997f19e0dd0f8368b0c74e28 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a994587726282d76bc2c2ef314e9e2073aa4707c0d99f14e50e6bddace3f3624 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-11.npz b/neo_1month/data/LSTN_AN/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b72c601a30910c9c4bea7534b7b76832df127416 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e357eaf77ce7eb0f458bfd453703a0d47a37f21297c9a9c4245ed4794f9aa4 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2017-12.npz b/neo_1month/data/LSTN_AN/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d95f908453caead601fdc9914add6c97c60ab2af --- /dev/null +++ b/neo_1month/data/LSTN_AN/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5277cba7b23e3d6da5da6e449b8b5e8824f7b365b56c93664a28c6b81d2c1c6d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-01.npz b/neo_1month/data/LSTN_AN/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d5fecb071ca60177a3cd127f1c9bb0f1c6eace0 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef152610ef8421c14b6b4ae20242b54d9da8e57d2d1b97c245a0a556ea462407 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-02.npz b/neo_1month/data/LSTN_AN/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f62695d7007bb3ba830d66e3a6acb1db02381f6c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10b7615a2749326befc2c50a73210f582f3e21ba0a5a52b6fe99fa3790087d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-03.npz b/neo_1month/data/LSTN_AN/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..109b182ff3bc63ecb261122130930f14c44b3e23 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f451c85419d26fd63d4733833a043dac7738cd64b09b7d1b1c5c552fa406b44 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-04.npz b/neo_1month/data/LSTN_AN/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18411b59fb72e20783fe6f39d2f7d1866686a55f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7de06075ffca297a593b30201cd097ad06d9c2f0ffd45c174d8cd59b07c3d8e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-05.npz b/neo_1month/data/LSTN_AN/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e369b5bbb305d21954f5c898d1b4ad77a8113b9 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380253dc658a0478895de75ae4a2718143c6e18fb9688c839b242d3468053772 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-06.npz b/neo_1month/data/LSTN_AN/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee878d78221ca59946c98f55de4a306b3a72a6c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662fae989894879c2ec13a14f7101726b29c29ad4fa65cd63b2488a225d1ad6f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-07.npz b/neo_1month/data/LSTN_AN/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..01bd62577e5491f122c526d477dc72421702b031 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f1b372148036be8189d6e634a76f55361a507ad56ad6eea4c49695069745aa +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-08.npz b/neo_1month/data/LSTN_AN/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4263293457da1d4d82a96880c4bb04aa8766b32d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f05ddcbd1ef7308272966e0b4a2084a664c592852c6422fac6bd93eda1035fa +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-09.npz b/neo_1month/data/LSTN_AN/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..18d6a93fc891bafd1c405f46de9ba5cf91ad3b25 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b5902dab90a5c93d9d1ed44bd32d2662f503116140efd2f3938bf3c0c17129 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-10.npz b/neo_1month/data/LSTN_AN/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f40c4cc09f1026db4bea7ef2ef5b0bea6e26669 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938384369ebd4674f5077f8e0f259a2f8a8eb98a3265b78ad8eb308f3ed2a5a5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-11.npz b/neo_1month/data/LSTN_AN/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5e5bcc30a5e7a97e8460e1dfc5d2d993735321a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d6e54d8706414ec765298de71357d6ddfc3449c797cde387ed7d593a35c6ad +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2018-12.npz b/neo_1month/data/LSTN_AN/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a009b7e322c85a77aab296b402c70a4d936503b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e18a34bda98b677e008e72a51069b1f51c1bcb56910cb1e82904f5dae2290a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-01.npz b/neo_1month/data/LSTN_AN/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c2f449f2d7dcb160e9d6d0cc0a36a3855a017fe --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d7148054a2d95eac5313e2d66377b2a585394b1dd57b985ed0652de6bb68f1 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-02.npz b/neo_1month/data/LSTN_AN/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba98612829744020be493773011d34ec727acb2d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4c603fcab4558fb571bad6633ddd8dd4bfcc908751b5156015d110787ae73d +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-03.npz b/neo_1month/data/LSTN_AN/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3da55a72722a67cd7071cb6fa0fde447f97471f7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2badd76d87f7ecf06bec4d1bd85ba66bd0ea90b0f581e826225b1773706c3338 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-04.npz b/neo_1month/data/LSTN_AN/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd176ee0c9d878a27338c950e6d7968fb37717a3 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477ad75146b188be7f4ac7156ffe804f9b3832eddba8d88652e0381471dffbfa +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-05.npz b/neo_1month/data/LSTN_AN/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1ebffbf28c6088435662a63d2e93459f9a629ec --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b5269ef8210bedcbcf81ee1c7ea247885338758c6c6a7c7bc0b07eb977bfcc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-06.npz b/neo_1month/data/LSTN_AN/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ba201143d25393396fc1569bef66c9778b4cfa9 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d8a311c2fa6c6b716f58b40fa405284201cc0116cfcdc1579529276bc22835 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-07.npz b/neo_1month/data/LSTN_AN/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..659bb03f07bd19bb404c6b277f339327c848097a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56f41dd46508926c961fc42f5825db104b1bf08ae7f4c5afe3dbacf02c169cd +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-08.npz b/neo_1month/data/LSTN_AN/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b20bff4fa5002b7fddfeec9811080e5404b27cfd --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cadc82c0bca0cf2b40b421ef1dd5d2c85b7927171402b79fdf9872df1b6c9b +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-09.npz b/neo_1month/data/LSTN_AN/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d44eb51642f7ca6b43554db3a672f5c28c16b662 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8074bde5d6d29cd727884beda6884228457029bd687807ef9b360bedca7b223c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-10.npz b/neo_1month/data/LSTN_AN/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..764262370f74d5563a383ef5727e3e83177e522a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a2dabfe2ecb4b243a62abd3c1ef86b1035e0784603eaedbb0ea876ff5d6082 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-11.npz b/neo_1month/data/LSTN_AN/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6619d0e4224f2c45433a008a73ef939805636807 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e109069a54bd47681d3931eb1f16f01f1654fafb7c09b01af2c29c6337f948 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2019-12.npz b/neo_1month/data/LSTN_AN/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf4c7085bef8a3c6e55ba0af4d58d251dfb46e6a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b33b9fe35668f26949490a68ddbad37b9144eb3b9166561c7bbdbb971a8c91 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-01.npz b/neo_1month/data/LSTN_AN/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..645da263ca23b142f13f671dd2a65b83449caf06 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76cae6ebfbac9b1bf8dfa0c0d387ad686a29dff3c83fff2069dff67242f3915 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-02.npz b/neo_1month/data/LSTN_AN/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad40e47e10fc3e58744990919d68a3b4a55eaef6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ea8d49aea41cc6fac200c056c17bdc161dc9ada16109ed02cdb1d5cd8e7909 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-03.npz b/neo_1month/data/LSTN_AN/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2982430aae3739190bd0e011c35855153f5f7d9 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aee9977262ec4e17f074c5f02229b16f49c8cf202201433a8a42303955cdc31 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-04.npz b/neo_1month/data/LSTN_AN/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d842da9253518b16b12bfb65ebd2fc95ec6db0d2 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f13ea90b5dbfe682e5d2fa8c4c6083ff09338c671f0fd245bc352fa266bb23 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-05.npz b/neo_1month/data/LSTN_AN/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa05490232b926f3fd5e368c15a9709cd84e21d7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f7857269e43b0365140cce3fe1a93ce6ca9a0ab0ab8127dff65b8de0795493 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-06.npz b/neo_1month/data/LSTN_AN/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..feb518ed4c5b9db1d2f2f80a90cd837ed7960769 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3aec1b59845931659e02c2014338a12535be94828bf252b5356e6a3abc435e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-07.npz b/neo_1month/data/LSTN_AN/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1396480b4a7404291a6b07ded4e55621b6fa4097 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6229e4914fd4a2db3d5e65427ff9c448a89dd21a5af6f4fc09d29454b88d299f +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-08.npz b/neo_1month/data/LSTN_AN/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7143fd34dcfe63e906ebff0a30614a59108d6cad --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c6432f6c81a26aa6223ff86347a6a0e2858fa406fc35762e367e5620ee1f12 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-09.npz b/neo_1month/data/LSTN_AN/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfaa449908fa9992684057992dc64b0eeff75cc6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37a50183d5cff04204ba8e6528f7c3be99680b6568be6bd61f266f105b02784 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-10.npz b/neo_1month/data/LSTN_AN/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a36eb7106d232c535928ef9547cee8a1d55457e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be7fa4b5f95c8b0e4a0701441a3eefe836f04ec97f2420caa815f4e53a934db +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-11.npz b/neo_1month/data/LSTN_AN/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7736cf9aab5af2fce75084461cc06360969ffc57 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac0ff9581b6d85e712a5016257f027f11c497f14cd1e833e2dbcfb46f9f4834 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2020-12.npz b/neo_1month/data/LSTN_AN/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a7d596b79f6ed6d273290e87369ca2c8163a449 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bb1271a931c6c1f733b4cc36083fed5b7e466c39989af019a18a2b5fb2a923 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-01.npz b/neo_1month/data/LSTN_AN/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c79f7e5add97d089671316173040d8dee68df7f --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479e0ecf84ec7e022bf2fb97326fc3885ed8e67283f3778fba4249b79ed8b204 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-02.npz b/neo_1month/data/LSTN_AN/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddbaec7fa18c3d9025da5d3a4153964c5f2a3cf6 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484e8110f44974d6404096e10b881ac38da29dcc579d9c77c0cdcb1925145800 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-03.npz b/neo_1month/data/LSTN_AN/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4739d89a9ff40117a6477c8fbc9b28dbebc77c80 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0836a5bfd98ba222ac066b541a80a279489b218d4479006109ae32be43faca83 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-04.npz b/neo_1month/data/LSTN_AN/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8532f59b06307019dff284c1e1fafa01b82b9b52 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85766e91971991da2c945317cca2a06e8d57f27ac72365dc3b18b715b6251857 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-05.npz b/neo_1month/data/LSTN_AN/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..341f747a026b12a159fd470e1b22c8b19a4122a5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44f4d38f36495b31b471eee7bd03e2acb3071f2ef3f6a1f57e1c27901bdf917 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-06.npz b/neo_1month/data/LSTN_AN/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5efb1bfe252b88af401a584d8ad743b550d01b1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b39ae59d53ac3bfd299537be909836b2cb62c17a094d7d96e5a7f0d36778ec7 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-07.npz b/neo_1month/data/LSTN_AN/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bbd290ce86699e88392ed39a6f5b154e36a3979 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f024413ae7a158e369021b43266c97998db81e38d1a9a1bd56121a5f7e13d4e +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-08.npz b/neo_1month/data/LSTN_AN/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1bffd23bb1dc3acf14aac7699fd25ae9a452a876 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd132ee5ab5f5b0cfebe2fcd6faaa2d91d86afe8a919eb69c4c6c980ee86163 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-09.npz b/neo_1month/data/LSTN_AN/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4236c08dfd8e34eb048b53817f1db72890de296 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4939bb325afa3a621bb5c449dc863481c6f7cd3a14a0d72caa57c6c5631d39fc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-10.npz b/neo_1month/data/LSTN_AN/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ef39b24315e3ef4b1b3664cbc94a56a4d148fb1 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617c75c044059f3a018d4b51ec7b0a6f8d4164aa527d35072a175bda285f2914 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-11.npz b/neo_1month/data/LSTN_AN/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..688c5df87cd307590370dad845076b542c19d284 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63ea9b3706538dfe8eb7495e727b5c3d7b5f98f702b8ad45c3ce1a0363ed34c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2021-12.npz b/neo_1month/data/LSTN_AN/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1db8c4fa51fbda32ed6bd4a54c8b5891fa00a8a7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237fa3f6f4c5cc14078cc6ae1cc41ad18b1ed7d542991bc7f729ea38f6253e01 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-01.npz b/neo_1month/data/LSTN_AN/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..82aede2f1e4aee2386445b8d73309a49ff03521a --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee1528423cd04ce70254ce59ea53ed34fa89d62fa1524b1a06af7e5a89c9518 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-02.npz b/neo_1month/data/LSTN_AN/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9072bb0e84c4c121e8c7bf4e646a5352d9d9b76b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f591a4907677091d5375eef8a929be3ed4132cffbdc567503a0aa71f552639 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-03.npz b/neo_1month/data/LSTN_AN/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7f44d0767ba70fb9909d741674283b4bec00341 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f6057dc544fe406b84ba3b5515a34965075886d2a8739a8f928794ace6e4f3 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-04.npz b/neo_1month/data/LSTN_AN/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..54f444d998defaf30e528bf3ce207d7a21a4837b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7692741336ace38725f8205014ccd2ffca2e6bb74e1dbed5d1833c9e2e2710 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-05.npz b/neo_1month/data/LSTN_AN/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea4122a420241783f98e5e607a21824a9fc50473 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412b6ff5cfdfdb8b1d13ae01add0aa4ea9eb6463296f6ec7a466cad8aa819c2c +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-06.npz b/neo_1month/data/LSTN_AN/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..11273f04e7260ec08a2fd9ba4d7d395b509586c0 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b2982cd3a0c0a5e029d2ce1624b0fffeef46f55aaf44c8fca4e23b2ec77ebe +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-07.npz b/neo_1month/data/LSTN_AN/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e333af75f0d70e5ffb8590eadce55c8c6b4f4e8 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72960a63557e9e605e882b811bb1740ab95409eef888ddc14f211847246e9ba +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-08.npz b/neo_1month/data/LSTN_AN/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ced10861561884b7ad4c0f9587599e106a17c91e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e29942a43f4a5efc78ec45b00a3748eea15b21471ac8b7aedbd04fd6d4999f8 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-09.npz b/neo_1month/data/LSTN_AN/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..594634ca3564d266270e9c1f2322e003a10e363e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28d13cf5c17021727170fb7cad25332b08258762bf6b8575ee2bece81b57ac3 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-10.npz b/neo_1month/data/LSTN_AN/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8f93131599b280cde82bd4855b19aef3819a685 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d630e5b246e824c21773a44e0bae3c3b5d8de9420198fcfe6f69fdf735a8de +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-11.npz b/neo_1month/data/LSTN_AN/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6fcd5f8df15afda26461739bbf9fdfadb8eae7c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c085d9de5056f1951bbb5c6842638430884a9118729ba8ed1c029db43e52046 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2022-12.npz b/neo_1month/data/LSTN_AN/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..996f2e70326b38d15122550012a9e31081fbe850 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d746b9855ac5a643416091774e83ddcb46c5b1e919717638cbeb324996750bf +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-01.npz b/neo_1month/data/LSTN_AN/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf78985610baabe35a2671869cf5248acb996a80 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7752210c92f307e74098937750308a66c420de81aebe500d9baa6c5e369c5153 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-02.npz b/neo_1month/data/LSTN_AN/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..936c47b0672f88289c4078f1e47694b7b13d187c --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baecb5d2ab99f7d03434f98ce7aa27afccf947c1adcea8481c31fdc7938b206a +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-03.npz b/neo_1month/data/LSTN_AN/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae4fc8a756b5b65ecae5d630a118a9ef8182e34d --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82eb2311c3a62f6a62fa5801e41be8ada23effa9fd13e1360fe406bd36482a50 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-04.npz b/neo_1month/data/LSTN_AN/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1de83e79697f465fbbc659fa69a5b5f9ff297c5 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe77079e3fd8bf3a3cbde89fe4902a6408418983275311c2fe766048c0dde1b1 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-05.npz b/neo_1month/data/LSTN_AN/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe77d73d533f1a8cd0d90f628ec3a9882c6f9d63 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4118b24145f4ffb42031b2da8db5ce7a3ab28200586ba79406cf2da4e19b2629 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-06.npz b/neo_1month/data/LSTN_AN/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b940d19c148d4aa2c0206a836ebf5baff0363fd --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae12664f3fd4ff888bef52a22b334c2b68c81ff3a17c27be9f68c0135ee4ea8 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-07.npz b/neo_1month/data/LSTN_AN/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c422ef01159837888ce41dde1ac29babf330ae7b --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee0999df1c147de91dcb8c639dc4a2098ad70f95bc8625520ad22fcef1e6cdc +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-08.npz b/neo_1month/data/LSTN_AN/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0526f0ba3b0b20dbfab8daf54f7d54c1b13ad3ae --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb64b4fafbca03d7c66cc2465532488d25ddf6fbe08a730c49d762532da632db +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-09.npz b/neo_1month/data/LSTN_AN/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..254cf8df93954b3cdf1a8824515700299dfaafdd --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc28cada7e666cbbd18d640d1735e6d7390f829694799f4f368b48770dd7d549 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-10.npz b/neo_1month/data/LSTN_AN/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe36c9269b5417a0b1276064426c1d3337eb2fa7 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbb8ea37f0b4576d9219043b7b26ff74d0e6d45ac35ca342cd7403dd3693fc5 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-11.npz b/neo_1month/data/LSTN_AN/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..42e7b1e4704a9eafd87965309f23fa6c83407b7e --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2451eefc097b4c68bada092f45407606cb550af58662177d31a334871517eb2 +size 1166664 diff --git a/neo_1month/data/LSTN_AN/2023-12.npz b/neo_1month/data/LSTN_AN/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7861badae14ec333a2db820d9d2c363c298f746 --- /dev/null +++ b/neo_1month/data/LSTN_AN/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dd1521d1b9c1c9738f614cdab05745124d0932a82efdb90e5b8eca8c07319e +size 1166664 diff --git a/neo_1month/data/NDVI/2000-02.npz b/neo_1month/data/NDVI/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..003ecd68a71e8548b70068c1c60f21f01efc3b1f --- /dev/null +++ b/neo_1month/data/NDVI/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc849107b8c1759bc2bb981961930a759e81bbb320e5c0e470afed805f5f3850 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-03.npz b/neo_1month/data/NDVI/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee790ce669f0278295e370c3eecf523b916b5e2f --- /dev/null +++ b/neo_1month/data/NDVI/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea6dd75bfc0e1b3e5b13deb50b0595b043c3d8ad7788c7f5c77cd1d4572e720 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-04.npz b/neo_1month/data/NDVI/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c2b7881dff97fc6709cfe55133f86b6f01b6bdf --- /dev/null +++ b/neo_1month/data/NDVI/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fcfcbcb0ccdc3a5851e7e83bea5f1095f556b238889009a451fb8fe0a2b371 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-05.npz b/neo_1month/data/NDVI/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aba0365a7b3efeb43a65918db37a0321a908e612 --- /dev/null +++ b/neo_1month/data/NDVI/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4598b9221043dcd7cb0416dd14d453e36db7393c2a863a7faf93ee0def2b55b +size 1166664 diff --git a/neo_1month/data/NDVI/2000-06.npz b/neo_1month/data/NDVI/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..219089f301f6a4fd5b70e0535e52b2ec88d98643 --- /dev/null +++ b/neo_1month/data/NDVI/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fb8d7a699011ae2b1d4961ce0abe909bdf71a1a1992d1f799d9b9bb544bc68 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-07.npz b/neo_1month/data/NDVI/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..96504bfc153a9540fe19fb698cfb572bcb83f231 --- /dev/null +++ b/neo_1month/data/NDVI/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db5060167083d8045a2bd29ef38aa3b3333fb9a44b1505d669319362b0cc168 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-08.npz b/neo_1month/data/NDVI/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b96ba3cfa1639d71642ee2f7178d4f7219cb1c7 --- /dev/null +++ b/neo_1month/data/NDVI/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcb548eff06ddc1dac6abb9d7f52eea6359e89137a8c2a8e50f8661e05f5f16 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-09.npz b/neo_1month/data/NDVI/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..173055c245cbf1c7ce535fe502d4803922f70a04 --- /dev/null +++ b/neo_1month/data/NDVI/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceefe8f815033ba133145d1a6b7e24e1bbb52e76d4d8627f8f7d26dc215731b +size 1166664 diff --git a/neo_1month/data/NDVI/2000-10.npz b/neo_1month/data/NDVI/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b98458253fb3b213c6a9ab6e40a1b0356035c930 --- /dev/null +++ b/neo_1month/data/NDVI/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e46ba0a978ca1a7ea5938e06cfe383d6a60ecfd0395ac9bef4b80ec0a30e136 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-11.npz b/neo_1month/data/NDVI/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f6c3162621b2528e73ac6f5bd15ef4d4b42b276 --- /dev/null +++ b/neo_1month/data/NDVI/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf266c0e8234505ec90e9654ddb2e41a2cf3938dc82ed850a617fc11458f6c58 +size 1166664 diff --git a/neo_1month/data/NDVI/2000-12.npz b/neo_1month/data/NDVI/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..98beaba4245370e0d3028672ee6a9d987556d29c --- /dev/null +++ b/neo_1month/data/NDVI/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fa6767e2e6c53a864bc9bdfda81b6dd816183919ad8fb3b7e0b95a38749b4c +size 1166664 diff --git a/neo_1month/data/NDVI/2001-01.npz b/neo_1month/data/NDVI/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e03ea9401613925d96cce999e956cfd906f54409 --- /dev/null +++ b/neo_1month/data/NDVI/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7106a2d8a03f858988ad17590100d9de761bc4f1d3dd42d4a67d6a720a7dbf0b +size 1166664 diff --git a/neo_1month/data/NDVI/2001-02.npz b/neo_1month/data/NDVI/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e50c0f601cb1ae5f65cf81de44db2f96c9a0b38c --- /dev/null +++ b/neo_1month/data/NDVI/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e972dc4356fb288dd5e1dd0ad1f8128486e7c6b3ef4d8cdfd75e99611528d1 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-03.npz b/neo_1month/data/NDVI/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7d70d665ec66899799fcc0ab3a1f390b37aa87b --- /dev/null +++ b/neo_1month/data/NDVI/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a656b828fb95d9d90c27c4165cae6f34720dcf0b52ce86e5f1e98ae0d653e7 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-04.npz b/neo_1month/data/NDVI/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e68f3c1ecc246ecd9e950054682fb6874a18455 --- /dev/null +++ b/neo_1month/data/NDVI/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae81ac00dd0a3b64a0cd5a34979342fcaa343bc8397e2b73e46bd5038632f37 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-05.npz b/neo_1month/data/NDVI/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a546d52f76b881b75715e5edcd510ff91529779 --- /dev/null +++ b/neo_1month/data/NDVI/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bca9a86dc28c7f56f7ed8ab52172edc8eebd4d1b8a4be5b8fd04024afac3529 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-06.npz b/neo_1month/data/NDVI/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..55f62a23252fa5630a96811d15fbb9b2fd15a742 --- /dev/null +++ b/neo_1month/data/NDVI/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b9fd736b524dbcc3e570b0ed17f29e618ca569b651dff2955315e875c58bd2 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-07.npz b/neo_1month/data/NDVI/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb07861ee99dd9fbb45cd07d55531ebef8e6d8ae --- /dev/null +++ b/neo_1month/data/NDVI/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b33263c06dfa486bccdae3c7082f0d8a25a4061ba9d409379bb1470fc6293c +size 1166664 diff --git a/neo_1month/data/NDVI/2001-08.npz b/neo_1month/data/NDVI/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f0c116f44e188615e14d1f92e4409312014081f --- /dev/null +++ b/neo_1month/data/NDVI/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c33d703d01d4bb3d4cf38f276ea9ad33253e810d35bb8064be52cedca21963c +size 1166664 diff --git a/neo_1month/data/NDVI/2001-09.npz b/neo_1month/data/NDVI/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d57c054b2f08ba0a34c2799a71f2eb9016fd7522 --- /dev/null +++ b/neo_1month/data/NDVI/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e7334a3a2487f75af1c47de677c321c059a8869cd1bbae27e51849067191e0 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-10.npz b/neo_1month/data/NDVI/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a92d284bda53de8808c4d4713bd64d4da5070f75 --- /dev/null +++ b/neo_1month/data/NDVI/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4277a72262d324f1ef5c14acc332ccd78299d40a5f03d86744395b1d74d7225e +size 1166664 diff --git a/neo_1month/data/NDVI/2001-11.npz b/neo_1month/data/NDVI/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..53cd274e8a64be9bc12d7f0a1b6b26e0253efded --- /dev/null +++ b/neo_1month/data/NDVI/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263476d642b8691d9b8107317be420d6338e589e76e3f57d86a84587e8362670 +size 1166664 diff --git a/neo_1month/data/NDVI/2001-12.npz b/neo_1month/data/NDVI/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5255bbf1cade730d2af7d9606447ab4ad68aa804 --- /dev/null +++ b/neo_1month/data/NDVI/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc4a39107ac202a2c4d25c24f0fee0e7fddbf0a87839daeee8c3174b2e12fa7 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-01.npz b/neo_1month/data/NDVI/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2d7394bf212452f8e52175b8a38f94a369489d1 --- /dev/null +++ b/neo_1month/data/NDVI/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00285a07bb6a03d6fe022243e60a285a31f419814a389e92042313892f24031 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-02.npz b/neo_1month/data/NDVI/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aafac2415fe8454894dc0d6b03c1a144b646971d --- /dev/null +++ b/neo_1month/data/NDVI/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fa279b8b7f2bbc4203e0e822af10958e1d253897811b8daea34d6a0484223b +size 1166664 diff --git a/neo_1month/data/NDVI/2002-03.npz b/neo_1month/data/NDVI/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..871082e393add8a447b542f4a25b1fe2d56cff98 --- /dev/null +++ b/neo_1month/data/NDVI/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362f6182ea75f9481de3cb5959bdd8e9b9f748d277abbb7e8bd99ad1742bc7df +size 1166664 diff --git a/neo_1month/data/NDVI/2002-04.npz b/neo_1month/data/NDVI/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4023f3e345de6d7de3fe275c26ae8246c0114a6c --- /dev/null +++ b/neo_1month/data/NDVI/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ff1a2d6967e1cc1191df9d394bd34a0451b96a81550250e1c5e571a0897115 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-05.npz b/neo_1month/data/NDVI/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a81d99fefe992afcb65f88f7034caa4a19fc35be --- /dev/null +++ b/neo_1month/data/NDVI/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18fb2d5216e6976a8e22afe7996d2e628b76d45205a597432f819bed2be261f +size 1166664 diff --git a/neo_1month/data/NDVI/2002-06.npz b/neo_1month/data/NDVI/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf0c6590a3a2cdfe1deb1c4bc1f6360e4ac48835 --- /dev/null +++ b/neo_1month/data/NDVI/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93288ef7ce4f7193c0f6fd4e621ffc47635a16d34e7ed629091f47f3525bd00e +size 1166664 diff --git a/neo_1month/data/NDVI/2002-07.npz b/neo_1month/data/NDVI/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3f781f5aae42cb1802c34308e93897bf0567f9b --- /dev/null +++ b/neo_1month/data/NDVI/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4df7d94e1d1f87d122eba662086ca452b3eae2be70963128cd67819de197d2 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-08.npz b/neo_1month/data/NDVI/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ade492b984bd4c0a37bd68df80902171e62b46e3 --- /dev/null +++ b/neo_1month/data/NDVI/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546055f52f44ce320f133490a34ea583d2f6f324c08a2c536d2578e8fe5084d7 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-09.npz b/neo_1month/data/NDVI/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4251a9c9b0b5b1d49ebca5ba0d511f76659557b8 --- /dev/null +++ b/neo_1month/data/NDVI/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f609324609cbf75ce5275a0197ad116980df9c1883b54e381127078441330335 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-10.npz b/neo_1month/data/NDVI/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6ea9852cee7cff313224c1fa149a168cb1b7943 --- /dev/null +++ b/neo_1month/data/NDVI/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781ba0b50ac5561b6f3772411b470677c01216134041e9dc9aedc393856b2fa5 +size 1166664 diff --git a/neo_1month/data/NDVI/2002-11.npz b/neo_1month/data/NDVI/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..744a1d4633ec32c14eddeb98c6cc3376c57959a0 --- /dev/null +++ b/neo_1month/data/NDVI/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9b3ba1d42e50a486f3e6af9abf0e7500de8f56efef93638534235338184e2b +size 1166664 diff --git a/neo_1month/data/NDVI/2002-12.npz b/neo_1month/data/NDVI/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e70e04ec30b7969d85509b924fdc2b68979c216c --- /dev/null +++ b/neo_1month/data/NDVI/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2e4f9d69fcd2c9532b93e121d28d679b17041424c27110ace45ca8a48a5d46 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-01.npz b/neo_1month/data/NDVI/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b91d732efee5e9c817d0d5ed6355d5bc7f0f4e11 --- /dev/null +++ b/neo_1month/data/NDVI/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c711d835595d635c28738e56ed7b72d11333af09887331003d92494490add4b +size 1166664 diff --git a/neo_1month/data/NDVI/2003-02.npz b/neo_1month/data/NDVI/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b85a8ee36387892334a2dbd732d65646408eb10 --- /dev/null +++ b/neo_1month/data/NDVI/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd23b3a4333e86044649e2dab762eedcf76d4e0b90a1faee845e8398eed5c46 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-03.npz b/neo_1month/data/NDVI/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7740d802a6fd5ac493e1a39bfd6c1d3f0975f7fe --- /dev/null +++ b/neo_1month/data/NDVI/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee431d38c77aa4e8080716d644435916cfd960daaa136c2da1ee98663bbb163 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-04.npz b/neo_1month/data/NDVI/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a75776c3fb682023a52b48ffe2f327e466c9ddf --- /dev/null +++ b/neo_1month/data/NDVI/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7442a14c26ce534bbbea3a41c76eca59e68f1819e04ecea0b05597d3b4645ae +size 1166664 diff --git a/neo_1month/data/NDVI/2003-05.npz b/neo_1month/data/NDVI/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f281c87c4c86f180eab76c841c875b4dac5a0e4 --- /dev/null +++ b/neo_1month/data/NDVI/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db665c4975996fba8148df00563254e180081fe4d3c66b55c9c26ef89a5e7d80 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-06.npz b/neo_1month/data/NDVI/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..08a68844187576c4cb034d942cadbdf926b2e661 --- /dev/null +++ b/neo_1month/data/NDVI/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1db948acc91db37df3d55a7ec04781208f5db00d228fdbd736550983769ee6e +size 1166664 diff --git a/neo_1month/data/NDVI/2003-07.npz b/neo_1month/data/NDVI/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..45142c208da93a000cdaffef09fd62923a8accd7 --- /dev/null +++ b/neo_1month/data/NDVI/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab902b8d22848e95e9b85d40e6976aae7d3a1078e9f4894b758b9a83da93a571 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-08.npz b/neo_1month/data/NDVI/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cc2098360651876680340695115408f0b339bae --- /dev/null +++ b/neo_1month/data/NDVI/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26fe470016b92b470609a3718745cee82467e7896d60f2cfce8ab2575bde3c8 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-09.npz b/neo_1month/data/NDVI/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..21c07c56038e43f914d6dd366c1113e46af61b74 --- /dev/null +++ b/neo_1month/data/NDVI/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d8f59b9c7eabbefc50bae9bbeaf416cd0dda92739cc5fcfd3aa3d74961338e +size 1166664 diff --git a/neo_1month/data/NDVI/2003-10.npz b/neo_1month/data/NDVI/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e8281cd24f78b3c9b2c54d2b3fc365ad4432f4b --- /dev/null +++ b/neo_1month/data/NDVI/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87fb1b20b180fb78d59cf5b39dadcbbc4ebafa73ea0ee8a26f161a1631ff900 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-11.npz b/neo_1month/data/NDVI/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7abd8dc88f5565756a23b6969cb6cfaa541c9fe --- /dev/null +++ b/neo_1month/data/NDVI/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d9e15c3c32af0dc9a28991e03367e4a9dfece028091eb456d1a1d0c9d722f4 +size 1166664 diff --git a/neo_1month/data/NDVI/2003-12.npz b/neo_1month/data/NDVI/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7154b8f71f011e91a356b516745bacea986fff0c --- /dev/null +++ b/neo_1month/data/NDVI/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f0f7b2b816c4d2a582d267aa888ddc48fd79ae1f5b21ea54032a42670330fa +size 1166664 diff --git a/neo_1month/data/NDVI/2004-01.npz b/neo_1month/data/NDVI/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..80861420475cb93e28c2ef1d1f9b74e6cf42f4b4 --- /dev/null +++ b/neo_1month/data/NDVI/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe8987b23dbcc1be97e9496e498ad5475a122bef27722a5195367cf8de2b3e4 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-02.npz b/neo_1month/data/NDVI/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..afd700c4a5f714d6eec95b1aaa917da99b1d8f30 --- /dev/null +++ b/neo_1month/data/NDVI/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa82daf316cd3784eae357391f3962aa25939653a5e8041f9d5a7c66cdb3efe +size 1166664 diff --git a/neo_1month/data/NDVI/2004-03.npz b/neo_1month/data/NDVI/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6cbea86582e8098a10b48141027f195412f74fb --- /dev/null +++ b/neo_1month/data/NDVI/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2286bcb83f708ca6853104cc60befb263e7c67054f00d713edc85c786aaab9 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-04.npz b/neo_1month/data/NDVI/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6344d6fdf7f96c27e5b9f7a56b0b079a14de17b --- /dev/null +++ b/neo_1month/data/NDVI/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9338c943eb6b3701f56cbd7bd7a3fe5c9c00aaf10fb11abb55c1e85208e7532 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-05.npz b/neo_1month/data/NDVI/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f37248c7778e2da9cd9d13809fba2b343d4ffb5 --- /dev/null +++ b/neo_1month/data/NDVI/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a1664f0cbc388e56e882b4aa7d58dea0df6f7fc038fc7e14a08ada730875d7 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-06.npz b/neo_1month/data/NDVI/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e102aa561a7cae300539d2f4734a3c073d77885f --- /dev/null +++ b/neo_1month/data/NDVI/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294f1d4bf2708d6f279d25e8a4464c1e6b3f715540f6bf7b9ad399fe004efbcb +size 1166664 diff --git a/neo_1month/data/NDVI/2004-07.npz b/neo_1month/data/NDVI/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fe8d9413ad979c9f881e6f8326b2339fcc8cb38 --- /dev/null +++ b/neo_1month/data/NDVI/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f2397e48a36570a8c5317225a818613e616bbecdb0d8c55025dffdc3df53b6 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-08.npz b/neo_1month/data/NDVI/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ce2bf213b8e216387c2d17e82b9e86df2cb8f408 --- /dev/null +++ b/neo_1month/data/NDVI/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7211594e6fa6c6be7d7231cfe09cbbb9a33c099b25c4d7620a83a7a5ff18a038 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-09.npz b/neo_1month/data/NDVI/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cce60bfb85894ef21280d2ba32603304cab60b5a --- /dev/null +++ b/neo_1month/data/NDVI/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa28afcf2cdccee6b60f5a4f17697bbf69fe5a9d19a57fff8e6e736aa533e0e +size 1166664 diff --git a/neo_1month/data/NDVI/2004-10.npz b/neo_1month/data/NDVI/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ccbe932c0c1eb2b177e01cf1c648838ca990293 --- /dev/null +++ b/neo_1month/data/NDVI/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa67cf79f3e0b144267c294b4686f1f926c72699f7ffc8573472027f7749f6be +size 1166664 diff --git a/neo_1month/data/NDVI/2004-11.npz b/neo_1month/data/NDVI/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a69cd69493640b8de65d0316db953657da084219 --- /dev/null +++ b/neo_1month/data/NDVI/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc17b59682b144d9b5a97cd39c670d9030593495d328f45ddedca43c868ca970 +size 1166664 diff --git a/neo_1month/data/NDVI/2004-12.npz b/neo_1month/data/NDVI/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f326faf96d62c4be50605496dd3745c1576132e --- /dev/null +++ b/neo_1month/data/NDVI/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979f78d33a40919f563fd0bafe562d0d47e15ad9071241fc7dccdbb9e66cedd0 +size 1166664 diff --git a/neo_1month/data/NDVI/2005-01.npz b/neo_1month/data/NDVI/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e386cded11c34886157eeaa12d0b519a6a1449 --- /dev/null +++ b/neo_1month/data/NDVI/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5acfe61b4dcb1479acd37dd1d066cbe05546c5fb816e212f422ef09ae07fa03 +size 1166664 diff --git a/neo_1month/data/NDVI/2005-02.npz b/neo_1month/data/NDVI/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5844ab6c4ed338c8de675fe0fb1ab6e4d057723f --- /dev/null +++ b/neo_1month/data/NDVI/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9cb965c37f861a2c6683b934d949251c844353e1a944156b40ac58a21a9ba +size 1166664 diff --git a/neo_1month/data/NDVI/2005-03.npz b/neo_1month/data/NDVI/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..05809f2dc233aa115d1584e4fe2c354c964a4323 --- /dev/null +++ b/neo_1month/data/NDVI/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bcb7fca8a7a3031d545498d0e874914a9b4bdaa361066a856ce1605f087e12 +size 1166664 diff --git a/neo_1month/data/NDVI/2005-04.npz b/neo_1month/data/NDVI/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..55dfec86ae37035c026680cd4cecbd63ff9f0eea --- /dev/null +++ b/neo_1month/data/NDVI/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d3fceed8120d97de1425ccdc445978af3a97518f057ce5086a8a28637c56be +size 1166664 diff --git a/neo_1month/data/NDVI/2005-05.npz b/neo_1month/data/NDVI/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..59e931e54fc267649550f07fa988538290588651 --- /dev/null +++ b/neo_1month/data/NDVI/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc64ecded928246f7c6c2e4ec8e9cdb43e4720c21034c0e47aa767862ed55c33 +size 1166664 diff --git a/neo_1month/data/NDVI/2005-06.npz b/neo_1month/data/NDVI/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..757cef5c22291218f99b704c600cf6665f47ca28 --- /dev/null +++ b/neo_1month/data/NDVI/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2236438d0653543304c02709dba7f7c963324faecdd890438e8c7840d273ec7c +size 1166664 diff --git a/neo_1month/data/NDVI/2005-07.npz b/neo_1month/data/NDVI/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc92d522f0331f16bde57f8cc90d40096c925331 --- /dev/null +++ b/neo_1month/data/NDVI/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2b3adfcd44ff984212381bb413653258142ab64d2d2018b5d8670f6ce2693f +size 1166664 diff --git a/neo_1month/data/NDVI/2005-08.npz b/neo_1month/data/NDVI/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0a31d1fbe99a59e01cceb5f57769a4329fd42e7 --- /dev/null +++ b/neo_1month/data/NDVI/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d8f334a81510de50373bcdbf1d9d94139aa589cff18c87e0d02742d75f1a3e +size 1166664 diff --git a/neo_1month/data/NDVI/2005-09.npz b/neo_1month/data/NDVI/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e29365a0173649b79a1b9bc35bc0bc8cd54dfa6 --- /dev/null +++ b/neo_1month/data/NDVI/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dceab90a055bc564e5614b921917dacf044bea2c3ecbc4a9347fab84cbf42ba +size 1166664 diff --git a/neo_1month/data/NDVI/2005-10.npz b/neo_1month/data/NDVI/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c74fa730afe8f696b78429b674cc6b9e59179de1 --- /dev/null +++ b/neo_1month/data/NDVI/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d41f49e412a79c4cea0360ef854346de11c82b2c1f3fdd44e4711362ad3427 +size 1166664 diff --git a/neo_1month/data/NDVI/2005-11.npz b/neo_1month/data/NDVI/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..431db3a9751467344952da4b62c7febdb5061ec5 --- /dev/null +++ b/neo_1month/data/NDVI/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196f17a2982731028b1a2677e98a5a30b0185181b37fad28635f183022c344dc +size 1166664 diff --git a/neo_1month/data/NDVI/2005-12.npz b/neo_1month/data/NDVI/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..643abdd07c19e03c4863f23467f7d08d68fc85df --- /dev/null +++ b/neo_1month/data/NDVI/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b79e4a36acc152376d82bb3c43486fce6434077ce32e9780dc74d044a899b41 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-01.npz b/neo_1month/data/NDVI/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..370b1052adc5f464f81cf0712baa1db41da08da0 --- /dev/null +++ b/neo_1month/data/NDVI/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0632b9617a3b915e1bd39e2fecf98d276e17de3008e829ed5e406026cabcfd25 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-02.npz b/neo_1month/data/NDVI/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..74a01ba9d1d2ab1fa076268bcb0699fa7a21202c --- /dev/null +++ b/neo_1month/data/NDVI/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d8c3c0d00c77851339871178e7adf9e0d040a2598d4ffea5651fbecb4c48c4 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-03.npz b/neo_1month/data/NDVI/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b9c93f170f2a227cb3e6168e1668121966b9e98 --- /dev/null +++ b/neo_1month/data/NDVI/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d0c4ecfd62d7ccbe3e7236eb51dba2d8995c1e1973b62f76886d80a1467ce5 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-04.npz b/neo_1month/data/NDVI/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8373fbea8ba259372f1a804f039e0be56d604cfa --- /dev/null +++ b/neo_1month/data/NDVI/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fe87c024b77a7f863f7d451f82ac5a3f2d096214de3c8dc02c48a21000eba1 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-05.npz b/neo_1month/data/NDVI/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b911bb67dc3cf2c693f5f29ccf8d05569f2389da --- /dev/null +++ b/neo_1month/data/NDVI/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beed4fc22087860d0e2417d6be9279e2ab20e91bb56b48164ba6bdafcfee239b +size 1166664 diff --git a/neo_1month/data/NDVI/2006-06.npz b/neo_1month/data/NDVI/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe6d737e9d29057c382c2f77e01be2a8b78696ab --- /dev/null +++ b/neo_1month/data/NDVI/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dd7bf1a2f0c541a7cbd937e7133df7bac71731feed4e0c45cff764c58da23c +size 1166664 diff --git a/neo_1month/data/NDVI/2006-07.npz b/neo_1month/data/NDVI/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac148d52020ee0559a70823fd8a5bc538cfc0a43 --- /dev/null +++ b/neo_1month/data/NDVI/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20daeb2597043c5cf30777d87fe22aab49b17f5aa428d0dc73f0ef54221c1d6d +size 1166664 diff --git a/neo_1month/data/NDVI/2006-08.npz b/neo_1month/data/NDVI/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d77397e4635b0cab2136522bf2b1f9636463011 --- /dev/null +++ b/neo_1month/data/NDVI/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd097c9006d565b49438a084288715d714210a9223f90f8bbba8011770e7abd3 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-09.npz b/neo_1month/data/NDVI/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f807a17c8c3ddb82cb59c5b529d6a9f2b1fdd07d --- /dev/null +++ b/neo_1month/data/NDVI/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6839d5da1d8c784208eb336ecf93b000b64c38ef788cf3c3359266577a816f15 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-10.npz b/neo_1month/data/NDVI/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ecb7027e451600e013c60da62f6b5e59357374f --- /dev/null +++ b/neo_1month/data/NDVI/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edd070440a9f278953fb1757c8c11573dc20a8419015626399fe7ba8819f164 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-11.npz b/neo_1month/data/NDVI/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..91d091d4d810c9205f358e81b4122a69ef9fe870 --- /dev/null +++ b/neo_1month/data/NDVI/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2aaf59810eb300ad89ed77bb92f44ca3147812e7b7a84fd7206eb27d240bd7 +size 1166664 diff --git a/neo_1month/data/NDVI/2006-12.npz b/neo_1month/data/NDVI/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d3205973ea007a1240f665588a3185c9058eb56 --- /dev/null +++ b/neo_1month/data/NDVI/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c8862ca6532653f6ebabb861f6c05919a132a7ab6a8682f3b45839d6a2d7e7 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-01.npz b/neo_1month/data/NDVI/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6919b8d40529a3faac6950a294a937ec17f951e3 --- /dev/null +++ b/neo_1month/data/NDVI/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f84dfd23251f30714e8d756a9bf20dd3fe41e3aa94126b396d9626e6d1cf7e +size 1166664 diff --git a/neo_1month/data/NDVI/2007-02.npz b/neo_1month/data/NDVI/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3afe3fb17c339cbfee892c9c14a3a72a0e9e401c --- /dev/null +++ b/neo_1month/data/NDVI/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85525745623f7f861986958aff9d968908112ac5760ba1035da9b3372666c795 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-03.npz b/neo_1month/data/NDVI/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..226df3d0486d65fcb752f3d8c724c0126af14d3e --- /dev/null +++ b/neo_1month/data/NDVI/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3abedfc50b0d244bd7abd307a5471ba5ee89372caf1ad27273555c2ff27994d +size 1166664 diff --git a/neo_1month/data/NDVI/2007-04.npz b/neo_1month/data/NDVI/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..91557e45bfe3834de653d24de1db4c6e5ee49771 --- /dev/null +++ b/neo_1month/data/NDVI/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da871157236414a404f2b2b2672bac1dea6116c83b9136501a57ea53b5ff347e +size 1166664 diff --git a/neo_1month/data/NDVI/2007-05.npz b/neo_1month/data/NDVI/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc1c4eccf04dde12aac2bd1072da4fa7c1b65031 --- /dev/null +++ b/neo_1month/data/NDVI/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17edd856c58c06d31639ec09b156ddac26203865fdffd25868556e0c07316a97 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-06.npz b/neo_1month/data/NDVI/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3502729d55c33c2afa443263b11c68a900c28eab --- /dev/null +++ b/neo_1month/data/NDVI/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b06b0274686d4d6fe9512e896ef12aceb8a39b1da149edb2949889f7d032404 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-07.npz b/neo_1month/data/NDVI/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..07a5a54a08f6a846dae72e9742ab53e5dbb0fdc1 --- /dev/null +++ b/neo_1month/data/NDVI/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3d976e16390db3d0e57ff00722f57a7aaf5df6ed1cc1830e7a9368301c96a2 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-08.npz b/neo_1month/data/NDVI/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..90dbb585ae1e1427b9555a2d2e2d74a7ff0b236d --- /dev/null +++ b/neo_1month/data/NDVI/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396045bb0cedcb0884647d57b25841187b11c486ed15e74a66fb69d53d031c33 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-09.npz b/neo_1month/data/NDVI/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1f44845ce76991e5a520c4a96996ccac6a46690 --- /dev/null +++ b/neo_1month/data/NDVI/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee04488c4ea04ac250fb3543ac3931ee7d3dbffc0b644f346ff4781fae189766 +size 1166664 diff --git a/neo_1month/data/NDVI/2007-10.npz b/neo_1month/data/NDVI/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddbb7065a6af6f341b3922538858ddd8023f6b0e --- /dev/null +++ b/neo_1month/data/NDVI/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ade71721b1fafbbbe8ebccc72c8162a850b7e199b236b6a5e306609db4baff +size 1166664 diff --git a/neo_1month/data/NDVI/2007-11.npz b/neo_1month/data/NDVI/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a30d0bb3622096fc5c98537fe07696e9236a4717 --- /dev/null +++ b/neo_1month/data/NDVI/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73428c4fd88825864cb90d03da3ab1e97103341deb90c45faf906b2443fed64c +size 1166664 diff --git a/neo_1month/data/NDVI/2007-12.npz b/neo_1month/data/NDVI/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..60e24f990d25b099fdb116609782a6432d631179 --- /dev/null +++ b/neo_1month/data/NDVI/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998f3cc3878800255f6a79b9262034d4c93ef80ef6cf5916e51ba3cb29035881 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-01.npz b/neo_1month/data/NDVI/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f9673f8322acbc0c92cba43b52cfce86dcc3304 --- /dev/null +++ b/neo_1month/data/NDVI/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e514a685f01f77b5b222c3b228aee55cb7a4b3cc202e85f55d28b899045de6d +size 1166664 diff --git a/neo_1month/data/NDVI/2008-02.npz b/neo_1month/data/NDVI/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..81470343fea9fb2b56df0760695aefcb09a31a9d --- /dev/null +++ b/neo_1month/data/NDVI/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2128e5b9e6795fd53f6bb27a97ff78e3f3f55ffeb8287ba076b537a6ac08d935 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-03.npz b/neo_1month/data/NDVI/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eeaa143bc7fffcc14de9b0473440746e87d22b27 --- /dev/null +++ b/neo_1month/data/NDVI/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f173842c22ae249cf8ea8dcd6aeef2e91e4daf3462b39ac0ddc2d6e4e13e9c95 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-04.npz b/neo_1month/data/NDVI/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0bd07b77370fc8b0e7b495a142f853d87cf60f9 --- /dev/null +++ b/neo_1month/data/NDVI/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abb323745780b6b5ac711f9b06af7b813b97f4eb9b20ad79116c0c2409f83e3 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-05.npz b/neo_1month/data/NDVI/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e09fb7e3694e4e0f7a234d087b0bd4b940fa8775 --- /dev/null +++ b/neo_1month/data/NDVI/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8c680f0aefa10d3e2915a60e7266ef788aeab360051044d3c854c6403bd155 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-06.npz b/neo_1month/data/NDVI/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..573915d58dc29fd215bea47a61ae478b6bad4aa9 --- /dev/null +++ b/neo_1month/data/NDVI/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9be98fbe8e28a70ab4aa8ed4100ab01fa306a9c90d89d9563db921df14ff11f +size 1166664 diff --git a/neo_1month/data/NDVI/2008-07.npz b/neo_1month/data/NDVI/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ced73d82e8291f945b96899f1949a1066ab6434 --- /dev/null +++ b/neo_1month/data/NDVI/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d838461921153b1578d7e74577cb40088e19687d454b9f93f0a59ee033f68476 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-08.npz b/neo_1month/data/NDVI/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b03a2b76f9392b0ec613bf20aadd993090badd83 --- /dev/null +++ b/neo_1month/data/NDVI/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674c620bc8d8cc8164589aa736fe5de03d278d2f1452bc0fc024b0145c9a7d6f +size 1166664 diff --git a/neo_1month/data/NDVI/2008-09.npz b/neo_1month/data/NDVI/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f82ef469ca0a8c21916f9177e4ee74eedbb320fb --- /dev/null +++ b/neo_1month/data/NDVI/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379ca235553db4a561765a7e3d2a9271ef5d147ac56dd8235ea854c18f39093d +size 1166664 diff --git a/neo_1month/data/NDVI/2008-10.npz b/neo_1month/data/NDVI/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c187809f107885609c4dcbca365f44b1a37eb1de --- /dev/null +++ b/neo_1month/data/NDVI/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97c64a5761d4fdb828907db8bda92f8da97c1fd361d4e262a2f8a5de006a753 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-11.npz b/neo_1month/data/NDVI/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..74c301cb55d2da5acb1027e82cba9b724eb2d8a4 --- /dev/null +++ b/neo_1month/data/NDVI/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0051c971691ba4ac5668b032e8851085a875a41811d3db2d6f70efc702b4cc30 +size 1166664 diff --git a/neo_1month/data/NDVI/2008-12.npz b/neo_1month/data/NDVI/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..59d764a34b8032aec7814051565b33ce84ed9df3 --- /dev/null +++ b/neo_1month/data/NDVI/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae740b6074f9748fb8affd89a0f0614c10dfe2f81610324452ee0ca7422a8de +size 1166664 diff --git a/neo_1month/data/NDVI/2009-01.npz b/neo_1month/data/NDVI/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..27b296386ddd5a50bad351e946738263bdc882a6 --- /dev/null +++ b/neo_1month/data/NDVI/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534a2ce32e96ca6fee691a8198db8eeecc10eee72bc5e2b016e53d94c02899ed +size 1166664 diff --git a/neo_1month/data/NDVI/2009-02.npz b/neo_1month/data/NDVI/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf5ab1f1ca1ca0375f467617743a56b23dd494d8 --- /dev/null +++ b/neo_1month/data/NDVI/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf0564cf6182e21567fd99e5bd609f6f7793650a335b3f269e93216cee2e52d +size 1166664 diff --git a/neo_1month/data/NDVI/2009-03.npz b/neo_1month/data/NDVI/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..46e18ae8f38a07a323cfbe84636c0d460c8f785b --- /dev/null +++ b/neo_1month/data/NDVI/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e969fd8823fee262985fef97d9e15d5d677b510be84c39fd5b4985676108c +size 1166664 diff --git a/neo_1month/data/NDVI/2009-04.npz b/neo_1month/data/NDVI/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c905feefbdf7301db402acdf5e8b0ca188a07507 --- /dev/null +++ b/neo_1month/data/NDVI/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312c67423f68a4c9857ad35bc9f5bceff75258352ce888f05286f76343d6b33c +size 1166664 diff --git a/neo_1month/data/NDVI/2009-05.npz b/neo_1month/data/NDVI/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca88f734d16f7429e4ef1dab9493cde4a18a7bd1 --- /dev/null +++ b/neo_1month/data/NDVI/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef91ed17cc089c85864841f975ff3f5b7d6704c2ef52da67b189d6708e46d0b +size 1166664 diff --git a/neo_1month/data/NDVI/2009-06.npz b/neo_1month/data/NDVI/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5b33d87a827366d6d28253933b32b9be34cd405 --- /dev/null +++ b/neo_1month/data/NDVI/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae60b85e7f113d7508465496063394e42d3fc213a3e6ba7c01b1c930f77e43a8 +size 1166664 diff --git a/neo_1month/data/NDVI/2009-07.npz b/neo_1month/data/NDVI/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b592687a94cabc48cd23789b3e2b9d5b4ac28c9 --- /dev/null +++ b/neo_1month/data/NDVI/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0995421781cca9a8698efca2396e720afcdd6fff6607cbe3ebbc94c4e77c7207 +size 1166664 diff --git a/neo_1month/data/NDVI/2009-08.npz b/neo_1month/data/NDVI/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f695a8c816ef309bc4d0e80ed4dd994389b40ef7 --- /dev/null +++ b/neo_1month/data/NDVI/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d8f7e20739ee53d5c7607ea002267c5f97cc721d64e8bbfb351b788c8c1446 +size 1166664 diff --git a/neo_1month/data/NDVI/2009-09.npz b/neo_1month/data/NDVI/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..43db2196a0de4cd4306f085ffe3247f4ad3b4894 --- /dev/null +++ b/neo_1month/data/NDVI/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e7bad36d00387d6bdc1c22bee66fc061da8a76a8e536f303effd717b153dda +size 1166664 diff --git a/neo_1month/data/NDVI/2009-10.npz b/neo_1month/data/NDVI/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfa188ed77986804adef2d542c8ae904c183c8fe --- /dev/null +++ b/neo_1month/data/NDVI/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c7f9f486b60aabe77f7db65b176ccf7431a769392c10d3ac4034e0c25ee0d7 +size 1166664 diff --git a/neo_1month/data/NDVI/2009-11.npz b/neo_1month/data/NDVI/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..925ce5b2ef7012dfa70f35f52846d01a38824a23 --- /dev/null +++ b/neo_1month/data/NDVI/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2d8938798e6fdf5fd0574c3ffd55b756806e8fc988ea234c2d979514e6d92d +size 1166664 diff --git a/neo_1month/data/NDVI/2009-12.npz b/neo_1month/data/NDVI/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb7813b37005be4e059b6db87949d24414e232f9 --- /dev/null +++ b/neo_1month/data/NDVI/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069fa23ade23e77bef049b66c8052bc2654e9d0ab6bedf6e9fd62ae78a8e3ac8 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-01.npz b/neo_1month/data/NDVI/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..03eb39bbf037017d64835065df2e5303c8499b05 --- /dev/null +++ b/neo_1month/data/NDVI/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a06851da3e153f03aa82bf19fe65058f6bf73e51e70af71c869520a0db0d55 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-02.npz b/neo_1month/data/NDVI/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..76a65d78c23276c426be3884b450471f4f88da7a --- /dev/null +++ b/neo_1month/data/NDVI/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331bca5c842b6588c754b0a500a135b26a9402dc2205852e1db1a5d5ea30bd2f +size 1166664 diff --git a/neo_1month/data/NDVI/2010-03.npz b/neo_1month/data/NDVI/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4223eae71e99983bc4acd7088da9033110ce362 --- /dev/null +++ b/neo_1month/data/NDVI/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d2f10bca32c8b14a731915a857dc13d42bdff70a4faab39ea00aa416a3223f +size 1166664 diff --git a/neo_1month/data/NDVI/2010-04.npz b/neo_1month/data/NDVI/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc0b0389e79d1f8bdcef7de9e0ad925424ac8094 --- /dev/null +++ b/neo_1month/data/NDVI/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d771c223ab0b99cfecf9f5d2226e52f06190599f41bcf1fa14490dd1d30f52bb +size 1166664 diff --git a/neo_1month/data/NDVI/2010-05.npz b/neo_1month/data/NDVI/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6283b9357ddd5d8d1b5a5b48b87d77b996bf54c5 --- /dev/null +++ b/neo_1month/data/NDVI/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7f7387e190e305e926dac28bafcf47ec74f777f6b5ae64f17d53575895c806 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-06.npz b/neo_1month/data/NDVI/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c56ad7819c6ab0e89e30b433e6eeb92d92eb7da5 --- /dev/null +++ b/neo_1month/data/NDVI/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b7af0a4d08cf66f4ebe5a54d4216305e58d69bffed66170c510125eeb0b24e +size 1166664 diff --git a/neo_1month/data/NDVI/2010-07.npz b/neo_1month/data/NDVI/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e06f4792a1dfbf5f910df25fd71a60944eaea67d --- /dev/null +++ b/neo_1month/data/NDVI/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e36ccb868f454e47d22c7fe15ccc5772e1af58c628bb09f00eff5b733651e23 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-08.npz b/neo_1month/data/NDVI/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b210a5094db906c4406fb406476e5253c5658e --- /dev/null +++ b/neo_1month/data/NDVI/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81e893e82217ed7dc07b20af5f0e2c9bbba243c667c22a950a055ba7e64858a +size 1166664 diff --git a/neo_1month/data/NDVI/2010-09.npz b/neo_1month/data/NDVI/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..62d050e1e0fcf5fc1c15afacf38e7e3ceeb6175e --- /dev/null +++ b/neo_1month/data/NDVI/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d93c11bd858d4c05eaea4ac4356c904be2d38975a1d885312039cc8cb623286 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-10.npz b/neo_1month/data/NDVI/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d4aa5954d3aa4fef1f5ea193036ced73bccae9a --- /dev/null +++ b/neo_1month/data/NDVI/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1ad50f1f42661d416faf8278a796229347422636b381ac98c900888e7f0094 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-11.npz b/neo_1month/data/NDVI/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2df1e333b95415ef0e77cc63e51b0c65df92299 --- /dev/null +++ b/neo_1month/data/NDVI/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2466e1c2c36e496f6286a2026f7b0f94a4a0291a4ee6a46921ad717fc714c317 +size 1166664 diff --git a/neo_1month/data/NDVI/2010-12.npz b/neo_1month/data/NDVI/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..89eda6b449356032575221cc9d7d57d79c130061 --- /dev/null +++ b/neo_1month/data/NDVI/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1f7e4b7ef2acbbf2deb5028bb6b1dc017cc6abc5482f134e27a3de897ecd2b +size 1166664 diff --git a/neo_1month/data/NDVI/2011-01.npz b/neo_1month/data/NDVI/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..63bee51c5f0414145d10f5c88b3d654c1e7769bf --- /dev/null +++ b/neo_1month/data/NDVI/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053492fc728def2d7edb500c2b90b59f6681eccb5fb46a91a8d4898b15d99740 +size 1166664 diff --git a/neo_1month/data/NDVI/2011-02.npz b/neo_1month/data/NDVI/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ce1e2fbccd1dd687f1ae8e07d773d0ebe52a8f0 --- /dev/null +++ b/neo_1month/data/NDVI/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7d123d7a7920d5dd18445bcd513c86354cd03108a53d9a54624f65b1b12827 +size 1166664 diff --git a/neo_1month/data/NDVI/2011-03.npz b/neo_1month/data/NDVI/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9c0c6ff51c954b83cdb10d4e83d54fbe94df0e3 --- /dev/null +++ b/neo_1month/data/NDVI/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6014c6a94b31adc2f55ff331db0c5b2434efd65d637119d15f09e06d27c4b5b +size 1166664 diff --git a/neo_1month/data/NDVI/2011-04.npz b/neo_1month/data/NDVI/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..49ebcdda9011a5f648065330be27a74bb96476e4 --- /dev/null +++ b/neo_1month/data/NDVI/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798add42efac7239995253a98f8c56c93f1c20bd88c405c6f394eb935182009 +size 1166664 diff --git a/neo_1month/data/NDVI/2011-05.npz b/neo_1month/data/NDVI/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..71908813a940994dd28d6d2bf8acdfa8393d6944 --- /dev/null +++ b/neo_1month/data/NDVI/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a6f685dd649fd7797e4ff4b7a2706b2e3ce4046b5d735fdd5e10bd32a7ea3a +size 1166664 diff --git a/neo_1month/data/NDVI/2011-06.npz b/neo_1month/data/NDVI/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..06c8bac29d1f0a24e459b0c15128b1566d2fb16d --- /dev/null +++ b/neo_1month/data/NDVI/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617434416709e2eebdde1ccd02564d2d18d393b4b4c34a3b17e5713bc2b2034e +size 1166664 diff --git a/neo_1month/data/NDVI/2011-07.npz b/neo_1month/data/NDVI/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b52eb557389148ee3446bb1157bce5668899e968 --- /dev/null +++ b/neo_1month/data/NDVI/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434772d2882c5f6a1bee00dc41932af0b5a990b6dd5b69b0032390cbe4558c7c +size 1166664 diff --git a/neo_1month/data/NDVI/2011-08.npz b/neo_1month/data/NDVI/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..098a6f65a3e32b6569af784241dac09d8c023cda --- /dev/null +++ b/neo_1month/data/NDVI/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2cb170af40f6a9b5d6e01ae78be4c8d8d12d4319558b852f90f8110cffdfa8 +size 1166664 diff --git a/neo_1month/data/NDVI/2011-09.npz b/neo_1month/data/NDVI/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc9909f5dc8e78c529d84af3e261a64c99331ddd --- /dev/null +++ b/neo_1month/data/NDVI/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e771c843a71475c4d98f1560827ab11a337f658e4143e7fc63f2126136c92e83 +size 1166664 diff --git a/neo_1month/data/NDVI/2011-10.npz b/neo_1month/data/NDVI/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc4b911d11f296826f0cf387e79109242a9ae3c7 --- /dev/null +++ b/neo_1month/data/NDVI/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728b2205c089664ab966b207336d2609592310472633cd268daf3ab92899d277 +size 1166664 diff --git a/neo_1month/data/NDVI/2011-11.npz b/neo_1month/data/NDVI/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c26d8b081a20141b0855d8209d4cd8034de82004 --- /dev/null +++ b/neo_1month/data/NDVI/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ed5647b85da5feb125fcd7a24d6da4cc40ff02189f48ef194241c47371ee9a +size 1166664 diff --git a/neo_1month/data/NDVI/2011-12.npz b/neo_1month/data/NDVI/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6715a0e74ce1d9ec6a484d2b4b28f30c4e2d8e9 --- /dev/null +++ b/neo_1month/data/NDVI/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e483a914d90c5e4a7f6a13744614946468166a19d97621331b6b699daaec1bc +size 1166664 diff --git a/neo_1month/data/NDVI/2012-01.npz b/neo_1month/data/NDVI/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..17d22deae718a25e63cba2ff6ea105215c314193 --- /dev/null +++ b/neo_1month/data/NDVI/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1954d3751a1cee03127b3207b547963bfae225ee805ce220638697c06289466c +size 1166664 diff --git a/neo_1month/data/NDVI/2012-02.npz b/neo_1month/data/NDVI/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e39c1e97e2ef9d6e2c140476308b2d1b273aa3bc --- /dev/null +++ b/neo_1month/data/NDVI/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea680c4d7288e812cf8025824e3d548f323288188ffe89635ded91318f480a +size 1166664 diff --git a/neo_1month/data/NDVI/2012-03.npz b/neo_1month/data/NDVI/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6202afebb5e1c713d9e71f54cc24e3daeee80848 --- /dev/null +++ b/neo_1month/data/NDVI/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8eba75209ad4db3c8188b211a3cad8b454e2a3acbd657422f9b42ad4ab883b +size 1166664 diff --git a/neo_1month/data/NDVI/2012-04.npz b/neo_1month/data/NDVI/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..341fcc3c23122e463483b139a9ea852fd66a771e --- /dev/null +++ b/neo_1month/data/NDVI/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657eb6bff3bac91134c8d8d3305534baa53c9ffdddadc7954c78360740009d50 +size 1166664 diff --git a/neo_1month/data/NDVI/2012-05.npz b/neo_1month/data/NDVI/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0057537e8ca3ec8ee2130e2df58c4f2e25393df0 --- /dev/null +++ b/neo_1month/data/NDVI/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5ec9eb7c705c59b3d160a21901cb0b214928a5817f5f1e9299a5a78c39e854 +size 1166664 diff --git a/neo_1month/data/NDVI/2012-06.npz b/neo_1month/data/NDVI/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f8fa13a8739bbbd08055136095ec6826573f3ae --- /dev/null +++ b/neo_1month/data/NDVI/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643473a136185e6457d17e8740e8c88438c4c35b485d7ab33b6951eb69e684cb +size 1166664 diff --git a/neo_1month/data/NDVI/2012-07.npz b/neo_1month/data/NDVI/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe4fca96c86fc75e891646d986371036f605a7a7 --- /dev/null +++ b/neo_1month/data/NDVI/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ef436c5ed1b3fec45096669356ff40c7219bcc86caef0e3103e95c85d59270 +size 1166664 diff --git a/neo_1month/data/NDVI/2012-08.npz b/neo_1month/data/NDVI/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..90c70e60e105413f60cd25b9729678d0c324524a --- /dev/null +++ b/neo_1month/data/NDVI/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bbe7e2406724f3987fa232d5dbab58a2233e48a753ef67eedb851a3c573757 +size 1166664 diff --git a/neo_1month/data/NDVI/2012-09.npz b/neo_1month/data/NDVI/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcbe596a037b9bc73e5808af8d5549e42198761e --- /dev/null +++ b/neo_1month/data/NDVI/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d5fc1a17d9736d46fd8b2b5c3930fac8f25dc24819b612f73a0b2e46139a1e +size 1166664 diff --git a/neo_1month/data/NDVI/2012-10.npz b/neo_1month/data/NDVI/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..14249f6e1c5e95575c45e1150d83d54ede3becb2 --- /dev/null +++ b/neo_1month/data/NDVI/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daf26493c20fe15ac63841bb2a297aea0041ff46406ac3574e5e373cab413df +size 1166664 diff --git a/neo_1month/data/NDVI/2012-11.npz b/neo_1month/data/NDVI/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2459f43e763e10b63cf274c28938831c3ff2df06 --- /dev/null +++ b/neo_1month/data/NDVI/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e40012fb27435306a1e0e354020c746843c1f6b3449a15d324f4f5d616ebb7 +size 1166664 diff --git a/neo_1month/data/NDVI/2012-12.npz b/neo_1month/data/NDVI/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ed6629cb2cfc157b343eaaf32a24f9cf28bfb97 --- /dev/null +++ b/neo_1month/data/NDVI/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f27dddff9d093503b74e7412ceb041113f086bd9aeb82f3a4c2015d47f1f57c +size 1166664 diff --git a/neo_1month/data/NDVI/2013-01.npz b/neo_1month/data/NDVI/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c9ddf2cd8e3cf1aafd25962096c177d3c0181d0 --- /dev/null +++ b/neo_1month/data/NDVI/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0eb4653280ccaab69c419f21fd1b4534490a20d0d6e8eae31c1a3d4cae279f +size 1166664 diff --git a/neo_1month/data/NDVI/2013-02.npz b/neo_1month/data/NDVI/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d7d92e322cccf83426b5a96b4f462e5218ff4c6 --- /dev/null +++ b/neo_1month/data/NDVI/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92bbdd14cba5993520dbb89fd6661ca2557def4cf61387d09086f6dfb22303c +size 1166664 diff --git a/neo_1month/data/NDVI/2013-03.npz b/neo_1month/data/NDVI/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0187fb4ff7887ca866cfd481d6beeaed2115a40c --- /dev/null +++ b/neo_1month/data/NDVI/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd399d0291ad8338c2496bb489f3fd990256be961c92273d21252c051c1cf473 +size 1166664 diff --git a/neo_1month/data/NDVI/2013-04.npz b/neo_1month/data/NDVI/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddc724aa61a1ff9f021dd441da7130ac814a106c --- /dev/null +++ b/neo_1month/data/NDVI/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca12e7c6f4608c953921a28b534698f3bcfc312c1334d0e41235dc2014b0053 +size 1166664 diff --git a/neo_1month/data/NDVI/2013-05.npz b/neo_1month/data/NDVI/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a8db7217276aa51589aa5d51393d0268961beba --- /dev/null +++ b/neo_1month/data/NDVI/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a364846d97c596a777212998edbc9b68a75231749a2c18038419636ceeddd8ec +size 1166664 diff --git a/neo_1month/data/NDVI/2013-06.npz b/neo_1month/data/NDVI/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c3cfdc9653578935bf7641d6aa4a161a2f86a12 --- /dev/null +++ b/neo_1month/data/NDVI/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddeb4e6bebf7782ae0e50364ebee33d58720054cbe9c85cf328ae584118aea8 +size 1166664 diff --git a/neo_1month/data/NDVI/2013-07.npz b/neo_1month/data/NDVI/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef932249e9d0964a5520b710f38f2a13b2dd43ef --- /dev/null +++ b/neo_1month/data/NDVI/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74119738ee83e875b2c3c972c80ecb6fc67843ff129830f75f56fa14257f510 +size 1166664 diff --git a/neo_1month/data/NDVI/2013-08.npz b/neo_1month/data/NDVI/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ae234d4fb3f150ecf3bc2a85d9835d7980fc1b8 --- /dev/null +++ b/neo_1month/data/NDVI/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1780e3483d7c7bead207c34c543e29416b91bae4174df346b1b417c7b6fa206 +size 1166664 diff --git a/neo_1month/data/NDVI/2013-09.npz b/neo_1month/data/NDVI/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dc107f1b80a5ec94b0b9c67f91ea879faf0246b --- /dev/null +++ b/neo_1month/data/NDVI/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36394e1097f5774888d611627a287b34eec0157d2dff75db0af878b92417a5f1 +size 1166664 diff --git a/neo_1month/data/NDVI/2013-10.npz b/neo_1month/data/NDVI/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..833ff2c9d170cef1be066dc291156f022808cf53 --- /dev/null +++ b/neo_1month/data/NDVI/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156aafffde9126dd22e5209c64028eec55fe25f3268032eb35d9668250aff41f +size 1166664 diff --git a/neo_1month/data/NDVI/2013-11.npz b/neo_1month/data/NDVI/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ece7e59ad7e69071428ee0f0379aab92311f6536 --- /dev/null +++ b/neo_1month/data/NDVI/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5574c084dd6cc76fe08d3b870f5a832fa5fecdeb9b98b2b7b2b7833bc59e9e +size 1166664 diff --git a/neo_1month/data/NDVI/2013-12.npz b/neo_1month/data/NDVI/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f438e7a5afa3fd681a3e31c3bdf9eea44c21209a --- /dev/null +++ b/neo_1month/data/NDVI/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6820744fb4c391f7927969a0a00643f37d080b68af70790e7b2912ac6430667f +size 1166664 diff --git a/neo_1month/data/NDVI/2014-01.npz b/neo_1month/data/NDVI/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..00d12da81c2c268b80eb4391afa996e8c15e21a8 --- /dev/null +++ b/neo_1month/data/NDVI/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6338e0d5bfa9a9b335000fd2b45f84e1011ddc33ccf010132f49bd60aaca4132 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-02.npz b/neo_1month/data/NDVI/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ae13903aacc47cc2268926ce73e19a1ecced787 --- /dev/null +++ b/neo_1month/data/NDVI/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec63bfab54ccd3411affa7e20afb63d7263ddce6846862f6ad193baa955c9dd +size 1166664 diff --git a/neo_1month/data/NDVI/2014-03.npz b/neo_1month/data/NDVI/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..848f6e8372a7175de39702a40e51076581aba742 --- /dev/null +++ b/neo_1month/data/NDVI/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb33c6d7941b84a3103262c71ac8c2006b669548367541be168af51631fc68e1 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-04.npz b/neo_1month/data/NDVI/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7510e566aa013dfaf11c6db3c434871d21f4cdd1 --- /dev/null +++ b/neo_1month/data/NDVI/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcfb6d165b8e549b1cd25da7c74c8f875f2b640a7344b174c590722aab8c6e1 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-05.npz b/neo_1month/data/NDVI/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..17cfa5341c36990111b5035f4c14af6c44eaafe7 --- /dev/null +++ b/neo_1month/data/NDVI/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee25c505bccd0fc3ba677ee972bd8eeb98895a89937a56e33bc2140a1cfc32b +size 1166664 diff --git a/neo_1month/data/NDVI/2014-06.npz b/neo_1month/data/NDVI/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..99ee6b56618f8dfbf7757a6658cafdbd5673fda9 --- /dev/null +++ b/neo_1month/data/NDVI/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3758f297fdac4baaf5a45c2a78b9569540e23a21f3fd6c9005648a4ef541eed7 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-07.npz b/neo_1month/data/NDVI/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4139501e7a346d084fd4a896c7dcac962f0ccbdd --- /dev/null +++ b/neo_1month/data/NDVI/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2252afc899996d2d54402328ba9a9fea2595908107c372309773e2cbd9af8383 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-08.npz b/neo_1month/data/NDVI/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..27fbb31972387eccf81692a672b9c3e8757e3b28 --- /dev/null +++ b/neo_1month/data/NDVI/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d91db081ef4cc1ef7c190287270d87fbf06885ff0dc1e700ad50af8bc6d1694 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-09.npz b/neo_1month/data/NDVI/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9875bba014711d294515e48e7b5697e735df1b5a --- /dev/null +++ b/neo_1month/data/NDVI/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f5b7250e65d0f9ba1d46f8a377e6a09abb14c9cf253d53992a64300946f16d +size 1166664 diff --git a/neo_1month/data/NDVI/2014-10.npz b/neo_1month/data/NDVI/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8cbde14cb5f280834792b769068e84481c317e6e --- /dev/null +++ b/neo_1month/data/NDVI/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d37c6e329c6acfe78a93f02763c2b90f770184e254a2aef5857418a560e4fb2 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-11.npz b/neo_1month/data/NDVI/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e3fe259edb20185e0c986ae713466de4b1a0c78 --- /dev/null +++ b/neo_1month/data/NDVI/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b90b91432ca03c972d6e5893e6884d7b2c02a2366aa6db98061af8183a2c3a4 +size 1166664 diff --git a/neo_1month/data/NDVI/2014-12.npz b/neo_1month/data/NDVI/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..964694b8c37cf2c2700636c8b2dba0475241a240 --- /dev/null +++ b/neo_1month/data/NDVI/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783eea5eb4b99d8e0475e6db6971cb3df13b540082870a8cda9d4cf3613c0302 +size 1166664 diff --git a/neo_1month/data/NDVI/2015-01.npz b/neo_1month/data/NDVI/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a01b3a91afd689f5b094bdf5ce85cc524e9f5c29 --- /dev/null +++ b/neo_1month/data/NDVI/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cc4d06a6926beff6fad22c591241467e05f1c6b2dd38dcc34222f3004ff8f5 +size 1166664 diff --git a/neo_1month/data/NDVI/2015-02.npz b/neo_1month/data/NDVI/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd6ee3e8024e600efe473cc431c8506eb54830c4 --- /dev/null +++ b/neo_1month/data/NDVI/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c3cc70467ce53e3b761475c53db1ba9caf9f0c8dc136eee0edc8a8a567d587 +size 1166664 diff --git a/neo_1month/data/NDVI/2015-03.npz b/neo_1month/data/NDVI/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2acb751d74ea09c62dbb85476969362be41126b --- /dev/null +++ b/neo_1month/data/NDVI/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3bc3fe47e0e277c79bbc1b6569864bef8f15e0b111fa48187cb23ef6da8f97 +size 1166664 diff --git a/neo_1month/data/NDVI/2015-04.npz b/neo_1month/data/NDVI/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5621c27c020d5b2d368dd2fef38088926e5895b --- /dev/null +++ b/neo_1month/data/NDVI/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ab4b7b9f864960bb92cd8fd8cf04822b7ad99089dfd2ff12d3ff6693dfd528 +size 1166664 diff --git a/neo_1month/data/NDVI/2015-05.npz b/neo_1month/data/NDVI/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..520912adc8bb5b8336df95ab35ecc4e89057cbd6 --- /dev/null +++ b/neo_1month/data/NDVI/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c042ddd1be175cfbb5aa21aaaa4b6c65d89006212e03e88e4d85ea4714c8d6e +size 1166664 diff --git a/neo_1month/data/NDVI/2015-06.npz b/neo_1month/data/NDVI/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddbfcdff450d714745b658fec1ea8d5d89b4085f --- /dev/null +++ b/neo_1month/data/NDVI/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ca03c9889d2fb3a5aefbadc476b95a1321ed23a37c7459c62a684f41c2949a +size 1166664 diff --git a/neo_1month/data/NDVI/2015-07.npz b/neo_1month/data/NDVI/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..385713f01a086384b7d3517aea4c21b74c4920aa --- /dev/null +++ b/neo_1month/data/NDVI/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec60f9d28fbab53174d043aa89686b3910177efacf08b594be4548cafd12ed7f +size 1166664 diff --git a/neo_1month/data/NDVI/2015-08.npz b/neo_1month/data/NDVI/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1eb409a209a241e3f313f1272d103f9ed1492a62 --- /dev/null +++ b/neo_1month/data/NDVI/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428bbec93957d08a06dc2e55bb53503f1e0f855d899a89fdd7103e4812e9558c +size 1166664 diff --git a/neo_1month/data/NDVI/2015-09.npz b/neo_1month/data/NDVI/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f6202eba1aa710973b3c16c052715cb45a597d9 --- /dev/null +++ b/neo_1month/data/NDVI/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e57ff3b6e9c159eeb591d37f9ee3be6fe10d63f0132e7be672f8adf3681d3a +size 1166664 diff --git a/neo_1month/data/NDVI/2015-10.npz b/neo_1month/data/NDVI/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f7daaeb6c89e20cfa17d3ff9849e072c2f47dd4 --- /dev/null +++ b/neo_1month/data/NDVI/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c5b330d3c267537cc2ac6c271fa1397dd53712086ce60b4a0e89a7831c862a +size 1166664 diff --git a/neo_1month/data/NDVI/2015-11.npz b/neo_1month/data/NDVI/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbe1e9c87516556001f90fcd9a9ee000a447b46d --- /dev/null +++ b/neo_1month/data/NDVI/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e61864b0b3fa06c9542338fc490164be6501e80e3508b56e70b25a3f7c569a +size 1166664 diff --git a/neo_1month/data/NDVI/2015-12.npz b/neo_1month/data/NDVI/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..159459d4a1267964c76a193e96f93c853a5b5605 --- /dev/null +++ b/neo_1month/data/NDVI/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf11d2f2cb6e6bd44dce73021f75286a4c496c5221738528e9b4e5b93938b6ae +size 1166664 diff --git a/neo_1month/data/NDVI/2016-01.npz b/neo_1month/data/NDVI/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b421afff50ded3dcd8ca07c1c1eb11c04d3e561a --- /dev/null +++ b/neo_1month/data/NDVI/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b29124d371d16f9a0ec55bd8b3415d54308027f4496d42e6e584deb8b45b5f +size 1166664 diff --git a/neo_1month/data/NDVI/2016-02.npz b/neo_1month/data/NDVI/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e1c4d0741c99d3102feb922f7d11c3905959583 --- /dev/null +++ b/neo_1month/data/NDVI/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38918d0ac5e501bc5689293a759b4c11ba2fe013131a2bffffb5192cd32241 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-03.npz b/neo_1month/data/NDVI/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ff7cb06c407a4774a9c135b4d7496c246dc78be --- /dev/null +++ b/neo_1month/data/NDVI/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da4f435c4b9d49a2c58946e4e15fb948741b907fc77f2e212e2e21164787c10 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-04.npz b/neo_1month/data/NDVI/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..62193f6c0c6af50bd41a319332fe8d1d035fdb06 --- /dev/null +++ b/neo_1month/data/NDVI/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b7fee243e9a0a6fa585f40baa76e641f1cbdad33588e0098b3b314e5da5880 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-05.npz b/neo_1month/data/NDVI/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2055dd0cca23d5b78a3b5454d6cb09ad4d5ab30a --- /dev/null +++ b/neo_1month/data/NDVI/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66862ee5d4bc7a1c61fef0af6f37f816dacc8903c483d1e7a88f13a6f0b7714 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-06.npz b/neo_1month/data/NDVI/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..67cd9fe35de322a642e028526b06f2278c36c20a --- /dev/null +++ b/neo_1month/data/NDVI/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6fd0d8e2cf89407204447cd570e6a0105ff24cf70c31f954304ce47baf165c +size 1166664 diff --git a/neo_1month/data/NDVI/2016-07.npz b/neo_1month/data/NDVI/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c1ea0c186b6723b21c1ad8a70d22667337a15db --- /dev/null +++ b/neo_1month/data/NDVI/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588a9839df3c90abf931c98d02d8248118d67d099c5b48d853450633ad4f13c3 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-08.npz b/neo_1month/data/NDVI/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..902766c957d810a3a2465219febd5d536b86aa60 --- /dev/null +++ b/neo_1month/data/NDVI/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966d6e57704021c2fd4bfa60ea160fb27cfcddea6000ae35a3788c0eac8fbb49 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-09.npz b/neo_1month/data/NDVI/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e413d4b94d35f4b3b171818e4f5e82a1791d3fa3 --- /dev/null +++ b/neo_1month/data/NDVI/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aad59d6a0cb708a580577fcd391ff7729183f43eef58e49dbb5a1811a1b9645 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-10.npz b/neo_1month/data/NDVI/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..35ce8fffb3621f5bb6b598382c8970431e9d2fd1 --- /dev/null +++ b/neo_1month/data/NDVI/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890d7aafbd88068b3a4460c0d05eb6ee76ea5cdc9b6ddaa2c4817229cc784414 +size 1166664 diff --git a/neo_1month/data/NDVI/2016-11.npz b/neo_1month/data/NDVI/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18a4e9e4d899f64077e55220de40dc783b677b0 --- /dev/null +++ b/neo_1month/data/NDVI/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797d13ba1cab0a2b3645abbf561618af1b4074f2b9425162380f7fbf7cd5f43f +size 1166664 diff --git a/neo_1month/data/NDVI/2016-12.npz b/neo_1month/data/NDVI/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..297b6c9d538e951f7cb0e89767f7637027ae2432 --- /dev/null +++ b/neo_1month/data/NDVI/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31d24cb927079f11698ce9c542fe2c28a9aed29cf232a6d1ba1f9c58504f334 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-01.npz b/neo_1month/data/NDVI/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e17ba57f4d1e947a422ba3f2c578df36aa53b964 --- /dev/null +++ b/neo_1month/data/NDVI/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7951c018590c9e10e727f0b47a8ce9760555a7164ca5575a5cffaa414a74cc3c +size 1166664 diff --git a/neo_1month/data/NDVI/2017-02.npz b/neo_1month/data/NDVI/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fcac838105eed5fea41ec35f3d1e06ab8802f11 --- /dev/null +++ b/neo_1month/data/NDVI/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a8644da5e4a30c886f437cf706c8931fb63e4efb70946ea67233a202a6eca0 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-03.npz b/neo_1month/data/NDVI/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..755a11d4f9071c92936f3b7204570b5398e1f7ae --- /dev/null +++ b/neo_1month/data/NDVI/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35ae301e4998515e9fefc5e08a67650d472abcec854f5ccd5b8cf1ba6e00f95 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-04.npz b/neo_1month/data/NDVI/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6947b10c7dabcdf02691bb349d901dc4f091c15a --- /dev/null +++ b/neo_1month/data/NDVI/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664e39fa7477163e3dd3c0e50297b9da1a92348845005437e217c00a462ace42 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-05.npz b/neo_1month/data/NDVI/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac31606b9d3149d1425f1989aca539b9df1997bb --- /dev/null +++ b/neo_1month/data/NDVI/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dba57fc46348bb3ccad8870b8e55fdf72d3c8edf19279ef685e20ed5217198d +size 1166664 diff --git a/neo_1month/data/NDVI/2017-06.npz b/neo_1month/data/NDVI/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..411e1c62b561a9376a67433e1d512f33d747c424 --- /dev/null +++ b/neo_1month/data/NDVI/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7a89bda5e986af71c5a789318339713d4b6aef5771ad0df85b421f7d932ed4 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-07.npz b/neo_1month/data/NDVI/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef1c20acacd4380026bbabe4255bd58924289d47 --- /dev/null +++ b/neo_1month/data/NDVI/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa64d786aae01176cc7640ba970277e6532e3394d9e51227a927ee4470f636d5 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-08.npz b/neo_1month/data/NDVI/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad1c16df77ba2fa5ac6c036f06f94c58fd30c9a9 --- /dev/null +++ b/neo_1month/data/NDVI/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533fc28e962504ae05517762766b3de4e1eb220158ff9626d901d8f534078f5c +size 1166664 diff --git a/neo_1month/data/NDVI/2017-09.npz b/neo_1month/data/NDVI/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a39e5fd2201d99a77665dcbefecb08b7bf30be00 --- /dev/null +++ b/neo_1month/data/NDVI/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e7caf1083205a2aa9095c1acc79720cf1e12a4349d06eb1461ae11ba7f448c +size 1166664 diff --git a/neo_1month/data/NDVI/2017-10.npz b/neo_1month/data/NDVI/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ae77f647bd4f5d7c23e92e92f858724882568e5 --- /dev/null +++ b/neo_1month/data/NDVI/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71081ad008e56eaa55269f03bd3ce08477848c465eedcde35c3a3bdcc11ca82f +size 1166664 diff --git a/neo_1month/data/NDVI/2017-11.npz b/neo_1month/data/NDVI/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2678019423d182c4f7ad72de9208de74111724fb --- /dev/null +++ b/neo_1month/data/NDVI/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3df9440fce90d721392d9929b19c5c9f6629fa08789f5281c967ac9d9321bd8 +size 1166664 diff --git a/neo_1month/data/NDVI/2017-12.npz b/neo_1month/data/NDVI/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..44ad90bd573c99f8ed6644d6c609d627f22cfc7b --- /dev/null +++ b/neo_1month/data/NDVI/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2872f33e2de3caf61eaf6e4dfe14364898bfc53fb239a21f6d9bf3c61de47f8d +size 1166664 diff --git a/neo_1month/data/NDVI/2018-01.npz b/neo_1month/data/NDVI/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0a61bb207972cf9c70d2f5d26910c1856988206 --- /dev/null +++ b/neo_1month/data/NDVI/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363ff3d82bc9fc1846ff54f7cfd58012a0ee9def5454bd73291c65fb1d8dc16c +size 1166664 diff --git a/neo_1month/data/NDVI/2018-02.npz b/neo_1month/data/NDVI/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..40a3ec380bb7119fe2f64ba476b086f6bda971e7 --- /dev/null +++ b/neo_1month/data/NDVI/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c822c504350fd03e573f41b6c3b9b2579317e6d395f60a2ed8d0f9abac07ff90 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-03.npz b/neo_1month/data/NDVI/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..20f9a0d474d7665c454fa6a72c5f86e554f4d370 --- /dev/null +++ b/neo_1month/data/NDVI/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0031e443fd38ca78707be5ef69b35e2d0b7e957577ea5d15f280a903212cb6df +size 1166664 diff --git a/neo_1month/data/NDVI/2018-04.npz b/neo_1month/data/NDVI/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2db00bab5ae07a05b987bcf2b5678caf65622ba3 --- /dev/null +++ b/neo_1month/data/NDVI/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfaff6242f61a2c3dc847a6b2460f74723c239fd39c838ea652c3af8a8084b4 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-05.npz b/neo_1month/data/NDVI/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..07845785fd64dc3d43f759455024a8672cd5bd33 --- /dev/null +++ b/neo_1month/data/NDVI/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7c2ffec448c7333673ecd3c92dd689bc037c335963760e7f089bf6bc10c356 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-06.npz b/neo_1month/data/NDVI/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e88cc90ff418f27f82a44f25b981bba9a95425e1 --- /dev/null +++ b/neo_1month/data/NDVI/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2ec584335d50df3d32b3c49b32c73e1e1b7e3cf52d2c2def9ad29d5ea27558 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-07.npz b/neo_1month/data/NDVI/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d885143214410ee8bb83dc33c2972e0578563b14 --- /dev/null +++ b/neo_1month/data/NDVI/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85292153b705f24372f7f447b2bc347ce19c5fb32f9f9cbde0f03af2e0c1e7ce +size 1166664 diff --git a/neo_1month/data/NDVI/2018-08.npz b/neo_1month/data/NDVI/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b8840d0f25553d2b85b99e1af64182d97a2454f --- /dev/null +++ b/neo_1month/data/NDVI/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c7bee822c557032c71a97d98c96ba19f8d5767ebce2ef1af6211880737d82a +size 1166664 diff --git a/neo_1month/data/NDVI/2018-09.npz b/neo_1month/data/NDVI/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4eef1a5de399a2b6b9ab498c674c2847ceceb2e9 --- /dev/null +++ b/neo_1month/data/NDVI/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da313cc238aa2f5015fc06708f1b84fda7a9b0f06d637f31ec41db9f22e7331 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-10.npz b/neo_1month/data/NDVI/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..24750453628083fed1ea59d113c2e2cbe5aed0b6 --- /dev/null +++ b/neo_1month/data/NDVI/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13b55ef11b1a462d13762ce65024e63b58605d680340f5b6194bd17b56760b9 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-11.npz b/neo_1month/data/NDVI/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a40d38c0e96b86dade26bdb6f9b271f679e28f7e --- /dev/null +++ b/neo_1month/data/NDVI/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8476424b9d756e1af9867ac15d27a94dbe0d42272416d5dbb5a53e1cf9feb28 +size 1166664 diff --git a/neo_1month/data/NDVI/2018-12.npz b/neo_1month/data/NDVI/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d327ee30429ee87fc6f98d82ebc6c60392f4841a --- /dev/null +++ b/neo_1month/data/NDVI/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35225f5ee08e7f794d8d066f21c242fc2cafcfeac32069e0194b7b9d6efa3d1 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-01.npz b/neo_1month/data/NDVI/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1410638fd087e8ac62259b31fe107ceaba3d2ccc --- /dev/null +++ b/neo_1month/data/NDVI/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb2fdb7e2890fc04fce09d29450e03534597dee31bbb2547939d46d4d127541 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-02.npz b/neo_1month/data/NDVI/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2274f7dc3897312e0d22e8c7515b21afc5bc5bb --- /dev/null +++ b/neo_1month/data/NDVI/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108be069f73229ec98eb9396db97f6682ec3a01982524e56aa23d55e05d89d78 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-03.npz b/neo_1month/data/NDVI/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..05df478a700f615c034fb565cab47dc038e435a9 --- /dev/null +++ b/neo_1month/data/NDVI/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6958b53f53ad4918e51bf0b95546384c635883d815eef7be051223944c66df0 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-04.npz b/neo_1month/data/NDVI/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4306ed1f3a69b76a58f79a7514209e2b13c45b9c --- /dev/null +++ b/neo_1month/data/NDVI/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165b15a1f7c366d696cb21f5d654199a1609875b4252194e294e81a04ea89fcb +size 1166664 diff --git a/neo_1month/data/NDVI/2019-05.npz b/neo_1month/data/NDVI/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..53e4cf772b54c76b0b3ddd6ea91caf9670068bd9 --- /dev/null +++ b/neo_1month/data/NDVI/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415b2de29c3a7880eb972f82ca2c09643e3f8eedfbe7bbd07ff09fab7d9b9c55 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-06.npz b/neo_1month/data/NDVI/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..45983e544f955a1c2bddb76f2759f4deadde8359 --- /dev/null +++ b/neo_1month/data/NDVI/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da70048c25fd5fc9d9e2dd66461d0eff65de0981a9985f2c00256fa7e86453a +size 1166664 diff --git a/neo_1month/data/NDVI/2019-07.npz b/neo_1month/data/NDVI/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b455d7cfdd26da4e8c1ee8af08cfcdf510d35e8 --- /dev/null +++ b/neo_1month/data/NDVI/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc09bb06762c028c56a437bb30b0051db3acc11b2c02eb755a8adca68c7d459 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-08.npz b/neo_1month/data/NDVI/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..67fdad48e330e3e2a93ed1f1c2a942bae4050a89 --- /dev/null +++ b/neo_1month/data/NDVI/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64834fd56224dfbfc1cb10c1ce7610028d6f07e64781f0935d40928e8a18209 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-09.npz b/neo_1month/data/NDVI/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb6dd9f77191fb5620087656599c2f0e38ba6e38 --- /dev/null +++ b/neo_1month/data/NDVI/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302fa6f69bf90f4f1effe50f2e7e41f409d80c4099f35e76bad575d304523f8d +size 1166664 diff --git a/neo_1month/data/NDVI/2019-10.npz b/neo_1month/data/NDVI/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..429c92936704781cc4bf5114129f73ce465a2fad --- /dev/null +++ b/neo_1month/data/NDVI/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9ebc05bea4816c8cf151639b2c9341e23c84933460ece170f310a354355e6f +size 1166664 diff --git a/neo_1month/data/NDVI/2019-11.npz b/neo_1month/data/NDVI/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fa997fa0fb17f1cde0196a3d02870ca5c41a7d3 --- /dev/null +++ b/neo_1month/data/NDVI/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11aa4cab33a9fedb770a901348f8781020fef52f124903f6e45381bf6e798e1 +size 1166664 diff --git a/neo_1month/data/NDVI/2019-12.npz b/neo_1month/data/NDVI/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ce1bc4b6023d60eb6e96fb8336eba3fc785a948 --- /dev/null +++ b/neo_1month/data/NDVI/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaadfe7140ddca8c506bbcd0d5ce917501999746d21ec646e160a83a855f332 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-01.npz b/neo_1month/data/NDVI/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d11457d82c5ae4bf61a5a8c367c2e06a89b94a7e --- /dev/null +++ b/neo_1month/data/NDVI/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16efd192d9d381dcc32a1534825300c244842406385da3f4c13b31d79bf52185 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-02.npz b/neo_1month/data/NDVI/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e09e9e47cee3d63817e1a50d06c6e1e36959af0c --- /dev/null +++ b/neo_1month/data/NDVI/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6419b14861d5ab6a52c76bf0b3212d6d805466d2a4dbd543d8e3fe1a95da5d3 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-03.npz b/neo_1month/data/NDVI/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6d67754623c4e7fd98c8c92db1b33649863afcf --- /dev/null +++ b/neo_1month/data/NDVI/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9320e8a167e02675afecc31db146913093ceb694fcb486b9c21a6ac7a3dd8cf8 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-04.npz b/neo_1month/data/NDVI/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4db106713899b60fc84da1585d4e967258b670b6 --- /dev/null +++ b/neo_1month/data/NDVI/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8102dab8c5e6f3cbcb8051a3337a6829373ceb75f543508b9417ae117d7ffec +size 1166664 diff --git a/neo_1month/data/NDVI/2020-05.npz b/neo_1month/data/NDVI/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9ad9927c512075175758e1463b4268bcc4321e4 --- /dev/null +++ b/neo_1month/data/NDVI/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c08f4d7eb21e71c0e3da68914f0f16d97a10b35f2dcd1b7c3e916658a8c28c +size 1166664 diff --git a/neo_1month/data/NDVI/2020-06.npz b/neo_1month/data/NDVI/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b69512fac6bbea6283383b4879f9de70e03d3cf --- /dev/null +++ b/neo_1month/data/NDVI/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0e6b2b0a2443f5c82e45b9e4347f72946e01366a797605c254418a968c2a42 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-07.npz b/neo_1month/data/NDVI/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..80316d4063eb4356b41721196577f83fe4f6fe81 --- /dev/null +++ b/neo_1month/data/NDVI/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5088b2b576b0e9110f359ece3b03c90b9f3ba7c93dff4f1f667d533ee124ef +size 1166664 diff --git a/neo_1month/data/NDVI/2020-08.npz b/neo_1month/data/NDVI/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b536746a9361e61568d318b4526b36c4a21f4a3 --- /dev/null +++ b/neo_1month/data/NDVI/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ff5e892f489e77fb23a84df3e77fcff53607a712e44e1a2b2944eb49e84708 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-09.npz b/neo_1month/data/NDVI/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..26c8961c3bc9868bf55522ad62efc3bea83580ed --- /dev/null +++ b/neo_1month/data/NDVI/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29a94d025781f2c679541109e08191fb22abe5e8fd837e90b0296cf9c6fe530 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-10.npz b/neo_1month/data/NDVI/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b948f2445296f6292a8a370e88d45b506566a74 --- /dev/null +++ b/neo_1month/data/NDVI/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6b137f7318e9faaad6b3f9b2b48525fcabbb13cf596e013efeab1227dfa0f1 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-11.npz b/neo_1month/data/NDVI/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ca6f0250b9cba08900848bc58a3d2254f375ce2 --- /dev/null +++ b/neo_1month/data/NDVI/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386d24f5d2ea2bd5d3e5d65ea62feb0a526ff288645860786f434d424ef86566 +size 1166664 diff --git a/neo_1month/data/NDVI/2020-12.npz b/neo_1month/data/NDVI/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee2914e7db36ef8053b5f387b7b3fe48964590c --- /dev/null +++ b/neo_1month/data/NDVI/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca28a7d6a586cb4ee4c55e56af6a7a8b131f0ac4ecf3dbc8067f33782726143 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-01.npz b/neo_1month/data/NDVI/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3105a07bf08d3fd951d92f906975cd4e8fa8af08 --- /dev/null +++ b/neo_1month/data/NDVI/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494ffcf81245b2100a28ea45c00dbd93fe705d8821628299b71deeeded7541ac +size 1166664 diff --git a/neo_1month/data/NDVI/2021-02.npz b/neo_1month/data/NDVI/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f616a2282a70d81f733405e72cad07993c9583d --- /dev/null +++ b/neo_1month/data/NDVI/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8300d8cf64b0905d1e3b0192e57dbddbc66c6e3f0d5a771319f583fb7f33c70b +size 1166664 diff --git a/neo_1month/data/NDVI/2021-03.npz b/neo_1month/data/NDVI/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0aa5fa59728e7509822eed385bb02baa556a534e --- /dev/null +++ b/neo_1month/data/NDVI/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638f1046fe5521788fb48d090bcddffe86bcf5b7f0f692f8d9f839bcbe00eff5 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-04.npz b/neo_1month/data/NDVI/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b69c4146e2315c16c049127879c574f83295517 --- /dev/null +++ b/neo_1month/data/NDVI/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd6afb75ea81e113e3d20e0499a887fb0ca512ba454834fa17f427796d0ba85 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-05.npz b/neo_1month/data/NDVI/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4185ae22a0c0adb9790ce2a842243536a0d992d2 --- /dev/null +++ b/neo_1month/data/NDVI/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a53e39e44c14128d2c1a39371b2403d4242f99b6fdb07a7cd63df4d7fff48a4 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-06.npz b/neo_1month/data/NDVI/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5fb863f2c87f887fa22c8f7b78074c2e537219a2 --- /dev/null +++ b/neo_1month/data/NDVI/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42369bfa2d1ef33803657ffdd5622b0eb0d64e2175b904d700fe89ccdb73f2d +size 1166664 diff --git a/neo_1month/data/NDVI/2021-07.npz b/neo_1month/data/NDVI/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb4cd6a516ac06a296e3faf18c4ce7bac66de6a3 --- /dev/null +++ b/neo_1month/data/NDVI/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe2791fb4909bd9598144d412f921b467de941efac3ed0ecd9fcfa263a99af8 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-08.npz b/neo_1month/data/NDVI/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..081bff8fb8a03c7bf7ef1030eb0067098cfa3f3f --- /dev/null +++ b/neo_1month/data/NDVI/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fa6d3091c923166f9ce2c8971241e9c384a72d1719910b6dc2f946d95aa2d1 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-09.npz b/neo_1month/data/NDVI/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7252a253c035538d286ee6997b1149b413336f0 --- /dev/null +++ b/neo_1month/data/NDVI/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea3aa650eeca5492d729b68c445c44e3214417053d81b2835a63adf2e1c3203 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-10.npz b/neo_1month/data/NDVI/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..063614c5d3c6b8267dd7e205afade34f438b7ba3 --- /dev/null +++ b/neo_1month/data/NDVI/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454f5654d41cd273c7158b23bbffd0fc2e1aa64f3901271d36cc734512290077 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-11.npz b/neo_1month/data/NDVI/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..430fc991054a4f7b7a0a8873971cb39c5d7aa335 --- /dev/null +++ b/neo_1month/data/NDVI/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a10201d1341ac81304a2480356b8fbfa401b2c99d8bfd0aca217586e297611 +size 1166664 diff --git a/neo_1month/data/NDVI/2021-12.npz b/neo_1month/data/NDVI/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0396a705f7618ec32275aee6311e7d902cb453c --- /dev/null +++ b/neo_1month/data/NDVI/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b626fbb5d5460bc454d5fb9841d8568ea6c25c4c0fbe32fb1f0bd6648e0e967d +size 1166664 diff --git a/neo_1month/data/NDVI/2022-01.npz b/neo_1month/data/NDVI/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..96c8fbe7cca439309b0ce10d775b4e9c62f89f7c --- /dev/null +++ b/neo_1month/data/NDVI/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb699c8c0b8d0a575d3256ca47ba2c464e5ebf46655cb7403145c18db26be13f +size 1166664 diff --git a/neo_1month/data/NDVI/2022-02.npz b/neo_1month/data/NDVI/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..24d24cf024dbade52e7f14c6b80dcd5b0cbea33b --- /dev/null +++ b/neo_1month/data/NDVI/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488d6c3a08fd9e77c3e3ff662dcb9c60069647b38f15d07f4a70bc5941da4721 +size 1166664 diff --git a/neo_1month/data/NDVI/2022-03.npz b/neo_1month/data/NDVI/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9db243f7fe8ec73d68544616df96f3b0b37de46d --- /dev/null +++ b/neo_1month/data/NDVI/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b27484df89477ae61620a4807f48d6aa4e95fd88351e50d989647a9f16976eb +size 1166664 diff --git a/neo_1month/data/NDVI/2022-04.npz b/neo_1month/data/NDVI/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..148dc79a904f9ea97cba97a243db0a1cd5a4b611 --- /dev/null +++ b/neo_1month/data/NDVI/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97add14c6082c00ffd4de5fcc6fe1a3badc4d2995352f6cdd0afc2e8ead6f11b +size 1166664 diff --git a/neo_1month/data/NDVI/2022-05.npz b/neo_1month/data/NDVI/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f30fbe744e2253531d12bdf6ef2cf412bfe3921 --- /dev/null +++ b/neo_1month/data/NDVI/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e420a8912432cf59fa6f18d98f9dff478a46d73356253ecf534c033b84c3041 +size 1166664 diff --git a/neo_1month/data/NDVI/2022-06.npz b/neo_1month/data/NDVI/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..832a45168a30a5ebb59ef2b0999359e5c2d2d9ec --- /dev/null +++ b/neo_1month/data/NDVI/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9851caddbd3e13590e1068a8fe6cb12511d0dd60b03dbcdc4e1238bdff75b3c1 +size 1166664 diff --git a/neo_1month/data/NDVI/2022-07.npz b/neo_1month/data/NDVI/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1f0672608fd57caa0deb8b5994e87ddfbd70ff9 --- /dev/null +++ b/neo_1month/data/NDVI/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9883060c55403d2787a3bba272917a166dfb9e2f37cd23ca584f60c2159a7717 +size 1166664 diff --git a/neo_1month/data/NDVI/2022-08.npz b/neo_1month/data/NDVI/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4976a5ce2cb4053ff0629cb90c9ff5a31c16f6d1 --- /dev/null +++ b/neo_1month/data/NDVI/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070e3df5d0b6a84d5717bbe01074c63027846e48124fd90ee8dbe76b74670c66 +size 1166664 diff --git a/neo_1month/data/NDVI/2022-09.npz b/neo_1month/data/NDVI/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1812b17ac4e170004424ccce54ac0928e900430 --- /dev/null +++ b/neo_1month/data/NDVI/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c39cae741d47555bab4c42cd08078daf2feabb9d301e3c4ba970a61c822f58e +size 1166664 diff --git a/neo_1month/data/NDVI/2022-10.npz b/neo_1month/data/NDVI/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..57b9b48c2e6600eb4bab7b80bd4d02d8c1ac309e --- /dev/null +++ b/neo_1month/data/NDVI/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce01aec8cf7c75c16e903dd6951c19825f39d780739b542f5221816fda03df80 +size 1166664 diff --git a/neo_1month/data/NDVI/2022-11.npz b/neo_1month/data/NDVI/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c55a32fbf45adb9c8543b71ee0ac4d1fa637702a --- /dev/null +++ b/neo_1month/data/NDVI/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f6991774c8506e817a2facb6c3bf15c76c231250490186250d6ec97e956e2e +size 1166664 diff --git a/neo_1month/data/NDVI/2022-12.npz b/neo_1month/data/NDVI/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..669384f194315e8fc70464dac4f9ea549675f9c0 --- /dev/null +++ b/neo_1month/data/NDVI/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c26fdd03d7553307ed4d4be0538182d81787a23cb0ecafc1c549b722290c81a +size 1166664 diff --git a/neo_1month/data/NDVI/2023-01.npz b/neo_1month/data/NDVI/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1db41d66e12f109b052484cec4734d4e093e3e07 --- /dev/null +++ b/neo_1month/data/NDVI/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2741b7ec917e69c0d5f6207620c570dea839e9514febb6e5f5fdc54af66181 +size 1166664 diff --git a/neo_1month/data/NDVI/2023-02.npz b/neo_1month/data/NDVI/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b1728a6ded576da7ef30c8c6306c9d05bde55b8 --- /dev/null +++ b/neo_1month/data/NDVI/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf43c553529fbb20e53f3213dd31ddcda7cb3b8693738b82e06be087fded7c2e +size 1166664 diff --git a/neo_1month/data/NDVI/2023-03.npz b/neo_1month/data/NDVI/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..03a0d53de40798eaaba09a5481601ff13db11944 --- /dev/null +++ b/neo_1month/data/NDVI/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33287f9ee3cc868ed58658f9b08a4ebe9c17935fcdb1bf553c39a048f5b39984 +size 1166664 diff --git a/neo_1month/data/NDVI/2023-04.npz b/neo_1month/data/NDVI/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbecbef07826e2bd541edd98059c1de75aa03ed4 --- /dev/null +++ b/neo_1month/data/NDVI/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6da4354f74942a6c51aabfa36b6e16d44b1c4aafcb3c2f1f92af15e4f07e91 +size 1166664 diff --git a/neo_1month/data/NDVI/2023-05.npz b/neo_1month/data/NDVI/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e06cf4d96ce373f439da19a15fe8cab5d3b2332 --- /dev/null +++ b/neo_1month/data/NDVI/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591bc2b83688f86d588da058b357aa90e287bd3ebe6075d07b3437f8eabb6498 +size 1166664 diff --git a/neo_1month/data/NDVI/2023-06.npz b/neo_1month/data/NDVI/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..692e9ff2f5f3384e079d835ee9bcfec57d7d017b --- /dev/null +++ b/neo_1month/data/NDVI/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5fb44484144b1578bffd64cceb8d4bf8ad7b3e07770e4878b37aa97375e36a +size 1166664 diff --git a/neo_1month/data/NDVI/2023-07.npz b/neo_1month/data/NDVI/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..266f5224b0aafd646cea23e1115e5ad0209e3812 --- /dev/null +++ b/neo_1month/data/NDVI/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49326f80e058d9fc88a4d18f7466b7d4e504a59af2b5029290c2c7837bfa929b +size 1166664 diff --git a/neo_1month/data/NDVI/2023-08.npz b/neo_1month/data/NDVI/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c22b3c71a1e3c49de369bf8749b3e39e8779a84 --- /dev/null +++ b/neo_1month/data/NDVI/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605ab715e7b6abc3b907f6e659e5e712f36adfb3cd225df6cb8c9963b9be458d +size 1166664 diff --git a/neo_1month/data/NDVI/2023-09.npz b/neo_1month/data/NDVI/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..944cc13b4f9919da4fae2d86ed52468aded60187 --- /dev/null +++ b/neo_1month/data/NDVI/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad822e859ca0a7b8c714e3ae97ab2b215a30b9e6c8fe2542170cb2ed51d6f256 +size 1166664 diff --git a/neo_1month/data/NDVI/2023-10.npz b/neo_1month/data/NDVI/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba340fcf2eb596c0e73af5306ffae62149f05314 --- /dev/null +++ b/neo_1month/data/NDVI/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4370c1a4db807b5ab8b434c9b87f9f99b5d1ada73c6c356e180d9b57fdc3b3e +size 1166664 diff --git a/neo_1month/data/NDVI/2023-11.npz b/neo_1month/data/NDVI/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d46e870dd24159537f2e983fd000a251da96923 --- /dev/null +++ b/neo_1month/data/NDVI/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9e06fc30daefc47d859c71f9bda52f2a4cf31e06c78199ccdf03c680989e2d +size 1166664 diff --git a/neo_1month/data/NO2/2004-10.npz b/neo_1month/data/NO2/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ca9bf8b9f5ac2729995896e9cc6fd2fc26c850e --- /dev/null +++ b/neo_1month/data/NO2/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3684d22a29be65137fae7e9967fe2f2c05868b2a44bbfee8012279439c3e9a20 +size 1166664 diff --git a/neo_1month/data/NO2/2004-11.npz b/neo_1month/data/NO2/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ece413beb23240a54f3f4e5db1f8919d3a8d767 --- /dev/null +++ b/neo_1month/data/NO2/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66e828b0defa6005533a18263e8746aace4732860a539a5b63525c98363390a +size 1166664 diff --git a/neo_1month/data/NO2/2004-12.npz b/neo_1month/data/NO2/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..190e3e01c82578a4a7aa40a484d7af994b4d5e49 --- /dev/null +++ b/neo_1month/data/NO2/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa1c8a2fe6277a2105fc8b3a798b0c86117fffd23950b40075a613d6426cbd7 +size 1166664 diff --git a/neo_1month/data/NO2/2005-01.npz b/neo_1month/data/NO2/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac2b6195fb7bb329c284b46fa3c095ce2618da58 --- /dev/null +++ b/neo_1month/data/NO2/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00732715016c4fe085e2025d94a1b78af45a654cb84cff8f85d91e8f0ab8f9 +size 1166664 diff --git a/neo_1month/data/NO2/2005-02.npz b/neo_1month/data/NO2/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..86cacefe094b0a2cf713432f7069c40e7ab0aaa6 --- /dev/null +++ b/neo_1month/data/NO2/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7924f0ffab8dd9d9825d129807d7598236835b2d6eec86c28d61f68dad3a927e +size 1166664 diff --git a/neo_1month/data/NO2/2005-03.npz b/neo_1month/data/NO2/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..62b1aaefd584c41c597a53b5db18c5b82ca50724 --- /dev/null +++ b/neo_1month/data/NO2/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd893c3e0d3c9dc878a8833cc41db135ce0ae6002251546b8ecef0b7a7ce16c +size 1166664 diff --git a/neo_1month/data/NO2/2005-04.npz b/neo_1month/data/NO2/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..024b2e54ed6c58240865262532289f8bbc125539 --- /dev/null +++ b/neo_1month/data/NO2/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf7d5e927c92018768d9359ee5b5fa1e16e992de8f99994149acffd9c18b305 +size 1166664 diff --git a/neo_1month/data/NO2/2005-05.npz b/neo_1month/data/NO2/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d94bccddcc9d2faf516615eae368e67acf1bcbe --- /dev/null +++ b/neo_1month/data/NO2/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374ddbbcc8416cca2b14f0cf8da2d7bf5a2be038412652acf57c6a89aa8d7df8 +size 1166664 diff --git a/neo_1month/data/NO2/2005-06.npz b/neo_1month/data/NO2/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..97733fa77806c6e0bb7288f839794ad7c5586ccb --- /dev/null +++ b/neo_1month/data/NO2/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98d0c5f2fab0604df47d90a410a5b3e93c32b73085dbcd3c851edf5f9f3fdfe +size 1166664 diff --git a/neo_1month/data/NO2/2005-07.npz b/neo_1month/data/NO2/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6d93c1cb84110830c2e2b6a6b6d7a3958e5a97b --- /dev/null +++ b/neo_1month/data/NO2/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f279f7ea7946aa523967b817c1f892d2e9aed7f19a6cf62bf3892adbc0a929 +size 1166664 diff --git a/neo_1month/data/NO2/2005-08.npz b/neo_1month/data/NO2/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..36adaf9da07ec7e1dba2f9b94f64d9426a297beb --- /dev/null +++ b/neo_1month/data/NO2/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50a86f3f7acf7ed59b43285888a4e55da57fe3763dcd8adeaf24b84f3226bc5 +size 1166664 diff --git a/neo_1month/data/NO2/2005-09.npz b/neo_1month/data/NO2/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b66e9b9a930609c87da6d2ecb78daae30ce53f73 --- /dev/null +++ b/neo_1month/data/NO2/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75be1d3f163cca0bc37fa220d3700c0090a2286fa43b12726af8984fd7aba666 +size 1166664 diff --git a/neo_1month/data/NO2/2005-10.npz b/neo_1month/data/NO2/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ac38cfba4199bd37b9f8d34e8cef57803bf8bfa --- /dev/null +++ b/neo_1month/data/NO2/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700398f195d85bccebf06c0591ab696948f183c025a92083632396338b7db021 +size 1166664 diff --git a/neo_1month/data/NO2/2005-11.npz b/neo_1month/data/NO2/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..44531e175bb1f4ec425a7aa81893f118ccce2558 --- /dev/null +++ b/neo_1month/data/NO2/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb16fc83ebe6d61943c5fbf533bdff3e49a2f09e34617b1b7adeb07fd78b5903 +size 1166664 diff --git a/neo_1month/data/NO2/2005-12.npz b/neo_1month/data/NO2/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e78f629e97d7f342890658a414392264d72ff45a --- /dev/null +++ b/neo_1month/data/NO2/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ca0fd575c4b3a3745f63f364b08bdfd88774ad76dcd2d7d97feecd103407fe +size 1166664 diff --git a/neo_1month/data/NO2/2006-01.npz b/neo_1month/data/NO2/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bb66193a68a22764ed0711e1b0fc484669c8dab --- /dev/null +++ b/neo_1month/data/NO2/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832e52cc42151719ec8e65bd71d4693e5b438e971c6db04620f28aeed46b6b0b +size 1166664 diff --git a/neo_1month/data/NO2/2006-02.npz b/neo_1month/data/NO2/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..518f61402415293e7dbe8bf36b3ec742f314dbb4 --- /dev/null +++ b/neo_1month/data/NO2/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8a6a411df425453571df7e3a31cbd74df938d88b0966d833d4a70783ebc21d +size 1166664 diff --git a/neo_1month/data/NO2/2006-03.npz b/neo_1month/data/NO2/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef2288b59992afe06bfe08efa2d3363e5cfffb38 --- /dev/null +++ b/neo_1month/data/NO2/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef59f67519cf4f94d0271fb0d08e504f8a8fb5b2e060262289c835b9ec675a2 +size 1166664 diff --git a/neo_1month/data/NO2/2006-04.npz b/neo_1month/data/NO2/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e944392be70f594245f14c4c549de5bc1025b8d --- /dev/null +++ b/neo_1month/data/NO2/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c9feb95cacfcc048320f89d6169f746e8adc8a33caf287af4d752ccf1df669 +size 1166664 diff --git a/neo_1month/data/NO2/2006-05.npz b/neo_1month/data/NO2/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..24f0ed3732c8583cc31638cfa0e85fdbcd65b9b0 --- /dev/null +++ b/neo_1month/data/NO2/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bd7ff2ee86eb007315c7203ecbe7f9e259879477642c9b6c60a0607c365ba3 +size 1166664 diff --git a/neo_1month/data/NO2/2006-06.npz b/neo_1month/data/NO2/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..02a867677884c586e430238c23bf35963b079aa0 --- /dev/null +++ b/neo_1month/data/NO2/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc47b7e77ee1cf0559aa5933c457b07a71c1a47f5553c2c1207cee381bb8e81 +size 1166664 diff --git a/neo_1month/data/NO2/2006-07.npz b/neo_1month/data/NO2/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f818d9f7d8047dbd8e68725557c09547de9756cc --- /dev/null +++ b/neo_1month/data/NO2/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9f0e4eeddc29ee18def3514fd4b0576285d54b2da7bfe1c8d64d674b977c8 +size 1166664 diff --git a/neo_1month/data/NO2/2006-08.npz b/neo_1month/data/NO2/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..42f54e062b3d6b771807219141257750582cc386 --- /dev/null +++ b/neo_1month/data/NO2/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25bea1a9a5ae75ca34ce29b2e85a5f614cafc9c5da4bfb74f570f69aa168bab +size 1166664 diff --git a/neo_1month/data/NO2/2006-09.npz b/neo_1month/data/NO2/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..87eed43ae9615167f5b3e3db3e6bc31b2a561e7c --- /dev/null +++ b/neo_1month/data/NO2/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746a2be2812be8cd1a941408415dc5047b889b69356b7d7282bd08fd59ad6cc2 +size 1166664 diff --git a/neo_1month/data/NO2/2006-10.npz b/neo_1month/data/NO2/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f91c2a047db12d7f971c949ede29ea3f8689ec1 --- /dev/null +++ b/neo_1month/data/NO2/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a19d9755d3e82d36dd07ce3c62b98d2bc5218d0b125b95d4aab042f8dcc5fe4 +size 1166664 diff --git a/neo_1month/data/NO2/2006-11.npz b/neo_1month/data/NO2/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e502a2c75f2bb49a97ebebcefbf9f5de7e390a31 --- /dev/null +++ b/neo_1month/data/NO2/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c790f29b776c675f5a972894963dfeddb4b7004df6623a729e68487156bff6a +size 1166664 diff --git a/neo_1month/data/NO2/2006-12.npz b/neo_1month/data/NO2/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..baceb171482897974215b97828b06da3305f35a8 --- /dev/null +++ b/neo_1month/data/NO2/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12402c04949e931a91b4a29a207ce64db4843bbf56a274635f8269bedc06fe5d +size 1166664 diff --git a/neo_1month/data/NO2/2007-01.npz b/neo_1month/data/NO2/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..512ff3ff00af0145c28be4e2999bbde047d3b78d --- /dev/null +++ b/neo_1month/data/NO2/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0d0c9ae0ea34e13e4c18162c5c8a35fe675dcf3d147f97ee8d759f674210c6 +size 1166664 diff --git a/neo_1month/data/NO2/2007-02.npz b/neo_1month/data/NO2/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..199a4782462f68c6c53756e1375624e36b82e48a --- /dev/null +++ b/neo_1month/data/NO2/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b22e0d24a445731add74df50d5dfb5d2d76dbab2b7c53bef9c9f0263482f517 +size 1166664 diff --git a/neo_1month/data/NO2/2007-03.npz b/neo_1month/data/NO2/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fcca3302b8f57a9fa15bef0ecf21baac8e53359 --- /dev/null +++ b/neo_1month/data/NO2/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe16c2f38159d68d36b2e0877234e2236076be150ca9a98a53cfb216917db4b +size 1166664 diff --git a/neo_1month/data/NO2/2007-04.npz b/neo_1month/data/NO2/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..97c9595990df47ff0a14555d1f60249543f2505b --- /dev/null +++ b/neo_1month/data/NO2/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cddd145d53bd453c7a5a69022baf28bcc7bd3b50ff284c067e7405e8e787b0 +size 1166664 diff --git a/neo_1month/data/NO2/2007-05.npz b/neo_1month/data/NO2/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..16d105d4b6912a350ea6465e693d18834f53d333 --- /dev/null +++ b/neo_1month/data/NO2/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d618d6116d3792feb91bd6e282a5df646987e38eb9737af444d588879d4737be +size 1166664 diff --git a/neo_1month/data/NO2/2007-06.npz b/neo_1month/data/NO2/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0ac694e9d175738165fd4ab003ba16110bb1a3d --- /dev/null +++ b/neo_1month/data/NO2/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0ec8d66eaadb76ed0f4cfd3b778c87397d4128c208d5685508a65e75850d5d +size 1166664 diff --git a/neo_1month/data/NO2/2007-07.npz b/neo_1month/data/NO2/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b8edde9e6b601ee051fc6c312567a2ecbd7bb41 --- /dev/null +++ b/neo_1month/data/NO2/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5500b96d8791feb81486d93f8a126045a3bc9a1c2c18e31f9a002b0e780dcd +size 1166664 diff --git a/neo_1month/data/NO2/2007-08.npz b/neo_1month/data/NO2/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d860520fd3100423308ecea1a78af1ce0846e70c --- /dev/null +++ b/neo_1month/data/NO2/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0beb1c1e7665d3d5a80145ecd94f85a8ab0b3672baba8c63bc5c2da16bfe99 +size 1166664 diff --git a/neo_1month/data/NO2/2007-09.npz b/neo_1month/data/NO2/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2d0148194b7c6bbc16964365d29b7f635243d9c --- /dev/null +++ b/neo_1month/data/NO2/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651da681a34798ead7ed0536df50cc675aea430732bffb3dcaa5eee3424d455f +size 1166664 diff --git a/neo_1month/data/NO2/2007-10.npz b/neo_1month/data/NO2/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..40d1e18fb132569e558b39f581ad7d886e4ccac8 --- /dev/null +++ b/neo_1month/data/NO2/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129f4115ad113b32306bbb01e70e87e2785ad7b24aba64db85c2e694f866713f +size 1166664 diff --git a/neo_1month/data/NO2/2007-11.npz b/neo_1month/data/NO2/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b145c714a0d2f579f3a6869ae720142bd5200a2 --- /dev/null +++ b/neo_1month/data/NO2/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14f61a4081e097c172077179df90b51463ebbe93abd9aafa3aa8121a6d55096 +size 1166664 diff --git a/neo_1month/data/NO2/2007-12.npz b/neo_1month/data/NO2/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f120327f799d5cf883692f3af1cdaf65cc38625 --- /dev/null +++ b/neo_1month/data/NO2/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f1bd80667164872057ebaa9294455ac92f1394f0e1bf689ea01bc761cd592c +size 1166664 diff --git a/neo_1month/data/NO2/2008-01.npz b/neo_1month/data/NO2/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d6dbfddc4ac8f02816abc4c4532029fe2ba9a38 --- /dev/null +++ b/neo_1month/data/NO2/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f203d1512f37547f4ed665aaa29b8a7cf928aed38146b98e5114d94e7db3278a +size 1166664 diff --git a/neo_1month/data/NO2/2008-02.npz b/neo_1month/data/NO2/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0f1a9f9f2248c2c0e3e7829dd3d3221168a3b05 --- /dev/null +++ b/neo_1month/data/NO2/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375863a3193a1e1d90b4abeca82e9162672056b8005f839227ceed68f5cd309e +size 1166664 diff --git a/neo_1month/data/NO2/2008-03.npz b/neo_1month/data/NO2/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b99127ffd1b6a963820d7ab43fb9b9aee38e2060 --- /dev/null +++ b/neo_1month/data/NO2/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416fd3270c823db56cafe0ea7ac0672e1d065411a9cc8882d6197dbe87f891c1 +size 1166664 diff --git a/neo_1month/data/NO2/2008-04.npz b/neo_1month/data/NO2/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7c982de682d3e7d5a0516b6ca8b13a9aae8b00a --- /dev/null +++ b/neo_1month/data/NO2/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab85d5af73a0b775bb070c53a385b8624985703c6bdf053a5ec9e681829487e8 +size 1166664 diff --git a/neo_1month/data/NO2/2008-05.npz b/neo_1month/data/NO2/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bdf0f239d25e4b98f1d400d347115fd0d7750bd --- /dev/null +++ b/neo_1month/data/NO2/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c633ecaf6a2d287ed2f05e45b5e9634a5e742100123bd6eb6429937ea00af050 +size 1166664 diff --git a/neo_1month/data/NO2/2008-06.npz b/neo_1month/data/NO2/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a6123274bfef3b9de97e47e0ae6c9beaaf48455 --- /dev/null +++ b/neo_1month/data/NO2/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcfc118ea1b899705af83d00d99429c7393185c53238af09f2614b8f3dd7ba0 +size 1166664 diff --git a/neo_1month/data/NO2/2008-07.npz b/neo_1month/data/NO2/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb3afc38e8aece4c28a90f9da0efa72ea64540cb --- /dev/null +++ b/neo_1month/data/NO2/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2639116407466eb29f09cb2c96c54241fd23c65b615a00a7f4220d4d49e3218a +size 1166664 diff --git a/neo_1month/data/NO2/2008-08.npz b/neo_1month/data/NO2/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc3b6b46af8b2bfd39a24fc82d385a348e9aebec --- /dev/null +++ b/neo_1month/data/NO2/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a9abf05bc1aa31bad4dc7ce85e36bb880ecd5bd77c93dce707b6411c0f0479 +size 1166664 diff --git a/neo_1month/data/NO2/2008-09.npz b/neo_1month/data/NO2/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..55ae132609ae08086da736a6f3d5e54ba0109cf4 --- /dev/null +++ b/neo_1month/data/NO2/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf88c5d5007c1c068ca5cae1acd04a986f928627e353e5cf7eb9ac4384bf4623 +size 1166664 diff --git a/neo_1month/data/NO2/2008-10.npz b/neo_1month/data/NO2/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3a4a9a7281ade2d5c695a9ad8ee4ab71da975b5 --- /dev/null +++ b/neo_1month/data/NO2/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1096650d696ac2266c9e97c8ff7dc9e60b3b9faca3e1f264b061a36a9cb09042 +size 1166664 diff --git a/neo_1month/data/NO2/2008-11.npz b/neo_1month/data/NO2/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5d89b04a881509b8cc7d6e335f05379473915a3 --- /dev/null +++ b/neo_1month/data/NO2/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4f8b9884da8640d80a712f422be6f1498327ed735a77ba94219ac3d4a05eb8 +size 1166664 diff --git a/neo_1month/data/NO2/2008-12.npz b/neo_1month/data/NO2/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d6b1b7f42aa0910b3d69df3c9d72769aa498ea6 --- /dev/null +++ b/neo_1month/data/NO2/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7636bb967d6844c75d7e1fd4a6d88f7b5c83f1824bedd2f90d1c44b87d6f21 +size 1166664 diff --git a/neo_1month/data/NO2/2009-01.npz b/neo_1month/data/NO2/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d1794f49e73321ec36a6d78262449ca983edb8f --- /dev/null +++ b/neo_1month/data/NO2/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac4df05b7822138b83a4092b3396413bdd01248609a7980c1826f3ec37d5f6c +size 1166664 diff --git a/neo_1month/data/NO2/2009-02.npz b/neo_1month/data/NO2/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a13a3fe5e681f75d062b684127eba99ac8fe1d4f --- /dev/null +++ b/neo_1month/data/NO2/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0df5bfcba50a0ea855c15955224248b19fecd2d114c7372f8f1636e85d1ac70 +size 1166664 diff --git a/neo_1month/data/NO2/2009-03.npz b/neo_1month/data/NO2/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..62e146e8be23bdac482f0902f614937bc235b7e2 --- /dev/null +++ b/neo_1month/data/NO2/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf54e42888674ce30a3241ada906b3d0a599903a27a0b03d8b8887dfadbe2798 +size 1166664 diff --git a/neo_1month/data/NO2/2009-04.npz b/neo_1month/data/NO2/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..861a0608fa35cab495598f9a383f09ead6e4d9eb --- /dev/null +++ b/neo_1month/data/NO2/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faaa7eeb204bc3fc19e7fb56264718384b651f90865d0f048047a042682bc7c +size 1166664 diff --git a/neo_1month/data/NO2/2009-05.npz b/neo_1month/data/NO2/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e82ea8a7492682e19359bd6f5ed033ac3ce2625 --- /dev/null +++ b/neo_1month/data/NO2/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6dfe05cfc7033fbc0af4dc207fa671bc12795c9ebb5d0f2c84cb1a6af3f0d8 +size 1166664 diff --git a/neo_1month/data/NO2/2009-06.npz b/neo_1month/data/NO2/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd3cdadb5c100e793bec02356a56a5c1a1dd8b4 --- /dev/null +++ b/neo_1month/data/NO2/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56c8ffb5e0ea63136833841e24218d1d18f8db5ac720cc75d909172faedc735 +size 1166664 diff --git a/neo_1month/data/NO2/2009-07.npz b/neo_1month/data/NO2/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e0dacca753223359497feeaba5a40cc895d7e1d --- /dev/null +++ b/neo_1month/data/NO2/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5604d092bfd9fb2cbe6dc862f0ba2373c9f5f98ef6ad86af3513c34548265542 +size 1166664 diff --git a/neo_1month/data/NO2/2009-08.npz b/neo_1month/data/NO2/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..682556c692af9068f8c24fa89e9b551c16eb622f --- /dev/null +++ b/neo_1month/data/NO2/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef7661422132ae6f1838eed60ba73d2f55c658e507f44d4ff006c47f2cd655f +size 1166664 diff --git a/neo_1month/data/NO2/2009-09.npz b/neo_1month/data/NO2/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b64c33e692f00d620e3a9a04a3c9eb37bdf68e78 --- /dev/null +++ b/neo_1month/data/NO2/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5001654168746535788e839009f68b934c8ac009c6cc7bdb59a022bd4fb71e6 +size 1166664 diff --git a/neo_1month/data/NO2/2009-10.npz b/neo_1month/data/NO2/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c83af59038f419df35f4d2969d285093535821d --- /dev/null +++ b/neo_1month/data/NO2/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1848566049446c9664f76a6b73431b4cf951944913809778024cfcb97b00ea42 +size 1166664 diff --git a/neo_1month/data/NO2/2009-11.npz b/neo_1month/data/NO2/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4298b11d14c0979f0d71884bbf1b369e8d87eee --- /dev/null +++ b/neo_1month/data/NO2/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7a2fe0da7cb3059f4bed22487b191828a1be5bc72c83377999734ac3cdaca7 +size 1166664 diff --git a/neo_1month/data/NO2/2009-12.npz b/neo_1month/data/NO2/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfd31be77176908c7132351ee2e654fdf52206be --- /dev/null +++ b/neo_1month/data/NO2/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3b904bde924f662edb52c78208ef7ada4e3d02a9bb9ce1712d84f8bafef71 +size 1166664 diff --git a/neo_1month/data/NO2/2010-01.npz b/neo_1month/data/NO2/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c9b81ffb84d469d810bcf503924d03f18c8c4ca --- /dev/null +++ b/neo_1month/data/NO2/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a5e15ea4f2fa321c8c3838db0cbf3b7a2bd77e966e8748a6f120bd563f1e6 +size 1166664 diff --git a/neo_1month/data/NO2/2010-02.npz b/neo_1month/data/NO2/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18c6cb768a6c98d1570eaee88a9e0b24627709c --- /dev/null +++ b/neo_1month/data/NO2/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7191a534b9de7a086d650517f7341052c86a66e87fd6a43de616af553d8773 +size 1166664 diff --git a/neo_1month/data/NO2/2010-03.npz b/neo_1month/data/NO2/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c398551c08633196b81cb9a26dc9473626db7826 --- /dev/null +++ b/neo_1month/data/NO2/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e92dad62b190f0825657ba30e7008d32c427ab0e5fd17550b6a4944874503f9 +size 1166664 diff --git a/neo_1month/data/NO2/2010-04.npz b/neo_1month/data/NO2/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..53515daa532f1127e721a7339dd289093920fef1 --- /dev/null +++ b/neo_1month/data/NO2/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d06297caacbceb068272d16ab2a57001626d0ea2b8155c84ae60805f7c6a77 +size 1166664 diff --git a/neo_1month/data/NO2/2010-05.npz b/neo_1month/data/NO2/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3087acb7c88de545ff043d650bae0152a0b2dbd7 --- /dev/null +++ b/neo_1month/data/NO2/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3f9ca9cb3c9a595c258cc3dd42ba6bd6de7fbdf0ecbbc92183b81655a31f7b +size 1166664 diff --git a/neo_1month/data/NO2/2010-06.npz b/neo_1month/data/NO2/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d936824482426675809990c421db7ba854fae201 --- /dev/null +++ b/neo_1month/data/NO2/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5b29c0344fc343713224321f140476ab88574448eb16cf9d51907b879956f6 +size 1166664 diff --git a/neo_1month/data/NO2/2010-07.npz b/neo_1month/data/NO2/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..adcf64e7233e581c7841a121e80cb3262fee1e80 --- /dev/null +++ b/neo_1month/data/NO2/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce623ad8c0a14adf0dac602da27e72bec3f237033e57a2bc31de498ad3e36cdf +size 1166664 diff --git a/neo_1month/data/NO2/2010-08.npz b/neo_1month/data/NO2/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..984879ce5d65894bb8ef717377844bc617c42ab3 --- /dev/null +++ b/neo_1month/data/NO2/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4b46a2faaa56aad229cdb414013974a473573af9dc29eef94686f96760d57 +size 1166664 diff --git a/neo_1month/data/NO2/2010-09.npz b/neo_1month/data/NO2/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a53edf148d1ad0868c618e6bef91351a2d121fa2 --- /dev/null +++ b/neo_1month/data/NO2/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6e6c6d4666e98b7ed255ff3be4a9a8e498843b5731ad38b3b14ebf476a9334 +size 1166664 diff --git a/neo_1month/data/NO2/2010-10.npz b/neo_1month/data/NO2/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..42b01b20c28b31e7dbc84fb6ea8f918b44521e69 --- /dev/null +++ b/neo_1month/data/NO2/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100bd2a206e99aa582bed5cfd822e8c48fc87e463405b88c70a7b38c0df309b3 +size 1166664 diff --git a/neo_1month/data/NO2/2010-11.npz b/neo_1month/data/NO2/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..63d02b09c0daa98bc6d34eb01610cf0cb2176537 --- /dev/null +++ b/neo_1month/data/NO2/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cac11d2cc5564eca11c6035664e85db556c03114efc9d284e0ab55f21e70c2 +size 1166664 diff --git a/neo_1month/data/NO2/2010-12.npz b/neo_1month/data/NO2/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5945741452f6f3e014a34cb9eead42f087002958 --- /dev/null +++ b/neo_1month/data/NO2/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46b3d05efa478a94edcbc11c86072473733eea8b80b600403e30dd522685e63 +size 1166664 diff --git a/neo_1month/data/NO2/2011-01.npz b/neo_1month/data/NO2/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b253e6141f976e1cb156637dc5cd3d82f6c32979 --- /dev/null +++ b/neo_1month/data/NO2/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dd8aa743ca2094f57422fe9783ed3859d6d768e849a605d96bace6bbe733c2 +size 1166664 diff --git a/neo_1month/data/NO2/2011-02.npz b/neo_1month/data/NO2/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed164fcd2b49d8a3c2f422d3c13392abf60855d4 --- /dev/null +++ b/neo_1month/data/NO2/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d394669d2a98009e63ef9ad7adf5126dc0c04cc52b48643e38f16892aa1e684 +size 1166664 diff --git a/neo_1month/data/NO2/2011-03.npz b/neo_1month/data/NO2/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f01da6c0801b011a90411d046b88cfd814aa51dc --- /dev/null +++ b/neo_1month/data/NO2/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757c1f84ed3fcdb6ef32c4cd925264f20b158fbaa3578204dde21d6b5cd649d5 +size 1166664 diff --git a/neo_1month/data/NO2/2011-04.npz b/neo_1month/data/NO2/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..678caf7eb508d5b0f04b85787b25eedf51483716 --- /dev/null +++ b/neo_1month/data/NO2/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeec365675dba8f400f247e90aee900b8778558f81143980ab3a2bc6ddf2c030 +size 1166664 diff --git a/neo_1month/data/NO2/2011-05.npz b/neo_1month/data/NO2/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1d9c1d291ba887ea7dd2b678d57872c095c24bd --- /dev/null +++ b/neo_1month/data/NO2/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700653a5fd0bd4bb57a456b00e97b323182695ec9b276ff3ff118e62f78a91e0 +size 1166664 diff --git a/neo_1month/data/NO2/2011-06.npz b/neo_1month/data/NO2/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b23dd59858191a16223e182c6170f82bd5d6ae5 --- /dev/null +++ b/neo_1month/data/NO2/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8be58fc4366f52abcece75311081705d6d1e246fbea63a54ab9ad0e242e22a +size 1166664 diff --git a/neo_1month/data/NO2/2011-07.npz b/neo_1month/data/NO2/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..97ce76d8d3f803ed406a426338a99276f30ab73e --- /dev/null +++ b/neo_1month/data/NO2/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b99c0211e10a63894dd279b488b2a560d7c67d4d2265ada43cedfdb045a070 +size 1166664 diff --git a/neo_1month/data/NO2/2011-08.npz b/neo_1month/data/NO2/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e4ff5c49f7c6502cc1edc9c398386116ae2d779 --- /dev/null +++ b/neo_1month/data/NO2/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ed28f1ffcb43bf044d4cf29f10d805499a4ea5476eebe6fe839df59a48bff5 +size 1166664 diff --git a/neo_1month/data/NO2/2011-09.npz b/neo_1month/data/NO2/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b3b1613ac927e5bb62bfd0fc4ee5dfeb20015df --- /dev/null +++ b/neo_1month/data/NO2/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caad9f679b3694a08c63eea393b4ca0c3be76937f5b01bd560f72b5fecf5b479 +size 1166664 diff --git a/neo_1month/data/NO2/2011-10.npz b/neo_1month/data/NO2/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a81da3a480978f85b0a01800e955b2c21421752 --- /dev/null +++ b/neo_1month/data/NO2/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4c8014b51a7219d0ee15514c1f867e5b208298e016ea64bdba9d173599aa1 +size 1166664 diff --git a/neo_1month/data/NO2/2011-11.npz b/neo_1month/data/NO2/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..76e1b40702df525a00e418ad72e2cedce067be0f --- /dev/null +++ b/neo_1month/data/NO2/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33083b79e843e6f98530d2ee245e81c12b1118237b8a8cb6e65be0e5b11c692 +size 1166664 diff --git a/neo_1month/data/NO2/2011-12.npz b/neo_1month/data/NO2/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2cdf505a3dd8934db9831eaf3dfe86622754cc6 --- /dev/null +++ b/neo_1month/data/NO2/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4c62a16a207d3870adfaad0341054a56fcf8060a3dcb7a3910e8e261304bae +size 1166664 diff --git a/neo_1month/data/NO2/2012-01.npz b/neo_1month/data/NO2/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa65ceb5bc6645ab6b00bb0949968d3f9e5ac19e --- /dev/null +++ b/neo_1month/data/NO2/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a078a42eabd0d142d7d377e8f88b10168e63917f5a0d542b69f4ed9fefa621 +size 1166664 diff --git a/neo_1month/data/NO2/2012-02.npz b/neo_1month/data/NO2/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7479c7d26243369430d1efb93a3474acf7933637 --- /dev/null +++ b/neo_1month/data/NO2/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec22538f775d04ad515b3527556f0eaa43018638d90a61d68c2d11960adf39d +size 1166664 diff --git a/neo_1month/data/NO2/2012-03.npz b/neo_1month/data/NO2/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fd6b599ba10220fd9666e9b3d74af482f682ebc --- /dev/null +++ b/neo_1month/data/NO2/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94894a04a87ed0a5154c36c4f31fdab961e4f8cfba43a4491885fdae731b767b +size 1166664 diff --git a/neo_1month/data/NO2/2012-04.npz b/neo_1month/data/NO2/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b846d481a8995a770f4d2670b2ac1245a9746994 --- /dev/null +++ b/neo_1month/data/NO2/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad9438d5d942e460455ad806c9c560d451bb845e1fd7eed07e388bf71d66f4b +size 1166664 diff --git a/neo_1month/data/NO2/2012-05.npz b/neo_1month/data/NO2/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a491b3b23df1e470c3e972a76fb0702a0cba65fa --- /dev/null +++ b/neo_1month/data/NO2/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944596bf39e228996349ec0a05a014862b2688a80d3df8d98aa51863d6c10e42 +size 1166664 diff --git a/neo_1month/data/NO2/2012-06.npz b/neo_1month/data/NO2/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7876d5b7d7f11216af60420529fed848cc69dd35 --- /dev/null +++ b/neo_1month/data/NO2/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6effba01f5d3b40e4b6d747513b9f95df33e583a2b6e56fe9b13857c9dbdfe88 +size 1166664 diff --git a/neo_1month/data/NO2/2012-07.npz b/neo_1month/data/NO2/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bfcc453886cd391eb34bb0478447ad87982dd67 --- /dev/null +++ b/neo_1month/data/NO2/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293b7522661b69151b5655cae5e628ad2e8c2bc3022fd347e795a515e40295fe +size 1166664 diff --git a/neo_1month/data/NO2/2012-08.npz b/neo_1month/data/NO2/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5f1111770cafaf4447e20ad28dc5f10b0a942f1 --- /dev/null +++ b/neo_1month/data/NO2/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5518504b1f3445d5b7a73b241af9733d99a58fa7de98107241e39de50a837578 +size 1166664 diff --git a/neo_1month/data/NO2/2012-09.npz b/neo_1month/data/NO2/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..56b768d884fcd323aaaa38f17b8e5c40c2d33011 --- /dev/null +++ b/neo_1month/data/NO2/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380fc6ff919ec8cdeff44c0318fad3742df3a2438601ad37f228fb274fdf033d +size 1166664 diff --git a/neo_1month/data/NO2/2012-10.npz b/neo_1month/data/NO2/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0177d86e9d789236ccf8cae011d790089a8e6f9e --- /dev/null +++ b/neo_1month/data/NO2/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210a589486bbc445a658f3dd9259e9dc40b4fbdf12988929ff062fbc08b26d42 +size 1166664 diff --git a/neo_1month/data/NO2/2012-11.npz b/neo_1month/data/NO2/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..afc988190fd0f2df800569302fa1a3e36eeeba7e --- /dev/null +++ b/neo_1month/data/NO2/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c9367f593211ba82fced48bb6a10d58686d3f0fa020fd4207adf16152e0489 +size 1166664 diff --git a/neo_1month/data/NO2/2012-12.npz b/neo_1month/data/NO2/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbe226f9cbc75767e9167cb4b025404e86557a72 --- /dev/null +++ b/neo_1month/data/NO2/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70960da49792c375c8879d731b659927f802cf0b12eaeb4e918f08e28e4f8962 +size 1166664 diff --git a/neo_1month/data/NO2/2013-01.npz b/neo_1month/data/NO2/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51dd95e0064a8cf64df2b8cc0d137a3d092ac7d --- /dev/null +++ b/neo_1month/data/NO2/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a6a5ea9b6ecddae01209df415f9e2bf1b907c5d37d70af15f3f7ec9292aa4d +size 1166664 diff --git a/neo_1month/data/NO2/2013-02.npz b/neo_1month/data/NO2/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..71f193ed700e862b3c3a1c6a6dfe3fbf7a72ee76 --- /dev/null +++ b/neo_1month/data/NO2/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e35fa5c8508243d3ebdb44341066ab9bc394d1be635db7220e78184a0a588 +size 1166664 diff --git a/neo_1month/data/NO2/2013-03.npz b/neo_1month/data/NO2/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf9c65eb049f6191b390df239c3c68b0e1a25cae --- /dev/null +++ b/neo_1month/data/NO2/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98343ee9109a4e7fcf569f9451d52b20a865cc99b1ad8751c0806a74ae2fae4d +size 1166664 diff --git a/neo_1month/data/NO2/2013-04.npz b/neo_1month/data/NO2/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0c04851cd1204b6072f56196ae1745c2b0bbdcc --- /dev/null +++ b/neo_1month/data/NO2/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f2856ce13d413555646f5587e766756e3423b7281333fbbe27d40891455ad4 +size 1166664 diff --git a/neo_1month/data/NO2/2013-05.npz b/neo_1month/data/NO2/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..779ad16601c4a8e3fc09b7036198f4f166594898 --- /dev/null +++ b/neo_1month/data/NO2/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2817349b999fc1fb9bbd689634a0060a330346b350d8dc4734f7a73d3895d61a +size 1166664 diff --git a/neo_1month/data/NO2/2013-06.npz b/neo_1month/data/NO2/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a69d27d8fe5887cca69609eb019067ab33f0ce02 --- /dev/null +++ b/neo_1month/data/NO2/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb7dbfd32afa5c177671b983f87fc7cab66872c64eb6bf5e3cbac9b9803d4ec +size 1166664 diff --git a/neo_1month/data/NO2/2013-07.npz b/neo_1month/data/NO2/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2becfe689eba5a0cf431fc6dacd2da55fdf5a2b7 --- /dev/null +++ b/neo_1month/data/NO2/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1adc8a38125c2d8a9ebfb904e886ff9ca2bf9f9ac350cd21653c7d49db1de9 +size 1166664 diff --git a/neo_1month/data/NO2/2013-08.npz b/neo_1month/data/NO2/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..23ac27fc37ec3147b92bc8afdae62ad7f43ac517 --- /dev/null +++ b/neo_1month/data/NO2/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dca45ec8d0e5cea8367176fe1d6245f03bfa20a4def1ab6d1f9284c0ecc925 +size 1166664 diff --git a/neo_1month/data/NO2/2013-09.npz b/neo_1month/data/NO2/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e8d1acebf4db7e8e70a155bf141479ebb44726ad --- /dev/null +++ b/neo_1month/data/NO2/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cc67a7b8cfb19da2db399deb4c037d638e0d5ccd590f6f4eb11b55c4df0a58 +size 1166664 diff --git a/neo_1month/data/NO2/2013-10.npz b/neo_1month/data/NO2/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f437f554f4347b98bf3794b9b6846f4618ed5a80 --- /dev/null +++ b/neo_1month/data/NO2/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71f65504e86c59f08aa82fd3836da7e9a2d512db5f65c7e9924538f57c15308 +size 1166664 diff --git a/neo_1month/data/NO2/2013-11.npz b/neo_1month/data/NO2/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c50d425f9802a8628fde949e5bd34d66be0e406f --- /dev/null +++ b/neo_1month/data/NO2/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1be3ffce6e8a33ad3aa8576ea1b55e5ead14cf823f28673ad8622db272d2f8 +size 1166664 diff --git a/neo_1month/data/NO2/2013-12.npz b/neo_1month/data/NO2/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..efd03e57ebb7f2b8bd9295561603d1517c129b92 --- /dev/null +++ b/neo_1month/data/NO2/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0d9bef4355d04f34b9a20132dc0ebac0c57ad7c7b4b93b5fd45251c23aeea0 +size 1166664 diff --git a/neo_1month/data/NO2/2014-01.npz b/neo_1month/data/NO2/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc1b10b61b699e6a4f9b6d0f343f7300ed5c943c --- /dev/null +++ b/neo_1month/data/NO2/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465d93b3ea7cd8b530b1a0493908fcab4f4f187ab7dd6ab7a26917df4c0255a +size 1166664 diff --git a/neo_1month/data/NO2/2014-02.npz b/neo_1month/data/NO2/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d85223804875203b1a2984fd779237707320a4cb --- /dev/null +++ b/neo_1month/data/NO2/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c902d6cafcf34154036276667f950877c6cddda310c157438547e2163d31100b +size 1166664 diff --git a/neo_1month/data/NO2/2014-03.npz b/neo_1month/data/NO2/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..18426cb7fa16231e9b75984e0dacef0005d5f41c --- /dev/null +++ b/neo_1month/data/NO2/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60ee539ab6bf943c15f6436cdda87edbdb7b96b3421a7355fea2836141eb53f +size 1166664 diff --git a/neo_1month/data/NO2/2014-04.npz b/neo_1month/data/NO2/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..551b37ef005450d48f4772ac9de9b2dd321dd435 --- /dev/null +++ b/neo_1month/data/NO2/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2814281700fd0909df1be4781ca7bcd991751ef246823e80c6643a170cb6fb +size 1166664 diff --git a/neo_1month/data/NO2/2014-05.npz b/neo_1month/data/NO2/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d04c34346102a9499e00423fa326c5a0fec60192 --- /dev/null +++ b/neo_1month/data/NO2/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c95c2a5e8703c5e02757247cbf629e031c634c076f9936deffa662b3574bfc +size 1166664 diff --git a/neo_1month/data/NO2/2014-06.npz b/neo_1month/data/NO2/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9268addef173688239373c989574882f090f9e13 --- /dev/null +++ b/neo_1month/data/NO2/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f493982c58d99fbc6275f89e07bafd0f71416012a26752e5f93932771d7da2e +size 1166664 diff --git a/neo_1month/data/NO2/2014-07.npz b/neo_1month/data/NO2/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..26a0959689632fad1316527e891bbefa16f0273c --- /dev/null +++ b/neo_1month/data/NO2/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8312724ef550a3529739c3eac20028a5b7591677b4fc2fce95cae7004d46c592 +size 1166664 diff --git a/neo_1month/data/NO2/2014-08.npz b/neo_1month/data/NO2/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9401db05805253e7ce3d451b9abc9482915ea6eb --- /dev/null +++ b/neo_1month/data/NO2/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e507e72a6b3892d42ad50ecf300a80a02d394f2795365b486c8090924f0df6ba +size 1166664 diff --git a/neo_1month/data/NO2/2014-09.npz b/neo_1month/data/NO2/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dd580d4d47690d8017c21165abdcc82cf5739bf --- /dev/null +++ b/neo_1month/data/NO2/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e29ed38cadc32f75b00904d93cabbc6506e5cfc72948a1ce9e3b6490e83c40 +size 1166664 diff --git a/neo_1month/data/NO2/2014-10.npz b/neo_1month/data/NO2/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d96b9e97f1c20d44050f3bf0cc128c91a9bcbb6a --- /dev/null +++ b/neo_1month/data/NO2/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791e62891eeb5ea651e2bacbea34d2ec96682259c29b98c32b8b5965c8dd3538 +size 1166664 diff --git a/neo_1month/data/NO2/2014-11.npz b/neo_1month/data/NO2/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d5a420b2180830f1d7afa672473815097c82375 --- /dev/null +++ b/neo_1month/data/NO2/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f9b79f4dc603bb66e98a2f291558e47560b0cfc6242c5b0b26ead448f7e838 +size 1166664 diff --git a/neo_1month/data/NO2/2014-12.npz b/neo_1month/data/NO2/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..27679063ce02bc613ac9d33f1b0ef493c5ab6450 --- /dev/null +++ b/neo_1month/data/NO2/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6dcc7e5e6c8d324100ce49a2f3c7475fad56d9ba7873d6f7ecc9a5943bd308 +size 1166664 diff --git a/neo_1month/data/NO2/2015-01.npz b/neo_1month/data/NO2/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..54713ada33840231ca6968d9fda3d963ca0a2b1c --- /dev/null +++ b/neo_1month/data/NO2/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88337bba1c8bcfe7f6391e5b62c7602c0880780028568618649532ad0dc663b5 +size 1166664 diff --git a/neo_1month/data/NO2/2015-02.npz b/neo_1month/data/NO2/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3016d8f7612b8ff7f112fd2cba5114ceaba80c4 --- /dev/null +++ b/neo_1month/data/NO2/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af6a480db9df514d6f1f65120fcf24a0f54dd982610efdbae9ce017e93c5868 +size 1166664 diff --git a/neo_1month/data/NO2/2015-03.npz b/neo_1month/data/NO2/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8c7592d9bc72c7cb0c10cffb37e16e264112426 --- /dev/null +++ b/neo_1month/data/NO2/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffc800bb8a8b9be4edf67d785619b2b900a26e8d434395cfc330a889f84c60f +size 1166664 diff --git a/neo_1month/data/NO2/2015-04.npz b/neo_1month/data/NO2/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2044afcad9b5d025ba1f1a8c6bf30705b28d9e04 --- /dev/null +++ b/neo_1month/data/NO2/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6605ff70e96071da45b4ce9e95ee3ea0ddbd384c83826b7436730870da33717 +size 1166664 diff --git a/neo_1month/data/NO2/2015-05.npz b/neo_1month/data/NO2/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbb2e979188a8e530e14ac7eac5690ab9df7cf40 --- /dev/null +++ b/neo_1month/data/NO2/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb08dd6c2e63e744fdbf3cd57065492a55331b5f587312b5e2b0109a4612494 +size 1166664 diff --git a/neo_1month/data/NO2/2015-06.npz b/neo_1month/data/NO2/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..44f32bfc66719bbdc358c3c7624e07d74d433efb --- /dev/null +++ b/neo_1month/data/NO2/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff2ea68f74029972efbbdb57227f9087d2759b83b595186daf3dac01716738c +size 1166664 diff --git a/neo_1month/data/NO2/2015-07.npz b/neo_1month/data/NO2/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2476f8c68ced404d6be21d6e8d23a80ab73f1bef --- /dev/null +++ b/neo_1month/data/NO2/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4ae447cd9679e96acae3a00cfb6063928e00aa69177bc3adec13ca5dbf9c4 +size 1166664 diff --git a/neo_1month/data/NO2/2015-08.npz b/neo_1month/data/NO2/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..de34df3f1001c512c8a34bc2057447d824df810c --- /dev/null +++ b/neo_1month/data/NO2/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524af59776cc518855e1d7fa07ffb45b7948d01f0e0fb9f88dbd447939cabbae +size 1166664 diff --git a/neo_1month/data/NO2/2015-09.npz b/neo_1month/data/NO2/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..45176bd82b29604c3c2afc4a7cdc6bbf3482a8f1 --- /dev/null +++ b/neo_1month/data/NO2/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cc7cff549d4e1c3db8b90f8900d394a07ea27425fd53651bf9b29f787eba45 +size 1166664 diff --git a/neo_1month/data/NO2/2015-10.npz b/neo_1month/data/NO2/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c965fd6d16c7a66368d15d6565e1874d5004f894 --- /dev/null +++ b/neo_1month/data/NO2/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e9d5b31a2b0cf521c3aed196c378e7a68b2219f085010e47ee1571e1993704 +size 1166664 diff --git a/neo_1month/data/NO2/2015-11.npz b/neo_1month/data/NO2/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b020859f1424a9d6e35fb35cf1c42f536181c64 --- /dev/null +++ b/neo_1month/data/NO2/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec54f7b295a4514cae679636a11ab28939a2204e9a8847e4eead822cf698ea9 +size 1166664 diff --git a/neo_1month/data/NO2/2015-12.npz b/neo_1month/data/NO2/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..737f71085b53b2d397071558efb2bc3b103716e0 --- /dev/null +++ b/neo_1month/data/NO2/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbf343a1282ffe08278fb7ac12ef247589bd040e0e2826d97c83975ce49ae51 +size 1166664 diff --git a/neo_1month/data/NO2/2016-01.npz b/neo_1month/data/NO2/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..53e17eea9630b48857c7e45d544a0f5fd492ad58 --- /dev/null +++ b/neo_1month/data/NO2/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55b5ebe9e4ca09b1fed14e6e4c2f9136c5320b171539eef13137c1f8c0191c7 +size 1166664 diff --git a/neo_1month/data/NO2/2016-02.npz b/neo_1month/data/NO2/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..982e741fca9c6543af06d0b5b4cea895cce6f61f --- /dev/null +++ b/neo_1month/data/NO2/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e742288e259cd9e0e070d11d26d1a049470355bdd16ab00bc8f555d844df927 +size 1166664 diff --git a/neo_1month/data/NO2/2016-03.npz b/neo_1month/data/NO2/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..46bdf9379cd7b42ba0d5fd1f7354a4d665ba954f --- /dev/null +++ b/neo_1month/data/NO2/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e141f0d410e38d20f0dcf959c518915c2dd34272291ee78357b959baf779d12 +size 1166664 diff --git a/neo_1month/data/NO2/2016-04.npz b/neo_1month/data/NO2/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2009cc5ed1db4647acae4b482a8bf2634965fa2b --- /dev/null +++ b/neo_1month/data/NO2/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb015654fb9ed3650ea170c23b6bfbbaa9a5b7c940fc05e1630151c6a6b364c2 +size 1166664 diff --git a/neo_1month/data/NO2/2016-05.npz b/neo_1month/data/NO2/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..92f2a306ec36e490eff7a76e402727b816b2cb9e --- /dev/null +++ b/neo_1month/data/NO2/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da7f3ca317b00c17b64fc6c298a1be99f256f61bbd04b65e71d8a5221d75117 +size 1166664 diff --git a/neo_1month/data/NO2/2016-06.npz b/neo_1month/data/NO2/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7daaeba19ad13c1f71bbc15d8f8b2d3c6e22cc9a --- /dev/null +++ b/neo_1month/data/NO2/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20991b64f2890783f2762f0405510a8a5a64872812da24d6efb432e94e20118 +size 1166664 diff --git a/neo_1month/data/NO2/2016-07.npz b/neo_1month/data/NO2/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f120b6e2af7469f99c8b7782303ff58152979de --- /dev/null +++ b/neo_1month/data/NO2/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3742649c4a5c33901094ecdc2dcc50741f1f90feae8ed32a0a79958a6a3b5ca4 +size 1166664 diff --git a/neo_1month/data/NO2/2016-08.npz b/neo_1month/data/NO2/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..736da4eebd2e666809a267fb214c224beddcfaf2 --- /dev/null +++ b/neo_1month/data/NO2/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426d7362bcd34e74decb955abfdb72694a9992642b3446707e62c8caf21965e +size 1166664 diff --git a/neo_1month/data/NO2/2016-09.npz b/neo_1month/data/NO2/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..49be6864bc11e1b3df8d45360c1c1b6c7330b463 --- /dev/null +++ b/neo_1month/data/NO2/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee05565d796f78c1583a42fc9e2a0a6cc675d0a8ce3655b5fdd38ec48866b02 +size 1166664 diff --git a/neo_1month/data/NO2/2016-10.npz b/neo_1month/data/NO2/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3284f45b88788d36887819bee14fea9dff385ea1 --- /dev/null +++ b/neo_1month/data/NO2/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1599c616b4e4437c4e791e54cc044ac84748513f059d1f9d3ef9244549cc793 +size 1166664 diff --git a/neo_1month/data/NO2/2016-11.npz b/neo_1month/data/NO2/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..aebc3a11aa8a6f3e3e87d9f01e36331b4d2efdd0 --- /dev/null +++ b/neo_1month/data/NO2/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca758fd2cfa4adefcd0b72313d91c2a177dcb2c9487b0dd7a5bcf65301a50a6 +size 1166664 diff --git a/neo_1month/data/NO2/2016-12.npz b/neo_1month/data/NO2/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e25cfec717b431978d700bc7fa5440d55fdeed07 --- /dev/null +++ b/neo_1month/data/NO2/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7ba933e3a97157452b10edd302fbdd02d2561a5c68ffd646daf70cd6dc5fc8 +size 1166664 diff --git a/neo_1month/data/NO2/2017-01.npz b/neo_1month/data/NO2/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5278e34e3e325b34868b3ce4e6077428a5f3c0c --- /dev/null +++ b/neo_1month/data/NO2/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc74d028d4cb94fb38647e7809d882abf867bc5893779652fb96329c8bc520d3 +size 1166664 diff --git a/neo_1month/data/NO2/2017-02.npz b/neo_1month/data/NO2/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc4504d06cb0090870e62959fcfeb542077c1247 --- /dev/null +++ b/neo_1month/data/NO2/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0c9a5e1ea2f909ecc267ca701fab8d067ff779796633c81a6926fe8040a46 +size 1166664 diff --git a/neo_1month/data/NO2/2017-03.npz b/neo_1month/data/NO2/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b9b1f7335d985e68c4599deb023bc632400a745 --- /dev/null +++ b/neo_1month/data/NO2/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d349dee69ce271b74c8c7fba303eabac6a3e565aa727b25a737ab17f71d081 +size 1166664 diff --git a/neo_1month/data/NO2/2017-04.npz b/neo_1month/data/NO2/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..06309169de0b7cd64bb2b2223d02319873d636db --- /dev/null +++ b/neo_1month/data/NO2/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47fef871173192035cb7c32abb734a20b246d20c25ab7418d2a14da0a9bd531 +size 1166664 diff --git a/neo_1month/data/NO2/2017-05.npz b/neo_1month/data/NO2/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e476aecc68ce5568957c35c3882dd6140a71b90 --- /dev/null +++ b/neo_1month/data/NO2/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed637814f7f7869562d446ed8a65a4ef522d74f1574d0c821b305e03e1ae1f7 +size 1166664 diff --git a/neo_1month/data/NO2/2017-06.npz b/neo_1month/data/NO2/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..891f9e5072e9e8564738b7b2bf198c7555d90b1e --- /dev/null +++ b/neo_1month/data/NO2/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e397352b3d8e3a06b26ebbbe05217569d044be0b26d6eb8bc1484945727fbf9 +size 1166664 diff --git a/neo_1month/data/NO2/2017-07.npz b/neo_1month/data/NO2/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3818b5aadc8fc42ddfbdadcf715d081b17c7588 --- /dev/null +++ b/neo_1month/data/NO2/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b855caf35eb8e6a05c73af90a77c7aee1bc690901dc4578f9238a60340929dcf +size 1166664 diff --git a/neo_1month/data/NO2/2017-08.npz b/neo_1month/data/NO2/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..64ab3b824ebec818cf0618aa3dd9173f633fcc8f --- /dev/null +++ b/neo_1month/data/NO2/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceb6ed60895c6cded2d41d77d5bb39ccab821a43aab4c2c430ae0c7ce33a983 +size 1166664 diff --git a/neo_1month/data/NO2/2017-09.npz b/neo_1month/data/NO2/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..380f017128243c494538ff959da38d77775ce473 --- /dev/null +++ b/neo_1month/data/NO2/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51738f329742c849997fbd5af3150dfaf069f57a0fb771ba5352c9c912aaae52 +size 1166664 diff --git a/neo_1month/data/NO2/2017-10.npz b/neo_1month/data/NO2/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..81453e1fc5995504bc966ed483b263152819baba --- /dev/null +++ b/neo_1month/data/NO2/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d5d915117b77bad06293aac2eeb667a6f50514fab3092a2db266436caad67f +size 1166664 diff --git a/neo_1month/data/NO2/2017-11.npz b/neo_1month/data/NO2/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..50b40936022549c83d15d97dec1fcdc74e715f74 --- /dev/null +++ b/neo_1month/data/NO2/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c3829a8e07a056d7d5af201e6ffff950e695a4d418dc055ad771bfacaeb92e +size 1166664 diff --git a/neo_1month/data/NO2/2017-12.npz b/neo_1month/data/NO2/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3da4bbaec7be23168c8570b7aa5e69a1d0c6b5d --- /dev/null +++ b/neo_1month/data/NO2/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9ed079ff0030ae5784402065bbe16a74060902e29e45fc2df6b05279e0cd81 +size 1166664 diff --git a/neo_1month/data/NO2/2018-01.npz b/neo_1month/data/NO2/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdf2ffb8beb0264fa45e504edbe91a6ac8455bb8 --- /dev/null +++ b/neo_1month/data/NO2/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0664accca39326b37c92eb4a042a09389c9547bf3d8c3cc6fbb4d918a8ad7e33 +size 1166664 diff --git a/neo_1month/data/NO2/2018-02.npz b/neo_1month/data/NO2/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b4f63d75ba37e339ccda8b35f0e564a560418bf --- /dev/null +++ b/neo_1month/data/NO2/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f96a3a94230e7bda213bd6fdee383ef6e875671331e474ce12810a2368ce31 +size 1166664 diff --git a/neo_1month/data/NO2/2018-03.npz b/neo_1month/data/NO2/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..92aba0f197ff01a73a7792db3138f1729e3cbd2a --- /dev/null +++ b/neo_1month/data/NO2/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1599c5a606da447cca9ee9b8981b7a1b96c144998478451483611fc089626f1a +size 1166664 diff --git a/neo_1month/data/NO2/2018-04.npz b/neo_1month/data/NO2/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4f966102ca5917d8fd5e88d6071cbd1192cb66e --- /dev/null +++ b/neo_1month/data/NO2/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461088555cb04af2ba66fd654cd4e53c0211d75ba647fcdc7d7a2ebfd98e7a1a +size 1166664 diff --git a/neo_1month/data/NO2/2018-05.npz b/neo_1month/data/NO2/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..54d9bb6b3c7cb19678555be8474cba4f8f08c961 --- /dev/null +++ b/neo_1month/data/NO2/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6ada34c186d390edc4267f086932f381dc15c43ec3cc90b2a5de5697057be3 +size 1166664 diff --git a/neo_1month/data/NO2/2018-06.npz b/neo_1month/data/NO2/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fcf7d2786496675f224a96f3c5f50d52b288004c --- /dev/null +++ b/neo_1month/data/NO2/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f1c031afae298bccf1f818422ee327ce289ece212092712858aa8633adf39d +size 1166664 diff --git a/neo_1month/data/NO2/2018-07.npz b/neo_1month/data/NO2/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a160d5eb74de60bc935d8d0f69e2a93e6ce0a551 --- /dev/null +++ b/neo_1month/data/NO2/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef25943ffcf1a0bf8f9c94cf158ca7ac4f829c8f2a4b1e139b38cd53b521724e +size 1166664 diff --git a/neo_1month/data/NO2/2018-08.npz b/neo_1month/data/NO2/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f278dd4658cf4cea2351c8913e8ebe013135605 --- /dev/null +++ b/neo_1month/data/NO2/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cc1eba1ada81d049c5d2458dbe3a566b6020550bf69b46c3c472234e302c46 +size 1166664 diff --git a/neo_1month/data/NO2/2018-09.npz b/neo_1month/data/NO2/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff85e7ad21d2a767c6051d115e1d74d17c6d7aa --- /dev/null +++ b/neo_1month/data/NO2/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10e22a422dd83be5aeda397bf9294a0b3bb1a23bc6b1a1e6be2c3c1bb808717 +size 1166664 diff --git a/neo_1month/data/NO2/2018-10.npz b/neo_1month/data/NO2/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..67de07e501e0baef093ad32472fa33e233b0e41f --- /dev/null +++ b/neo_1month/data/NO2/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6828f9320399e390ca6c34b5c8564a106e1dc8a30480eb56800e5a57eb084900 +size 1166664 diff --git a/neo_1month/data/NO2/2018-11.npz b/neo_1month/data/NO2/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f03e75777f4422607e8835f268b414d69115b10 --- /dev/null +++ b/neo_1month/data/NO2/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca35d57cf8ffa52d8d9b529e22a52921965bf8554e8b2ce16564523ec2b2f078 +size 1166664 diff --git a/neo_1month/data/NO2/2018-12.npz b/neo_1month/data/NO2/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e452b304afa1e3b578b9e1ddead503b1d69e4cfd --- /dev/null +++ b/neo_1month/data/NO2/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e315d9f258f8dddc5d1ab508e18b502d3437c547baee945918ace2461090787 +size 1166664 diff --git a/neo_1month/data/NO2/2019-01.npz b/neo_1month/data/NO2/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3448bed96d5601b83c70b0c878d1915ed336916a --- /dev/null +++ b/neo_1month/data/NO2/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe536b08d8cc62a50a418a2759b1ae4ece495d753cbcf259356bbc2da763c76 +size 1166664 diff --git a/neo_1month/data/NO2/2019-02.npz b/neo_1month/data/NO2/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..590b54f7d58f609422f09bd32d7b9d1e19d27228 --- /dev/null +++ b/neo_1month/data/NO2/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ece51a944ec4c21609af2258cf16d1e8c4e14cd5e48bcd8b7f76f4881d8e0bc +size 1166664 diff --git a/neo_1month/data/NO2/2019-03.npz b/neo_1month/data/NO2/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..db174a69adbb86c837e49e65914ede018a2b7095 --- /dev/null +++ b/neo_1month/data/NO2/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3aadd5c4b2ac6b70704748f8aa86dc06b18e7aac0129579f73d9469fbbe815 +size 1166664 diff --git a/neo_1month/data/NO2/2019-04.npz b/neo_1month/data/NO2/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5c0c3fe80e73564f224551331e0ffa29c5fef32 --- /dev/null +++ b/neo_1month/data/NO2/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07de6e560124f7f3b59cff40d54a2a5453c48027fd0a0d57b41ccea8565ab937 +size 1166664 diff --git a/neo_1month/data/NO2/2019-05.npz b/neo_1month/data/NO2/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..46cf151e82f469b0e1d143ceb951d0140faac4cd --- /dev/null +++ b/neo_1month/data/NO2/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a108be2590e347829ac7969b8137781ebd2e29431be1a10bcec306d568749cf4 +size 1166664 diff --git a/neo_1month/data/NO2/2019-06.npz b/neo_1month/data/NO2/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0952b27218a700ba640b83775df436885c52ee35 --- /dev/null +++ b/neo_1month/data/NO2/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25899030f0e225bbeb52c30d60c929d545e15afd278f9833b31b7bb4e2eababb +size 1166664 diff --git a/neo_1month/data/NO2/2019-07.npz b/neo_1month/data/NO2/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2049f9638ea372544d20fd3d63bcd84d1a31a34b --- /dev/null +++ b/neo_1month/data/NO2/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2364db6ed46b8ecceff8c2ad46bf860d051bfdf08e90308edd2700bb2606d8ce +size 1166664 diff --git a/neo_1month/data/NO2/2019-08.npz b/neo_1month/data/NO2/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..56d6d9650cd828d8954d86189160a9e89a04f047 --- /dev/null +++ b/neo_1month/data/NO2/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2dc2369b2837ec24cee53e3ee7e8db1b3fcfbfa924a59bc8b1e094510583da5 +size 1166664 diff --git a/neo_1month/data/NO2/2019-09.npz b/neo_1month/data/NO2/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fa208b4cc4c67c0d5f57e35b7d4378be3ca48bd --- /dev/null +++ b/neo_1month/data/NO2/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81266b3006b9e5453775e5ec11067cd33b21948d29f19d24991d91735aafcb4 +size 1166664 diff --git a/neo_1month/data/NO2/2019-10.npz b/neo_1month/data/NO2/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bdd3305ea743c6a94f19d4efdb36f14a641ef61 --- /dev/null +++ b/neo_1month/data/NO2/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525acab1804eb50d41e9ef59fe3a2e084c9afe73bf11bd6202fc9f2c549ba214 +size 1166664 diff --git a/neo_1month/data/NO2/2019-11.npz b/neo_1month/data/NO2/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf6a541223882c508297ae959478b16a223cdf74 --- /dev/null +++ b/neo_1month/data/NO2/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b816a7042a1447f10c2ff98f983c275611d4f6a9266ec6704e9db908864773 +size 1166664 diff --git a/neo_1month/data/NO2/2019-12.npz b/neo_1month/data/NO2/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdf34801f1617b3c6e1527a8f22999228bc85cb1 --- /dev/null +++ b/neo_1month/data/NO2/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb67295904faf4c125439db83f3664efda30df25ba63dc81087639e426d49739 +size 1166664 diff --git a/neo_1month/data/NO2/2020-01.npz b/neo_1month/data/NO2/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..43b1aa646eba2a0945023c4eb575074fca7cf26d --- /dev/null +++ b/neo_1month/data/NO2/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e33c8f2d23bfb46cef86a1bae8051df802d7c88fea7a3da2cabdf988b871ee +size 1166664 diff --git a/neo_1month/data/NO2/2020-02.npz b/neo_1month/data/NO2/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..17bebd902a668ead95175b8ce9a935cf62b67c70 --- /dev/null +++ b/neo_1month/data/NO2/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c6a449f509df9e838a75c9826c2ff316ecd4a2df410a0b998ac608d7b5a4de +size 1166664 diff --git a/neo_1month/data/NO2/2020-03.npz b/neo_1month/data/NO2/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcbb9292431242e451f5309b8aa8e81969f085a7 --- /dev/null +++ b/neo_1month/data/NO2/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150e182ae30b7d3a06651338466f47f58310f1dcb623fe1c4043a2275da6423 +size 1166664 diff --git a/neo_1month/data/NO2/2020-04.npz b/neo_1month/data/NO2/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..850f1f01f72915ef272b8315c12955975e71eec9 --- /dev/null +++ b/neo_1month/data/NO2/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d542b8202fdc7bfdc24c68e57c5a3d9e67494a8dbcab7fe70f3b5100cd5c8b +size 1166664 diff --git a/neo_1month/data/NO2/2020-05.npz b/neo_1month/data/NO2/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..996d1f8d5b20aa10dad9de3277429a01e60fa174 --- /dev/null +++ b/neo_1month/data/NO2/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35c8cfd977bf010c61b32537170584b41800a89ef2415ad56679c0ec1af0303 +size 1166664 diff --git a/neo_1month/data/NO2/2020-06.npz b/neo_1month/data/NO2/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bccd247a0cd140cb3e039080f4f00e42425ea368 --- /dev/null +++ b/neo_1month/data/NO2/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1214c5ad22690e7569c488a53ef7e2146be2b10123d8fd29b136d4a027b704d8 +size 1166664 diff --git a/neo_1month/data/NO2/2020-07.npz b/neo_1month/data/NO2/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d811ef39385fd2eaf5a7169835194c2cbb653b7f --- /dev/null +++ b/neo_1month/data/NO2/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4533691337efd0607c48290bd724b17068b412957325d3c49171efd6c24218 +size 1166664 diff --git a/neo_1month/data/NO2/2020-08.npz b/neo_1month/data/NO2/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..76b3fcc7391faba283c750b763f359850d30c96a --- /dev/null +++ b/neo_1month/data/NO2/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b26638dfe1b9dece056de27a8c57c7a8afba77d4e37e1d5cda149eb24f44d9 +size 1166664 diff --git a/neo_1month/data/NO2/2020-09.npz b/neo_1month/data/NO2/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca3579ba4c28ff5f1e36124d8053687e2e63f127 --- /dev/null +++ b/neo_1month/data/NO2/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562d3d64e2ba8e4e26cd4d1b3e2fd490163a38ffa9cd810d7210795882aa7817 +size 1166664 diff --git a/neo_1month/data/NO2/2020-10.npz b/neo_1month/data/NO2/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..312294c07870553781b77cd0b3004ffd7ba5fbdf --- /dev/null +++ b/neo_1month/data/NO2/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f34f242ca5f90f81aa708d8183094a3729f2689910568619d7a25d96ce9b5ad +size 1166664 diff --git a/neo_1month/data/NO2/2020-11.npz b/neo_1month/data/NO2/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ba180e8adf4617d603af18c77c48591828c9696 --- /dev/null +++ b/neo_1month/data/NO2/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a00bfb37680e405bc0c35e55868a7ea79dd6f71137beef2b90894f084e64671 +size 1166664 diff --git a/neo_1month/data/NO2/2020-12.npz b/neo_1month/data/NO2/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..40883de33a15ccb0fba98398660ead095e4a436f --- /dev/null +++ b/neo_1month/data/NO2/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6696d8b43fce4a927a71cdbfc67d597ae49e70f1c1ac9da2e36f83ef5f8d5d4c +size 1166664 diff --git a/neo_1month/data/NO2/2021-01.npz b/neo_1month/data/NO2/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6402ffe4ca8ebc30972de2c5d390d496d1734a63 --- /dev/null +++ b/neo_1month/data/NO2/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c787b5f95bbd4b253b95e1a7f9c3facea8f57c758ea1dad6db80f735e1c308c2 +size 1166664 diff --git a/neo_1month/data/NO2/2021-02.npz b/neo_1month/data/NO2/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..512f0052669e17095c09ef170f3208a8383090e7 --- /dev/null +++ b/neo_1month/data/NO2/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165dbf631a3cd63b0d32e1ac2da65ecb7b9d6ad1859e9d2f0bb5a69ef3bc4936 +size 1166664 diff --git a/neo_1month/data/NO2/2021-03.npz b/neo_1month/data/NO2/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..53efa427d4e756ce47aabc7c139ebac91f424545 --- /dev/null +++ b/neo_1month/data/NO2/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1f69f338c47eb696ea6b9366602ae0b9382d547215389d2dff1d1915d36934 +size 1166664 diff --git a/neo_1month/data/NO2/2021-04.npz b/neo_1month/data/NO2/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..85106dff62bae2b6123fb66efcf7fbeaa81acd62 --- /dev/null +++ b/neo_1month/data/NO2/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd89858d6085f481644f21682555c4cc0a8654ab5aafc9a17c71eb9c3515383 +size 1166664 diff --git a/neo_1month/data/NO2/2021-05.npz b/neo_1month/data/NO2/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2e1831dcd68d9984c0908ca9feccc5fad442dce --- /dev/null +++ b/neo_1month/data/NO2/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2b6dd2d5e947594d950a18ad2e84297cd97c36cf3961d34863f926702441c9 +size 1166664 diff --git a/neo_1month/data/NO2/2021-06.npz b/neo_1month/data/NO2/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..05aa3f63ba993e0cb14c545488f75677740b890d --- /dev/null +++ b/neo_1month/data/NO2/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e42c432e0418ffbf0269c0755b50708d646e669bd6f78d5b917b7704b6685b +size 1166664 diff --git a/neo_1month/data/NO2/2021-07.npz b/neo_1month/data/NO2/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1a9a77a37ac2e400224e4f69f03ac9710b8266e --- /dev/null +++ b/neo_1month/data/NO2/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f065fa065fa247328eb7e7fe8b146ea730a8f4783274e10a58e617067bc268 +size 1166664 diff --git a/neo_1month/data/NO2/2021-08.npz b/neo_1month/data/NO2/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebc2f3f9f8ada247ce945dc05b2ffe47f769cc45 --- /dev/null +++ b/neo_1month/data/NO2/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5a8fe414dab6b24b5d0e522f65163a4545e6040b145abdb8678b0670da4ac6 +size 1166664 diff --git a/neo_1month/data/NO2/2021-09.npz b/neo_1month/data/NO2/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5565a9c110065ebf48a82c1e4e6ab9b7befdaec1 --- /dev/null +++ b/neo_1month/data/NO2/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8e5c11f8e01d4cd764e607befe9b6ffd8378eb52a360e1bf39896bd8a3e6c0 +size 1166664 diff --git a/neo_1month/data/NO2/2021-10.npz b/neo_1month/data/NO2/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9fdac27fda7e36031c0242ea73362099784ab59 --- /dev/null +++ b/neo_1month/data/NO2/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52da7c53073243a2e123a54a4dc279f14b208c392e71e54f703d7e9708547d35 +size 1166664 diff --git a/neo_1month/data/NO2/2021-11.npz b/neo_1month/data/NO2/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..441e3dfe6980e90491e30093b1b130e73413c349 --- /dev/null +++ b/neo_1month/data/NO2/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7f5e4ef216def84f584ef07390d5c8c4a89bd69c81633ed14091142101e9c3 +size 1166664 diff --git a/neo_1month/data/NO2/2021-12.npz b/neo_1month/data/NO2/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d72c72ff3f19d6fa6b9b72d5897dfacda930a2c --- /dev/null +++ b/neo_1month/data/NO2/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01652116425d23333ba7d172b8b71bcdb44f16a077ed3cc714fe55711ac41cc +size 1166664 diff --git a/neo_1month/data/NO2/2022-01.npz b/neo_1month/data/NO2/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a793ca12f19ea3c5f64f6b30c7a09f7dd992e2f3 --- /dev/null +++ b/neo_1month/data/NO2/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4efb9da8e0e5e21e2396ae59d0a823d7ba3ec0c01084cbc5a6a2e762abfac7 +size 1166664 diff --git a/neo_1month/data/NO2/2022-02.npz b/neo_1month/data/NO2/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd27f6ccc5ea5d6a03ec299dfec3820b540b20f5 --- /dev/null +++ b/neo_1month/data/NO2/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47de8008f90f08c6c96d853dcb28fc463a7552b1cbbfa6a1bc1f73d01ec0aeb0 +size 1166664 diff --git a/neo_1month/data/NO2/2022-03.npz b/neo_1month/data/NO2/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0a66fe2a3e8c12a89360da0c6e8fb03962bda3e --- /dev/null +++ b/neo_1month/data/NO2/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62395f5267a65d722d9225b0553acc8b9e188fec1f07ae9b6825b10740fc8ce9 +size 1166664 diff --git a/neo_1month/data/NO2/2022-04.npz b/neo_1month/data/NO2/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e054dc988d5f759c6594f61d44e7bde971fa29a7 --- /dev/null +++ b/neo_1month/data/NO2/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7224219899d022b13a458c6eee067b60bc05535464469f8566652b8fd24aad9 +size 1166664 diff --git a/neo_1month/data/NO2/2022-05.npz b/neo_1month/data/NO2/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a15b8cc9f9c5c8a0b191cec9427dffd4a93f445 --- /dev/null +++ b/neo_1month/data/NO2/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7a0e2f63090ac2da3913d18bb924473b08abafea5213d931a536b78320b00d +size 1166664 diff --git a/neo_1month/data/NO2/2022-06.npz b/neo_1month/data/NO2/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..41fc9b4df0926dd527f364005ce385a9d88a0502 --- /dev/null +++ b/neo_1month/data/NO2/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4439d25720dc955641a05ff837c63b5a167fc5b90cdc8febfe0f8fb4646cdbe +size 1166664 diff --git a/neo_1month/data/NO2/2022-07.npz b/neo_1month/data/NO2/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cea752ecea80b14f94f7a4624fe47d90863b2529 --- /dev/null +++ b/neo_1month/data/NO2/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6023d46d008e9bf0ccadb4b91f4902f2eee9730346f24f09c14f63e3c1c93742 +size 1166664 diff --git a/neo_1month/data/NO2/2022-08.npz b/neo_1month/data/NO2/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c53a708777c2724a587ce727c485c54bac390cc2 --- /dev/null +++ b/neo_1month/data/NO2/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6552ea0da497ac66137f85bb119d4416687642f40b9c7ebc3c5598e17abe8efa +size 1166664 diff --git a/neo_1month/data/NO2/2022-09.npz b/neo_1month/data/NO2/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a4b68a4bd0efbd4971624274462411759da6c8e --- /dev/null +++ b/neo_1month/data/NO2/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d6fb7aed828017a334d48a4a4b1e949b4b8e96a091ab3463c4a5fad10560e9 +size 1166664 diff --git a/neo_1month/data/NO2/2022-10.npz b/neo_1month/data/NO2/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..89624f82d0c3d833a64fdb1fdcdc7fa11f748d94 --- /dev/null +++ b/neo_1month/data/NO2/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e3b935140d4ac3ce36cc8a021db75e1f2f17a3b0e06969ed186296245a4aef +size 1166664 diff --git a/neo_1month/data/NO2/2022-11.npz b/neo_1month/data/NO2/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0122133239f4ef7c31da2e178a158ee99218e46 --- /dev/null +++ b/neo_1month/data/NO2/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03478b0c809725a705664e8cac6f428b52ed857f2c1f8a10d7b9a412f55437a3 +size 1166664 diff --git a/neo_1month/data/NO2/2022-12.npz b/neo_1month/data/NO2/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..575cf8b48a16cd790484bbb201739431c655cec8 --- /dev/null +++ b/neo_1month/data/NO2/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2452e6798d7cb882adaf50453f231b594e3facdf527904a30f877101823b0e +size 1166664 diff --git a/neo_1month/data/NO2/2023-01.npz b/neo_1month/data/NO2/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7ae357e159ebe6390cad4f697d269376cf0a30d --- /dev/null +++ b/neo_1month/data/NO2/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645387c467ee6187adda473341f7029bb2fe40d97b4bb7df2fcdf117b218c5ba +size 1166664 diff --git a/neo_1month/data/NO2/2023-02.npz b/neo_1month/data/NO2/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe5c25a46c21055731885ee78c31d4a05a67cee8 --- /dev/null +++ b/neo_1month/data/NO2/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370265d88b981b366c38288155913e3c78dc93defafe623a5322e0520dd46cae +size 1166664 diff --git a/neo_1month/data/NO2/2023-03.npz b/neo_1month/data/NO2/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..86305b9bfdb32ef639477a2c41fca1853698f451 --- /dev/null +++ b/neo_1month/data/NO2/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cac30210d30ea5ede9b7a63d994e1a4038f155031460d3aeb114f294051bde +size 1166664 diff --git a/neo_1month/data/NO2/2023-04.npz b/neo_1month/data/NO2/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0def8902f00131cc23b5ceac1467b71f875a181 --- /dev/null +++ b/neo_1month/data/NO2/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c9c89f49eaedb53141576b12fd6fd577a6cf51fa3873c33e187b54591a5bf2 +size 1166664 diff --git a/neo_1month/data/NO2/2023-05.npz b/neo_1month/data/NO2/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d05a1f6ca93cf99dee6c8da1d21a6e83bcd87dcc --- /dev/null +++ b/neo_1month/data/NO2/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fbc9dcbdf213dcceeba4a28fda14a7462cca723fdfd1209057c6423b80aaf6 +size 1166664 diff --git a/neo_1month/data/NO2/2023-06.npz b/neo_1month/data/NO2/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1333a60a6d6c792401762cfcfc0b9b0d0b7cde72 --- /dev/null +++ b/neo_1month/data/NO2/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfd7cb58526d14caf55a32b4b4a03abc31d26b7438270176273394f3d3881f8 +size 1166664 diff --git a/neo_1month/data/NO2/2023-07.npz b/neo_1month/data/NO2/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..79922d84ce7db95adfdff7e43a60f876c24891ae --- /dev/null +++ b/neo_1month/data/NO2/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb02fdac1c13a3edb783dfebf54b4d7cadcb1790f53d58a110f9a83559298f3 +size 1166664 diff --git a/neo_1month/data/NO2/2023-08.npz b/neo_1month/data/NO2/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c416bdcfcb370a2b0eb129adfe0149cec87310e5 --- /dev/null +++ b/neo_1month/data/NO2/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac7e107502b9aa11a3efa8068a74117f71e7f4892aa94d3cc70010f98ab3da8 +size 1166664 diff --git a/neo_1month/data/NO2/2023-09.npz b/neo_1month/data/NO2/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1eb6b7291bef14897892822868f688c54ae10e19 --- /dev/null +++ b/neo_1month/data/NO2/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6f18faa7d1cf54b9b1397845fc089763117e23221455a266229ec786e1c496 +size 1166664 diff --git a/neo_1month/data/NO2/2023-10.npz b/neo_1month/data/NO2/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..60e05b7f62c9124f21eebf99dd4778cce6800699 --- /dev/null +++ b/neo_1month/data/NO2/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae590151fb0102985d6fb3c7fb2b3785219685edd1c379d27f8b8f72e0d61e9 +size 1166664 diff --git a/neo_1month/data/NO2/2023-11.npz b/neo_1month/data/NO2/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..71deaa3b6d1454f87a893a44097ec134f641b31d --- /dev/null +++ b/neo_1month/data/NO2/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f5bb1a7a7edf806d9065d538bdd1903f66751b20ca79e24a67eedea4bdd47b +size 1166664 diff --git a/neo_1month/data/OZONE/2004-10.npz b/neo_1month/data/OZONE/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..75156c33669293f3a62afebd800be267fb49d300 --- /dev/null +++ b/neo_1month/data/OZONE/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8b6cae1f289449b65bfc0ddeeabb60bed7677664136a0efa3d76db8f40802a +size 1166664 diff --git a/neo_1month/data/OZONE/2004-11.npz b/neo_1month/data/OZONE/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..79fb1e6c64092f6aab4647b067e25de8966de937 --- /dev/null +++ b/neo_1month/data/OZONE/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167da8a75289c4354d906d2b5470bb27c568926fbda286f756eba5babc999296 +size 1166664 diff --git a/neo_1month/data/OZONE/2004-12.npz b/neo_1month/data/OZONE/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8afdb9816848506cb9fab256c6e2698ecce38e47 --- /dev/null +++ b/neo_1month/data/OZONE/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9932eba7d96c84214e847952170f7e076f150136278fbd92ada36298aa5070c6 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-01.npz b/neo_1month/data/OZONE/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb0d266ab3982bc9d058f05a80c00051b8249dd3 --- /dev/null +++ b/neo_1month/data/OZONE/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc47281eddec8a5ea672cbf5fccacaba0aef3c644ed0d9704127942548bc834a +size 1166664 diff --git a/neo_1month/data/OZONE/2005-02.npz b/neo_1month/data/OZONE/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..921cd944b2ca0372a628b08823f44f91699dd4fb --- /dev/null +++ b/neo_1month/data/OZONE/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229665e072e7ebf125c6b8b1095e0676341c48ad9d28d053157d05fd2df30ba0 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-03.npz b/neo_1month/data/OZONE/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a712aca381d683ffb3f6d67843488ba6649dfd3d --- /dev/null +++ b/neo_1month/data/OZONE/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe88c1da89c820de183eba93190c606e015e7e6aad62dc21d21c48c64bea0f6 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-04.npz b/neo_1month/data/OZONE/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0bc1a05793a11aa44b36182ea2162eab19c4b05 --- /dev/null +++ b/neo_1month/data/OZONE/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01554823b718768f61615dfaa139bf083b8b635c351e5d7519fdc05821e5890 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-05.npz b/neo_1month/data/OZONE/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cfc67ceb7a724de1aa2019858c94874cabeb6a5 --- /dev/null +++ b/neo_1month/data/OZONE/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491a09ddd00d695a4b343729413d603083954a026b961878a30980dae39264c7 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-06.npz b/neo_1month/data/OZONE/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1d56320cd74ffc7cecc34f6412b8da705e260c1 --- /dev/null +++ b/neo_1month/data/OZONE/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9ea01a6974643b06b96dc64c455432fa586f535c8a1fd9cb64278ef45862bf +size 1166664 diff --git a/neo_1month/data/OZONE/2005-07.npz b/neo_1month/data/OZONE/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cd182585ae44bf7d39cafdf63edb73a93ababc2 --- /dev/null +++ b/neo_1month/data/OZONE/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6914a92d5fde45f8c0785f425d8619c601dbd1d7210afe1e95178e3715435086 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-08.npz b/neo_1month/data/OZONE/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..144999ee37513e1787f08ea4f7f7372862623e49 --- /dev/null +++ b/neo_1month/data/OZONE/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18097a1e19717741b1904fece3f9bb8e878457222e0ed5ddcb42c1e93466ed2d +size 1166664 diff --git a/neo_1month/data/OZONE/2005-09.npz b/neo_1month/data/OZONE/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7ea3f7322e0ef9a8c04516804fffeb5c4c35d0f --- /dev/null +++ b/neo_1month/data/OZONE/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a941e93d2533900a935af25a9a0123f829cca39301b95f2d7898f440c31790 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-10.npz b/neo_1month/data/OZONE/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..29ce7c1b5509d9465c7290f3651416364a5e27da --- /dev/null +++ b/neo_1month/data/OZONE/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb06ade8d535b923347f82c7461398a58f0cb6f5ed17078487a3c5c36020d01 +size 1166664 diff --git a/neo_1month/data/OZONE/2005-11.npz b/neo_1month/data/OZONE/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca87fcd18578faf5f8642d304bc2eb5df344d48d --- /dev/null +++ b/neo_1month/data/OZONE/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fb9f51b7a9ae3958169935c0902031d036cbff58ca080720764bf0f37561cc +size 1166664 diff --git a/neo_1month/data/OZONE/2005-12.npz b/neo_1month/data/OZONE/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dfcaae0eb616c905acb02331e7f8f7bf4f8e173 --- /dev/null +++ b/neo_1month/data/OZONE/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a36125a46d3e328fe4716b54df0778eea13dd7944f23d25b33a24680c924fb +size 1166664 diff --git a/neo_1month/data/OZONE/2006-01.npz b/neo_1month/data/OZONE/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccbf7aa7f0cacda15fbaf3b55fed42b2e458f89a --- /dev/null +++ b/neo_1month/data/OZONE/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff62496ccfdd4d3400e66acf184eca05359015f6bf1282fab075dc8ab6810ca +size 1166664 diff --git a/neo_1month/data/OZONE/2006-02.npz b/neo_1month/data/OZONE/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebbfe438cabe0214574ef0b2a738e1573a55fe25 --- /dev/null +++ b/neo_1month/data/OZONE/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb1f766f8bcc51951a0738efafc0e0d8b35a803fe3484e8112fe2bdd416c4f3 +size 1166664 diff --git a/neo_1month/data/OZONE/2006-03.npz b/neo_1month/data/OZONE/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..926f69e74086a4ab68cf288a1f2a98ccc61615a2 --- /dev/null +++ b/neo_1month/data/OZONE/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c2a28bd159504e37ded68f2d1f0daa18ae0caafb8e5cfdca844550d48441a5 +size 1166664 diff --git a/neo_1month/data/OZONE/2006-04.npz b/neo_1month/data/OZONE/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1261f0e18c1aa278f443ebf488c648aad8006cf --- /dev/null +++ b/neo_1month/data/OZONE/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0212d7b56aa0bfc510bb10bcf5fecde3338025c0accc0833f0df8d79b711e00a +size 1166664 diff --git a/neo_1month/data/OZONE/2006-05.npz b/neo_1month/data/OZONE/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e72c4d20b8ab397a6dbf67a1ec0fe851a2d950b --- /dev/null +++ b/neo_1month/data/OZONE/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0360fa9acec0b2892a99e681c553366fce6588f763395d8a109c2c74eb23d4 +size 1166664 diff --git a/neo_1month/data/OZONE/2006-06.npz b/neo_1month/data/OZONE/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..22cefc2318f0fac563f629f913375c5ad932541a --- /dev/null +++ b/neo_1month/data/OZONE/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5967e6c23c470cd223b345e07fb347939c7e0f3c6df1a3c28b31fb3af3f34d8d +size 1166664 diff --git a/neo_1month/data/OZONE/2006-07.npz b/neo_1month/data/OZONE/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e269a59444b0a64afc945214e956f626c2175be1 --- /dev/null +++ b/neo_1month/data/OZONE/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7963362a03aceebead2bb0a845fdc20501e031c0cac96d4078cc0d7dc354eea +size 1166664 diff --git a/neo_1month/data/OZONE/2006-08.npz b/neo_1month/data/OZONE/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..847e3eeba40cf76ba65a57fe9e890cb21701a1b1 --- /dev/null +++ b/neo_1month/data/OZONE/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7751943067df0cc5cb1bc93bc454d82b45a1feef3b2f86805267946cd89e9d7 +size 1166664 diff --git a/neo_1month/data/OZONE/2006-09.npz b/neo_1month/data/OZONE/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bfcabdb4984bd968c1a969a4cd9bed281057a67 --- /dev/null +++ b/neo_1month/data/OZONE/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e238590b341349feb9a5181b8ec517449752ae34a13d1fcc8b853daefa04ff05 +size 1166664 diff --git a/neo_1month/data/OZONE/2006-10.npz b/neo_1month/data/OZONE/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef48d372e41f1aa4f31a7ba32fc6b902c49553e2 --- /dev/null +++ b/neo_1month/data/OZONE/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617564eac64451e9ae647c4385fe1cf416103ed4dda46ef5623e3565f98230ca +size 1166664 diff --git a/neo_1month/data/OZONE/2006-11.npz b/neo_1month/data/OZONE/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f00aeeb6bb14658c7457c49c2ffdc42024c48f86 --- /dev/null +++ b/neo_1month/data/OZONE/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6fcfc134c4b5d8e6a926a86fe68a6df8376de550c66756a71df26bdbf7333b +size 1166664 diff --git a/neo_1month/data/OZONE/2006-12.npz b/neo_1month/data/OZONE/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c65a5e7d7070a44a615aebeda9983b2a4a0e113 --- /dev/null +++ b/neo_1month/data/OZONE/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d897fb049a4090bd19d3b18b88dd26e7a7963e324166e153b9fdd656058c2f5 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-01.npz b/neo_1month/data/OZONE/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d6c69941b79f690da37f9365d06473820c75127 --- /dev/null +++ b/neo_1month/data/OZONE/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf7c6515395219a9c83f74dc27421ddd73cff5598f2a076e737c4ccad1b9e6f +size 1166664 diff --git a/neo_1month/data/OZONE/2007-02.npz b/neo_1month/data/OZONE/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbcc1ecfc2f6c28dbd822ac0c97fa04508367f65 --- /dev/null +++ b/neo_1month/data/OZONE/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c466e8ddbd72dc1e7ba92c75251a54f5c125941b5ed52bb4f392b481d87e727 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-03.npz b/neo_1month/data/OZONE/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a34db95efe3bdfb1c5ccc1816c03320bf0aa83dc --- /dev/null +++ b/neo_1month/data/OZONE/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937842bd00c7fc4cdfce69501f642f14964c21f2ca99bf2bae116bca31e8dc73 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-04.npz b/neo_1month/data/OZONE/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4740efec647df04fd1028d99363c64bbe9ff344e --- /dev/null +++ b/neo_1month/data/OZONE/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5c2cb3078a059cce171d029b0d56e1f77f14442824832a4046022172e6cef4 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-05.npz b/neo_1month/data/OZONE/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..75cafb2f68c1a5632abbadfd6a7415f4cb54df03 --- /dev/null +++ b/neo_1month/data/OZONE/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5d6e89da51fe4426e0317a73b2adda169bc7933122ed96b2380a6d13fb0641 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-06.npz b/neo_1month/data/OZONE/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a8d5eec72cb260b63004f249e0d686542406f2d --- /dev/null +++ b/neo_1month/data/OZONE/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f0c0dfb4a9e1007c2390a57cae221837219fed00a96ecdf100ec25a22a1ff0 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-07.npz b/neo_1month/data/OZONE/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc905d983f99e263e4185bc87f216e03123a51f9 --- /dev/null +++ b/neo_1month/data/OZONE/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d678b9a5f557f59306b1975e4682fd7fb7f65b6159ea93439d81c638212900 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-08.npz b/neo_1month/data/OZONE/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbb184a53e2c9d86dc153e877622e7433794c3c4 --- /dev/null +++ b/neo_1month/data/OZONE/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e2a8fa52f2fd29e1fb29c0c8ee345298de63149e919e1f75d8799c573187a +size 1166664 diff --git a/neo_1month/data/OZONE/2007-09.npz b/neo_1month/data/OZONE/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..98a3ed140ceeb35b075094be112417bca801b4e0 --- /dev/null +++ b/neo_1month/data/OZONE/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fda5d291957927ff101b41e4d33fad4f81f845812e6a5c06027c932601489ce +size 1166664 diff --git a/neo_1month/data/OZONE/2007-10.npz b/neo_1month/data/OZONE/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fb04fe21ba4cf6dc8106276ee4b98daa109c5cf --- /dev/null +++ b/neo_1month/data/OZONE/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcfae351c1cf2775bbbab13ed6add72169c44fb8af72680a61e73b344b992ac +size 1166664 diff --git a/neo_1month/data/OZONE/2007-11.npz b/neo_1month/data/OZONE/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..602fb3c63f53694700c8600f5654c85408fea790 --- /dev/null +++ b/neo_1month/data/OZONE/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacb281dee3f596cfcb086f88b494345a80b029f041414460e931578d99003b5 +size 1166664 diff --git a/neo_1month/data/OZONE/2007-12.npz b/neo_1month/data/OZONE/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..40d611196dcc10ee38867689f86081c33eb9bb21 --- /dev/null +++ b/neo_1month/data/OZONE/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144401f07322e1bc161a3fa2fbaed598110fff127ed62b3c33730513d3daa998 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-01.npz b/neo_1month/data/OZONE/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d94eca626a9c006c56ff680b21f6183ce36999f --- /dev/null +++ b/neo_1month/data/OZONE/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d10125773414d603a3cd9cf24b8720650bea6e7f33aa823c44449586dbb8e4 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-02.npz b/neo_1month/data/OZONE/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..07a29953dc81dca93c97ca5b6603de0dd21c0a8f --- /dev/null +++ b/neo_1month/data/OZONE/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa69accfbb32c0e73d9857c73b4add9ed032ada0db024b989e0a2d38359277c +size 1166664 diff --git a/neo_1month/data/OZONE/2008-03.npz b/neo_1month/data/OZONE/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..37ced1295fa917bcce8e6f819dbc874cbb3505ca --- /dev/null +++ b/neo_1month/data/OZONE/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017fe785fc23a0e710cc860b5b7c759d33abbeafa2466918035639e8137a832f +size 1166664 diff --git a/neo_1month/data/OZONE/2008-04.npz b/neo_1month/data/OZONE/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..af7c5f2bbbb4bc91f2e029d7a0349fb1df44bf9e --- /dev/null +++ b/neo_1month/data/OZONE/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e36f7c9ccb8c8ad4e28e1c24d24b17b59f4e8b8487712936937fc68677a362 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-05.npz b/neo_1month/data/OZONE/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..63d0b757d291f1610d0f4b2d47c84ed73ec39f95 --- /dev/null +++ b/neo_1month/data/OZONE/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e130e9b4f40866e0a41cf05aba63beb75dc1e11677ff1dbe1ab22e4ddcc28c6d +size 1166664 diff --git a/neo_1month/data/OZONE/2008-06.npz b/neo_1month/data/OZONE/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..377dbde0ac10125f6f26ad6a7422cd0fd5622557 --- /dev/null +++ b/neo_1month/data/OZONE/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2d393322fada466f03deac7ccffdde21fefe6061a1b40206ed7e10a0e73143 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-07.npz b/neo_1month/data/OZONE/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd1907079557785468eb17e786c3dd1c846be994 --- /dev/null +++ b/neo_1month/data/OZONE/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1118c923df687d253e99be72e232dd9f635469ae430a1181508f79e261bc01 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-08.npz b/neo_1month/data/OZONE/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..634095217ddc3d982058b6cb84cff33367c88823 --- /dev/null +++ b/neo_1month/data/OZONE/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f53c886372dd772cc4c084b5eb3f7440c43a23b901a87e62b32bdbb0885652 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-09.npz b/neo_1month/data/OZONE/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..81682c93a18c594f89b9154a3d638a1411add501 --- /dev/null +++ b/neo_1month/data/OZONE/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe604c612404f9894186ad9543223bc930dc7294b789a91f65d6da25d5eba48e +size 1166664 diff --git a/neo_1month/data/OZONE/2008-10.npz b/neo_1month/data/OZONE/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..28ad71de019e1e49e7c637133e75b04da7d7411d --- /dev/null +++ b/neo_1month/data/OZONE/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96c61a21a7ce558f75e75534badcf346b7cba233dbaf35b91447d794414e967 +size 1166664 diff --git a/neo_1month/data/OZONE/2008-11.npz b/neo_1month/data/OZONE/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..035358c52d959d8651bad7e0a51a0e9f0b497a6e --- /dev/null +++ b/neo_1month/data/OZONE/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62c57a5acdc683c04800a8a5fa39c91e9d784a16e2d43f2d3d5c0b07eb4759f +size 1166664 diff --git a/neo_1month/data/OZONE/2008-12.npz b/neo_1month/data/OZONE/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d275552bfc3f37c5b59702dcc876d232f59d4303 --- /dev/null +++ b/neo_1month/data/OZONE/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c46b1a1eba904f254471a715469c5b77f9646bc5f78dfb46893c4878b40a3d +size 1166664 diff --git a/neo_1month/data/OZONE/2009-01.npz b/neo_1month/data/OZONE/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21fe05dae4224507822f18362044777fe69bdf2a --- /dev/null +++ b/neo_1month/data/OZONE/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80232f4830508060c85c1a66aed054818b9d45003ed0718c3a1639d47ee2c13c +size 1166664 diff --git a/neo_1month/data/OZONE/2009-02.npz b/neo_1month/data/OZONE/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3c55d140d8a098cfd02b6ef05e0262660a900b9 --- /dev/null +++ b/neo_1month/data/OZONE/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206028d0122ef937eabc43d54df1db7100d76041f2da52eb31fcdb04ddd666c8 +size 1166664 diff --git a/neo_1month/data/OZONE/2009-03.npz b/neo_1month/data/OZONE/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e7c8b84fa109c227b896a912bfa1bfd77d01457 --- /dev/null +++ b/neo_1month/data/OZONE/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707095b8f6db715b7353efb84d370866772947890edf7c5ed8c7c498d3a17abe +size 1166664 diff --git a/neo_1month/data/OZONE/2009-04.npz b/neo_1month/data/OZONE/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f5eca2a0d9016fb7afbd372579b1a59b5feb7d0 --- /dev/null +++ b/neo_1month/data/OZONE/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2aefc5a9581de9568aa6e6cd8162c0292d8112119340cd51caf5922655601a +size 1166664 diff --git a/neo_1month/data/OZONE/2009-05.npz b/neo_1month/data/OZONE/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f85bdae3ee0704bae6fb36126bc0e26275e4b58c --- /dev/null +++ b/neo_1month/data/OZONE/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277c3ba8e101ded729efd2598878cc909c0a88a1a655864ed75cd3b5e1c110e1 +size 1166664 diff --git a/neo_1month/data/OZONE/2009-06.npz b/neo_1month/data/OZONE/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..28bf2bb9b6e1651ce685eb75307ece5b7d7fd489 --- /dev/null +++ b/neo_1month/data/OZONE/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaa6e5bb6a0b30dd3fb0e1ac0fb9e767afb1ee13b691b38a393e1cca7490f5d +size 1166664 diff --git a/neo_1month/data/OZONE/2009-07.npz b/neo_1month/data/OZONE/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac72b98d9998af27eb224c1d837f22856cddc42b --- /dev/null +++ b/neo_1month/data/OZONE/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd83646e7cc7d632296cf069e5f04fb492f2ff5f46f83351f544147f40e9a810 +size 1166664 diff --git a/neo_1month/data/OZONE/2009-08.npz b/neo_1month/data/OZONE/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2f3003a51d9e6883ac12c7558efd29d9a8714b6 --- /dev/null +++ b/neo_1month/data/OZONE/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cf0bf7edaffe7d30aebf2b488de084472f174b21b1ed393650128f6336d656 +size 1166664 diff --git a/neo_1month/data/OZONE/2009-09.npz b/neo_1month/data/OZONE/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f456373fba8c83a5ad78c76d70dfad651979bcd --- /dev/null +++ b/neo_1month/data/OZONE/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ff082b444111409d64fa2e8bc8da533865033d04e0c4097bf9fb64573ee5a5 +size 1166664 diff --git a/neo_1month/data/OZONE/2009-10.npz b/neo_1month/data/OZONE/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..14444b0cbe1dff4edbc6429c2a208409d02a2b14 --- /dev/null +++ b/neo_1month/data/OZONE/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d323ec189dc255de12088b94c1104c4a97c6f7985a714c2fdd36ea2cb6a9e6e +size 1166664 diff --git a/neo_1month/data/OZONE/2009-11.npz b/neo_1month/data/OZONE/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdae27e2315d20095f5a2d28f06074f383c6cc89 --- /dev/null +++ b/neo_1month/data/OZONE/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e32a8c11ac186b6a6c02a8a0d9d4281213b2f4ea79e98b6742f60f8752e96f4 +size 1166664 diff --git a/neo_1month/data/OZONE/2009-12.npz b/neo_1month/data/OZONE/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..69e6d793a8609ba0ab1574d1b60e1c09d80b64b1 --- /dev/null +++ b/neo_1month/data/OZONE/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b176d3b4358e6e95c2fe6acd240f608702d02926102ec47198ed438a360cb766 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-01.npz b/neo_1month/data/OZONE/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..264a546ebcffc88abc51439157b3304729af3391 --- /dev/null +++ b/neo_1month/data/OZONE/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8caf61d2bf12b2d6707de69ac0c7eeb79e4cae2f7129029b03edb8e3537780 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-02.npz b/neo_1month/data/OZONE/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..233bbdaa7732abb0c4d1ff5a9fed9f1d82356f8f --- /dev/null +++ b/neo_1month/data/OZONE/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f4fc60eca8bf97a50a44287d54e7511f96af1e9967f860db0848f1ce823aa5 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-03.npz b/neo_1month/data/OZONE/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..079dfc100f7f2e686e28699e5ef294db5539545a --- /dev/null +++ b/neo_1month/data/OZONE/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511c0fdcb6975933579055b2cb19599662b812e37c8a601ca573ec9f89bbc335 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-04.npz b/neo_1month/data/OZONE/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..11ac5fde2d10ecbd45ee785a07b02ad1c8984625 --- /dev/null +++ b/neo_1month/data/OZONE/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa67c6a75533ec00ff7045b8357dab4ba9b93dbf47348a6db0f4dda665d73bee +size 1166664 diff --git a/neo_1month/data/OZONE/2010-05.npz b/neo_1month/data/OZONE/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b88dd6d5db6dd1f78eac50d2c8dd09ad75780d67 --- /dev/null +++ b/neo_1month/data/OZONE/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74db0c83edc423a4aab39743aa68b8849879adc44a474e85348f7930af691fd5 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-06.npz b/neo_1month/data/OZONE/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ce3283fc2fa2749aca4d33aaf192c3cc7ea8d157 --- /dev/null +++ b/neo_1month/data/OZONE/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b11708b4098bfc1a993f9712f2623f68968d17780a53ac5be571063cd3f9259 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-07.npz b/neo_1month/data/OZONE/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..547643388122754cca6916b9d46451985542d23a --- /dev/null +++ b/neo_1month/data/OZONE/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fb65388ee9b472709876668fc0cc21b91880b44dc8a842045bcab7e5334560 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-08.npz b/neo_1month/data/OZONE/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9ae45f531e5287edc8d7dd76aa02cd4c20bb708 --- /dev/null +++ b/neo_1month/data/OZONE/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876e23eed288f77a15a31597c50f846b5135725124c5266d6ddbb535b6bd10dd +size 1166664 diff --git a/neo_1month/data/OZONE/2010-09.npz b/neo_1month/data/OZONE/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d024a11ae10cde28055fe08047f3a751463c765f --- /dev/null +++ b/neo_1month/data/OZONE/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe71e110aa92daa5f04a84c3cc264fcc773a128919fb6011f0605e8a1b1415d9 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-10.npz b/neo_1month/data/OZONE/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..88cdad4078f731f2045bb41369655f4983e4819e --- /dev/null +++ b/neo_1month/data/OZONE/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc0e8cb4ca0e5a91b82740afb1ce95fbb8a2101375accd1a2c02d4356c71f26 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-11.npz b/neo_1month/data/OZONE/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e8a152613de62157af243fc60177fa187363829 --- /dev/null +++ b/neo_1month/data/OZONE/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334af9805431c6b2b70b4c5cda1ecf5116e1e7eb555c24f9a6ded7bcc8b3b457 +size 1166664 diff --git a/neo_1month/data/OZONE/2010-12.npz b/neo_1month/data/OZONE/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d52a42b003b69c7c73a1da81dad916467c143d8d --- /dev/null +++ b/neo_1month/data/OZONE/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2e4de77d8139a58c4a5292e2e186c3e6ed6934d3bb3939d88829ed72c64df3 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-01.npz b/neo_1month/data/OZONE/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ab774170cafe1d24c8590bbc9a5037858d262ed --- /dev/null +++ b/neo_1month/data/OZONE/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63a11dbe4211778e88808ea884007af5150f9d5baf2229e39a5370f51c2e26f +size 1166664 diff --git a/neo_1month/data/OZONE/2011-02.npz b/neo_1month/data/OZONE/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9909579c0ceb047cde5b3d4ced36acd12a42860b --- /dev/null +++ b/neo_1month/data/OZONE/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a779e20f90dc8914eefba29ad5a8501629a3a6b6cffefc49bef3c811e1f37c26 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-03.npz b/neo_1month/data/OZONE/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d23282b8d99786368209ecbd710616d9bae59ee --- /dev/null +++ b/neo_1month/data/OZONE/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8955996beb1b9bd9e06555a93c85d8bb2c1c08ff1786b1c747cca3fddc7e6af3 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-04.npz b/neo_1month/data/OZONE/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5efd45ccfd7721da144131db60909c8ddccf9a --- /dev/null +++ b/neo_1month/data/OZONE/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e855cfb6ee49203bdcc87698faa64fc409a5afeaff43bbfda44b6b34ab0e32ff +size 1166664 diff --git a/neo_1month/data/OZONE/2011-05.npz b/neo_1month/data/OZONE/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..81b1c2ec533913bfb5eb054b8be133d65b1c6a1a --- /dev/null +++ b/neo_1month/data/OZONE/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5bc934334a2ddbd0725329a2c143bf993d38e5512975510113ac5f12e189f2 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-06.npz b/neo_1month/data/OZONE/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..38f187e71a3363c8b98b54aa09fc2ce7acc2e610 --- /dev/null +++ b/neo_1month/data/OZONE/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da095aa93a80e5f8b0de3e11f2cdaaea7d73d25fa5562491c701a149c8973b85 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-07.npz b/neo_1month/data/OZONE/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d0087291cf8c72f4d6bcd7842089efe4b68d4bd --- /dev/null +++ b/neo_1month/data/OZONE/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ddd7cb1f24588be59bba2b1553c8415fb52cfe3353de6eac0cff478327dc9e +size 1166664 diff --git a/neo_1month/data/OZONE/2011-08.npz b/neo_1month/data/OZONE/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..daddb28f4fbc8392502f405d0af8a8deba172567 --- /dev/null +++ b/neo_1month/data/OZONE/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13eb1ab8da7fd72505ea96035a2a584726545af9aa31c1bb961ed8446557fa0f +size 1166664 diff --git a/neo_1month/data/OZONE/2011-09.npz b/neo_1month/data/OZONE/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a436bec3fcf70dc8b64c7bb950cc0f81841df4e1 --- /dev/null +++ b/neo_1month/data/OZONE/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512a194d0286bf02e2e4f20a389fc1e6b5ed07c9c00cd8b52134e92164fde055 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-10.npz b/neo_1month/data/OZONE/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..86fa77b5cda473b03c73a4cdd06b2893800d654e --- /dev/null +++ b/neo_1month/data/OZONE/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9670bc23349a8814a42bcb3a3ce55e7a4b07eb73ba50d7a1828099b0b0da6aa2 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-11.npz b/neo_1month/data/OZONE/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a56285f43a3998bbdda8d55da6b23040b3f18cd8 --- /dev/null +++ b/neo_1month/data/OZONE/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e66758ddee38c8b2e183e45d10d94dfd5af5b10f4fe555601e3f0c975c0aaa2 +size 1166664 diff --git a/neo_1month/data/OZONE/2011-12.npz b/neo_1month/data/OZONE/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..07456524b1ec0aa036baae1372f01e295c8485b4 --- /dev/null +++ b/neo_1month/data/OZONE/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7478856774b6cb948f77947b4220f84d7909b1df4968f459291ea42a8d3086 +size 1166664 diff --git a/neo_1month/data/OZONE/2012-01.npz b/neo_1month/data/OZONE/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f436e4debec676590f27718423a0cfb0b4534fb6 --- /dev/null +++ b/neo_1month/data/OZONE/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2112046b72384db0dc820f1fe8650fcf4d3ede057e6ab13c0462b79f7e14d941 +size 1166664 diff --git a/neo_1month/data/OZONE/2012-02.npz b/neo_1month/data/OZONE/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7fcf64cfd7570850d1c8f222528bf7a3465de683 --- /dev/null +++ b/neo_1month/data/OZONE/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a6d5096f35dc633f62efba1ad8bc210c12bf45c594d517b5f612d58ec4bf7d +size 1166664 diff --git a/neo_1month/data/OZONE/2012-03.npz b/neo_1month/data/OZONE/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8533f348e48504dd8c7b587a54d94d425ac2b691 --- /dev/null +++ b/neo_1month/data/OZONE/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3258aa680541412c1a80e1524b8cdc013ce13197d24898dc021024dc0884753 +size 1166664 diff --git a/neo_1month/data/OZONE/2012-04.npz b/neo_1month/data/OZONE/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a0d4c7d59c6093489dddf6c5cbdd4b352bd2425 --- /dev/null +++ b/neo_1month/data/OZONE/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ef790c87a97c74726bab20f9ba0a3bbd02e039d4001e088db0ce38924ddd0d +size 1166664 diff --git a/neo_1month/data/OZONE/2012-05.npz b/neo_1month/data/OZONE/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..189db31ca6a2206ff969e433984ee7b25781d286 --- /dev/null +++ b/neo_1month/data/OZONE/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1504a702186460519430745ca06069e03db88c43c4eb0458bd92d024f3a9b35b +size 1166664 diff --git a/neo_1month/data/OZONE/2012-06.npz b/neo_1month/data/OZONE/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..20018b4a7babd7a22a6e0d04aa1179c3bb1968ee --- /dev/null +++ b/neo_1month/data/OZONE/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd12ebd90f13d5dc8698f29005adf4eddb934ca2a218b837a6e91318a104f923 +size 1166664 diff --git a/neo_1month/data/OZONE/2012-07.npz b/neo_1month/data/OZONE/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c74778f7f6bf23a2b5736db7387b599ab3a0dbd --- /dev/null +++ b/neo_1month/data/OZONE/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bf4c45f622157178b70ac15b80a141d087c76e79a48cbb002abfa6056d0ae +size 1166664 diff --git a/neo_1month/data/OZONE/2012-08.npz b/neo_1month/data/OZONE/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd7933aaa3fce2a6c249e2075425f23e56e4e7e0 --- /dev/null +++ b/neo_1month/data/OZONE/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733a90e8b7bb2cd458d86b4faa8c3a95bbc52297215dc70c94c2da2a9347df6b +size 1166664 diff --git a/neo_1month/data/OZONE/2012-09.npz b/neo_1month/data/OZONE/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1f2a008be7e4dbf6c3973877e53eb52f6fed5d6 --- /dev/null +++ b/neo_1month/data/OZONE/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2316979de1eebb05b433fe238e818640b63dbc420756b9e30fd6b9ec6aaa490d +size 1166664 diff --git a/neo_1month/data/OZONE/2012-10.npz b/neo_1month/data/OZONE/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e2f2fdedd3e41b7f7d374af5b27024c40d66f4e --- /dev/null +++ b/neo_1month/data/OZONE/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6498cc36b915d27d63d974e988ce895595769a0ed5a3f6f2fb69cad59b419f4 +size 1166664 diff --git a/neo_1month/data/OZONE/2012-11.npz b/neo_1month/data/OZONE/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae0aa2c2d40719439354029b5883ce4e82f8e099 --- /dev/null +++ b/neo_1month/data/OZONE/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275a1f249fe473aa0b544906b25551a4ae653f04f26665af21cadd6188b00c3f +size 1166664 diff --git a/neo_1month/data/OZONE/2012-12.npz b/neo_1month/data/OZONE/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf1aac04cf2f5d0404c6219768ba676449c91342 --- /dev/null +++ b/neo_1month/data/OZONE/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba2a5686aa712822c4824d1dd61d2be73d97d1ee346184c3128487dcefe2f9b +size 1166664 diff --git a/neo_1month/data/OZONE/2013-01.npz b/neo_1month/data/OZONE/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..251a60c6c412d9f5185b9b63b6bb1e2608dbb0a5 --- /dev/null +++ b/neo_1month/data/OZONE/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e071b2d12669d3f25ffeea02d05907b1e79c6a4da1b1f37bea822a23458c1c7a +size 1166664 diff --git a/neo_1month/data/OZONE/2013-02.npz b/neo_1month/data/OZONE/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf0d8ba377a06c79ba5edc9b0aa05e5b61c34b3c --- /dev/null +++ b/neo_1month/data/OZONE/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0184bc29ad219196b29f49b433a42394f560c8f6901f7d6333a306742b84a8ff +size 1166664 diff --git a/neo_1month/data/OZONE/2013-03.npz b/neo_1month/data/OZONE/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf13e4df7cf41daa4e16f8828772689e74646ec4 --- /dev/null +++ b/neo_1month/data/OZONE/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe937179d0381bc8f2fc9b340599fe20cbaff8d97bbdd2e7fc4eee3b7edf536 +size 1166664 diff --git a/neo_1month/data/OZONE/2013-04.npz b/neo_1month/data/OZONE/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18b8f7f8edda29fc2bcbd1783a39fbe1246ef7d8 --- /dev/null +++ b/neo_1month/data/OZONE/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262c4e4191197bbabe6a8c365d0ff88e4783ffb105fcc9ac217a0f64c6414824 +size 1166664 diff --git a/neo_1month/data/OZONE/2013-05.npz b/neo_1month/data/OZONE/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5faf1cb69dcc631dc8c46d06653949f79c9ea54b --- /dev/null +++ b/neo_1month/data/OZONE/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f8dda5931ad0ff6a51e83e38ade845ef68ffacd2f60a2820f947399a6170ee +size 1166664 diff --git a/neo_1month/data/OZONE/2013-06.npz b/neo_1month/data/OZONE/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b2d26340192b8c645be9a55ab3f0eea8dfe668c --- /dev/null +++ b/neo_1month/data/OZONE/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829deb2267e087520dd5c500dd70e7b8da725670b73f30937d24451a2dd8da5c +size 1166664 diff --git a/neo_1month/data/OZONE/2013-07.npz b/neo_1month/data/OZONE/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a1d9aea08956c3a37c301befe4b6ee5885154478 --- /dev/null +++ b/neo_1month/data/OZONE/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ebf4b89c322634ec6ea6bf033202250971af694b5baf90824b7c1be9ab415d +size 1166664 diff --git a/neo_1month/data/OZONE/2013-08.npz b/neo_1month/data/OZONE/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..11c4e3a456b64c3cab1c5e5698c80644814326ba --- /dev/null +++ b/neo_1month/data/OZONE/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739c8e8ad94573a213ebf470b8e5eada043a70e81fa1f5e9e5c20f4453056f5f +size 1166664 diff --git a/neo_1month/data/OZONE/2013-09.npz b/neo_1month/data/OZONE/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..77f4a714fe1bfba7c644d76e86f0f80a9ce8b28d --- /dev/null +++ b/neo_1month/data/OZONE/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dd4fd06b77ae85429eb3905e0e15fc036ab776b32300314d0b578e4b87640e +size 1166664 diff --git a/neo_1month/data/OZONE/2013-10.npz b/neo_1month/data/OZONE/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1aa9a68311148bc21ea87cb5313da4b27e725f1 --- /dev/null +++ b/neo_1month/data/OZONE/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1274e1a36c277f7c6606c149d25ce5295e184cbb09cd86a479b3d4b7d3df2b86 +size 1166664 diff --git a/neo_1month/data/OZONE/2013-11.npz b/neo_1month/data/OZONE/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4467b278eb398d87523ff38acf4f6aa837d0d91 --- /dev/null +++ b/neo_1month/data/OZONE/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccefe49cc469a25d0ca5b40f0410eadbf862c8f413730d6f1f2968d2a4f95cf +size 1166664 diff --git a/neo_1month/data/OZONE/2013-12.npz b/neo_1month/data/OZONE/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31b5bb8bd111de561f773dffe4f043cd3a8f7d4a --- /dev/null +++ b/neo_1month/data/OZONE/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d19c49e17dd08b5563e0cb620c2169db4841ae33ccc286cf8c9d9a78143b3eb +size 1166664 diff --git a/neo_1month/data/OZONE/2014-01.npz b/neo_1month/data/OZONE/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..baff51538e98ca3506432b3e2625ab6f5c882ce9 --- /dev/null +++ b/neo_1month/data/OZONE/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7635f1589deaea40ac6fcad4d00db08cf7f1ae57c6ada266b2de462ca9430c31 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-02.npz b/neo_1month/data/OZONE/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..32a598865cea5ab667de87a9590e4fc389a197ee --- /dev/null +++ b/neo_1month/data/OZONE/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed1954d16ced629ad889aaeba3e4e7edabc74f6850d1a612471e4792137c4f1 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-03.npz b/neo_1month/data/OZONE/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..66030dc309d7ad448f51b5080fefc2de8fef4e81 --- /dev/null +++ b/neo_1month/data/OZONE/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fac1e21360db36f49e063deb8ca65d10b9284f1f248222d2a43cf908c03179e +size 1166664 diff --git a/neo_1month/data/OZONE/2014-04.npz b/neo_1month/data/OZONE/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9da2007b8160eddcdd8b80805f314d6044fb2e49 --- /dev/null +++ b/neo_1month/data/OZONE/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a0d15e6ed2b70ee1fb21d98afc0ea4fa665f3ba11e86b076a7c39b90c8b12f +size 1166664 diff --git a/neo_1month/data/OZONE/2014-05.npz b/neo_1month/data/OZONE/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a99cc045d0534b791a933e2e07b39bbf0404060c --- /dev/null +++ b/neo_1month/data/OZONE/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d44dc3a9ef98ded9d4b8c0ed001f2099e3035c090a3a96790851f584c45ffa +size 1166664 diff --git a/neo_1month/data/OZONE/2014-06.npz b/neo_1month/data/OZONE/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1c1091f63be68c46ef46e6c5cde95e6bf656106 --- /dev/null +++ b/neo_1month/data/OZONE/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdbd96febdd571c97ef04949caa18b312c7bd3ea27c142583c19fa7ccf5e599 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-07.npz b/neo_1month/data/OZONE/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..64ea61e267b8d00ede5dfb1bc87a421972c73157 --- /dev/null +++ b/neo_1month/data/OZONE/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeebdd35440dc49aa6470d9e230dcf8caec8e09091c4e9cd56360f11612c765 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-08.npz b/neo_1month/data/OZONE/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c99de7e294c28437a86e65c97b6333a39713914c --- /dev/null +++ b/neo_1month/data/OZONE/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf13c9bcd12d851d7788cb6ba868d36798fbcd1de642c7f5fd068cfc1dabea5 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-09.npz b/neo_1month/data/OZONE/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d11c28f46c52c119e1d5d7e6aeda5efcf0045a80 --- /dev/null +++ b/neo_1month/data/OZONE/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f320e2b2cb7763a031d8e8bc1157e0f8cdb36dcb47782a0fdab3afb07d9fa930 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-10.npz b/neo_1month/data/OZONE/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..82402200f32bd2b36346a5fc30cd82c47a386208 --- /dev/null +++ b/neo_1month/data/OZONE/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e515f2f5d4da6134867eabe22e949b1b57d4f72d2533cc29f647725751befb +size 1166664 diff --git a/neo_1month/data/OZONE/2014-11.npz b/neo_1month/data/OZONE/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..854e246cac9afa9006f77cd63db7ad27b38f3573 --- /dev/null +++ b/neo_1month/data/OZONE/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb34406121da27ee0526157366f1325e5f824204d1ad7c04a3d285e761b6fd75 +size 1166664 diff --git a/neo_1month/data/OZONE/2014-12.npz b/neo_1month/data/OZONE/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f621b7968b33ece4660561ca7bf13a14379ebef1 --- /dev/null +++ b/neo_1month/data/OZONE/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529dc37b6d859a7004864c617e91a07edad1005f609650cb7c34ec562aace668 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-01.npz b/neo_1month/data/OZONE/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0607df8b5b4817aa97a4a841e6dfaefc47be1b22 --- /dev/null +++ b/neo_1month/data/OZONE/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91845c5ebb1ec1710e83ba90188767cb739baac11c80cd253b8d485574df59b5 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-02.npz b/neo_1month/data/OZONE/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..818f96be798c1202a453821b9e1183d8d00705e1 --- /dev/null +++ b/neo_1month/data/OZONE/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eed95b63f0ce443586328955c09bc4fe1478ea36c9fe38d0cd8b6e34a9820dd +size 1166664 diff --git a/neo_1month/data/OZONE/2015-03.npz b/neo_1month/data/OZONE/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c61dcc1db369082035b163c3122d6cac925c3d29 --- /dev/null +++ b/neo_1month/data/OZONE/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb01c0096738d96b7ab0c246466ac8cef7978b26c98b60dbd13f97eaf47b0836 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-04.npz b/neo_1month/data/OZONE/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a209c10ff76ee7b2c5e636876664736502043af --- /dev/null +++ b/neo_1month/data/OZONE/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a505357e100cdf160930a7fb85d5ca6c75f9c2eda7f7caec850d151870f01b1 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-05.npz b/neo_1month/data/OZONE/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1623b6e8fde7a627e70055ff0eea2d041d5ada2 --- /dev/null +++ b/neo_1month/data/OZONE/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09b1ec320edb5265b352ea7e488340be72d6a73f09b1495dfeb2e9790117e19 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-06.npz b/neo_1month/data/OZONE/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..edd0af259245837b22ddc797647b257269899639 --- /dev/null +++ b/neo_1month/data/OZONE/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a692d191792d1be3f1bf188f5794bf4f2cc1d98c0ad556fd190ca6bf1549bb8 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-07.npz b/neo_1month/data/OZONE/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..60a2e59706e963d730980fefce6c809c438233a3 --- /dev/null +++ b/neo_1month/data/OZONE/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a9e169a791c0185b218c8f439a08ecdf61d17fbf5ef38192f019a3c865d3d3 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-08.npz b/neo_1month/data/OZONE/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a184ff8f001501d25f504029402074e0dd28b08 --- /dev/null +++ b/neo_1month/data/OZONE/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f371ddda35c5da8388449d052ff0946e8fe939d7f25922b74157131e9360134 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-09.npz b/neo_1month/data/OZONE/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e9fa8f83f550d73c742c29d5f2129f2d11323c5 --- /dev/null +++ b/neo_1month/data/OZONE/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4602858032ff78fd73593241227d768500cdff7d318b50c37e9596ff5833cd4b +size 1166664 diff --git a/neo_1month/data/OZONE/2015-10.npz b/neo_1month/data/OZONE/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18707f5fa444ad22d2cca504e775e1dd426f5f5 --- /dev/null +++ b/neo_1month/data/OZONE/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7166aa34885c40ffdcf9f30d08af701223bb03afac69edb1cf44a4d945a4de8 +size 1166664 diff --git a/neo_1month/data/OZONE/2015-11.npz b/neo_1month/data/OZONE/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e562007f62645fe98da8e7e4d0714522e71a6ed --- /dev/null +++ b/neo_1month/data/OZONE/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d269bb4610da6fd46d025e1f4d0fa624ac54a668f40f8fceb5c90fbb2a7affb +size 1166664 diff --git a/neo_1month/data/OZONE/2015-12.npz b/neo_1month/data/OZONE/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..75e8ff5de4bf3fa56963d9b70f0ad75e0bb6bf73 --- /dev/null +++ b/neo_1month/data/OZONE/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22639935b3a178e63df26c46cdf0051a3c54da396857e5f7bac9cebfa48fed47 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-01.npz b/neo_1month/data/OZONE/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4329485e5d377cdc7466c90b3a3e60d52630088f --- /dev/null +++ b/neo_1month/data/OZONE/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190476e8e7cb5623a42347b0c4f056e525ad69f76dcd042027f37db03d085b67 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-02.npz b/neo_1month/data/OZONE/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..df070f85d4b8841ae9ea120c43744947d8e157ec --- /dev/null +++ b/neo_1month/data/OZONE/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5534cfe8bf2264586b33d684e7e0980c0516ed5a2ea8df7a211455d2f189bd11 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-03.npz b/neo_1month/data/OZONE/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d592af6a384dd559cb4ffc58f43c970686c055e0 --- /dev/null +++ b/neo_1month/data/OZONE/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c431eb1635790ee699e2c407a41e89b99718a6a8e35eff999f2cbbab3c2ca844 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-04.npz b/neo_1month/data/OZONE/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c04c765b4d0072b06376b40d766da8088895748c --- /dev/null +++ b/neo_1month/data/OZONE/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266a8338575a1d66d1d96bf49ab2620d158d713a1a7b03a3d26380d14b07067 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-05.npz b/neo_1month/data/OZONE/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..971b431e5dfe3358832aa1a2eeb77516d7a82233 --- /dev/null +++ b/neo_1month/data/OZONE/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dff82cf89e43ac789f1a46583b895bf5040b1747e6ee33ab5ef3b384435c379 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-06.npz b/neo_1month/data/OZONE/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ef3ff3ad028e5b7eab20ae6cdaae35e7aec249a --- /dev/null +++ b/neo_1month/data/OZONE/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c2cd27a9dee554cc4111885625f19e4f94f9da799bfc84cd31ccfea3535456 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-07.npz b/neo_1month/data/OZONE/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4fd31278301ff9775c1451894376cfb64f03ad9 --- /dev/null +++ b/neo_1month/data/OZONE/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150a790bc41f339ddad396ac31b23c83c7caabd50a1e69dcf398a3a1aaa496d +size 1166664 diff --git a/neo_1month/data/OZONE/2016-08.npz b/neo_1month/data/OZONE/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a76df8d9b970a1624f7a7f708df9c86aedada5c9 --- /dev/null +++ b/neo_1month/data/OZONE/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992fd3daa05398f523f6ab9da06640cb742998da35c5a9bbf195c040f4b7aa93 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-09.npz b/neo_1month/data/OZONE/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8cf2e7cfc824bc7fad9ea62be7878040e5b5750 --- /dev/null +++ b/neo_1month/data/OZONE/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8839bd20b1d47b3dbdea9512841ce93281a8f9053575c11b33bb2c1f8a27715a +size 1166664 diff --git a/neo_1month/data/OZONE/2016-10.npz b/neo_1month/data/OZONE/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4dd819754321210aa1e6a0a09b9668bbd603fe5 --- /dev/null +++ b/neo_1month/data/OZONE/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b373dc408c0d3c7a51ad513b4ddc6ec5099b229e661cbf993bf9e38ce37d64ae +size 1166664 diff --git a/neo_1month/data/OZONE/2016-11.npz b/neo_1month/data/OZONE/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7ef3b5664709e17840761fd76525ccb8c3c1345 --- /dev/null +++ b/neo_1month/data/OZONE/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16136ad25e8173b4b4f0f26bec14064f5d62f0388eb5dbba599a49e2ac49d8 +size 1166664 diff --git a/neo_1month/data/OZONE/2016-12.npz b/neo_1month/data/OZONE/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..13f3b5d64b864283b76a580b99b4342350ce5eec --- /dev/null +++ b/neo_1month/data/OZONE/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c3e564236de2c3b1912b9a7ee2f57c03e2fde85c8b97f7abbb929b276fb437 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-01.npz b/neo_1month/data/OZONE/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2040d688ac4644e253ba5bebe2538c8ec914d93d --- /dev/null +++ b/neo_1month/data/OZONE/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412380ad86d01900301fcafa64739d352a488e222599cfe71a5e737f8a5a742b +size 1166664 diff --git a/neo_1month/data/OZONE/2017-02.npz b/neo_1month/data/OZONE/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8278223cc5d89836ec5fbf93138ee7a38c945677 --- /dev/null +++ b/neo_1month/data/OZONE/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7befa29d9eede40a57b6ab5e84d5caa1059d0c0abe01d01c98a83503dbd95d47 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-03.npz b/neo_1month/data/OZONE/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..249d56e5afb43ed534d14ad6008f8512f4123f8a --- /dev/null +++ b/neo_1month/data/OZONE/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be44db7d367979e31f7b2b28517032f5994fc76979b03e8456d05d82bb73e80c +size 1166664 diff --git a/neo_1month/data/OZONE/2017-04.npz b/neo_1month/data/OZONE/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e5d1bd6c1f29ee3073b917bf17ce133ba8d25f6 --- /dev/null +++ b/neo_1month/data/OZONE/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f745813384d1bc1e4376e9df8aff4ecd3c58bc5cbe8a36d916e6f860eb6a4814 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-05.npz b/neo_1month/data/OZONE/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd54cf5eaea5924f7dd5fd996f8a5ad69f45fba2 --- /dev/null +++ b/neo_1month/data/OZONE/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08c063b6f2d989fb58dede3644e92daf2c8d7e7e5d42b08045125f9228bfd1a +size 1166664 diff --git a/neo_1month/data/OZONE/2017-06.npz b/neo_1month/data/OZONE/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3883055012682b1e7ded19d7ae898b99a36c179 --- /dev/null +++ b/neo_1month/data/OZONE/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b2f6d4ad293213899ce03fc066cd015de502da5c3056673130dfcc4e032feb +size 1166664 diff --git a/neo_1month/data/OZONE/2017-07.npz b/neo_1month/data/OZONE/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3badfc7e684a54ec18105afcdd4b6e6c029f1efc --- /dev/null +++ b/neo_1month/data/OZONE/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26ec45113a629b85f87d2a02f2066c8abb6f82eddec582f237d1e21ed189854 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-08.npz b/neo_1month/data/OZONE/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac8a4b124ee71dfa757ece59daba2247b90a88a4 --- /dev/null +++ b/neo_1month/data/OZONE/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7626b5fe3399736b16a6a7d81a91f78916e08390a951751e74561b91979ac28 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-09.npz b/neo_1month/data/OZONE/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bdd2cd203b673b8d21a06a46fd260f68d186c38 --- /dev/null +++ b/neo_1month/data/OZONE/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b408cc1867847aa49e4d4bf90877735c619df82458e4d94057b0979ac1ab7104 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-10.npz b/neo_1month/data/OZONE/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7dc3de8190c5f5ba29ffea80051e8a7b583c27c8 --- /dev/null +++ b/neo_1month/data/OZONE/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8e0ca2a791982de324fdad5f6a55f209d5d5ef6a99fb600ebac79f7c0785a0 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-11.npz b/neo_1month/data/OZONE/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7cdae2123d60ff5ccba148df6517ea7a2244387 --- /dev/null +++ b/neo_1month/data/OZONE/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ce269742d890461972b5f90961e372dac805198ac4237d67555248dd75ee55 +size 1166664 diff --git a/neo_1month/data/OZONE/2017-12.npz b/neo_1month/data/OZONE/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..12bc7df3df312df6f060854012d0b57802ed2ba3 --- /dev/null +++ b/neo_1month/data/OZONE/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c1ae7e38cb11acee6229331c393dc47723309ed70a067ae68937742bdd769e +size 1166664 diff --git a/neo_1month/data/OZONE/2018-01.npz b/neo_1month/data/OZONE/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2a9c7fab1e561be8405f683c5136fce5b2bf932 --- /dev/null +++ b/neo_1month/data/OZONE/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c418092575ddfc3c7cf495fb7dc4551a00e20acf9f80c4387f3449f43ae1ac7 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-02.npz b/neo_1month/data/OZONE/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a85fe2ee83abbc79e6c40c0b920404ad8514945 --- /dev/null +++ b/neo_1month/data/OZONE/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a64107a22f6295ae9dfbe3315adc4e7663b8422c44e58c4a0e71eb8289e50d +size 1166664 diff --git a/neo_1month/data/OZONE/2018-03.npz b/neo_1month/data/OZONE/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..959d3713299f23897cc843a0e3aa63bab87e06bd --- /dev/null +++ b/neo_1month/data/OZONE/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72d953504993883292b42800053a79392d73c355c674dd21989e50bd11650d7 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-04.npz b/neo_1month/data/OZONE/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd3cc6900dbce9d93945d42ea855467fbc607c79 --- /dev/null +++ b/neo_1month/data/OZONE/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be6a199cac1084150c062258aa67a22491765dc731765750df9865163531dc2 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-05.npz b/neo_1month/data/OZONE/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..51f0ea7b9dd98777578fe4f91c0f2b30ab64b55f --- /dev/null +++ b/neo_1month/data/OZONE/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648c4381abd7c905b01e11aeed69db5d06f698ac6ed45163a9fde726539b7ce6 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-06.npz b/neo_1month/data/OZONE/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d0390ee72fc069046aa025975ddb92d695bb6af --- /dev/null +++ b/neo_1month/data/OZONE/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabe6fbdd66c598bc5d1015bbe93c36d4672ee571bd74533ac841a31d28116a2 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-07.npz b/neo_1month/data/OZONE/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..988ed3f5c890b0ba71377e086de3e15858a7d91d --- /dev/null +++ b/neo_1month/data/OZONE/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b156169037c12b88a6830cbc852bc469219849d37389fd492013cfdcc9fb75f0 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-08.npz b/neo_1month/data/OZONE/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..12fe82d35de745e7ff2d4c876001119b3b2dccef --- /dev/null +++ b/neo_1month/data/OZONE/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085c73df50e904d3466b9bff627998c975ed0319fb1ce9711ad9d96871395d27 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-09.npz b/neo_1month/data/OZONE/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8e765ddcedd5764c44f595cdd7831d21cda4b9 --- /dev/null +++ b/neo_1month/data/OZONE/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623d59c331d13df112d7704c5fa2b4348f919b57fd56bd5ddba6cea523eaad86 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-10.npz b/neo_1month/data/OZONE/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3fff81437eeaa79729d00fac991c92edb473f26 --- /dev/null +++ b/neo_1month/data/OZONE/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde7088c9b1b156b150d298191433b0ae0878c122c2014b557df08e73b2b3f5a +size 1166664 diff --git a/neo_1month/data/OZONE/2018-11.npz b/neo_1month/data/OZONE/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0019e9518af3948e925e5a99d790b009069e9d91 --- /dev/null +++ b/neo_1month/data/OZONE/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a995af340b414a789188caebd380169bde17ffd69b34672cb6abcedbeb149747 +size 1166664 diff --git a/neo_1month/data/OZONE/2018-12.npz b/neo_1month/data/OZONE/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..40f8c0fe622653eb65e703b8fd490971c46f8265 --- /dev/null +++ b/neo_1month/data/OZONE/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31742b215d299c7007b3aad16871a2b3f24fce164e83077026d651e7fe4769d2 +size 1166664 diff --git a/neo_1month/data/OZONE/2019-01.npz b/neo_1month/data/OZONE/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..629f1e23ae2a0f702f3ecc78f919b94d20ec24bc --- /dev/null +++ b/neo_1month/data/OZONE/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7baaa9fb699da823c43cf8f2737d247d888adcbf5c0c5094699460660b9f2399 +size 1166664 diff --git a/neo_1month/data/OZONE/2019-02.npz b/neo_1month/data/OZONE/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..128b3fd3170f10392303e3a79bc2127947499339 --- /dev/null +++ b/neo_1month/data/OZONE/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217a0f7f6c4fad88509d21de9fbb7a07e44c5d9d7229d5b00b520665b28191c9 +size 1166664 diff --git a/neo_1month/data/OZONE/2019-03.npz b/neo_1month/data/OZONE/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..19ec95721c4c25fde285c9323c1641bee857910c --- /dev/null +++ b/neo_1month/data/OZONE/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d480227f858180cb1437d3e8df0b8ee9bba0dcc222de83708a025bd2fafcba +size 1166664 diff --git a/neo_1month/data/OZONE/2019-04.npz b/neo_1month/data/OZONE/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5f13b7719e643d648ab48553057b97169e044df --- /dev/null +++ b/neo_1month/data/OZONE/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43285943176b7f8d9ad191f880745b73e70fe3a9bf6036c9d5914a3b0bc07089 +size 1166664 diff --git a/neo_1month/data/OZONE/2019-05.npz b/neo_1month/data/OZONE/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5915888f0b79f09626236e084b2882e0c617fd13 --- /dev/null +++ b/neo_1month/data/OZONE/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6b56f4ba9adb21c31feb57ec120229ff8ea782321c8b245bf880b8284c96aa +size 1166664 diff --git a/neo_1month/data/OZONE/2019-06.npz b/neo_1month/data/OZONE/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcd2794575169f6089c7f1112c5072d76f28efad --- /dev/null +++ b/neo_1month/data/OZONE/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9750736a174be72853d3931f63a44fcee70411908808840bb0238341500d28ea +size 1166664 diff --git a/neo_1month/data/OZONE/2019-07.npz b/neo_1month/data/OZONE/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb2eff31fc040e6df3a370bc4c5ea14d673d12ce --- /dev/null +++ b/neo_1month/data/OZONE/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddc7a67362b4f0860f710e0922b410dd23a87215d1522819e2155289243d58a +size 1166664 diff --git a/neo_1month/data/OZONE/2019-08.npz b/neo_1month/data/OZONE/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..371b08d09758b0e4811eb19b9853feb248ffc8ff --- /dev/null +++ b/neo_1month/data/OZONE/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4ead4175627e60590704f73a47b594574a2d94c5247de30a3138ed2df4bb95 +size 1166664 diff --git a/neo_1month/data/OZONE/2019-09.npz b/neo_1month/data/OZONE/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..812e041e92829636c0bb9368b8215dd89a0bc2c4 --- /dev/null +++ b/neo_1month/data/OZONE/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba9b69b028ff9bd1ca70a37c2d16a73fa8bd868a95f411d68ff5cb5e31fc851 +size 1166664 diff --git a/neo_1month/data/OZONE/2019-10.npz b/neo_1month/data/OZONE/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b93510679b52e62a5ffbde66d85d03743aae055 --- /dev/null +++ b/neo_1month/data/OZONE/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e1d581949a070be22fa931f4e638bc53b9aa3384c46299fbe77bccbd332e6c +size 1166664 diff --git a/neo_1month/data/OZONE/2019-11.npz b/neo_1month/data/OZONE/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f822fe41d746efcf6f7cefe1d38b2a6a1954e583 --- /dev/null +++ b/neo_1month/data/OZONE/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb941cc3149a34bf67c4574be2c6eeedaecf920980d88af07fa2a8d61c91daff +size 1166664 diff --git a/neo_1month/data/OZONE/2019-12.npz b/neo_1month/data/OZONE/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51396c5ff7e9bed1c0353999cc94578967d54c3 --- /dev/null +++ b/neo_1month/data/OZONE/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4761e6bd54ff42c448535e62b07ebcc9cac5f834b616c8a8a1b97cef490d27 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-01.npz b/neo_1month/data/OZONE/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..30ba3bb0fdbc7045f86261e59b3c5f97f75af7cb --- /dev/null +++ b/neo_1month/data/OZONE/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f512a4db1315f7081e6e1645efb756c6e0daa1f0e4752d25a942a4df332ad43 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-02.npz b/neo_1month/data/OZONE/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..095246d9b265619a9b74d8f92cba1fb873dd853f --- /dev/null +++ b/neo_1month/data/OZONE/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8efc674406ab17da407e7e43017f63a034a5aa438c86c8b5b60d41f577065b +size 1166664 diff --git a/neo_1month/data/OZONE/2020-03.npz b/neo_1month/data/OZONE/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a90566a17dbe7f80af020bc0e58d05bc7993e728 --- /dev/null +++ b/neo_1month/data/OZONE/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f611872e66e9b2494a314a99952c27521087b612f00b1f7ed83e147e311d23 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-04.npz b/neo_1month/data/OZONE/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..009453aedcce77463ecc0e51664656afb127dc98 --- /dev/null +++ b/neo_1month/data/OZONE/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94927379919e95378f0004d40a408c45252ad3336943e06cf00f6e02796472a0 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-05.npz b/neo_1month/data/OZONE/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd7e225e394fb70c103c8c9d8315e48546520bac --- /dev/null +++ b/neo_1month/data/OZONE/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77838fd2748e0d2ed0462c875353871277141d5369fac38f2f798a5baeb04665 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-06.npz b/neo_1month/data/OZONE/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fabd4bc98866b3fe7a52a68977a5e2840162e9f9 --- /dev/null +++ b/neo_1month/data/OZONE/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42ca6921c4737c062072934018adef04249a3ec14345171bdd941ee9e43b8d1 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-07.npz b/neo_1month/data/OZONE/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..58568e5d3b5cdabe5a9fb75d952f18e690aafbd5 --- /dev/null +++ b/neo_1month/data/OZONE/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5791bd76d8af92e9e8317bbebef982cc0909d0783bff71eb4b25cbc9f508bb0a +size 1166664 diff --git a/neo_1month/data/OZONE/2020-08.npz b/neo_1month/data/OZONE/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ce143fdb073613279be5ec4002fc0725a995d2e --- /dev/null +++ b/neo_1month/data/OZONE/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460e9c95c6cbcc1bae0c452ad2a563e226db47828c4c0785818ccd9e225bd2d2 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-09.npz b/neo_1month/data/OZONE/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..93b4c31ff71cca0180a1d6714b92b3de36ff1b90 --- /dev/null +++ b/neo_1month/data/OZONE/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d303224c976f1c27446498b4af4cb9f0958db5880da446e5db06e4bc439a4c5 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-10.npz b/neo_1month/data/OZONE/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cfa83d335ceeebbc62bc32e0fe4b15c07e160bb --- /dev/null +++ b/neo_1month/data/OZONE/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caa6fadc4e98e08b3ea7b059070f8a0df4b0da95bfe3d8d66cb668ccfdc5565 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-11.npz b/neo_1month/data/OZONE/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..af937de6475cac3348113a15804a40acf1c07ef9 --- /dev/null +++ b/neo_1month/data/OZONE/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a219aed183232b37388c796baac96c45651271e489ef99a26383e660c5c174 +size 1166664 diff --git a/neo_1month/data/OZONE/2020-12.npz b/neo_1month/data/OZONE/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2af6a5815b16e5fdf725d985b53ab82c4af52ad5 --- /dev/null +++ b/neo_1month/data/OZONE/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40904477f97ccf9987e76a42186014a95a970104dd85f71bcb4292614dc32bd0 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-01.npz b/neo_1month/data/OZONE/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..937e7177fca36d55f10c15e5682f13548945c9ad --- /dev/null +++ b/neo_1month/data/OZONE/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1caac6ea0261cd8cf472eb8489aac51d508d2c54d3e09aebc53568b03704c62 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-02.npz b/neo_1month/data/OZONE/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c3e9410ace2a41e84f4f01258cd90a84854c9fc --- /dev/null +++ b/neo_1month/data/OZONE/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb45fe5491c85a93b8ba9ec7af4b6f9116edc2627f65558e0fb4097ac60a8c8 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-03.npz b/neo_1month/data/OZONE/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa1052d7392c2dc4a1d419813a48fba5e0ba03a2 --- /dev/null +++ b/neo_1month/data/OZONE/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91436435378b64fd843d959b1dcb4c52d54d8b4ce77495752b89f974e29cefb3 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-04.npz b/neo_1month/data/OZONE/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..456464ffe69617e5411cab72b3e0c2e3ae3f78c5 --- /dev/null +++ b/neo_1month/data/OZONE/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f3dd82d640d2014f471df559a6ac930a293df7c4bfbbb1e7a6b375c05e52d4 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-05.npz b/neo_1month/data/OZONE/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..337448fd83d3881c4b1828aeec193032a5efbf93 --- /dev/null +++ b/neo_1month/data/OZONE/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5aeb448d2bd23e623403cb589bd4de5d63fc6daa7a2f32193e991da842041e6 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-06.npz b/neo_1month/data/OZONE/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3570446d79ebe5bebc6b0119784fc813da16e2c --- /dev/null +++ b/neo_1month/data/OZONE/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bffe83e199bf6d8231943b41bfc6e046858d35f7c339661257fa0460c47412 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-07.npz b/neo_1month/data/OZONE/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..08940a1537746ec58eaa1fc2ce9c9b1bd0ee4c32 --- /dev/null +++ b/neo_1month/data/OZONE/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ddaf489fe3f42769dcc187375a85f9cc71dbf72c1214fb36886c2ddf6ceac0 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-08.npz b/neo_1month/data/OZONE/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d44e15b478a35e82e89d975e28e134a5498c4e45 --- /dev/null +++ b/neo_1month/data/OZONE/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854c0e201d32052abf790127310c6243d3694bbca278a78a09e84009773b98a1 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-09.npz b/neo_1month/data/OZONE/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b5102447c57ba11859125327677e6f0a21a38c7 --- /dev/null +++ b/neo_1month/data/OZONE/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632033ec6d14b5c5d4ed7b6a53a679746c042038cf7f9a3a8195b5fc05fded88 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-10.npz b/neo_1month/data/OZONE/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2118555295dd5cfa88f5240037559c5492c8bf8b --- /dev/null +++ b/neo_1month/data/OZONE/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41a29bd25da2cd70c416cf5f101a2b9a25f50eada9aaff98d1ab919125d7fce +size 1166664 diff --git a/neo_1month/data/OZONE/2021-11.npz b/neo_1month/data/OZONE/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b6250359ad42de34acab7701302f5fecdc211c6 --- /dev/null +++ b/neo_1month/data/OZONE/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961f928e24198a2b3d75eccd49c87fd0f3fd21064bdda91f4b28509934e0dbe3 +size 1166664 diff --git a/neo_1month/data/OZONE/2021-12.npz b/neo_1month/data/OZONE/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eff5143976264965f19d06f1f6ba2f0cf003520 --- /dev/null +++ b/neo_1month/data/OZONE/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc8e33e8982dc93dfd498d7cd96ebcf6c1c6d0391cc31aefdbfef7dd5386122 +size 1166664 diff --git a/neo_1month/data/OZONE/2022-01.npz b/neo_1month/data/OZONE/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3d711c8323d72fc5c993f37197e8d307bd4a58c --- /dev/null +++ b/neo_1month/data/OZONE/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0fec32f73bd49b6e69db914b71f4ab3f2de78393227a658a60c65808d05aa +size 1166664 diff --git a/neo_1month/data/OZONE/2022-02.npz b/neo_1month/data/OZONE/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b390c03b7827f8a639e5fa20387cbec0a7bdd35 --- /dev/null +++ b/neo_1month/data/OZONE/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec267d6799fb7ebfaa89384768d0599959c0dd392f1e9ddbd8627e599b9a8a4 +size 1166664 diff --git a/neo_1month/data/OZONE/2022-03.npz b/neo_1month/data/OZONE/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e9e5fd611cca0304ecffdf0f62b70b52ebc6dff --- /dev/null +++ b/neo_1month/data/OZONE/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ff8728f61894b9742da093a146f0bfe844e7e7f940e30b3ace94fceed3f3dd +size 1166664 diff --git a/neo_1month/data/OZONE/2022-04.npz b/neo_1month/data/OZONE/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ade5eee73478a5c125826e62e6f5bdd4d120493 --- /dev/null +++ b/neo_1month/data/OZONE/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c3f5605619e0ad96c4e33233681832a8db5ccabc0d22238792094223b5479e +size 1166664 diff --git a/neo_1month/data/OZONE/2022-05.npz b/neo_1month/data/OZONE/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc42001f9c7346aed4bbe14ed0bb43fcfb483073 --- /dev/null +++ b/neo_1month/data/OZONE/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21e36c5d197d2393474cd6f861547e16ba1df957296197ee8012b915c8a8646 +size 1166664 diff --git a/neo_1month/data/OZONE/2022-06.npz b/neo_1month/data/OZONE/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fd77890c654455b7516c42a29395139f2316d5e --- /dev/null +++ b/neo_1month/data/OZONE/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0b03b38ea8f0a41b9e74dd4e3abca977bf4c399226dffa058fc676658af6b5 +size 1166664 diff --git a/neo_1month/data/OZONE/2022-07.npz b/neo_1month/data/OZONE/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5d87ae92898d375a03d809e1382c91d1c466152 --- /dev/null +++ b/neo_1month/data/OZONE/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdd3ad0edd076ec7653488e70b2a90159bf29108fda702b17594354fa868a4c +size 1166664 diff --git a/neo_1month/data/OZONE/2022-08.npz b/neo_1month/data/OZONE/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..710f4d78c5010627b201dac7c4e39db2f9fd1157 --- /dev/null +++ b/neo_1month/data/OZONE/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8266e4c33771b5fb002cdab726298d5c6577722b6c8ab5b6743c109fac3fa08a +size 1166664 diff --git a/neo_1month/data/OZONE/2022-09.npz b/neo_1month/data/OZONE/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..08bc8449d79165bd1b741b32fb31eb3a72e18d3e --- /dev/null +++ b/neo_1month/data/OZONE/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809df1a30ac839ee0f7ee58dcf8071e9fbbb5b9d610cdf073343492bd716f501 +size 1166664 diff --git a/neo_1month/data/OZONE/2022-10.npz b/neo_1month/data/OZONE/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f18513cf7c019048ede00b2acbf60c42e2b89634 --- /dev/null +++ b/neo_1month/data/OZONE/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420bb6de193d1306b7f7c0a92b736fda80380070363cec33d89206dada4db6ab +size 1166664 diff --git a/neo_1month/data/OZONE/2022-11.npz b/neo_1month/data/OZONE/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d341e9257e02c1e3b5466e884798963f0f6c308 --- /dev/null +++ b/neo_1month/data/OZONE/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723647f928ddc73ed2f088543929114b4e4b8a6dc339c50ca4157b8269c9a04c +size 1166664 diff --git a/neo_1month/data/OZONE/2022-12.npz b/neo_1month/data/OZONE/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea25afb53e5e950fc0a0704e66d3cf59be6ab73b --- /dev/null +++ b/neo_1month/data/OZONE/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb26728fdbda068ca09f5b55b4f32051bf649b7a44cd5e0e65a636b7f29e87b +size 1166664 diff --git a/neo_1month/data/OZONE/2023-01.npz b/neo_1month/data/OZONE/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..85651dcaa36fce91a86074c15b8d6de4bbc606a8 --- /dev/null +++ b/neo_1month/data/OZONE/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c400ee122e66521f0a4e0a64eba1fbefb969dc32769a6fe84103f6e80710bd95 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-02.npz b/neo_1month/data/OZONE/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2758628611a8556d36aad254fd6e48415a60f624 --- /dev/null +++ b/neo_1month/data/OZONE/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c91f0bc9136dcafdb0fccac07b425cb168999e4fe47afde47c82fc3da064a12 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-03.npz b/neo_1month/data/OZONE/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a32899f449aa2e34561c8bdcf98455acfc28e653 --- /dev/null +++ b/neo_1month/data/OZONE/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760af5760c20e9e730c59de6cb53cfc133ab9ed3f1f7d225faee7dde68680543 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-04.npz b/neo_1month/data/OZONE/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..37cdb7f8c6354daef5781562b9786a9f4d7a1c80 --- /dev/null +++ b/neo_1month/data/OZONE/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590be39818d67304dce696e786f858d886fcfdb74644ccbc165cfedf629ee4e1 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-05.npz b/neo_1month/data/OZONE/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..89e801289e64843b65dd94ee073a3472bf282dee --- /dev/null +++ b/neo_1month/data/OZONE/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5984a41140fe2cd5ffe46fe6a047deb7a97727667e9a638c9ff5572aa9c789d4 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-06.npz b/neo_1month/data/OZONE/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..40e21d1507a9a869cafd0caaaa791a634c945604 --- /dev/null +++ b/neo_1month/data/OZONE/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e65a9ecbe145fc4041e8ffefcadc3409478f3dfaba504a0203899c307a67fe +size 1166664 diff --git a/neo_1month/data/OZONE/2023-07.npz b/neo_1month/data/OZONE/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc1221c562967451434d56688643217c612bfe01 --- /dev/null +++ b/neo_1month/data/OZONE/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ff55eb69b612af4278c48cc7c0f363b6fa89114b51a69c9449f06d639b2f7a +size 1166664 diff --git a/neo_1month/data/OZONE/2023-08.npz b/neo_1month/data/OZONE/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..22798b38867762206c3b338c6d85fb0f2d3191fd --- /dev/null +++ b/neo_1month/data/OZONE/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268d3b15ab772af58d0cfd08795e686b8b61595635be1c2c1d1f52e58c036f59 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-09.npz b/neo_1month/data/OZONE/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9f08079c2325972cfcde7904ad8fcea3aa46ce5 --- /dev/null +++ b/neo_1month/data/OZONE/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed6f5c5905e4ad1a2a95993122593e9477fbc8b1e9491e2e783c37776576c56 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-10.npz b/neo_1month/data/OZONE/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b108a6e3e840e5e8e99dca2070d56fd5d01864df --- /dev/null +++ b/neo_1month/data/OZONE/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c77e8609740b6779ee2c650823e7f21f7717839b6049b14b50926691c09008c +size 1166664 diff --git a/neo_1month/data/OZONE/2023-11.npz b/neo_1month/data/OZONE/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ba988c5a78db07eb92e963d5f67c4b82327af0d --- /dev/null +++ b/neo_1month/data/OZONE/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782324803199513815e6ed6212296c5cfbfe2ff2188950f01410a270ce63b831 +size 1166664 diff --git a/neo_1month/data/OZONE/2023-12.npz b/neo_1month/data/OZONE/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..856ba4ac495b47e8282c4adf4beccde52bde1ae5 --- /dev/null +++ b/neo_1month/data/OZONE/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a22e36a156aec62ccdb9507822f1fcbadfa71230c373c4c42fc93276647d1dd +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-03.npz b/neo_1month/data/SNOWC/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e69f48a06904974820a87f5c53a61d6727890ef --- /dev/null +++ b/neo_1month/data/SNOWC/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403d370de080bb8f77c95a4b70b47618da620ccac900476d5b50915de1a9983a +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-04.npz b/neo_1month/data/SNOWC/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..31a992ebea15f51f7db6e6a0e82962077cfae9de --- /dev/null +++ b/neo_1month/data/SNOWC/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e436112e1639e9a86ea64ee75efadc76f15c05ea0b1aa0457dda35bd61d9b03 +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-05.npz b/neo_1month/data/SNOWC/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f93fe8d440a097a22e6a51bf65ca7db371630908 --- /dev/null +++ b/neo_1month/data/SNOWC/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897c6a01421c9c86cfa0c264d1e993feafef60ae3da3af6d4cfb6502bd4ae189 +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-06.npz b/neo_1month/data/SNOWC/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..85d02d19b15580ffbf9ddc20aba7dfedc34c86a6 --- /dev/null +++ b/neo_1month/data/SNOWC/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3903e0599b677e8cf9aed82ef3fe9cc539001f3b1e4b407724924d858d54834 +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-07.npz b/neo_1month/data/SNOWC/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac94aec107e73b1e75be8d928ef212c029900d9c --- /dev/null +++ b/neo_1month/data/SNOWC/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c2faf1e22a8be10ce74ccaf576a41167fb98f226791da08cd0f174bc88aa54 +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-09.npz b/neo_1month/data/SNOWC/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd1252181b6b918c9d588095ed62f585b5d9576 --- /dev/null +++ b/neo_1month/data/SNOWC/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9b1f6ef1f5cba0383cfb40067620789ee6aa988f5909a5d99d615b35d53fdd +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-10.npz b/neo_1month/data/SNOWC/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..74a709a5d4746c48ffaa514590a4550a6fe33fff --- /dev/null +++ b/neo_1month/data/SNOWC/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c57ca1d3eb2b088b1dc189e09bba8156b45351d093b9d1d59dc930a4cfea829 +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-11.npz b/neo_1month/data/SNOWC/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c08378729858adbd3ae9c259eca5c861ebb91e9 --- /dev/null +++ b/neo_1month/data/SNOWC/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8848c541dba2dcca81bb6647464375bd3f08d30d6a416b492b8911d79fd291ff +size 1166664 diff --git a/neo_1month/data/SNOWC/2000-12.npz b/neo_1month/data/SNOWC/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..77b2e7b8504c645fd459393e8dc08ef046210da4 --- /dev/null +++ b/neo_1month/data/SNOWC/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a96257104731d3695338b08402729713f65050d3b32221cbef45d0bbfb70180 +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-01.npz b/neo_1month/data/SNOWC/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..84c520ceb18b141649a904540657efa8aaaeb857 --- /dev/null +++ b/neo_1month/data/SNOWC/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed89a31f824f92d63472df877cb8efb76aec9daca3192361688b317eeda8736d +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-02.npz b/neo_1month/data/SNOWC/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2bad16f41a82c3abee552fadea4406b0f2b022d --- /dev/null +++ b/neo_1month/data/SNOWC/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a23f65462504118c6080e3b282c7abfa3a9dbb05fbd4c2853d7a10b6b96b05 +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-03.npz b/neo_1month/data/SNOWC/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4407da4eda4bf288089547b9aee850684717bc95 --- /dev/null +++ b/neo_1month/data/SNOWC/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af306b2b6f0439c07345821d1fe6e093d755ebe751b8a1f4de32ebd1d27e984f +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-04.npz b/neo_1month/data/SNOWC/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43bf2cbf09f33d6d181b64571ceb14aa88ed0222 --- /dev/null +++ b/neo_1month/data/SNOWC/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a9c342577b75b87713a22331604ca6955a25bfd18455062de9862e1ee1c442 +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-05.npz b/neo_1month/data/SNOWC/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fa362d4090841d8e04d1b22ebc452d4719f7d7e --- /dev/null +++ b/neo_1month/data/SNOWC/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5999258fd672f1d82c2edbd42645c078666ecc1011a2d05a6d31ea2aad1edfdb +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-07.npz b/neo_1month/data/SNOWC/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..20602990f933c6a80c046761432d7f585500c4fd --- /dev/null +++ b/neo_1month/data/SNOWC/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e14052f97678bd1457c57328930e3e7db4b0fcacafb1eaf77256ad634071e7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-08.npz b/neo_1month/data/SNOWC/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2836c5c9e29a2e618001b9af10c53a41061d078d --- /dev/null +++ b/neo_1month/data/SNOWC/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8f4f51ca584c948644d9511a3759f32b509d3f44af4e776fe782cffec88ee8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-09.npz b/neo_1month/data/SNOWC/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f60e63dfd612c1008b11627fcf74f965d35f4cc --- /dev/null +++ b/neo_1month/data/SNOWC/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f3488e19c49a1d6b5efad513195c6c209084732f0f5eb792249c79bebffb2f +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-10.npz b/neo_1month/data/SNOWC/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..912e1f31b27b79ac266a9339f6d6bf8f929d9b62 --- /dev/null +++ b/neo_1month/data/SNOWC/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e79a6114ae17ca9376224c12361dd58c094f07d8c6b9cffcceed817cf90439 +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-11.npz b/neo_1month/data/SNOWC/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..366b443446d228c04431eb91a8639e9a00027d65 --- /dev/null +++ b/neo_1month/data/SNOWC/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1795711066119fb8fca400093175f5f4b293487e5072f0cec44dd390ff64de8b +size 1166664 diff --git a/neo_1month/data/SNOWC/2001-12.npz b/neo_1month/data/SNOWC/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a17803dcf51d5a23da38df7e33d007324d4b9a2 --- /dev/null +++ b/neo_1month/data/SNOWC/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c991c119e963be842628994418cdee65d43441d472559d3bdc733edeb22ab691 +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-01.npz b/neo_1month/data/SNOWC/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..803157f06bef69c7e00a88f69e062614de37e77c --- /dev/null +++ b/neo_1month/data/SNOWC/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cd91ebcb564862f69615703e225a375ddb43c6db8e6ede1cfd00fe26048eb4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-02.npz b/neo_1month/data/SNOWC/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0242613f931e842f2ca5e8b50c674b2ee670b6b3 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76089934dc0cfd235b48059216080162bfabdb6344a2becaae6952877f98be6e +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-04.npz b/neo_1month/data/SNOWC/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e7563146d273763a9b5e6b0394415f0dbed66a1 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb87b43b63a366b279022f0800737127861d829754bd3d5be9b32afe55d20a8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-05.npz b/neo_1month/data/SNOWC/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3de29ac9a9942b4a45d298d51ef04abef272991b --- /dev/null +++ b/neo_1month/data/SNOWC/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddb61cfc5643fa287fa3982b7cc4ed47bc8ef4acb9f92f223ccfd9f96e3958f +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-06.npz b/neo_1month/data/SNOWC/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..68c8716e4319fe9247dc39774774e2f61539f710 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf83010e047d105c6a072a039c7691c99ed2feb66c626ed45e657a1816feee3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-07.npz b/neo_1month/data/SNOWC/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..67e7325de4d867461fc10984b226f9e43a2276e6 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5893796632bbbc7cceebdd9c25cb6d54f4e1904a700d1882fa8cebf10b4484ed +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-08.npz b/neo_1month/data/SNOWC/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6471a59efe3bef267dd9b7028d99d79cd6f50690 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5755db208a3660f25a83a02a10eb0c02c78b3975615ac476cf894b43af9578 +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-09.npz b/neo_1month/data/SNOWC/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c94353d29f227c5f6b6554d8ece7847ddd1b87ef --- /dev/null +++ b/neo_1month/data/SNOWC/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb21220047c4c2e188c5a3896da313435db46dee14b0ea2e1cfbd25ae3ed90fe +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-10.npz b/neo_1month/data/SNOWC/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d58a9e07bea200fc80cd8506ba8a5bb4872fec1 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d82c61b28316685a486eb69673d6db0a22d6290269609405e5b5654a6d90ab +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-11.npz b/neo_1month/data/SNOWC/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a96a496e7e4d6f6a7712bfbe57b5a8b009f765d --- /dev/null +++ b/neo_1month/data/SNOWC/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd486f3df6bd835a929ec0b5065e6cbd879c376dc60faf6e82d183b1641a0ba3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2002-12.npz b/neo_1month/data/SNOWC/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..82ad5838ef160f274d14ecb1083820c2bf68f428 --- /dev/null +++ b/neo_1month/data/SNOWC/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0fa42d444ccff3a28150f2488c5865b3519bd86a8cc7e73c0e359bb48a89d9 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-01.npz b/neo_1month/data/SNOWC/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..abec5126e5d50db043e93daa4e2e4cc82569710e --- /dev/null +++ b/neo_1month/data/SNOWC/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88d9d871137a209b83a29a07aa3231c1fd852e37724ebc883f3db55ca1de828 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-02.npz b/neo_1month/data/SNOWC/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..28ab504056d607ec1feccba45b64ca8a607a3a8d --- /dev/null +++ b/neo_1month/data/SNOWC/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45363e53d47dd8aa68f206f22861d5a65c4d4d55ae90e0d07886f54ae470318b +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-03.npz b/neo_1month/data/SNOWC/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cc50a96add5cdd5747aeae3d9a916250b4fd759 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef4503501d47a0936aa6cda8b70d3650c13116d468d44874ffbf507be198564 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-04.npz b/neo_1month/data/SNOWC/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6318a9825954a59f688f05a04d2ec1cc28acd907 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b61e29307935d5ca6da12fd62619746b7d4404f40c93a52ffb3766bbca8660 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-05.npz b/neo_1month/data/SNOWC/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..efc8018b6646e680155cc9d1931671442b401910 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a43884d664dfe0a3281431d05cb8ea63d9ff97f9f79814d9fa18c46cc82d790 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-06.npz b/neo_1month/data/SNOWC/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c0c742ef0e5961a2c1ac2f02a5dcd00981f6ed0 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad1b902dd3a1a98052d45040d0c35318f9f64c6400ece63df4dcc77f5332bec +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-07.npz b/neo_1month/data/SNOWC/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..20d354d9af5f6cfeadcb495437f02971f29738c0 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0b71383ed473c22fbe67b3839a58fef1c48bc142ef1df5d7e9b606bcb84427 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-08.npz b/neo_1month/data/SNOWC/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad56f6e3a38312234758e0a1c6d766fb84b9ac75 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89f0a350c99e3dba077462145d236cbbdbb54a2eccc3865e5e52aba9c277c98 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-09.npz b/neo_1month/data/SNOWC/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a5f7e3408f3c4ddb9f174ea15dc523b91e1bdf4 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161a0cc0c36d49c562b0b971f6b0291bf441bc2eca34a2a8041e1240c2436bab +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-10.npz b/neo_1month/data/SNOWC/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a769b19e499f89f4de7f8e380bf22597aaa729f3 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f0d978931a28bbd8aae62ae360990dec1d0a7fb69dca5863fbf1a60246bc63 +size 1166664 diff --git a/neo_1month/data/SNOWC/2003-11.npz b/neo_1month/data/SNOWC/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..407025c464db0937d55c1b047398cef6c798d577 --- /dev/null +++ b/neo_1month/data/SNOWC/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf9a2ca3a1e54edb333a14a04fc1cbd21bd2842112fcffceab3f8801d143021 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-01.npz b/neo_1month/data/SNOWC/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a18b0b829787f493576ac313bef35c7728915d9 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a236bba5303eb79124d31d0171bbe434f3f43d0d058e0db1275ac9d83d32d7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-02.npz b/neo_1month/data/SNOWC/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef7138aa80abf01d01ba1db1f29d541d5ec56c62 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff2cd3862f2f3df49ac8d966517f522fb7d5c9b88c7a9b00ef650b1982dec2e +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-03.npz b/neo_1month/data/SNOWC/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..022deaab48f88960b4c32b09f3cc71c1855b2926 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080851b16c8ff2ad90a098d34ddb5c92157ef59b49c4f413325e6a933fb3adc0 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-04.npz b/neo_1month/data/SNOWC/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c067da8a16ccf668f78bc322402452107d1d303e --- /dev/null +++ b/neo_1month/data/SNOWC/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dd279fca596fe9931ba767f72584a85b815eb827e428f849321b413b725b1f +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-05.npz b/neo_1month/data/SNOWC/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..033c1fc206e34950d67d2f021804c75755d6109b --- /dev/null +++ b/neo_1month/data/SNOWC/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688d2a6a5ef7f640d419885df43bb2517a0d661ee4868b119e791a6c12ecd033 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-06.npz b/neo_1month/data/SNOWC/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..46d36b04d5dfdd6e13eb3a863e95c2a56667af65 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3600a762c8394c71fc8c02a61d2a5b26c2bf60ab464ae60279f7b255b3201aae +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-07.npz b/neo_1month/data/SNOWC/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a66cf9e7ccdbbbbaeb5c0970a8c8971ea744a6aa --- /dev/null +++ b/neo_1month/data/SNOWC/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a1c9827618cbdf9d256c41a04e859f1630a63a420396c1e12ee85276659b18 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-08.npz b/neo_1month/data/SNOWC/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..27d71b7bb31a3fb69638bc5dd505bf603a358e34 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844196d72e689e7efd5230b5f05f0cc2afde4e1ebd484fff1532c869b1e1d00d +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-09.npz b/neo_1month/data/SNOWC/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6552bea8c3a878915f40a448e518b3cd417419e8 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b649ceabfc63a1c47d53f33044c2622ddc10d20962d1386e6b17c729e8a006b +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-10.npz b/neo_1month/data/SNOWC/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc6cdb8070a137c816435d1a7b3c32501e898ad8 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3d20ae5359ba5563a016f4f33ea3992b0918d0f31bb764ce5957969f126d30 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-11.npz b/neo_1month/data/SNOWC/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..05df09b7f33189dbd94405eb564476b1e8f7bd1e --- /dev/null +++ b/neo_1month/data/SNOWC/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55598efb92cc907a3864d90a119143c302575e40476198ba2da47f72a89ef935 +size 1166664 diff --git a/neo_1month/data/SNOWC/2004-12.npz b/neo_1month/data/SNOWC/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..68a97220500fe588c813c203625624bcd8b51326 --- /dev/null +++ b/neo_1month/data/SNOWC/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc548312c8dc6b88fe3a2e18fa005c79ece3344ad88553e077f8d29b4d462f11 +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-01.npz b/neo_1month/data/SNOWC/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca30a35e70bdb98e9604b1a66bf106b4b307807f --- /dev/null +++ b/neo_1month/data/SNOWC/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb7dcb4225803cb5174aede1bc3a86c90f76202c5f19f27191b325de8767dca +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-02.npz b/neo_1month/data/SNOWC/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d36cfcfd5c88fdfb2bdee262a18ec69bd1ec302 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508895685de263413906bf63b7a2614a5e95b63c399cfd4eb19509e6e52d9d87 +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-03.npz b/neo_1month/data/SNOWC/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6352133f5fab244969e538620cc79c8b4e868d92 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1650b31ae94852249d9bb7293bc7ccb4633329dcfb17282a0c0a8bf4c4687d +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-04.npz b/neo_1month/data/SNOWC/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b02ec95c5f6da6e849603f8082f6b565f653617 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb4598e76d1689c1e8d7161c3221eb6eb1fbb8b89c12b444fb36ff9b2fb887a +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-05.npz b/neo_1month/data/SNOWC/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecfaa1060a12f7898200cedb02bd7261031150ed --- /dev/null +++ b/neo_1month/data/SNOWC/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f171a8f377341f5dbafcad91a6762d43a42679b9c17b7d35520628222f7079 +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-06.npz b/neo_1month/data/SNOWC/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b50d5f003fb011482fbf9b6ac5b42fb5175b21f4 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b906f4f06132d240973ac09748d888fa9b903a6c07c9cfc2ad8b23857aa531 +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-07.npz b/neo_1month/data/SNOWC/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..68a5f0d996d326c29978e7ee79ebcb00c3ed6037 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50961da876ac43d05bae81b1e567cb6ba6886fe9750df949197bc59f73571ee +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-08.npz b/neo_1month/data/SNOWC/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4eba591c107f60830f59c5a7102b8da068701e94 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b863a1dd3ea148b2d906cde71c0417bf4c56b61271a6dba367dd83e0b211b4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-09.npz b/neo_1month/data/SNOWC/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eae843fd011eddf9b4a3b76d925053a6afe726fa --- /dev/null +++ b/neo_1month/data/SNOWC/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3a5ea920489c5086b692381c6d0ddb311904eec024915318a9e49af80539a5 +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-10.npz b/neo_1month/data/SNOWC/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a052784832fe92ba7e6ca999505d15c65015cfcc --- /dev/null +++ b/neo_1month/data/SNOWC/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdea802b4e40e27bff13d464581fa094d1ce977113a551f4c1faddc6e31619c +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-11.npz b/neo_1month/data/SNOWC/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..013aedd2ca4d8c95882571195c337ce01fad7c65 --- /dev/null +++ b/neo_1month/data/SNOWC/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd3ed99dc7d9f4d40d328c0a29bf900f0be49a0954c9626afce752f4e5fd9fc +size 1166664 diff --git a/neo_1month/data/SNOWC/2005-12.npz b/neo_1month/data/SNOWC/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ea7eab586755dd818b888526b6d99483fa0134f --- /dev/null +++ b/neo_1month/data/SNOWC/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6a34b87d0d20e24b8ba2909dbb6a203ccfb1cc0e1c1373edc7c07303303c64 +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-01.npz b/neo_1month/data/SNOWC/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..673825688bb0c0410bfe696ee08df150933e6630 --- /dev/null +++ b/neo_1month/data/SNOWC/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5863e759d0a872b27a661d38f3c95bcc227b49aee2b6bb8b93e0fa128215160b +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-02.npz b/neo_1month/data/SNOWC/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef947380001da9b8b26d7a3deb7f0586102bdabd --- /dev/null +++ b/neo_1month/data/SNOWC/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30769bcdd98625699d991cbd74083639699a70ac18fd531bfa845c9427b40dd +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-03.npz b/neo_1month/data/SNOWC/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..945959e2e074c250cb45b14fb0fd1dc63c78e987 --- /dev/null +++ b/neo_1month/data/SNOWC/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4378f6acf9be2c4de9ebe06d1033545a7b9b99bcb75554e85aeaa0cbd69809a +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-04.npz b/neo_1month/data/SNOWC/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4572f661f5efdebee546d7bf6791542b11fb655e --- /dev/null +++ b/neo_1month/data/SNOWC/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7f962a08886fc5cba3f088426a3970501fe90a6e4ec029ad3a964f894d810a +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-05.npz b/neo_1month/data/SNOWC/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb1a5bf787883687f0b8acf985be8c97d462d1da --- /dev/null +++ b/neo_1month/data/SNOWC/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946d3d7a210880ed98cf15d036a9d6105ca5b90a39374da7b042b6c6d29205f8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-06.npz b/neo_1month/data/SNOWC/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..44214ab18494413fc0a897d32831c49ee03299ed --- /dev/null +++ b/neo_1month/data/SNOWC/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8091f994ebc80ecc70902cd2f118fa5214a04d5abfe0fb59917ec42fcb1b8347 +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-07.npz b/neo_1month/data/SNOWC/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7cbbe63c17febbd1bee70eda009bd48224e7a4a --- /dev/null +++ b/neo_1month/data/SNOWC/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c439b10a4969d72e427dd7d804ac52c899f9dc1520dd33c94bad8d01929fefe +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-08.npz b/neo_1month/data/SNOWC/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa16472ad84577cb56d08898ed8767ac7fd08333 --- /dev/null +++ b/neo_1month/data/SNOWC/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d57f244f77dc50f9ba39a7f8680f2691b68c93f685345d2b45248b3fe6eca5a +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-09.npz b/neo_1month/data/SNOWC/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc5d044d91b346d9aa2306f125a08d7652215904 --- /dev/null +++ b/neo_1month/data/SNOWC/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a5babfdbcbf862c836f9c5effad1df11b433b55fce56ca841adefd6f309c3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-10.npz b/neo_1month/data/SNOWC/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0eba7b4b2f3c70c63829630b8d41a4de1ae7430c --- /dev/null +++ b/neo_1month/data/SNOWC/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6beb0f6cdbc36e26e792fc75f179530225c94d4825a20c1ba9c61e5baa872e65 +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-11.npz b/neo_1month/data/SNOWC/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08f08af089eccc5ff25396ca755e203dc0adcd93 --- /dev/null +++ b/neo_1month/data/SNOWC/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde8355e8c52f30bcdd580601a16ddbb92005b074826558e60ad4ca91e953847 +size 1166664 diff --git a/neo_1month/data/SNOWC/2006-12.npz b/neo_1month/data/SNOWC/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..edbd6e194a702b383d175fea03db443b682b8800 --- /dev/null +++ b/neo_1month/data/SNOWC/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3755ee243179e2f29dfcd0d36c522acd4932ae7878c98a1387a9480f9553aaf +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-01.npz b/neo_1month/data/SNOWC/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a3d338f2cd8758b0cb3693c9d1c3ab4da28f352 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479c84701707ac6b70dc9971f9674ac4f1441f768c7a1cbb0eab471e03c85133 +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-02.npz b/neo_1month/data/SNOWC/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..65f6718af78a288a43826d79ff4cb828a0e7ea6f --- /dev/null +++ b/neo_1month/data/SNOWC/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf1a041763c3b316abef900ab7f22be17ea9c5aa22ef84e8e31d64bd717a036 +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-03.npz b/neo_1month/data/SNOWC/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3fc57aeef627cc8f2da9a48fb64b02131057ffe --- /dev/null +++ b/neo_1month/data/SNOWC/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111b2ba15ac8100b91c875b219f5dc8584ab95f47414df0881c38cdf248f79d5 +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-04.npz b/neo_1month/data/SNOWC/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dbac8bd81246e54154e35d26b21cec8ded635a8 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f2ba6ba0bbc49cd6dab6644b2bb83b3e1b24bcf849e76537bf77e2a716ab7d +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-05.npz b/neo_1month/data/SNOWC/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3f6cc4377895b171b0fc672f791b9735b047120 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680c8ffe0bc988a4f019ac9b83b639180a5abf27297eea6825d72e4c412c1eca +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-06.npz b/neo_1month/data/SNOWC/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..76d3760310b1cb848d4630ea225349f04cb98f99 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fec1df6e1ab12b2f11072005e10123ad9f909f607fc1e678f0ebf88bad20ba +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-07.npz b/neo_1month/data/SNOWC/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb3c30a279c9bc07260df5511cac86e1b37f023a --- /dev/null +++ b/neo_1month/data/SNOWC/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb40840865a12702c31f728f58db37372853040667f8c09d65af3d7345b7ea11 +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-08.npz b/neo_1month/data/SNOWC/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eeb7bdb4530d9c4f9d4747a601402845094640c --- /dev/null +++ b/neo_1month/data/SNOWC/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8f632d8e906a8f514ede1e432fbe2d4f70841369b6d3a2fd46d57da7e4a712 +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-09.npz b/neo_1month/data/SNOWC/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..41bcdbdbfda841a30b1195d3168b3d9ca59f1c39 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecad477c1fd06c2df1c22dc9977dc993d1fb6de9763728357110a1355f7a406c +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-10.npz b/neo_1month/data/SNOWC/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..48e0b2bbc1680994645a401f7d511c2622740ae1 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620bb3e6c5e769d742171b4379ccbbd10cf08c724c074c60e0bcd20af37158f +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-11.npz b/neo_1month/data/SNOWC/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..300fcff1145a1233ba438b8b3aff136528d97350 --- /dev/null +++ b/neo_1month/data/SNOWC/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60f110e31890ee0481ee640151933812ab3501b7425485dea07c8eda247ae87 +size 1166664 diff --git a/neo_1month/data/SNOWC/2007-12.npz b/neo_1month/data/SNOWC/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfcd2bce03ae31ea7007433cbafd69f3a6f9bcfd --- /dev/null +++ b/neo_1month/data/SNOWC/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c3c74f8c0102589bccd9847435b9a809a7e2558115aa9332df9eb003fc5aef +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-01.npz b/neo_1month/data/SNOWC/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a087c7661865634d278c9d1f9552cc4f43fdc97c --- /dev/null +++ b/neo_1month/data/SNOWC/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55016d636042c972c5a21657a62778ad4d3209bd9e02d41d2cf1d5bcf4686d91 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-02.npz b/neo_1month/data/SNOWC/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..73e269404fd72d65c6bc4d6e58bad30fbc3802c6 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8f77bf5a95917565a669c6fad7c448266dbf875382c46739cdc8c443b72cde +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-03.npz b/neo_1month/data/SNOWC/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..de834023a22e05b2aa00efc104b7f648901ed7c8 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a9ad897630b80459f8a8f35ac63d6d0bb803b210f1bda6f34f0be17ed0e059 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-04.npz b/neo_1month/data/SNOWC/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4a10321b098b3f7a1f2d243bb91955cfff7f2d0 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56797eb36a42b4713fe17d1eebbe5f273baaa808f4d47941d9c9d03191a03cd3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-05.npz b/neo_1month/data/SNOWC/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6028489086ae45d0940d027680b005ef24fcd3f --- /dev/null +++ b/neo_1month/data/SNOWC/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0504bf5996f746ae45ab0d24d57437426e7da1d188bf47eaf48af91bc4e209 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-06.npz b/neo_1month/data/SNOWC/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbfe68784c1db229e3ed7edd784e310ccfc76a40 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246ee896bc0dcd0b9a2f1fc5097a9ca57c84cc17d04e6c9564a9173e203df584 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-07.npz b/neo_1month/data/SNOWC/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a062a70131b1704400b49c80035c549cdb3473f8 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79223ebf92d9f92b08291efc73221d0a3ce8250d8c1dced5a2ebd9290ca8f408 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-08.npz b/neo_1month/data/SNOWC/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5728aaa21a7fd0cb7e81e1e9fa538f6753e0e0c --- /dev/null +++ b/neo_1month/data/SNOWC/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d646fa210afe4a1617966805db22dba8112111bec6c79830917ae351e11c4c +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-09.npz b/neo_1month/data/SNOWC/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8edde8b9167860463dcf975eeefd390047aad38 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a55fd15213250fe9f01294a69dd150909f3af1a24e9a4254b37bb209a933f24 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-10.npz b/neo_1month/data/SNOWC/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac397c6f38b2c436c8920908bee9bc44d7805ba3 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963a1c29c4910dc698e6a4f74c60b2c35d0c255e3f90a0f878987fb28c2ac471 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-11.npz b/neo_1month/data/SNOWC/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..164cbc9d7d3b3c1eee34bdf11c1fb665b1f5577c --- /dev/null +++ b/neo_1month/data/SNOWC/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa05f2b59aefc97daae52d10d89c6be9f9d7c4ab93c115c36098a24695cc3b0 +size 1166664 diff --git a/neo_1month/data/SNOWC/2008-12.npz b/neo_1month/data/SNOWC/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e53e7505e7026d785ced132e9489d4944e1bc46 --- /dev/null +++ b/neo_1month/data/SNOWC/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15471174c97d70ae3af2f0d0342c86128eb6138613369e19899fd604b051d6f +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-01.npz b/neo_1month/data/SNOWC/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..70193c23538cb24f4448c31ed4ba7db8287797d9 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2627b7b018111834d941dbecef5663239237b23755f381277d39fb7afd71bd3d +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-02.npz b/neo_1month/data/SNOWC/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..676a0d4beea667582ad85be93fd386b266ddeca1 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c005b8f3eb868225e3e0c133df85c9cac5abaad37c202ac7f21298ee6cb7cd +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-03.npz b/neo_1month/data/SNOWC/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..732faf5682ac25b2c8031e7d27bc146b3cceaa1d --- /dev/null +++ b/neo_1month/data/SNOWC/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd27552b612dafefa6cca7330f0e7db1b889be53f17236640ff7b7af193c6f2 +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-04.npz b/neo_1month/data/SNOWC/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..95d54ab69b2014eac90c5dabd015c7a8c2fe0ec5 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0144f66f8eb0c2b1baad3988e1409291a9554375b2494fac330c38d474b2070 +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-05.npz b/neo_1month/data/SNOWC/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f3f74e046c6e8d82fa1bc87bf33b5f2e968b669 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426fa18e3788deaa6ec15d3cab15d9d68459e16861553f996006cabffdd3a592 +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-06.npz b/neo_1month/data/SNOWC/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..527ff5a5566c907563bd4130f7c561a22f87c3fc --- /dev/null +++ b/neo_1month/data/SNOWC/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd3e5f0692164cf06f515721fcba1b6d894e6f0611633f77f0c2c708e1cc17b +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-07.npz b/neo_1month/data/SNOWC/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..eda4c4b0887c5ee60db426b9e3fb1179c33a65b6 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e31cf7e3563339e7c2afbe24aaeaa65d24d5aaceeb755a0fee35fe17f64901 +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-08.npz b/neo_1month/data/SNOWC/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a74e5d1bd113db7abf3f503cfc8fc7682fc3946c --- /dev/null +++ b/neo_1month/data/SNOWC/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42093157a185984d406db7eb3951e0c46326a8bc6dfaf607ef6f16372db50363 +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-09.npz b/neo_1month/data/SNOWC/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f253368bc2a333bac956f8bebfe196dbb1e5150e --- /dev/null +++ b/neo_1month/data/SNOWC/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f447624b67846e00c899f4227c8f8045de482e93550cee62bcd92fb49fc6130 +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-10.npz b/neo_1month/data/SNOWC/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47fcb8a36367968d7363e914a64afac44d280cfe --- /dev/null +++ b/neo_1month/data/SNOWC/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73135daef01f378990b59d798befcc4f41ce2ed4b12ec6191ab6591885054d7c +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-11.npz b/neo_1month/data/SNOWC/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..aeaebde60877734585518caa3fbf88e66bcfbda4 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2925f0aaefa70252b876c3cf07a377737021761d37371b650eb8289d4d58cde +size 1166664 diff --git a/neo_1month/data/SNOWC/2009-12.npz b/neo_1month/data/SNOWC/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..818eda795fa7e9ce575ec253ef7a9b283172f755 --- /dev/null +++ b/neo_1month/data/SNOWC/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2687fc0b7dd42e1757b9aba5280b9e9ae85d599579ff25c83b0aec4d274a6010 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-01.npz b/neo_1month/data/SNOWC/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0b7472606bdc90a0593ad23bb3328296e648390 --- /dev/null +++ b/neo_1month/data/SNOWC/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0152fe7137c00abf9d56f17c0b8e126e725542cb92f7008608067f8cde27671b +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-02.npz b/neo_1month/data/SNOWC/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a5af7593957576390265060f65e938973a6739d --- /dev/null +++ b/neo_1month/data/SNOWC/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7700cd8274e04108a087213b19aec25525b77d8ea3f21ed7426c6b9b19bf200 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-03.npz b/neo_1month/data/SNOWC/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e68544f4184d4b92e4bf759d43a2796a00fbb54c --- /dev/null +++ b/neo_1month/data/SNOWC/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10116cef92284fa0c45fb618d865180839b647972ac1d5f2482a6aab10b9697d +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-04.npz b/neo_1month/data/SNOWC/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..98c4c719af194382b44a261218ec6bfec05fd0bc --- /dev/null +++ b/neo_1month/data/SNOWC/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7cfc2644b54dd311ea5f19f628da8b849727a2b304035ee62c78e3f24d83c8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-05.npz b/neo_1month/data/SNOWC/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c4f84b93b0e44f6ecbaa01cc51e27212e3f6fe0 --- /dev/null +++ b/neo_1month/data/SNOWC/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9b3a0c29fc813025d535ae08bd185f1ff636646839eb94aaa55bf477155613 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-06.npz b/neo_1month/data/SNOWC/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3eeb4885be027a87bcc4f1e6ed5c57760198e86e --- /dev/null +++ b/neo_1month/data/SNOWC/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c206e3efcbb9c6d8b92ae13ee14f41ad586c0bfef82997d543f9a62724069516 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-07.npz b/neo_1month/data/SNOWC/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..babdd0f33062d4a20b771cb24accecbb3c2df1d7 --- /dev/null +++ b/neo_1month/data/SNOWC/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517d9fb229131ed0196b32bb5d58f4a505d6c6f669d093f06754979baffc76cf +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-08.npz b/neo_1month/data/SNOWC/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..96fe56f98614640577ce4a6e429bfaabe3191b6d --- /dev/null +++ b/neo_1month/data/SNOWC/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f726b2578a96ee37d57c837d686d961cfe903452a1bd1f84396bd32d037d0da +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-09.npz b/neo_1month/data/SNOWC/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dc4ba411ede33d992a018fb8cd60456d1c0198e --- /dev/null +++ b/neo_1month/data/SNOWC/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d22601d8122fabab24a8cdace12aa28fc2518c6b8cf7f6d448b72f61bcf03a8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-10.npz b/neo_1month/data/SNOWC/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd898b7862962e3c229be739e89836f90d21fa9b --- /dev/null +++ b/neo_1month/data/SNOWC/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2e0ab65cdabda2ebc9b2153e40d15896801b0542d8155145e78770105d3d75 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-11.npz b/neo_1month/data/SNOWC/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..aee089baf834748c3bf5a93b3858f10a435f4431 --- /dev/null +++ b/neo_1month/data/SNOWC/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bba23117f5c502359ad83ba506e94ccfe41fdf1290b0e59b2ba6d29a2b62861 +size 1166664 diff --git a/neo_1month/data/SNOWC/2010-12.npz b/neo_1month/data/SNOWC/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f7476611f0a76cbca31bc2aaf6fbed2f05db9fd --- /dev/null +++ b/neo_1month/data/SNOWC/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a626286d5e1e9a4dcaaa217c8b3b887ec454e26bcfbf9c3e1220ab1f78ef8a +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-01.npz b/neo_1month/data/SNOWC/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6533a4e0f57f6e18c1e32d43177f18ae7a10770f --- /dev/null +++ b/neo_1month/data/SNOWC/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5839c09837be4049a4fb00e7730a3eb5047f03c0f6be6e93282aca91f7793ea4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-02.npz b/neo_1month/data/SNOWC/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1765c9ab6c11f4cc1e3b8a33d159deff565dd802 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bda433e616391779173a6959918f48c3cffe3548cda9df3fb8d778cb821b72 +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-03.npz b/neo_1month/data/SNOWC/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..58e71ae9dcb43d331cd759fc2f22f3c0030d2040 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dca3cc64023fb94944ea193e7f428462bead3bf25cd232de035f04beba301a +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-04.npz b/neo_1month/data/SNOWC/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..66388b1aab3a9e2dfd01c7cfeda87141d36ac2d7 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5d1b627c69d7595a0b9c63549e400412371965fc8929967016ab34e1735cc5 +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-05.npz b/neo_1month/data/SNOWC/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f84c6aa7faf0233f5d521123dc980fe50d2dda95 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa80f641867e560961a5ccdcf90f88bbddf35f3057ca06e3f17f22076df6aab9 +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-06.npz b/neo_1month/data/SNOWC/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fb166b0ff3ef0051388ec6d9dcd6080c9882499 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2728be09dd174dcc542ab1ff5ada855c1e600172f2b397730c98c74e3fe6d6d6 +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-07.npz b/neo_1month/data/SNOWC/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f50f458f585d0a58e747609224e4c888dece311 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb5a24a1c024b6f8c6752e99e951a1071d546ac35aa9086c62d394917da06a +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-08.npz b/neo_1month/data/SNOWC/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..effc34a8b44d08a16c1d206b3bb5e5cd9a0a56fa --- /dev/null +++ b/neo_1month/data/SNOWC/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699647d820f6faa1f5105f7f2f6d942dd7f1b7754bc8ff5effb9e15527b5054f +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-09.npz b/neo_1month/data/SNOWC/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..36581f22fb48d8464c078c6d6e0a0ca74a6e0d47 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574b852089ac73cb2a2891619a0bdfd454f6e525f20d9c17f4b571972c24042e +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-10.npz b/neo_1month/data/SNOWC/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b899934761826b4bd40d1d4dc94ac2e0d3ef2826 --- /dev/null +++ b/neo_1month/data/SNOWC/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d7227bf393e23dfdfb20cc1d4181bd14aa2424a1138da56f96fdc50e642173 +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-11.npz b/neo_1month/data/SNOWC/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e6d7459c4ec17efbb3bdefba6d4aeb0c62aafaa --- /dev/null +++ b/neo_1month/data/SNOWC/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7119581997045f7a8d873dbbb3c404cd82675cfa38016056bf4196de2b0c51b +size 1166664 diff --git a/neo_1month/data/SNOWC/2011-12.npz b/neo_1month/data/SNOWC/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..185f4caf76085dcffd16ba40f5c8367fecdf030c --- /dev/null +++ b/neo_1month/data/SNOWC/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab616368453cc684c13a3a5d6909d5886b2c27598d9bc34e1a7f8575a18e4d3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-01.npz b/neo_1month/data/SNOWC/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..197802c5d33c5666475b0a9d41179f73efd65aed --- /dev/null +++ b/neo_1month/data/SNOWC/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b8b8de91973d96c8782bec79fd40b7594d0a96afe28e9e1c8160ebce505dc6 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-02.npz b/neo_1month/data/SNOWC/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9afb582900a3755b8a9c9f868587547c498dbc4 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad45027387c2ea3733c0167b9acf90524f105b2ca1712532698f52a737712c36 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-03.npz b/neo_1month/data/SNOWC/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f79a8c2503c92d80aa25efb5571750ca77b3bbfd --- /dev/null +++ b/neo_1month/data/SNOWC/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4210e0d50c2b9efb5f5cdc41b52957580e632961d7fc4c7eec19cb3bdd77f57 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-04.npz b/neo_1month/data/SNOWC/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..aca5c377271285c5b634b4cbdc01a4e819da1eda --- /dev/null +++ b/neo_1month/data/SNOWC/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc044467d64e4816f4fd47dde589367cf4604e5b3cb18d88b520beafa5eafcb +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-05.npz b/neo_1month/data/SNOWC/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6e80bee2194bd8cc6b1afe63af3449d75eca696 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840dfebe9005bca5dd5e7771726b6114bb9b71ea7a483c18814df22a57e4fa11 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-06.npz b/neo_1month/data/SNOWC/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0606167a4f47ba4f5b2ffbf567bb8fb21a0d879c --- /dev/null +++ b/neo_1month/data/SNOWC/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e1254af8bab05381f1c877cf6e7bb89311f3858fd8224671372f6cd98e3e3e +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-07.npz b/neo_1month/data/SNOWC/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e7be9e58b6f1eeeb23b6fb8327d1bcded660f81 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a2635a245bda54570b045e6d61e09abbaad2895fc80ec226f08cdda3a1f803 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-08.npz b/neo_1month/data/SNOWC/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5f18d0b1550c43ef402cd3eabc61cd65b2de531 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc91f890b93464073aa286a1bc9d7ff4d43204bb7df3c79a6fd9514af9186f4d +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-09.npz b/neo_1month/data/SNOWC/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7cec4aa035f657b75299438d72191f5d3f33915 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c896aa7127e7356bbcac33fe5c9ab36097bf88e3985f69da6359009b7074c288 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-10.npz b/neo_1month/data/SNOWC/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..485380321f3dd4dd0375358cc03e23e29c8b9938 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e272aa79f14ece1adfd4f13c6dfac2bb12e2a8c4b066a7c17d41e6d04881c372 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-11.npz b/neo_1month/data/SNOWC/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..519d4870b65151cdac27c2baf24100eabd3dcde7 --- /dev/null +++ b/neo_1month/data/SNOWC/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f8649ff039959c335a5bc2ab8315bbf9db8f0823beb2a4a1123814585c0044 +size 1166664 diff --git a/neo_1month/data/SNOWC/2012-12.npz b/neo_1month/data/SNOWC/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..93ec022c135a3c9b837b9bda02b9629a55bc341a --- /dev/null +++ b/neo_1month/data/SNOWC/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572ccbe5dc443b58f9d7e3623f1eb47744dd96d5371d72afca51192bbfcb3f09 +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-01.npz b/neo_1month/data/SNOWC/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebd4445680c01f68f66608fd0607d0ae354d620e --- /dev/null +++ b/neo_1month/data/SNOWC/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e412518bbf6316b85761aef61263e69a2a7d0ce2e72601b3aba65d0d9bd3b73 +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-02.npz b/neo_1month/data/SNOWC/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..78fc191df4ff0d62a23bcd13923f61a47f5ac114 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0a60308d06f5e037ba557630f0dc4aba6b1374ab62e0f8973ba10a28c48918 +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-03.npz b/neo_1month/data/SNOWC/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d2c33d087e5907d67ba8eadc3732ffc76e9c79a --- /dev/null +++ b/neo_1month/data/SNOWC/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4392ba950662d19e8555fd03bbac0d5796c8b310a76c86c977ef624cec6b27 +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-04.npz b/neo_1month/data/SNOWC/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e8a03fc92807de365f369d978e3a121cfd5a835 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce39b02e5dd3527e8c7b66963388ec23857b79dfb611bd4fa48b62369e58233 +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-05.npz b/neo_1month/data/SNOWC/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..361b935f2600f0437482701ea6aee71cd4d7b5ea --- /dev/null +++ b/neo_1month/data/SNOWC/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6644c18b27d96e988ebdebb6ac9ea2434e9da4de76d24d6541df2ed78dfe98b +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-06.npz b/neo_1month/data/SNOWC/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..036a579d27a96ed9c2248533a8f34fce594be386 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c5c7bc600ac08ebb4c491d8042b216244421918088c09b19f58589321807ab +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-07.npz b/neo_1month/data/SNOWC/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..64560ccec7d42f163b787d1aa1ce1a1ca549078b --- /dev/null +++ b/neo_1month/data/SNOWC/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2843b758591e63523a9345fc5efc69b514fc6fd052ea41d43c477a48c78eb1f +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-08.npz b/neo_1month/data/SNOWC/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3be2a2ab754f068e4eb87dc1abad19c75e75eab1 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4999e6982c7222134c48c83b8094bf3a6b81ff2f2b9abb3f087ada83af893 +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-09.npz b/neo_1month/data/SNOWC/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..75d4d3681c8da23982399bac414655973032ceb1 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47b8ffe65d07f3a1616d43f8f58fcc6f8fc30745a535f813b4c798c38db53ae +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-10.npz b/neo_1month/data/SNOWC/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ec92ecf002662832e8ac2848590d56d1d6b8c97 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87fe2527947da3349695c1f4077ac5e3722f992ad06a419f88f4264f6a52e3d +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-11.npz b/neo_1month/data/SNOWC/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bf53a5975da59db4323bee2dc4a2ca51b81c61 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a5d2a147f40060fbba1f40f7c98de96e669ed3cbf9caaf9d680903781ec82a +size 1166664 diff --git a/neo_1month/data/SNOWC/2013-12.npz b/neo_1month/data/SNOWC/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a8f8e81d562778d223b91e4eb5f98428705cce5 --- /dev/null +++ b/neo_1month/data/SNOWC/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dd827f3095098b6f2a7d476ec16cf17813a2eef02bf9cab6f34ab575f710fc +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-01.npz b/neo_1month/data/SNOWC/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdd5c4e390d3576f1e998d71fefa33c6da3e872b --- /dev/null +++ b/neo_1month/data/SNOWC/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f96e093eb071ed18bf815c4716391f5cd30edade092c351bdeacce2f49ce1d5 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-02.npz b/neo_1month/data/SNOWC/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..48c67ea29af1742889bac7320b6976460436f742 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd1d101fe89da9f54eca89cd164d0690cd4da397ff1272cff5ac61c6a691eaf +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-03.npz b/neo_1month/data/SNOWC/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..166988c75855bf8e1915ded5763ee26c4fb9902f --- /dev/null +++ b/neo_1month/data/SNOWC/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d52f19065c656c7deab7cc4769956bae95da58ba4b2d43099ca5b9b1a553319 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-04.npz b/neo_1month/data/SNOWC/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3bc6bdde41b0e4db49a3c11a8e59401549e432f --- /dev/null +++ b/neo_1month/data/SNOWC/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7471808a1dff3b9f8be3fcd360be23a9f4cad70dcc9e17d0ee0bb99907e05afa +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-05.npz b/neo_1month/data/SNOWC/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c66890664ada926ad944d0b7b9942985594ad01 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5a31e65a4a112e608a7bad3a48eea4d03b80ec5792680c6c5cdfa66f4685e7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-06.npz b/neo_1month/data/SNOWC/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..61020e3ae170fa5c8cea824ce960ba6228ed7195 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0df035d1ce5369be4b74e1794a43291988f967556a1cc770aef11caa667e41e +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-07.npz b/neo_1month/data/SNOWC/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e6f95117fb0fd2fb3a0c9513f8d415d52fddcb2 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd207040cace095c250417dd080f9512abdd51dda7ca7c34e8710a4679abfb3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-08.npz b/neo_1month/data/SNOWC/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff612fbc0284779a3bfd9bb727340baf58beb635 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dac888b72e078bd8f3c0b6bb836154c9388d43427790c96c328a3c71a2f8e97 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-09.npz b/neo_1month/data/SNOWC/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d774fbdb11f0d269b43783f24641f657fc3705c --- /dev/null +++ b/neo_1month/data/SNOWC/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760e98fae59a03b16c06226b00864248625362af21326c22955afcaa97f1eea7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-10.npz b/neo_1month/data/SNOWC/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..53ab421aa136a44a0bbbc8bfb9a5c5a5082b9dd2 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3671136ab3412d37646a9f4e93aa2d19062d6b892a3a2a7f08c97ba19795785c +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-11.npz b/neo_1month/data/SNOWC/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..61677a5a4d81603bc4e708126cea03c19975c512 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9cced06cd0a50f28e6ddcb97826dcc5c86ae9587c2aceadb2306ce9a182919 +size 1166664 diff --git a/neo_1month/data/SNOWC/2014-12.npz b/neo_1month/data/SNOWC/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3becd04093e93673d7b1daf4f8ce193cae9fd655 --- /dev/null +++ b/neo_1month/data/SNOWC/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341f7eb5cb432c8b1b7de62a743aa05fd25dd1863cf498a1be1c6335b922b03d +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-01.npz b/neo_1month/data/SNOWC/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d4a7735e141407174cca07e58bfa96634d6e12c --- /dev/null +++ b/neo_1month/data/SNOWC/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6425ab58904d839e942985de5c62836605714807d18e38f940ec5b63de530a +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-02.npz b/neo_1month/data/SNOWC/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5c63a524379cb81b78996da5a43d1958cc00777 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac2abd7fe2cb79f4d0d9fa40548474cf9b85ebfa3be899cbaaa3e6c4a12df27 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-03.npz b/neo_1month/data/SNOWC/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..843cd1a11332e31ee460e5edf5061ce3c9e62b57 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91672ea5b1cd57f5a5075ad1c93b3ca88b9d2d0f1c7389f334786a71ae8f1155 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-04.npz b/neo_1month/data/SNOWC/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d4cdcdd0475aef29bbb9a7dfe87ad77f631a0e7 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79232294181f106bdd6bc65e94d625a791191dd6a796579084ed227e1980d8db +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-05.npz b/neo_1month/data/SNOWC/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d87e76405c62fb6d7f4c485408d95cfdd9c296fa --- /dev/null +++ b/neo_1month/data/SNOWC/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5c3c31b59084a492049345be853bdb05e5d1771528f5587c70642a4ff2c00f +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-06.npz b/neo_1month/data/SNOWC/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4950711800a10138a151f4220d74583511eccd3 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b61707fd1129cfe022918319e4955e1805265621be82c486e67d4d242a40e0 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-07.npz b/neo_1month/data/SNOWC/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f770a7bd00e8db570671c65a40c88581e41b732 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ee5fb2b15a375f21dd70a3f8e20a166472d490d5d6dbca451a19a80f7da179 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-08.npz b/neo_1month/data/SNOWC/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7ce466480ffd877e8e2bce2c5c7bfb31bc3d41a --- /dev/null +++ b/neo_1month/data/SNOWC/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be4ed57b1b89b2f18b17127ca1ce9d802b164f6e1972bbb649a324a6636d458 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-09.npz b/neo_1month/data/SNOWC/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bec297df2d0918d5bd3714b2cba35d69bb742c5 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6853daceb7d1a65434907bf442a56e406153ad3e323977c0e2843d3c1dcc3545 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-10.npz b/neo_1month/data/SNOWC/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..923f55c3c1aecf1cefbaa5da1cfdbb92d3daefaf --- /dev/null +++ b/neo_1month/data/SNOWC/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0cacaaaa4b60e1c393a1b02c73f7368bc50d61758e818edf5a3187d63d23c7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-11.npz b/neo_1month/data/SNOWC/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f0041426816e7f8d10240754631e2ee51fb67516 --- /dev/null +++ b/neo_1month/data/SNOWC/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b947fd663b4776ae17d165ead330e4e7da1eeda231ef3a1f23ca146d470c7b3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2015-12.npz b/neo_1month/data/SNOWC/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ce9770464b695cd483ac5e523e739902778725b --- /dev/null +++ b/neo_1month/data/SNOWC/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d2c8eb20c69ce99305f8719ccbe557753ef864adbf51c344a567652193f52f +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-01.npz b/neo_1month/data/SNOWC/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..51729420deacdaf39f4a902921dac6d305732c07 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48372706fcabafc0375f560586ae5b4925efff89dd0e328b6d9a22d6b590bdcd +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-03.npz b/neo_1month/data/SNOWC/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff86a22ca146becb5c6edb7b96b4bbe66e8e03c --- /dev/null +++ b/neo_1month/data/SNOWC/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e8deee78bbfcdc4b75f156e79145adbdab03faa24329dee0fb69927c8346d7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-04.npz b/neo_1month/data/SNOWC/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bb237e36f8ebb6f11c3608d85e4234d5587a49b --- /dev/null +++ b/neo_1month/data/SNOWC/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe1193396d0cecc2b7a888fb255493a5568c7fef49b1bce14157e7a63ca20b5 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-05.npz b/neo_1month/data/SNOWC/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca9e5610bb320089538ec529c12be322eb6aefa8 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bc47b338c98d776a30b0d93e38970df21a7250a31e745c4b4507d723c504bd +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-06.npz b/neo_1month/data/SNOWC/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e78365aa9e9b69647307e06d3c8b542bc0aabbdd --- /dev/null +++ b/neo_1month/data/SNOWC/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9844cbd093409a2bfed25b9e343f6178e8da39b965b7e7f5e521a63432f4cb19 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-07.npz b/neo_1month/data/SNOWC/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5d89ae454c185c95b24520d6f86dafbd8ab8f69 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05675888c2e82d1ad9a75c83dd5a82c322b2386c01254c76b3a94a0af3dee967 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-08.npz b/neo_1month/data/SNOWC/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..060bcc22ae9f43c0f47aa4c0c5c47188b8ad9213 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f3b97141f4a8abd9e73fc2b26b85ff93e04456dd26d50b1de7fece49efd514 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-09.npz b/neo_1month/data/SNOWC/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f6102d607e79750cd63b6e953ff4f3ca5477987 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3065144cadc5e1bfb8040f4969ad0cfa9eaaf889421ca97cddf9a5c0eca864 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-10.npz b/neo_1month/data/SNOWC/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..33be4d9d50e638e11f2b706959ddc78d51316aea --- /dev/null +++ b/neo_1month/data/SNOWC/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bc342ef0b78655e7a4d53d927a85c796a39ba2f1ec52f086aef4287694b033 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-11.npz b/neo_1month/data/SNOWC/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc4ae84d2730e976050bb506146152c19681d282 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2210231d37a5729934fd4f243c205387de39146ef8cc359437e152424b6bf25 +size 1166664 diff --git a/neo_1month/data/SNOWC/2016-12.npz b/neo_1month/data/SNOWC/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..54a209c01d457e6fd900d49ddd62e1be2e6715c1 --- /dev/null +++ b/neo_1month/data/SNOWC/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591cd937cf612f30bb1f2c041058703ea910c98f2ed511212ad6532067a19abd +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-01.npz b/neo_1month/data/SNOWC/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a1f1aa1b29fc013e54638f0e7dccedc86110c0de --- /dev/null +++ b/neo_1month/data/SNOWC/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be16a7e0c064de86f2fe230e2ad3be2cf2bef824d8efdd70fe3eb50daff3276 +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-02.npz b/neo_1month/data/SNOWC/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..90880b536d4888387b12a52847ffd54becb3a459 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1f81cec5c1adc80775fdc02e3054f2a8f729e885adbc70dbae19808689b866 +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-03.npz b/neo_1month/data/SNOWC/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..870843f4a58a4583487deb53e75b47fad96e38ba --- /dev/null +++ b/neo_1month/data/SNOWC/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eb9f376002173598b7b80d30f2bbd17fb96db6d507a0a9910b8158bd262f04 +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-04.npz b/neo_1month/data/SNOWC/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..557ef52f7731a1c4f9877524dd8a4c4ae4895cd4 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907e5d80e8f3c37fc6239b7d4cd5e2ebf4a99054a8ea5ca10220c5d6f87fe60d +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-05.npz b/neo_1month/data/SNOWC/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..af8e387b85bd4ce6ef272c9e8dea3339acd26d93 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245ee329faffe48f73378b9c4d83a111c23fac933b460e10a992c2ba5c53470d +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-06.npz b/neo_1month/data/SNOWC/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..be7b5f9051383d45c31423dc807278b6d2678955 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e35a9081f1f7dd278cb006d6337ce0dc24d19766ce1a5064af3c14abf05c1b +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-07.npz b/neo_1month/data/SNOWC/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6be6a18213eba2dae03bd1689d6281e0c23594ab --- /dev/null +++ b/neo_1month/data/SNOWC/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669ed214def258bb3b2cbdd6c482f3794c91d46405959fa7fd50d706433d17e8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-08.npz b/neo_1month/data/SNOWC/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8fc6282da7bc857e34cf9e5c9cb53c30745bb18 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5303f71f829dbe46efc2c9c6c639cdaa156300f58f19a74a726514813bc229 +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-09.npz b/neo_1month/data/SNOWC/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f507c688d5536b7de39a6fbc04c9fc7e5bc3ae67 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf48ee802d26c72dc5d0f3331395498e0065e2dbf293ad64a97cfa309bc136b3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-10.npz b/neo_1month/data/SNOWC/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..84b58eebfa2dcb92a837deb59d6b382a4fc17b58 --- /dev/null +++ b/neo_1month/data/SNOWC/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5127d601116d556b7b09424002ec6ef81a38ba3b01857a2a7746fdbc3fe5b8e +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-11.npz b/neo_1month/data/SNOWC/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1564860afdd4dba679acaea5001827fef10bb5b --- /dev/null +++ b/neo_1month/data/SNOWC/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c757efbbb256b1f55ef38e08703f5818d02b5c9ec60f75b1f2ee71fdf9bf46a +size 1166664 diff --git a/neo_1month/data/SNOWC/2017-12.npz b/neo_1month/data/SNOWC/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..46431640b031d6237d18b4c04d43eefba9adc64f --- /dev/null +++ b/neo_1month/data/SNOWC/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56be4d27a60657ef65cb4b6df11f1fcccc54329fc846742031abd20fc428d348 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-01.npz b/neo_1month/data/SNOWC/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5815593756f93cbfda5ae05de78282beda6eb438 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1fdf8353f01781fc459c951e2d834529d2ee235f9eee14c882b442ec182cfb +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-02.npz b/neo_1month/data/SNOWC/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..47afbbc94f8d6c086ff294f40753afda80534477 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d840ab66079976ba145d54785a8d632374351765b31ddebfb86a87550d64a +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-03.npz b/neo_1month/data/SNOWC/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a9c3886a935e5f215035227cf910632f6cf4809 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca5915c00efbdd1d0ab64ed336be020f26adf9b11ad0777a5c9b9d5fffbc99b +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-04.npz b/neo_1month/data/SNOWC/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..287e00875d981e22411e76df15f6ba97326bd8c2 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d0de7849f481d28b7a0b6d20428a3cac9f5e1243363a5b3484f44d6bd4335b +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-05.npz b/neo_1month/data/SNOWC/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..159194aa1780afeab883a58d5087dbe8d0307594 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfcd76dcfc9e3da69111bf8fd2773b304c9c6b1606147d88ff419c31498bf2 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-06.npz b/neo_1month/data/SNOWC/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..02b057e1dff81bae7c3e75ebfaadc7a77e17fcb9 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9c34e761ba6c3aa005ccac5a876ab5dd9a2b5167549093dda547ad43751a6a +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-07.npz b/neo_1month/data/SNOWC/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddf4f971ddda402a1e384c7052d86d0bf834141a --- /dev/null +++ b/neo_1month/data/SNOWC/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93334d0ed8dbb8d10ab7397e00b97410501d8b928590d5c5a8f3efc38fbed17 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-08.npz b/neo_1month/data/SNOWC/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4002f8063c35f218841a1000928e968e5545ba61 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906a5fc82c576de5e695e8dcd09989b42f86d80422db5b2959264d4581deb341 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-09.npz b/neo_1month/data/SNOWC/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b78b351102bcc5db63c75ad7b3d69bb041c71656 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc6a83f7c0be3d2c9cd2f8c8749450349de6f22411f5c5da2d1d5cf12de13e8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-10.npz b/neo_1month/data/SNOWC/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..25f63b84481a8201ba095b0b7934e35d73c5a7a6 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee7d70588dd972d5e487874a09f20e1f8dad2dc46b99e76d0ad742fc4e4a0c2 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-11.npz b/neo_1month/data/SNOWC/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6654fcafb30dc5011903454362b8eb6794f7a0d --- /dev/null +++ b/neo_1month/data/SNOWC/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7603d5fbc3922f2cab9c220a158585b78254047bf997fe3162d7f88a9071fac8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2018-12.npz b/neo_1month/data/SNOWC/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac5a0b7ce57bd90cf4ac2dd405d7034945b1c451 --- /dev/null +++ b/neo_1month/data/SNOWC/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945734d9cfba8e1f0f339cf3584293007b9ab8f3d685c27bc696e0569190e8e9 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-01.npz b/neo_1month/data/SNOWC/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd53c61311c1e2e8124a6ee3b6d1249539beae59 --- /dev/null +++ b/neo_1month/data/SNOWC/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734b34ad256298a6bc0b17c661ae222a1882dedbb29f741a4b662917a07113e4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-02.npz b/neo_1month/data/SNOWC/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a9d96a140e671d77ef87cf7896b1418a3d56c8a --- /dev/null +++ b/neo_1month/data/SNOWC/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618de9b9623c4eab43342d059c4c7892a356511e8b4a47dd1ce9f03856958540 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-03.npz b/neo_1month/data/SNOWC/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..568a23528ba31ce99bb20ceb1495924757e02d00 --- /dev/null +++ b/neo_1month/data/SNOWC/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ab9682df1c8729330eb6f95373dab2c541e0d07dc38c4a6efdf6656e71b36c +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-04.npz b/neo_1month/data/SNOWC/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4056148953a438cfba514aebd3ae27773ae4c6a --- /dev/null +++ b/neo_1month/data/SNOWC/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ccbe256b051a31e6419609d6e2c935e381cde7637a871235c6cee92d5370b4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-05.npz b/neo_1month/data/SNOWC/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6d47e3642ba31adc8b2478ec5797c18c9909216 --- /dev/null +++ b/neo_1month/data/SNOWC/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5ad8f00a6b6a29998445cd8e04f79bbd0558f266891efece036afd09faaea3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-06.npz b/neo_1month/data/SNOWC/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d18aaae0f95ba56bcf7572d77015de1e8f317176 --- /dev/null +++ b/neo_1month/data/SNOWC/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfaaa0e424b1e9b01d32d7a699c6866d330a35727dfaec80bdaadba6f4289ad +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-07.npz b/neo_1month/data/SNOWC/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..868679eded3474f2b10dc3b2d9ab665ea7fa452d --- /dev/null +++ b/neo_1month/data/SNOWC/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62fbfc2795dcb056cbbc18ce6919d9ef55362ef9652efb246a27da40d19d386 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-08.npz b/neo_1month/data/SNOWC/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5a72f02d04cd907670f821127446b212edfdccc --- /dev/null +++ b/neo_1month/data/SNOWC/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247e70d77840c4d2689769164dcd6cccc41067bd378906ba0f9a3e1b21b3fe62 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-09.npz b/neo_1month/data/SNOWC/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..71a2c3d99695af8902fd6ffef9d8f6cb3efe8ce6 --- /dev/null +++ b/neo_1month/data/SNOWC/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f08c23603097f934a40c05679bd769b83f68c2f21fdd0f5857627e295898d65 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-10.npz b/neo_1month/data/SNOWC/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ece85847e80cc2da866f252bd0c7a68d3efcc84a --- /dev/null +++ b/neo_1month/data/SNOWC/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c98b489fe56f9881ce32c37160d1823356b3bcf829678c06fd22d3cab5d23f +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-11.npz b/neo_1month/data/SNOWC/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0286fe0805c63e1d8ea0ee279cbe9c001250e68d --- /dev/null +++ b/neo_1month/data/SNOWC/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c672605840edc53c91ff1413c01e597ac3bdc54418fe590369c99914e776817 +size 1166664 diff --git a/neo_1month/data/SNOWC/2019-12.npz b/neo_1month/data/SNOWC/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c40e86e8e313a4f900b748ab58e2a07a2841e146 --- /dev/null +++ b/neo_1month/data/SNOWC/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de0a02213aebc5da0376e634f468642dccce46be2f421786c37b888b91c0630 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-01.npz b/neo_1month/data/SNOWC/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f5f6f42f122e409f110d8d680e3564dd3259239 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd82d26860640a9e13e38c1fde1b0bd0442387d42a041b8a6102d2cc5f5f89c +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-02.npz b/neo_1month/data/SNOWC/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ee4f5ca0eb1b43069669f02a6b7b698700f8da3 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055aa17296c6e8f266bbf5d5c72882a131c4ab110cb6992e07e85df4800f483e +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-03.npz b/neo_1month/data/SNOWC/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..38844abe758a54e38be2fcf701189f8de1e79774 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238ebbe4277e9ef8671ef5c81a4e8fc87cf91d2bc2aa5b7e7dc3640d85f91755 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-04.npz b/neo_1month/data/SNOWC/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ff5e142465090bdfa48c050cc795013925cd64b --- /dev/null +++ b/neo_1month/data/SNOWC/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7d22c75b0cfd9e5ecc205dfb43b672cd5d49a84fb818fcd8715dbc94aa0fa0 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-05.npz b/neo_1month/data/SNOWC/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eab913ba6b44d138254f90431fb0aabcd3c5641 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262a33bf574e2b95aeff9f33c2ed221e10ac96086e7f254eeaceac25d6d0ffaf +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-06.npz b/neo_1month/data/SNOWC/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3e7ac005eed19d55283e642036c0ac928228ef1 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76b08c4a85538a59ce2a6656509fa56f67ccf2a00af0ce3c268822b7fcfe3ff +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-07.npz b/neo_1month/data/SNOWC/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..674029e41843cb1f2ba5aeb04e8818aab8273775 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fde5589d707b1a45828ed253bb3ce404d3d334bf7c6ca6542e2d0d40dbc7b3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-08.npz b/neo_1month/data/SNOWC/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e95f0c952b9994c892d22e8a14ce129c270ff936 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a9e9bc688019bc7f63e9e398b608eddf62c9feb6da3c3736e98b6bebf7aac3 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-09.npz b/neo_1month/data/SNOWC/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..899220e72d2493095c85ab0d3377e3a42c9d8e8d --- /dev/null +++ b/neo_1month/data/SNOWC/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b20ee40eef4ce59e9287550bb34e75bb52b002c8c66677a7b0483c5629b384 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-10.npz b/neo_1month/data/SNOWC/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6aa5386e0ab4c83f19e951f9575bd531888af9e7 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fce3e7510388157dd49b5148f96a0fdaf1c931aaaefff383a509c9508ce6f7 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-11.npz b/neo_1month/data/SNOWC/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7ef710158084a2e6f254ae52b0c8b08df0e9309 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a58ce5ca403fc2f0ef0275d7241684543776f7d851480953bbbbc5f6790a6b4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2020-12.npz b/neo_1month/data/SNOWC/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..74b9c270b2faec35c242baf722041a8cce4026a0 --- /dev/null +++ b/neo_1month/data/SNOWC/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef48ee1a5be4a43c553e83b8146412925859f879b0bb389e9d8b1ea06ee487f +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-01.npz b/neo_1month/data/SNOWC/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec66f20c42984e0d43c34b21bbb7f0aa31d9f24b --- /dev/null +++ b/neo_1month/data/SNOWC/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabbb04dc756911b1374b62a30fd4a900ac20cee98facb265c501aeae788848a +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-02.npz b/neo_1month/data/SNOWC/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..797379c9b7b59571b873536ac269d059d08fe77f --- /dev/null +++ b/neo_1month/data/SNOWC/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d45c0e405cdebc07e1d78fbeff3d24b89a8724e4c9284331884511ffb68ba8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-03.npz b/neo_1month/data/SNOWC/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a147f8ef7ff838ffa595ec492ebab9bd19050f0 --- /dev/null +++ b/neo_1month/data/SNOWC/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd28caaba5cac6b71ad9147b34c6b6f307e928e5cc66fd16a3868a74b11d54c +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-04.npz b/neo_1month/data/SNOWC/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..619aed1bb18fb30f420e694784d812e7252cccbf --- /dev/null +++ b/neo_1month/data/SNOWC/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccf418721da0da4abf6a5d9e451627c663e620eaf7ce28eb51f2bd60c8dd05c +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-05.npz b/neo_1month/data/SNOWC/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..89199330dc20da69af0ced656caa53ed77387e3f --- /dev/null +++ b/neo_1month/data/SNOWC/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e25abe52c1b7a8285d56d585159768032c6b18d0f794dc52726c28e9d22deb8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-06.npz b/neo_1month/data/SNOWC/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..880c4e1b8c8cd3b6991deb301856853371d2e676 --- /dev/null +++ b/neo_1month/data/SNOWC/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8941870f93702eab3c5efcba587d04219a3faa0320977daf1220cab2bca27869 +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-07.npz b/neo_1month/data/SNOWC/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f9086f44e6ed9d4fc8d470cf4dc7329da3de301 --- /dev/null +++ b/neo_1month/data/SNOWC/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53d4d4af76da0299708844ee2f1e861d8d78197367b3b35d5646f5168f7e910 +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-08.npz b/neo_1month/data/SNOWC/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1f076cf37ef7756ccb4f76133bff7a5284c319d --- /dev/null +++ b/neo_1month/data/SNOWC/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f04910edf10cde25808a43a3bcbe3ddf97842592d3637109f016c97a550cdb +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-09.npz b/neo_1month/data/SNOWC/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b037284ed234457df67815f6d09ff7aac0a900a --- /dev/null +++ b/neo_1month/data/SNOWC/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b127f63c2f31622839ed379163d6663f08086590d0978cd5ae7bdad937dcd8fb +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-10.npz b/neo_1month/data/SNOWC/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..13bcc10b01a57e9bd4c339ff4265659e1315bb05 --- /dev/null +++ b/neo_1month/data/SNOWC/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c250b2db12bbaa1366545e11bf3611e15affe553aa2ee340cbb3e984f532e +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-11.npz b/neo_1month/data/SNOWC/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5a47afb6a22a1ecced1e565fd1279977cbcda8c --- /dev/null +++ b/neo_1month/data/SNOWC/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b685285fbb4997d5e6a5d6c24947fc72f592bb9ca4073e11f18cce9b15d041 +size 1166664 diff --git a/neo_1month/data/SNOWC/2021-12.npz b/neo_1month/data/SNOWC/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..965b11b974b4317b0807df0b7ad8809bdf23e32f --- /dev/null +++ b/neo_1month/data/SNOWC/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70fcde0dd7f01e19277371ce70256216f3eade7caa514bc5c330cf272902e27 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-01.npz b/neo_1month/data/SNOWC/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6a57a9fa39b20d588b2074a4c893aaff91529bc --- /dev/null +++ b/neo_1month/data/SNOWC/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bd5eb9321b5b8239b82800afa7a5e907b3e9d533759428383f863ccf9ba050 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-02.npz b/neo_1month/data/SNOWC/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..75968a3887255451f60fe51be5d59b663c62b090 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8f135e3a8990968b9af0d08c2ab4f52b3de63eeb0698a3928e437c812a465f +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-03.npz b/neo_1month/data/SNOWC/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e58c3e96abf59d2d7710289a3d2c233b8ce649e9 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b456b38c7635011e2c98ff3c8837226c6d03c3e15f298f1e709a24200c1240 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-04.npz b/neo_1month/data/SNOWC/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..51747a26dece44b9f8060fa2579cd1755da8f6e0 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619145e554bd30de2229c9c52d27e0538cba4b88d8450b2fd9f241e7cb214a30 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-05.npz b/neo_1month/data/SNOWC/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b48138844f97cdda668a486ee67cd28dd6c3de3 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5cb5503d18dd3f297a066288c040fe4cb65a0359a81d523f94d153d6b041bb +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-06.npz b/neo_1month/data/SNOWC/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f83056f72ca2da2b4d814cb75df807c61a431565 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68edce959b82590471e581d9f1163d386202405a57b265f5629b84281f2eaa1 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-07.npz b/neo_1month/data/SNOWC/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e1fb984bb5cfba9fbfc2bf51dec77d283419dd7 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e6d8ab384e91a24dfb2e1e9b1dc361ae450748fa79019ed1b56492dd00af37 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-08.npz b/neo_1month/data/SNOWC/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..83042eeb8153d28726e987b443fa030b0ba7853d --- /dev/null +++ b/neo_1month/data/SNOWC/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b53278c6aee3a15c7a7b9d8cb4b5c54f19495d9634f8767f002cf81640e2be +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-09.npz b/neo_1month/data/SNOWC/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..82b0f93ad0e93331b1c0f76f13be4d336f34354a --- /dev/null +++ b/neo_1month/data/SNOWC/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146a0030aebe792eff9238df6ffd09d3b105e6567da4514f3b018d74e5b6e3b1 +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-11.npz b/neo_1month/data/SNOWC/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad4a2aa5eb1e4cd14b3da83588fc69841074a1a4 --- /dev/null +++ b/neo_1month/data/SNOWC/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf1419a6f6afd61c6a709bc6381e17e43a16a1f09dad08907399f252d74f51b +size 1166664 diff --git a/neo_1month/data/SNOWC/2022-12.npz b/neo_1month/data/SNOWC/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ca8b7f6f6afeb4cb582007d48fcb77eb9eef71b --- /dev/null +++ b/neo_1month/data/SNOWC/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1081eb58d6d1d6a75254ade74832ffc15bc0134a4cb21e9d63cabc757f521720 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-01.npz b/neo_1month/data/SNOWC/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..317e957c62461f9f92fd781879b026db9c4e0aff --- /dev/null +++ b/neo_1month/data/SNOWC/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bfb884fc25f79a5f06aa4efea58aec35a69920d95e23f1c689df6eb26dfaa1 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-02.npz b/neo_1month/data/SNOWC/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b804434c52ff9f6c5bdffa995b61f19b827a7f8 --- /dev/null +++ b/neo_1month/data/SNOWC/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160d259723d47bcc48d8e175c0455ff695cfcf818ed9ee97c4264531295c8d2c +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-03.npz b/neo_1month/data/SNOWC/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6c54bb61c6e88210a918963d91501462397a76e --- /dev/null +++ b/neo_1month/data/SNOWC/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef26087738d95818847bd9eba827ac57a77720cff1f4556ac8522e35027e77e9 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-04.npz b/neo_1month/data/SNOWC/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c30846b66c16bd04665f4408247bb3f3a3cb347e --- /dev/null +++ b/neo_1month/data/SNOWC/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccebbcef7680ff04923936f166a7741fd8e3f33c5a8b38cba8f801a96aa8b0ca +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-05.npz b/neo_1month/data/SNOWC/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b25b4a69f581cda0138ad26be43b75cb246be0f2 --- /dev/null +++ b/neo_1month/data/SNOWC/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d802f0b72f1f7fb106311bc62e7038e33531b996359384459c9c64447303a8f4 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-06.npz b/neo_1month/data/SNOWC/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4255d7351f885fc810b47e38050854c192c01dc9 --- /dev/null +++ b/neo_1month/data/SNOWC/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45887c510b9679e9e158b2244e83a88fc880d4c96953d93939e40a649ff8582 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-07.npz b/neo_1month/data/SNOWC/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5b5788ee39a0af8af8a8a33f45edf76be91660 --- /dev/null +++ b/neo_1month/data/SNOWC/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2619beb8bb0a087ab0321062c973a0a1a2242844b688083dfa7e5f3aea8560c2 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-08.npz b/neo_1month/data/SNOWC/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ed272edd2edef02bd6e6023aa69e0eac5990e51 --- /dev/null +++ b/neo_1month/data/SNOWC/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1e01572a7d98a929d966bdf92e49f744047094282d74850cc40aaf6e6f0aa8 +size 1166664 diff --git a/neo_1month/data/SNOWC/2023-09.npz b/neo_1month/data/SNOWC/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e988055bcbc8e63fff2e4b51ca9a87e8aa0e2b6 --- /dev/null +++ b/neo_1month/data/SNOWC/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf98512c694d30620a598e096fad4d6e836243d5dca9f4cd8f85e372f98adf7 +size 1166664 diff --git a/neo_1month/data/SST/2002-07.npz b/neo_1month/data/SST/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..61b54314c89cd9d13c22760e0e116cbd5be71a19 --- /dev/null +++ b/neo_1month/data/SST/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a6b985cd904f989ffd400e53faf9fa5baa72ea37d58e3c09b0f70d71132593 +size 1166664 diff --git a/neo_1month/data/SST/2002-08.npz b/neo_1month/data/SST/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..05a644ca3f07f94faad3aadd35582a340c0e9bd8 --- /dev/null +++ b/neo_1month/data/SST/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893c64fc0efa3296a6a56b5d29de4077e72c0ad43908a4168b38367962826c38 +size 1166664 diff --git a/neo_1month/data/SST/2002-09.npz b/neo_1month/data/SST/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d4b08bec70e0db03e0cfbc2b71630b790a2a3d4 --- /dev/null +++ b/neo_1month/data/SST/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9687b38a96e8d40b6ef242e3fce1e8a6ca96a51431d1d93e8232da59c1ad37ac +size 1166664 diff --git a/neo_1month/data/SST/2002-10.npz b/neo_1month/data/SST/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..daa173cb3921709669bf4acdac532784d1ba360c --- /dev/null +++ b/neo_1month/data/SST/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9143d71cf8b519b31f137af2c4bf9955689cc94e9a4245839fd6f55acec8b4 +size 1166664 diff --git a/neo_1month/data/SST/2002-11.npz b/neo_1month/data/SST/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c76d939dadc826681ba3a657bca7f880fddedb6c --- /dev/null +++ b/neo_1month/data/SST/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e71790367718ee7f891362df7a2c17ce67bef0a5e1ad73168d9aeeb6b1ce8f +size 1166664 diff --git a/neo_1month/data/SST/2002-12.npz b/neo_1month/data/SST/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cffd54ccf1506d934272de38b9ce0ee99915cd7 --- /dev/null +++ b/neo_1month/data/SST/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787d57174bd8e97a4c3c692e21ab7be98ca11f3b2b58dfdee839e2bfbe372960 +size 1166664 diff --git a/neo_1month/data/SST/2003-01.npz b/neo_1month/data/SST/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..772b61a70696744edb024f01390262b53cd63af2 --- /dev/null +++ b/neo_1month/data/SST/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2682b17a31f31aca987bc5d741ac7c868d2ec2a8df9aef670a85f27282ff36 +size 1166664 diff --git a/neo_1month/data/SST/2003-02.npz b/neo_1month/data/SST/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4665296640eb1fe0cd8edff4fccf72cd38b20a4b --- /dev/null +++ b/neo_1month/data/SST/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6534234f67267ab9c202522ac52ac14028d247d4554ccd0a2d875dcd27b12bb6 +size 1166664 diff --git a/neo_1month/data/SST/2003-03.npz b/neo_1month/data/SST/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a13c72c08183fb270d5485e522da752cb555bc7 --- /dev/null +++ b/neo_1month/data/SST/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193b4cda478b3bb51e7b51d2be9358a4f4646ace130c6b1a47e857f66125d2b7 +size 1166664 diff --git a/neo_1month/data/SST/2003-04.npz b/neo_1month/data/SST/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..db8671255574895f8fe6f272b777ba54eb2c1ac6 --- /dev/null +++ b/neo_1month/data/SST/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d1b11295cf7c507e384fb5c7975c1206a256adfaeac989f2c5e70a45f915a7 +size 1166664 diff --git a/neo_1month/data/SST/2003-05.npz b/neo_1month/data/SST/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0da81be367de27247aed5c42358b0b10eaab62c3 --- /dev/null +++ b/neo_1month/data/SST/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c625a37fe05dab30b4ce75dfcd640c56e970060165cbf271774ee50a7c8384c4 +size 1166664 diff --git a/neo_1month/data/SST/2003-06.npz b/neo_1month/data/SST/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c27bb00f9ab749abb2f6802223c93176aedd8f08 --- /dev/null +++ b/neo_1month/data/SST/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3f152495f617d32b1923c4cde889973b72cd83b513243d1e9041fdf4a430de +size 1166664 diff --git a/neo_1month/data/SST/2003-07.npz b/neo_1month/data/SST/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..275aba383042ed526e754a1d98e7586a323fa618 --- /dev/null +++ b/neo_1month/data/SST/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b66f4468fe6e70e18b4e4db76362dd7e909e0365d45346476f2c86e9b8cbcd0 +size 1166664 diff --git a/neo_1month/data/SST/2003-08.npz b/neo_1month/data/SST/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..cff7b47213691a327122a6d7bb1c6580bc2432d5 --- /dev/null +++ b/neo_1month/data/SST/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79d3ed4d04e915fd38c982c3a420064f27023d3b3abf9550f753e5711e8c841 +size 1166664 diff --git a/neo_1month/data/SST/2003-09.npz b/neo_1month/data/SST/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..15ccdf30a9540a733813f85511bd629c6274fa53 --- /dev/null +++ b/neo_1month/data/SST/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb5a5e243eff74b6ccc1d74404ae8ddfbed675f841e2ddb2477f7a7b7d8667c +size 1166664 diff --git a/neo_1month/data/SST/2003-10.npz b/neo_1month/data/SST/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e38fac3c43159d0cebbd46f11d6bd328f8e93e06 --- /dev/null +++ b/neo_1month/data/SST/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37f6d8be6a7c5c0c6a76ca8b702a6b04390ea1e4bd34b05f97188bf4534b06d +size 1166664 diff --git a/neo_1month/data/SST/2003-11.npz b/neo_1month/data/SST/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5aea0bd771a448538a655a500d151a77feab0b6c --- /dev/null +++ b/neo_1month/data/SST/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374f167856abeb2d226a7926d838d9a034edfa217b81341613d8608eca6a990f +size 1166664 diff --git a/neo_1month/data/SST/2003-12.npz b/neo_1month/data/SST/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..80c006697e46828df59d60eaf5662206cb1fbdbb --- /dev/null +++ b/neo_1month/data/SST/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc07af2b619c150492b37949817918d8f14f3352664307504957caa836acbf01 +size 1166664 diff --git a/neo_1month/data/SST/2004-01.npz b/neo_1month/data/SST/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..217a33db8d5a8eb013847d4a19ab75f6749268cb --- /dev/null +++ b/neo_1month/data/SST/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f638bbbe2b93788c860deee42dffd0fd41b88a305a55a5c187dced435e952de +size 1166664 diff --git a/neo_1month/data/SST/2004-02.npz b/neo_1month/data/SST/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5188ace7061987db24251f301bd553a763ad97d --- /dev/null +++ b/neo_1month/data/SST/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307b70645671da665b8740601afb9f125b22e903215ecb1fab696c55005fdff1 +size 1166664 diff --git a/neo_1month/data/SST/2004-03.npz b/neo_1month/data/SST/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb145bdf9864bd2c820cd194ab9bf829883c27a8 --- /dev/null +++ b/neo_1month/data/SST/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dad1ecc14acb76ea7835e5173d18245ad162b77f6a04a4fed47417cf486590 +size 1166664 diff --git a/neo_1month/data/SST/2004-04.npz b/neo_1month/data/SST/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a460f924ee81f4e1a58bdc24282ae9dca9258fb2 --- /dev/null +++ b/neo_1month/data/SST/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c918badb29a6a1044f1ea99974b60af673fe7280a8b8aed61db8312ef88858a +size 1166664 diff --git a/neo_1month/data/SST/2004-05.npz b/neo_1month/data/SST/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c0b96547d37c657f8f69f4e05f24ad3a2ecb6dd --- /dev/null +++ b/neo_1month/data/SST/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272620e5da3cff1be6e4e0f825d57140becd7a098f6cfc3be840fc0840e994ea +size 1166664 diff --git a/neo_1month/data/SST/2004-06.npz b/neo_1month/data/SST/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..89da139138f3efdc40481c165e46523882d0a253 --- /dev/null +++ b/neo_1month/data/SST/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fee9928fc7babacf4a863d93b0a8e6d5aa4c300ff1d0d81f1a5e02fed79372 +size 1166664 diff --git a/neo_1month/data/SST/2004-07.npz b/neo_1month/data/SST/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..39839ccbe32c156583b08352c74f27a03f3415af --- /dev/null +++ b/neo_1month/data/SST/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a1f84eba0ff4e146862fe056148e196606fe992432bebf9f0a9566d3188627 +size 1166664 diff --git a/neo_1month/data/SST/2004-08.npz b/neo_1month/data/SST/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab9f823d0a72f2d603b24b4d0b20ca5d1c481abd --- /dev/null +++ b/neo_1month/data/SST/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22173b599c04f036d56459bec6592e35f6f518bd79e32cfda115c8b161d4a540 +size 1166664 diff --git a/neo_1month/data/SST/2004-09.npz b/neo_1month/data/SST/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc50d664c9f0de5cf3a800b7b089d0749a6660f9 --- /dev/null +++ b/neo_1month/data/SST/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48efbcb59a85649592fd11f0b50442aeac250411c39c56355826a8e2ddfcc4fa +size 1166664 diff --git a/neo_1month/data/SST/2004-10.npz b/neo_1month/data/SST/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..847a83e246a5f1c57565f187652549a21193f347 --- /dev/null +++ b/neo_1month/data/SST/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d751b02f9c21bdbbb6f1dd890fab63105c8c4354dea951650b9d65b507dbed +size 1166664 diff --git a/neo_1month/data/SST/2004-11.npz b/neo_1month/data/SST/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..55ae3d4c51ed176471ea2481d90c02ce1f212241 --- /dev/null +++ b/neo_1month/data/SST/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bece156f4c3c635129e0693fe4e4fb0b92132d7bf3dd12682b54dfabc4307d16 +size 1166664 diff --git a/neo_1month/data/SST/2004-12.npz b/neo_1month/data/SST/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ab1ccfe8f7fb3a86c116e4dec66a9f24baee528 --- /dev/null +++ b/neo_1month/data/SST/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd207cf77b440817b7b53b96d6dbfc15c08914f9b7941c7f296a45cef3682657 +size 1166664 diff --git a/neo_1month/data/SST/2005-01.npz b/neo_1month/data/SST/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0947ab3d6c27f275a2346778ed990a441b91a429 --- /dev/null +++ b/neo_1month/data/SST/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0efe10f5c1bc0cf4936885e6d7ac2955f967107c05f8efbf98e7ea8497084a7 +size 1166664 diff --git a/neo_1month/data/SST/2005-02.npz b/neo_1month/data/SST/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5617f02880250a2d650291060f1c89e093c40c --- /dev/null +++ b/neo_1month/data/SST/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75047f13697ca4b33ff5f820c2a7ae421590aefe5ab057fca871d7390cb88af9 +size 1166664 diff --git a/neo_1month/data/SST/2005-03.npz b/neo_1month/data/SST/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..24fef6d14ffb7815c486d403a1aa585b1de39b49 --- /dev/null +++ b/neo_1month/data/SST/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90c78d02a82da05aa76959d419d22d0f6662b4f11aa61bdd46564a0f909f8b1 +size 1166664 diff --git a/neo_1month/data/SST/2005-04.npz b/neo_1month/data/SST/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..abd0fa08078bd5d48d669163eac2e733c33b8457 --- /dev/null +++ b/neo_1month/data/SST/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036c91f61d786054cc1b31e3e4087f09c6b25c9cd515c4331289ebefcf340f70 +size 1166664 diff --git a/neo_1month/data/SST/2005-05.npz b/neo_1month/data/SST/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..94ddbb6cca9572299a5e629273988e4c314bb2a8 --- /dev/null +++ b/neo_1month/data/SST/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce123526f58f928b001f01e6c40b88a54bf96236057cb9504f70a80bd25b7e8c +size 1166664 diff --git a/neo_1month/data/SST/2005-06.npz b/neo_1month/data/SST/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..20119e45e799e0ebf346d6e66bf781b4eecbc079 --- /dev/null +++ b/neo_1month/data/SST/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b8e4e1f58e98d80101f3e9d4fcbd217e1ba37e9865c8f712f9f96153c3781d +size 1166664 diff --git a/neo_1month/data/SST/2005-07.npz b/neo_1month/data/SST/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..96ce6d37691344ae18bea5e0f9e098b1b19fb3e6 --- /dev/null +++ b/neo_1month/data/SST/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0a7a5437f6c6856558d992d3bae2e5be47bb57ed6434f6e4cdf35615b248a2 +size 1166664 diff --git a/neo_1month/data/SST/2005-08.npz b/neo_1month/data/SST/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d95756d81815539437f4920d1116acfedfcf9e50 --- /dev/null +++ b/neo_1month/data/SST/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3690fee3191ef7818cbfcc7b05e4a842a2df9d0d102465cd2eaeccb571099821 +size 1166664 diff --git a/neo_1month/data/SST/2005-09.npz b/neo_1month/data/SST/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..60ffacc8e92976a28de70211110ddd1c8c0932b9 --- /dev/null +++ b/neo_1month/data/SST/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87e3b58cce95e4e366cb3e414d9bac491f319446615ca9b09196872fd644fc3 +size 1166664 diff --git a/neo_1month/data/SST/2005-10.npz b/neo_1month/data/SST/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9949d6df33340e25754cf9077c1e8357e4389fe --- /dev/null +++ b/neo_1month/data/SST/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776b13d3bdac6c08c26ae9aad8e6525b7739a8c7bdc409772187957e481613de +size 1166664 diff --git a/neo_1month/data/SST/2005-11.npz b/neo_1month/data/SST/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b235207f0bb9b94f1b36c555392d59a465504a6a --- /dev/null +++ b/neo_1month/data/SST/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7d18415fef3cef93e318f4e25089f57ed3dde2c1ea9813c5d4e52e6c3c72c7 +size 1166664 diff --git a/neo_1month/data/SST/2005-12.npz b/neo_1month/data/SST/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a51514f8dfb656bb74e5db703823a472abd4faf1 --- /dev/null +++ b/neo_1month/data/SST/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536934a0919d89be974d65b28658d652e73969fc911939acd957be4d875e88ee +size 1166664 diff --git a/neo_1month/data/SST/2006-01.npz b/neo_1month/data/SST/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..86be8f1eeff52572f85a8245bfe06b3893c2cc99 --- /dev/null +++ b/neo_1month/data/SST/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9d363d2f6994c6626219b629cc1e64fef3fdaad208877051aacb435adf9fc0 +size 1166664 diff --git a/neo_1month/data/SST/2006-02.npz b/neo_1month/data/SST/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2499b29952be5716b2e191255877ac30c3015904 --- /dev/null +++ b/neo_1month/data/SST/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a04979a21646110499fda57982c2afa8b01b19e986c62c73eba0d46cd33f3be +size 1166664 diff --git a/neo_1month/data/SST/2006-03.npz b/neo_1month/data/SST/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c352901a9e66d6d891f3e688aad026724b84af3 --- /dev/null +++ b/neo_1month/data/SST/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9ce2155e94abeb326ea98c0244f2e2857063e61a65c02c446ced8b3085d9d9 +size 1166664 diff --git a/neo_1month/data/SST/2006-04.npz b/neo_1month/data/SST/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..88062c83145c6787932f189bcfe9e216b7546e8f --- /dev/null +++ b/neo_1month/data/SST/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d446a1c693d206c3c9722c04aebf33d4f0a1ff707ab121bcad7066527ea7a624 +size 1166664 diff --git a/neo_1month/data/SST/2006-05.npz b/neo_1month/data/SST/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..388a17e19dcfed563e83437e53c4bb19bc27f012 --- /dev/null +++ b/neo_1month/data/SST/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6b1821058b5dd4230649edb0068d8882fd13d5aceed18c3c99a25179b4a221 +size 1166664 diff --git a/neo_1month/data/SST/2006-06.npz b/neo_1month/data/SST/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d092e76e1a8318df42af7db74fe0bd9d31c81a1 --- /dev/null +++ b/neo_1month/data/SST/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cdcf1d46a6c2be4a1ec0bdbee33152c6dbf6c1c9d6332384783f8849004e68 +size 1166664 diff --git a/neo_1month/data/SST/2006-07.npz b/neo_1month/data/SST/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..893c7bea3cdd512951f2922628203f7b190683d4 --- /dev/null +++ b/neo_1month/data/SST/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f145a8ccfee24bd30331cf4e7bf05457df18ddbe7521c6e9167805f47238f42a +size 1166664 diff --git a/neo_1month/data/SST/2006-08.npz b/neo_1month/data/SST/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f26c061ac2a2845c6838e96b549c130c265b42c4 --- /dev/null +++ b/neo_1month/data/SST/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df07119401da596f24e775a9b8d1ebcaa749058ac365e8e154dc6b2d5b4b3b69 +size 1166664 diff --git a/neo_1month/data/SST/2006-09.npz b/neo_1month/data/SST/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..570bf85c5e61f3e3bb02ffc0f9f7e08c20164a07 --- /dev/null +++ b/neo_1month/data/SST/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c75b91c15b4f5ef07f98935092573d4f9ca55df04a8914b64b9effeee6edfa5 +size 1166664 diff --git a/neo_1month/data/SST/2006-10.npz b/neo_1month/data/SST/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b13c98fc051a558a9d61713a91ebbfaf58f03fb0 --- /dev/null +++ b/neo_1month/data/SST/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c578a743581e002443fb4ca380ad0b4f0da7ea209bea15faeb0b1801577b3e +size 1166664 diff --git a/neo_1month/data/SST/2006-11.npz b/neo_1month/data/SST/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb3f6cd2b98b8f4d3d31eb7ca4d19360f23b3c83 --- /dev/null +++ b/neo_1month/data/SST/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d6927a1bb35693deef8cdda25abcfa4de0c6373b8d64d59231a6f42672452e +size 1166664 diff --git a/neo_1month/data/SST/2006-12.npz b/neo_1month/data/SST/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1ab6d381ae66097d8d4f327705ba0f6e109c153 --- /dev/null +++ b/neo_1month/data/SST/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b0eace4ed717001db25dbfbe6a68e01dcd20ac96f83e252c67f3c91e623ae9 +size 1166664 diff --git a/neo_1month/data/SST/2007-01.npz b/neo_1month/data/SST/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aab514f69456ff6467433a001209ae17c14a34ef --- /dev/null +++ b/neo_1month/data/SST/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cb745a5991b7078e176074c8799ccad62f14ed2af98f3e9833d60b508fbf68 +size 1166664 diff --git a/neo_1month/data/SST/2007-02.npz b/neo_1month/data/SST/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e052bf323d73ab6fbf42420d0cb1f924079a58b9 --- /dev/null +++ b/neo_1month/data/SST/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fa65884397692fc48a0b4d47ee264d9cfb4cc3ba2d7567d0c058db85a71592 +size 1166664 diff --git a/neo_1month/data/SST/2007-03.npz b/neo_1month/data/SST/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a12ccb90f1c6519f1c6f79743c877bb8ff8e38a5 --- /dev/null +++ b/neo_1month/data/SST/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362c2dd6ce3a24a90085cdebe24a69d73bd2f939203960b72bd26e448b15bace +size 1166664 diff --git a/neo_1month/data/SST/2007-04.npz b/neo_1month/data/SST/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..098407a613aa824b931257da69ed3a9dd4999881 --- /dev/null +++ b/neo_1month/data/SST/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e349b916b8139ef5bebb83fbc3f29535f12d5fef7ff1600f618b478d6f674d +size 1166664 diff --git a/neo_1month/data/SST/2007-05.npz b/neo_1month/data/SST/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..04bf170fe5c3c3cbb05faa5df37778750374c729 --- /dev/null +++ b/neo_1month/data/SST/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2e98eef1b5910a78346d60de5636e38da1665bd28aecdbb184b76ba1ece41f +size 1166664 diff --git a/neo_1month/data/SST/2007-06.npz b/neo_1month/data/SST/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..16452a0668c7abd9e32b3c2c9891c3921dbb7105 --- /dev/null +++ b/neo_1month/data/SST/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca3135baa9c3f15a113d20b75b886287633338ce3adb25409e7b384f8b99cfd +size 1166664 diff --git a/neo_1month/data/SST/2007-07.npz b/neo_1month/data/SST/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b55ba583104fad5577c90e3bf7198e76e7f4f88b --- /dev/null +++ b/neo_1month/data/SST/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03dc98d3bf8b9ec3a73056afff43810d62cfee331bfa30d91992667db6505e9 +size 1166664 diff --git a/neo_1month/data/SST/2007-08.npz b/neo_1month/data/SST/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e419df0f88b70756388ef7d5293d1d04f6ff9441 --- /dev/null +++ b/neo_1month/data/SST/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c468ceb188ca9f92c26818eb09f8b8c4fec2a14e7d4b4edaaed4dd1a116ea5 +size 1166664 diff --git a/neo_1month/data/SST/2007-09.npz b/neo_1month/data/SST/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fcb28caa0ba7670a825186e7f3e66b431098e8a --- /dev/null +++ b/neo_1month/data/SST/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5096e228ab9e77f1fe3b1db894c6279cda8b8377a69ab23913f4933327db1d7 +size 1166664 diff --git a/neo_1month/data/SST/2007-10.npz b/neo_1month/data/SST/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ab5244aedf5198982a0c78883bce0bc7b7e04ab --- /dev/null +++ b/neo_1month/data/SST/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f27002bb6fd73b7d21273d5099ec0bcd112743029bfe9d5daaa038fb353a56 +size 1166664 diff --git a/neo_1month/data/SST/2007-11.npz b/neo_1month/data/SST/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d8f4dd15c0aee919168e2620b820d918eda24cf --- /dev/null +++ b/neo_1month/data/SST/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4ceb755b330f2aab5955d7cf83a883909c93cc35dd82bf6fd81cefe9dd594a +size 1166664 diff --git a/neo_1month/data/SST/2007-12.npz b/neo_1month/data/SST/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a2d234a7a7129e627ac2555345571376ae81be3 --- /dev/null +++ b/neo_1month/data/SST/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b7af170684d9c5971b938e27ef58e99f88abb67ece06371fb6c8a7bfbc0e3b +size 1166664 diff --git a/neo_1month/data/SST/2008-01.npz b/neo_1month/data/SST/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..20c7b0c5c9501a8ea97e6a84d6fab84c4db07892 --- /dev/null +++ b/neo_1month/data/SST/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1364e3241c24aab69c90fbeabe38a8a513c0dcefc8d0443ea5b723beb7060084 +size 1166664 diff --git a/neo_1month/data/SST/2008-02.npz b/neo_1month/data/SST/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..253b30185e122ccf8d03af4ea07b1dda22e8752f --- /dev/null +++ b/neo_1month/data/SST/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d01c67d94f7f3752f1e6ae97fb097f250119b0b5724b6ffc12dfb417431074 +size 1166664 diff --git a/neo_1month/data/SST/2008-03.npz b/neo_1month/data/SST/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1581fc556a56967744a3e8a1027006233e84df45 --- /dev/null +++ b/neo_1month/data/SST/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27999474d45cd32acb9b2623743049625174ef15d29a8cb588c716519969b805 +size 1166664 diff --git a/neo_1month/data/SST/2008-04.npz b/neo_1month/data/SST/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..633f130f13ab7c097f06408e6b726e00d56b5078 --- /dev/null +++ b/neo_1month/data/SST/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b591dbe668d93220dd1a56c9218b516ad0e4a9b77f974c9ab042c78e553f4067 +size 1166664 diff --git a/neo_1month/data/SST/2008-05.npz b/neo_1month/data/SST/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3c02117fdea31ad551090d3f2ab8d7b1192354b --- /dev/null +++ b/neo_1month/data/SST/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785be9d4b7927b158fa93fd5ce7e15a95883ed53ff3bb9f3e7394e80fe65d332 +size 1166664 diff --git a/neo_1month/data/SST/2008-06.npz b/neo_1month/data/SST/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..60dea66934b24b325687e75219e07d93ed8709da --- /dev/null +++ b/neo_1month/data/SST/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d5c9f312460187456ea64719d1c2647cdba4f8b8d7b9c34182c26834ca441a +size 1166664 diff --git a/neo_1month/data/SST/2008-07.npz b/neo_1month/data/SST/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4f3efa0056a27046f4e1522422c8c5b65ae2cc8 --- /dev/null +++ b/neo_1month/data/SST/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2457e661b58daaba0789d6b66cc5f16988f805079686cd22c005b4dd57036d81 +size 1166664 diff --git a/neo_1month/data/SST/2008-08.npz b/neo_1month/data/SST/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f6ab04f2c93b2206df83f3bf6c5fa7c872e4a0a --- /dev/null +++ b/neo_1month/data/SST/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3758e23a478d69a5a6b46b2f99d3e1a903b8133c0268cd3d7dba292cf9c4680 +size 1166664 diff --git a/neo_1month/data/SST/2008-09.npz b/neo_1month/data/SST/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..af97283baaee9c9bb08b365e8178485ec15a70ca --- /dev/null +++ b/neo_1month/data/SST/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e745e863aff41ba0e13f50e616902d78051564f609172e29e787d9201209514 +size 1166664 diff --git a/neo_1month/data/SST/2008-10.npz b/neo_1month/data/SST/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fae445d2532db3abb56582b2567cd42a3dca2ec --- /dev/null +++ b/neo_1month/data/SST/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783b1f8ac44ac7b40bc5367c564b395346a51a669d49493812f844df7a707069 +size 1166664 diff --git a/neo_1month/data/SST/2008-11.npz b/neo_1month/data/SST/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..14903d7c6ebacb579a343bc31ae47bc847ff1b47 --- /dev/null +++ b/neo_1month/data/SST/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ac4aa7116cbe584aa176b8d69588c29ea37eee555059c33cefa948dfc2271d +size 1166664 diff --git a/neo_1month/data/SST/2008-12.npz b/neo_1month/data/SST/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..388466523b629a05eeb11c6a75b4d48f1278ecd4 --- /dev/null +++ b/neo_1month/data/SST/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc8efca8489db11996bf703cf5b34bc5254402b7d971d8c13ada12f2571372c +size 1166664 diff --git a/neo_1month/data/SST/2009-01.npz b/neo_1month/data/SST/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d929d6b093f7501b5838b9d7e82188586d0131c8 --- /dev/null +++ b/neo_1month/data/SST/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99e368d33cb800f72232789477038078d325df1da5e9fd404f7f014d55ac0e0 +size 1166664 diff --git a/neo_1month/data/SST/2009-02.npz b/neo_1month/data/SST/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bac1e84a2aaadd176f98e8ed31749940ecf8ff0f --- /dev/null +++ b/neo_1month/data/SST/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f88088ae6ee9917f990fb4d2f868dd2f5ff327e324f9b251b2745ef2e87679d +size 1166664 diff --git a/neo_1month/data/SST/2009-03.npz b/neo_1month/data/SST/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..146c6b785cebebdf88f739951f044bc2ce1722d7 --- /dev/null +++ b/neo_1month/data/SST/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19d0cb4cd22ce56121a250fe4bb8faa1c7442d0dde98911aed058d183dc6b0d +size 1166664 diff --git a/neo_1month/data/SST/2009-04.npz b/neo_1month/data/SST/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b476e26a5e334cbf748b0729bd9e9deda8b604f --- /dev/null +++ b/neo_1month/data/SST/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c404fad2cfb4e481be40673926c405a9b96fb86a099f59e1c7af9d728174142d +size 1166664 diff --git a/neo_1month/data/SST/2009-05.npz b/neo_1month/data/SST/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd34cecbdfd938ad954eb0d88612ccee0c52d472 --- /dev/null +++ b/neo_1month/data/SST/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63fa495f9861a575d2c5706ce77a7c96ff12a2b9e9a76a661279ec1d9d1ea28 +size 1166664 diff --git a/neo_1month/data/SST/2009-06.npz b/neo_1month/data/SST/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb8191d8cc2ee336f08b3b918d39fc3b38727e62 --- /dev/null +++ b/neo_1month/data/SST/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fc2b48ef61a18ceba1927a9c35bf546f2108d9a49eee563be8c761e262477e +size 1166664 diff --git a/neo_1month/data/SST/2009-07.npz b/neo_1month/data/SST/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d0482c5aabef08daf963d418dfc0f6aaf4cc380 --- /dev/null +++ b/neo_1month/data/SST/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfce7fca83048d184b692c7dca1422ca4528419d8688329a3b89d9a9afcb416 +size 1166664 diff --git a/neo_1month/data/SST/2009-08.npz b/neo_1month/data/SST/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3bfbf92e3aeb44ec7522551f4c3bf10cb51178a --- /dev/null +++ b/neo_1month/data/SST/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9073a86ef5a9a60449a6b38028765f782db9b5262477930014c33208f1a0865 +size 1166664 diff --git a/neo_1month/data/SST/2009-09.npz b/neo_1month/data/SST/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f84b1260d6b07a194b57013a8da5fdca0ec77183 --- /dev/null +++ b/neo_1month/data/SST/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61337e964551ec61c74d227923e901c2c42000492d299af11465c2eee1588830 +size 1166664 diff --git a/neo_1month/data/SST/2009-10.npz b/neo_1month/data/SST/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47be31d849a253d865f059a030d38044845acee9 --- /dev/null +++ b/neo_1month/data/SST/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29075db44a72e2eba4a77783992899c0b863a207b9d6f8bf8d51f2c54d8a427e +size 1166664 diff --git a/neo_1month/data/SST/2009-11.npz b/neo_1month/data/SST/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..32e5ccb46b3ba549be19f8a3a49ad43921f092dc --- /dev/null +++ b/neo_1month/data/SST/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0fc02f8fbc03bac03ad934faeed951cadbf71b1c2a3a65c71f903085bbd9ac +size 1166664 diff --git a/neo_1month/data/SST/2009-12.npz b/neo_1month/data/SST/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..61062b6c684bc9a1b30a579dfc323c1c7eb10845 --- /dev/null +++ b/neo_1month/data/SST/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0077c789ae4af6f708f48169f02e721d09b52f4f00cda5a2b5bd6f8e38a62ac5 +size 1166664 diff --git a/neo_1month/data/SST/2010-01.npz b/neo_1month/data/SST/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..58cf1df586720a91419b0e23f10eb91be1ba20e9 --- /dev/null +++ b/neo_1month/data/SST/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3372638a62bcd0f3b804edafc4412b1fe293daa7e03a99df4d7ad66da62bf326 +size 1166664 diff --git a/neo_1month/data/SST/2010-02.npz b/neo_1month/data/SST/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6729b2574a4d316183fcac11e7b84bf985b030d3 --- /dev/null +++ b/neo_1month/data/SST/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7a27f46021fc52009ac04c77cd2e6ae9e2161618ce4cc4de151dd4e0a0cff8 +size 1166664 diff --git a/neo_1month/data/SST/2010-03.npz b/neo_1month/data/SST/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..968258475fcf03ff764c1f39535a6351eff28d9e --- /dev/null +++ b/neo_1month/data/SST/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51ab7622b41e6aaa3a62019eec5d8ef06dceb44781146cb91cf616755f2726d +size 1166664 diff --git a/neo_1month/data/SST/2010-04.npz b/neo_1month/data/SST/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c39e31ee85aab5ec12dc50edb12f155282f1ff7 --- /dev/null +++ b/neo_1month/data/SST/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a589a2b8f5c4a44bf284d5c88301424b5eacd058be61309e31fe66a58776bca0 +size 1166664 diff --git a/neo_1month/data/SST/2010-05.npz b/neo_1month/data/SST/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a032bb006d904c98d29d4992a35ec9a8c4854571 --- /dev/null +++ b/neo_1month/data/SST/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe68a11be8f68733054c6acea267b0991a3f57eccadc4e943cb5f05a291efc28 +size 1166664 diff --git a/neo_1month/data/SST/2010-06.npz b/neo_1month/data/SST/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9fa08042d1349461a1edc0a371f4cf0231a36d3c --- /dev/null +++ b/neo_1month/data/SST/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2b12d104eb560583fcc5cd3b92296a8f69333a55d30c1c8cb047fb5175a859 +size 1166664 diff --git a/neo_1month/data/SST/2010-07.npz b/neo_1month/data/SST/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2cae6b7d72b4b68a75e80c4045b16cddee64d8e --- /dev/null +++ b/neo_1month/data/SST/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feb51dca2b33e0b148a6fb5c80774ec031db4b50e8ed189ea32b4bc3755e4d8 +size 1166664 diff --git a/neo_1month/data/SST/2010-08.npz b/neo_1month/data/SST/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b142aadb93a3ee04dd6dd0ffede174a69bfcc62 --- /dev/null +++ b/neo_1month/data/SST/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1f51288377b1b2554d3133f3376eb3104cbba7b76320a8b72cb621f77842b0 +size 1166664 diff --git a/neo_1month/data/SST/2010-09.npz b/neo_1month/data/SST/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..180bc1d1e5a70889157e8d56eb107f615b7fcdf3 --- /dev/null +++ b/neo_1month/data/SST/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc32e44bec0559605ce8aca56bc0fc732c36319505fb6082d10cb4e3db58367d +size 1166664 diff --git a/neo_1month/data/SST/2010-10.npz b/neo_1month/data/SST/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e4587610c2379333bccfe68e62695477ebbfc68 --- /dev/null +++ b/neo_1month/data/SST/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896ae4c78795b52499ed9d94f502b17e6b8a773f5b2711fbd9810e025531da2 +size 1166664 diff --git a/neo_1month/data/SST/2010-11.npz b/neo_1month/data/SST/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cde07200edf3d5848cde7766dfeb186ca92ecde --- /dev/null +++ b/neo_1month/data/SST/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebe591157091472a340802aa792930aa482bffd7588e06340be99baef0d2861 +size 1166664 diff --git a/neo_1month/data/SST/2010-12.npz b/neo_1month/data/SST/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..de1d3f559ef417a3404cfda6ed5db1bd4c770e2b --- /dev/null +++ b/neo_1month/data/SST/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da9af7581c507bddbd65c1b09a53ab78d01bd1a3ab341820168fb88fc7cf0b1 +size 1166664 diff --git a/neo_1month/data/SST/2011-01.npz b/neo_1month/data/SST/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..898118ecb67f5f1ae9b18eca79eeafa059a03e4f --- /dev/null +++ b/neo_1month/data/SST/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f619fb6a08fc2c08e9a4c36b36859ec7d0fa4944de88bd2a8ca842e5eaf51dfc +size 1166664 diff --git a/neo_1month/data/SST/2011-02.npz b/neo_1month/data/SST/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..03fa30840b8c474f009165afbd4d7211b2ae7469 --- /dev/null +++ b/neo_1month/data/SST/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606c0fa3f3050519e33535f719a574c31e5b24a9b5cedd5fc01f9755be295c6c +size 1166664 diff --git a/neo_1month/data/SST/2011-03.npz b/neo_1month/data/SST/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f03631dd1fd316baafcc62eac103a470d04bfff --- /dev/null +++ b/neo_1month/data/SST/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79c046bb79c14f54565ad25163f0310e44131223cc637982d323e25cc103f10 +size 1166664 diff --git a/neo_1month/data/SST/2011-04.npz b/neo_1month/data/SST/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6fcb80e41528967cb8c8f9f5bfc39483301d93ab --- /dev/null +++ b/neo_1month/data/SST/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e11169efb543a8f7dddca63b2dfc35367e7cc24bcdb87e1f080f82885eb911 +size 1166664 diff --git a/neo_1month/data/SST/2011-05.npz b/neo_1month/data/SST/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebb870aff516119e297747ff2a3fa5a011b2966f --- /dev/null +++ b/neo_1month/data/SST/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f59f074012a8d4cda9ce8a9b55845deea572067edcc3a07d758973ad6eb1c0 +size 1166664 diff --git a/neo_1month/data/SST/2011-06.npz b/neo_1month/data/SST/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5655c843371b60569b1e1cd9c75f80747017dee3 --- /dev/null +++ b/neo_1month/data/SST/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0912d4c9e06f395282b2a9f611033e7a28af0042bbebef897629cb8b8c5ebaa4 +size 1166664 diff --git a/neo_1month/data/SST/2011-07.npz b/neo_1month/data/SST/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dda91ab167c19a0a0dd5520055fa4e03156b3b5 --- /dev/null +++ b/neo_1month/data/SST/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d314d0a6db2dfaa47a0d58fc0b4f062e9e8956df063a56268306465de412636c +size 1166664 diff --git a/neo_1month/data/SST/2011-08.npz b/neo_1month/data/SST/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..986048d72407655dfc882ccb3a8c9f816b5c8ca1 --- /dev/null +++ b/neo_1month/data/SST/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743eb54b3ee17277d4906f9b2646d96555cfe4e93d9c64daa02aef43de643a36 +size 1166664 diff --git a/neo_1month/data/SST/2011-09.npz b/neo_1month/data/SST/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8827a8626e9be891e00a339715f32f2df8a630e2 --- /dev/null +++ b/neo_1month/data/SST/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7841aabe3513d1bb817a95eade1869210640755fbee3caf51a91fc05cdf09d4c +size 1166664 diff --git a/neo_1month/data/SST/2011-10.npz b/neo_1month/data/SST/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed77e9781ecaf918baebab414e6b8c1ed3a26a7c --- /dev/null +++ b/neo_1month/data/SST/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0a0db528a70afc05886e45199b964db2aad10eacbf641aef58e3b3b3d770a9 +size 1166664 diff --git a/neo_1month/data/SST/2011-11.npz b/neo_1month/data/SST/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a27c7cd8ae3bb51242bf41ac9492a35d3b9c8c8 --- /dev/null +++ b/neo_1month/data/SST/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bd7f6c990c94e3c37f2d10805616a3271f024c30354f5b23090793ca808bd1 +size 1166664 diff --git a/neo_1month/data/SST/2011-12.npz b/neo_1month/data/SST/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6157f5fc2ba4b87a743867908cb03c56f3f3c255 --- /dev/null +++ b/neo_1month/data/SST/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418484ab81d71253a0d691df4247391001046fec7f51f664fc8f0e252f9c313a +size 1166664 diff --git a/neo_1month/data/SST/2012-01.npz b/neo_1month/data/SST/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..428ef9a129b391b29d2b06aa2c4255f96beffabb --- /dev/null +++ b/neo_1month/data/SST/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fc2428c3c99f12259120ed7ac065c44ac24747f5640342d0c6f4dcef5444bf +size 1166664 diff --git a/neo_1month/data/SST/2012-02.npz b/neo_1month/data/SST/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..42b8d698baa23fbe32d8fa359df6a28cf89096be --- /dev/null +++ b/neo_1month/data/SST/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60561dfd0631975f3dc91b24d8fd3fea2342d92e3bbbaac1903d52a5e1d0d441 +size 1166664 diff --git a/neo_1month/data/SST/2012-03.npz b/neo_1month/data/SST/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a59df9c6029ab1162e032fabf0d12cce0526b807 --- /dev/null +++ b/neo_1month/data/SST/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc919b82a10b969456be3881e5687cc89364611334b89392d23e1980307cb9c1 +size 1166664 diff --git a/neo_1month/data/SST/2012-04.npz b/neo_1month/data/SST/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c83c53dc715795a465404a0aff040b047736f020 --- /dev/null +++ b/neo_1month/data/SST/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba107be714f5fcde180b202c9d30f1c2de6ab15e4dd38ae83e8b3d2c63143e46 +size 1166664 diff --git a/neo_1month/data/SST/2012-05.npz b/neo_1month/data/SST/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..634b06f53fec17a6aac6db59904690d7b38b512f --- /dev/null +++ b/neo_1month/data/SST/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca435171893e39e1d53fc37bfec8aa0347ac5ced76404af27a406b046d6f196 +size 1166664 diff --git a/neo_1month/data/SST/2012-06.npz b/neo_1month/data/SST/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e099545859aee90e337eb3f2f8184f75475e69 --- /dev/null +++ b/neo_1month/data/SST/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545f46aff42c18ede61e172e7eca9f1cbc2231138bd60cb051076083e5db58dc +size 1166664 diff --git a/neo_1month/data/SST/2012-07.npz b/neo_1month/data/SST/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..17e281c825573770579382d451469828189f77ce --- /dev/null +++ b/neo_1month/data/SST/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017bd0c6e37264aed5b6314f0abde341b7952e715585dd10d1f7cb2ff05a1118 +size 1166664 diff --git a/neo_1month/data/SST/2012-08.npz b/neo_1month/data/SST/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..245be16fa0c7663955c5c60290edc0cef39c9176 --- /dev/null +++ b/neo_1month/data/SST/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c504054cc1d9fb035f811f208a9b3f93fc81de0ca28a64b233ae1d50dc30acca +size 1166664 diff --git a/neo_1month/data/SST/2012-09.npz b/neo_1month/data/SST/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eec0ffe4243710779ddce86c87a4c1e9005f9238 --- /dev/null +++ b/neo_1month/data/SST/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595b4e50e9179329e39ce5d215b3aff13a6e088a5869a27d0c0621ae0e7d9fc7 +size 1166664 diff --git a/neo_1month/data/SST/2012-10.npz b/neo_1month/data/SST/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfb44d42bdfd6206cb208862a7bf92d8aabe11c3 --- /dev/null +++ b/neo_1month/data/SST/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10027467303b0de640746b8f9cd3c670f51bb765f94be4ef1ccff2988d0b846f +size 1166664 diff --git a/neo_1month/data/SST/2012-11.npz b/neo_1month/data/SST/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..31590b1b93f8860768f1b41b6ad8d6770452f290 --- /dev/null +++ b/neo_1month/data/SST/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e52135552e24684359d3b4a3e8433ad557a39ae1c68f80e8c69d2f670ccc776 +size 1166664 diff --git a/neo_1month/data/SST/2012-12.npz b/neo_1month/data/SST/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6c8a6b33bdb5c70eb098d01a37d940278e5dac2 --- /dev/null +++ b/neo_1month/data/SST/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2501ac8f42da21e248618dc04f882160dcc2e8ca49f990cbc78674ca109a13 +size 1166664 diff --git a/neo_1month/data/SST/2013-01.npz b/neo_1month/data/SST/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a8fc35ac64ce9b2d8afba2e01913d231e5c8a2e --- /dev/null +++ b/neo_1month/data/SST/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a4d9b379219188f564dd2fd7e8a2e456ae00ad88e4f564674d780f9549e1e9 +size 1166664 diff --git a/neo_1month/data/SST/2013-02.npz b/neo_1month/data/SST/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..563fdb5f74cca464aeef07432caa4d51698261e2 --- /dev/null +++ b/neo_1month/data/SST/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2cfe7cbe20b4eba09b996bbee1a71e420efcdbcfe419b0d630ee7ff1d2b567 +size 1166664 diff --git a/neo_1month/data/SST/2013-03.npz b/neo_1month/data/SST/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b193b77a264a9fcb17dd080a37fb6ee193306f31 --- /dev/null +++ b/neo_1month/data/SST/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcf9e8b58dc8aab94d64fef6cd9eeb1ee87726010b7eb29db1388b3a1b1b728 +size 1166664 diff --git a/neo_1month/data/SST/2013-04.npz b/neo_1month/data/SST/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..21b6c0df5559d3e7554e31d627afeec61f87eb55 --- /dev/null +++ b/neo_1month/data/SST/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d5c5c88e9ecaeb19bbf7bd4bca5a3e6ac6471fb56456961fedfb048a83253d +size 1166664 diff --git a/neo_1month/data/SST/2013-05.npz b/neo_1month/data/SST/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0093f92f083dd441fad7850e3885e6bcc396e2e3 --- /dev/null +++ b/neo_1month/data/SST/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e790bdb9a14f965efb5a2ef3b8c23f4b41e6fbdd94425a98f343210773e4600 +size 1166664 diff --git a/neo_1month/data/SST/2013-06.npz b/neo_1month/data/SST/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e02579e62416461a808578fa41aa1b204b87b1c --- /dev/null +++ b/neo_1month/data/SST/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d9b7340d57b16970e7edfbbc46ad831d64029488abf3316cb0fc78bc382eec +size 1166664 diff --git a/neo_1month/data/SST/2013-07.npz b/neo_1month/data/SST/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd8d5dab477a8a4ec9ccae7e4136efb8efa00a04 --- /dev/null +++ b/neo_1month/data/SST/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa24f0c5bcce60d665f892aa609d01789891353659a3fc04cb1182c6fd4aa5e +size 1166664 diff --git a/neo_1month/data/SST/2013-08.npz b/neo_1month/data/SST/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f96257f9352c3e9ff479aee12967d8aae2c1650 --- /dev/null +++ b/neo_1month/data/SST/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534b7e43669d15168884c0cae9a405409549b889405a342d5c1bf19c3f3e361a +size 1166664 diff --git a/neo_1month/data/SST/2013-09.npz b/neo_1month/data/SST/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..12eb63cced0863302ab5017578c65cb22c589be3 --- /dev/null +++ b/neo_1month/data/SST/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8efa44fb2d1c80c43763f11b885e2a6bb53d8dacad97d1d319ad826273a2b9 +size 1166664 diff --git a/neo_1month/data/SST/2013-10.npz b/neo_1month/data/SST/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..af5ffd3f51170561279fb46c9a6738e601dc3766 --- /dev/null +++ b/neo_1month/data/SST/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79b18750e332f750c5907c13e2c632b3ff2399f8abaf599256bf5fe350cbc4d +size 1166664 diff --git a/neo_1month/data/SST/2013-11.npz b/neo_1month/data/SST/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c756f30a2081ed77b8e4c9bc569aac4bca2d3c37 --- /dev/null +++ b/neo_1month/data/SST/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4828dcaf2f676f693e6e6c5cc06246d7d096e844c9443b4b7e780242ff35118 +size 1166664 diff --git a/neo_1month/data/SST/2013-12.npz b/neo_1month/data/SST/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..022369cfab2da517bdd3ed88ac38994aff983513 --- /dev/null +++ b/neo_1month/data/SST/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005fc7f4591a0b1ba3d91024de8cabe927da474c44961a7400d3add2bf785da7 +size 1166664 diff --git a/neo_1month/data/SST/2014-01.npz b/neo_1month/data/SST/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf5bb3d867f9e6f9b66a39814140719cbf6f638a --- /dev/null +++ b/neo_1month/data/SST/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538ae0b223086a1d4c29c51ac18ac9b3d171e00cbd3bb4c38bd1ca8b91df68a7 +size 1166664 diff --git a/neo_1month/data/SST/2014-02.npz b/neo_1month/data/SST/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef48a959c23178cf36dc1af352f20596ff539c0e --- /dev/null +++ b/neo_1month/data/SST/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154659e59e00ac2d5c5a4aa73b341be201998feeed92d009c87bbf62768c91c5 +size 1166664 diff --git a/neo_1month/data/SST/2014-03.npz b/neo_1month/data/SST/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..15477d738e6036913f0ec40c2dfd0ba9eb100a85 --- /dev/null +++ b/neo_1month/data/SST/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b4e6a8707a585eeccecbcb87a1b2217e73a238ec35474c9a3d113ce02328e6 +size 1166664 diff --git a/neo_1month/data/SST/2014-04.npz b/neo_1month/data/SST/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad71cce822d652b37e2f6f465a6f5ca320e6897e --- /dev/null +++ b/neo_1month/data/SST/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c957b043b90900a3ea15791df8a98bffdf62c46bbc5743c813ce8c495b93af16 +size 1166664 diff --git a/neo_1month/data/SST/2014-05.npz b/neo_1month/data/SST/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a4f3d9baf0dab0bd34820b340fb105f7dfc685e --- /dev/null +++ b/neo_1month/data/SST/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa11e2187a0f2c8233580c332ffa094e23b9dc905a03fe2c616570957c8cdfd +size 1166664 diff --git a/neo_1month/data/SST/2014-06.npz b/neo_1month/data/SST/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f816bd320d5f0c706a50a4696b6784422652dd8e --- /dev/null +++ b/neo_1month/data/SST/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd5c47a67da1f90766e69c90f5e6932404f6214fe6cd649be26eab89ea8e6a9 +size 1166664 diff --git a/neo_1month/data/SST/2014-07.npz b/neo_1month/data/SST/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f74d36f4e782be47b0ac0abd5d3453e71e45456 --- /dev/null +++ b/neo_1month/data/SST/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217fd2fa1f2635faa8a06564480e1c375e9c0468a16448effc34568f8fce3dbb +size 1166664 diff --git a/neo_1month/data/SST/2014-08.npz b/neo_1month/data/SST/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5116dc33076abbbb2b0129cdb6acc91b6dc2b34d --- /dev/null +++ b/neo_1month/data/SST/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e1f6535be8c4d89c495259e0c8dfaf1727acca4738dc4409e572357dbef1cc +size 1166664 diff --git a/neo_1month/data/SST/2014-09.npz b/neo_1month/data/SST/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb60b303a4966ab8f54d2cb5e1744ce3b49c639d --- /dev/null +++ b/neo_1month/data/SST/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbd5b2b6578ac761bf14ba8606b2479ddb462342767926fb08c038d5aada060 +size 1166664 diff --git a/neo_1month/data/SST/2014-10.npz b/neo_1month/data/SST/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8fbe8db9ba087211480a67eee61c71905ee3d9 --- /dev/null +++ b/neo_1month/data/SST/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937f73c09c1856ec9cdd6714a76336c83be024131c8126c4f4387337eed8e379 +size 1166664 diff --git a/neo_1month/data/SST/2014-11.npz b/neo_1month/data/SST/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c162be3529deb6d9130c4dcfa0c920455c4ed4 --- /dev/null +++ b/neo_1month/data/SST/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7e8d061c7a231eaf52b287c9d6b14157356cb27ce9e5c4f5594eaf006b8d77 +size 1166664 diff --git a/neo_1month/data/SST/2014-12.npz b/neo_1month/data/SST/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6dd5f4487d1a63d73d3556f64c7500f8a6e22bf --- /dev/null +++ b/neo_1month/data/SST/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21d9d53cf2b96376c3e3922d8d964c13c9014b6987ba76b10cddbc13971c977 +size 1166664 diff --git a/neo_1month/data/SST/2015-01.npz b/neo_1month/data/SST/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..09579b9713910bedd424504f691e95554ceb8b8f --- /dev/null +++ b/neo_1month/data/SST/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6887294194f62d68eb990acaf11c7581aeb16276a5f17e66dcd7ea18f980c3e +size 1166664 diff --git a/neo_1month/data/SST/2015-02.npz b/neo_1month/data/SST/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f359d648fb9cac4752610404b705fcb8323cd46 --- /dev/null +++ b/neo_1month/data/SST/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a899ef22f0c8c5ea29fb2b9dc7fdc7644d728d241e449bd2c274869d27fef060 +size 1166664 diff --git a/neo_1month/data/SST/2015-03.npz b/neo_1month/data/SST/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ebb4e3adbebdffc8b1bef176a88b3e98b2d4acb --- /dev/null +++ b/neo_1month/data/SST/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792f366648dc943734f6071a3cf64ff2e48f22a509eeadfe2b3d4564bcea030f +size 1166664 diff --git a/neo_1month/data/SST/2015-04.npz b/neo_1month/data/SST/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf15e4cd639717b3d5edf0c89cb9af386ba3b894 --- /dev/null +++ b/neo_1month/data/SST/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82a073688429a6d562e82de964c17528af013e9113e1e642f9d531c907ebd36 +size 1166664 diff --git a/neo_1month/data/SST/2015-05.npz b/neo_1month/data/SST/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a91bfc5b138cb8a6f7fe3b5eaa5fd7acbb293bec --- /dev/null +++ b/neo_1month/data/SST/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8792d8bbe47174fbaa6ed7cbca90aca83eebbdb6acf49518ba38a4a8502a3746 +size 1166664 diff --git a/neo_1month/data/SST/2015-06.npz b/neo_1month/data/SST/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ed350cd233c4965d4e66f38c308ded5d95c0314 --- /dev/null +++ b/neo_1month/data/SST/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8044c0f05f7b5596095e950aa20389b3a2670cd1f4af85a66cfea1579292952 +size 1166664 diff --git a/neo_1month/data/SST/2015-07.npz b/neo_1month/data/SST/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c6700cb7b23542b575072227299952c7131eff2 --- /dev/null +++ b/neo_1month/data/SST/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe9027759f6f399cfc4edbf724e3ae0650569d8895d8a4885ea24263a22db9a +size 1166664 diff --git a/neo_1month/data/SST/2015-08.npz b/neo_1month/data/SST/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3485130b97edb9e535a384a929624e326c3b417e --- /dev/null +++ b/neo_1month/data/SST/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1140bd82dcdbb6a00eff7edb36fa134779549bac7625922888831a4e2709eb45 +size 1166664 diff --git a/neo_1month/data/SST/2015-09.npz b/neo_1month/data/SST/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4250380a2677e704326dea285e6a5dc96f0e8d9d --- /dev/null +++ b/neo_1month/data/SST/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8e009b561c433a098f27c5777a2b17eb14f5e23a4bef66be3a76558c3ec5e0 +size 1166664 diff --git a/neo_1month/data/SST/2015-10.npz b/neo_1month/data/SST/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..faabb7bf224dee49415fafd8037d10a2fa7795fb --- /dev/null +++ b/neo_1month/data/SST/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bba64e8656654d2305c5bb64b197c0b7753f9d69271e95bf56bf65a8fae04f6 +size 1166664 diff --git a/neo_1month/data/SST/2015-11.npz b/neo_1month/data/SST/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bc46d7b453eac01b20255f9de60ca66971734bc --- /dev/null +++ b/neo_1month/data/SST/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19b604902f44a9f25a7f263ea782ae514eb8b2b398d58811d28e17db10a0ebe +size 1166664 diff --git a/neo_1month/data/SST/2015-12.npz b/neo_1month/data/SST/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a01dfdef1366f17fdb87c2d13a50c56ec7ba49eb --- /dev/null +++ b/neo_1month/data/SST/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5093827b2128762a084ad7d8595895cc5573fb79510450666db2ca6bb8d0d604 +size 1166664 diff --git a/neo_1month/data/SST/2016-01.npz b/neo_1month/data/SST/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddb48f9919fccb736177ff5bddd90e3c230e3594 --- /dev/null +++ b/neo_1month/data/SST/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d0297c755ed0bbd070ee0b3bbfafa156c725bfb407a0d0eb5184456b9a11d0 +size 1166664 diff --git a/neo_1month/data/SST/2016-02.npz b/neo_1month/data/SST/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ee525e72db2af6755d6093c16b461790f86f9c3 --- /dev/null +++ b/neo_1month/data/SST/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da5609d06eb19fa3683d0ce3615341c7c19bb404816ee85b6d7ed35ac8eb98c +size 1166664 diff --git a/neo_1month/data/SST/2016-03.npz b/neo_1month/data/SST/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8f1fad2f3c8d9009b6ae04dac85feafbc6fa10a --- /dev/null +++ b/neo_1month/data/SST/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9da17d87955b860606bd9524f520ea34abd8e37d8d102c316312de6980fb878 +size 1166664 diff --git a/neo_1month/data/SST/2016-04.npz b/neo_1month/data/SST/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7847b504d1143ae0899c8450e57b82052baaefdc --- /dev/null +++ b/neo_1month/data/SST/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92b7557050ef57bd6fc932d0dfdb2b1cd19de14dd171a0c8a2b4159a0d983ff +size 1166664 diff --git a/neo_1month/data/SST/2016-05.npz b/neo_1month/data/SST/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..edde8532a275a3c032a51a39925df8a46b9b77d2 --- /dev/null +++ b/neo_1month/data/SST/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe646aa64c86b93a442a8911d028c5e3f711f69939f0cf876100f2664c2e0fd6 +size 1166664 diff --git a/neo_1month/data/SST/2016-06.npz b/neo_1month/data/SST/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..460823d0cff72e35171aebbe2c6bcbddbb6f26d3 --- /dev/null +++ b/neo_1month/data/SST/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872c6c8144cae1a2c7be26991a541959a2f8adc703c93e3ed69fa2d111a82c0 +size 1166664 diff --git a/neo_1month/data/SST/2016-07.npz b/neo_1month/data/SST/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c237f7e8ff822bc7de9ffae5cf84ff784866d909 --- /dev/null +++ b/neo_1month/data/SST/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f28e2b3e3958909d07a3c7034cc73244788719551b054796addeb0012a17df2 +size 1166664 diff --git a/neo_1month/data/SST/2016-08.npz b/neo_1month/data/SST/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e1a44d7b0579256c011555754d431903259ebb7 --- /dev/null +++ b/neo_1month/data/SST/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929c4cfd03c574c069145b8b4ddd61f017d4a1c0d97132f8c6a9da9149be02a0 +size 1166664 diff --git a/neo_1month/data/SST/2016-09.npz b/neo_1month/data/SST/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..30e508663048c2d6ccd89b2d5774aa829c152bf5 --- /dev/null +++ b/neo_1month/data/SST/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3131a3d3154580769e093cafb13af6b2e7e909cad6f429323a2b09f8fb966f5b +size 1166664 diff --git a/neo_1month/data/SST/2016-10.npz b/neo_1month/data/SST/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..69f148e33cba1e7e9df1bfb254c70438ffaf0c40 --- /dev/null +++ b/neo_1month/data/SST/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4603aedfab1b47d72bff6a21f5ea2ff661e4443b293e380f7b3bf4fe411fb6a +size 1166664 diff --git a/neo_1month/data/SST/2016-11.npz b/neo_1month/data/SST/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..eaf4a09932c72ea8947677637a1ff6f86adb86fc --- /dev/null +++ b/neo_1month/data/SST/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30194fa7a27c5f5ac9c38e713f1ecb94c212e41c33c9974d3aea43e7e1dfaaf4 +size 1166664 diff --git a/neo_1month/data/SST/2016-12.npz b/neo_1month/data/SST/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ddb3872b9816601d90f46551d43064087275322 --- /dev/null +++ b/neo_1month/data/SST/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f88a496e734288068e9b35d212a38d675413b46867c5554ad86ab847f1c3d8 +size 1166664 diff --git a/neo_1month/data/SST/2017-01.npz b/neo_1month/data/SST/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21cc3fb44bdd1d28e4a760cb344c88f347f40759 --- /dev/null +++ b/neo_1month/data/SST/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fef1f083726575ae08c6b76fc604a45c8b5630c31b8dcf709152ac967a6585 +size 1166664 diff --git a/neo_1month/data/SST/2017-02.npz b/neo_1month/data/SST/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b534ce812f883490a5300ff457667da98cd0b37d --- /dev/null +++ b/neo_1month/data/SST/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8cc860da27b31233b54ec8d844e5b389290ef23359b122658bcb50f60e0b89 +size 1166664 diff --git a/neo_1month/data/SST/2017-03.npz b/neo_1month/data/SST/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..80cb38a928b99f5e1cc0111f167f7d027478b316 --- /dev/null +++ b/neo_1month/data/SST/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f7ac45312547ee3ed500970cc90a461b682b526945ce04d30b23646c986019 +size 1166664 diff --git a/neo_1month/data/SST/2017-04.npz b/neo_1month/data/SST/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cbc40d6487c37e53da93f72a7e5b5a18dc8378a --- /dev/null +++ b/neo_1month/data/SST/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b9e4b1682bbc57e68e29bd768ec113b75b835c19afd7c653339151d4801253 +size 1166664 diff --git a/neo_1month/data/SST/2017-05.npz b/neo_1month/data/SST/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..924af878630ba0a9530226d63766c3474ba85fb2 --- /dev/null +++ b/neo_1month/data/SST/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9e572d1a25356c87abf6cf707bd77ed9fe751baaae545b377808e657edf59c +size 1166664 diff --git a/neo_1month/data/SST/2017-06.npz b/neo_1month/data/SST/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a81c033bddc6087d5eb1de62ed8cc5965ca32422 --- /dev/null +++ b/neo_1month/data/SST/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6e299e215f3df8ca638ccecaafc037c590653d59ce93deb1171e424ab0090e +size 1166664 diff --git a/neo_1month/data/SST/2017-07.npz b/neo_1month/data/SST/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..10610c0059ed1e6e63c23c4ef1091e1b55f69fc3 --- /dev/null +++ b/neo_1month/data/SST/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f037a5df0869e6409e0e849e2ff43ef71371fef070cc91992c7c33f88072fe60 +size 1166664 diff --git a/neo_1month/data/SST/2017-08.npz b/neo_1month/data/SST/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a62b00bd03d3554c5c81f0a44ab20c46727ddea3 --- /dev/null +++ b/neo_1month/data/SST/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359295f59794c203d89e93b0e003cbf5dc63e01efbe39251a5317135535ff943 +size 1166664 diff --git a/neo_1month/data/SST/2017-09.npz b/neo_1month/data/SST/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..83ac5e54d568ed21a71e15bc154d9971b1a6df89 --- /dev/null +++ b/neo_1month/data/SST/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3746645d87c8cc22831874b426fd703058120d8fd56fc615bba4253132be1ffa +size 1166664 diff --git a/neo_1month/data/SST/2017-10.npz b/neo_1month/data/SST/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a6621aae327ce0ee393a2ecf9d8538cba78d0af --- /dev/null +++ b/neo_1month/data/SST/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb0670397fd054f3919f7058899fba2170e952c20e58dcb787b465a0675a85e +size 1166664 diff --git a/neo_1month/data/SST/2017-11.npz b/neo_1month/data/SST/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1314beb0bf3ed37b800b597ecc11380b440c77e2 --- /dev/null +++ b/neo_1month/data/SST/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d05eb4e428a05e2e41e524cb107f9a5d927b0481d498c375086a33d7a0d7aa6 +size 1166664 diff --git a/neo_1month/data/SST/2017-12.npz b/neo_1month/data/SST/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..95a42c21458ff02ed8a704528b8f1ddc8569cebd --- /dev/null +++ b/neo_1month/data/SST/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb452a3271031cc6c4edb6289fd6836fd0c8f54a2f9637bef04a619b19871fac +size 1166664 diff --git a/neo_1month/data/SST/2018-01.npz b/neo_1month/data/SST/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..989f07c4325824f0596c121236e54fdf9c7844af --- /dev/null +++ b/neo_1month/data/SST/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8232c8fdb3e9c944242f4f11ebde3f1c46390830ebacb0f40770a1362430855e +size 1166664 diff --git a/neo_1month/data/SST/2018-02.npz b/neo_1month/data/SST/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c1fbc2768624b10c3feefe888b053a78423767f --- /dev/null +++ b/neo_1month/data/SST/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59145bfedfae79d55bef2efe00870492b83e7fa7b9e1b8531cef7b7c6f436088 +size 1166664 diff --git a/neo_1month/data/SST/2018-03.npz b/neo_1month/data/SST/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac87e9a63734ac1ea31b8fecfb860534f7437473 --- /dev/null +++ b/neo_1month/data/SST/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e778336c0b1b2c63e1c03b3a2fbd803f04d228848413a60b6ca5a3ee247829b3 +size 1166664 diff --git a/neo_1month/data/SST/2018-04.npz b/neo_1month/data/SST/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fba772b11ea0051b1b293903363ecf0a06e208aa --- /dev/null +++ b/neo_1month/data/SST/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0647a049eef5d6a70a41de07c1d86c1669288d8a0a8912c1e208c3c151912c01 +size 1166664 diff --git a/neo_1month/data/SST/2018-05.npz b/neo_1month/data/SST/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4a19aba2a62b9cd7c7567b81f6bf23586a12c62 --- /dev/null +++ b/neo_1month/data/SST/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6bc23edb7dc77cb7b8e2a067a3c2f0a15907ce75fbf72eadfd69185767f542e +size 1166664 diff --git a/neo_1month/data/SST/2018-06.npz b/neo_1month/data/SST/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e8372a0c3f262658c06a4eb36d2d51917392c06 --- /dev/null +++ b/neo_1month/data/SST/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41686bc5757a981e66da1375a03b41c3b1f5b2eb5d531b2390845324bc6ee5d +size 1166664 diff --git a/neo_1month/data/SST/2018-07.npz b/neo_1month/data/SST/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..350e1944f16256885b11a858163be9698c8f4aed --- /dev/null +++ b/neo_1month/data/SST/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3cc71eabce2331fd2f0eb00a5e4d7e36686811d85e1ada7f60c2e9b1979b87 +size 1166664 diff --git a/neo_1month/data/SST/2018-08.npz b/neo_1month/data/SST/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..30f54dbb6156f4c9fae9842f74d0133cd2224312 --- /dev/null +++ b/neo_1month/data/SST/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c6491b96156e7d0875422c70edc40c9706edbeacba2a640dd4f10026d4b93a +size 1166664 diff --git a/neo_1month/data/SST/2018-09.npz b/neo_1month/data/SST/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ec04bfa8203a43426e4fc7057e382483155fd4a --- /dev/null +++ b/neo_1month/data/SST/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6da41897b8e4d66db5e21045ac48e9bfa4afbf172d55953053a910e584b8f8 +size 1166664 diff --git a/neo_1month/data/SST/2018-10.npz b/neo_1month/data/SST/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ec98e2b020bc0f86d2a209c2b9cde50912640c8 --- /dev/null +++ b/neo_1month/data/SST/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2628e649575df3e30212a4548f5f197bfed07602e48d611fade18a013ca3dd +size 1166664 diff --git a/neo_1month/data/SST/2018-11.npz b/neo_1month/data/SST/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..650b2523f84db8bb5f079e112858f40e937856c3 --- /dev/null +++ b/neo_1month/data/SST/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656df0f3d8eb39725e3ac6f3d90a429b18b653120150911605f4061116a767a1 +size 1166664 diff --git a/neo_1month/data/SST/2018-12.npz b/neo_1month/data/SST/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1964f91892e6f26609e841145ba39092764782f --- /dev/null +++ b/neo_1month/data/SST/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5d05ad518d03442fffb1ce5cdb70514b5eda0aa0855a9e794161f4dd4699e7 +size 1166664 diff --git a/neo_1month/data/SST/2019-01.npz b/neo_1month/data/SST/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c8cccd8c0058871432c9e4929378a585f17a895 --- /dev/null +++ b/neo_1month/data/SST/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af1fe74c8dc6d7c1f799ac168044313d080396a7f8e6ccf6f457dbfc4541815 +size 1166664 diff --git a/neo_1month/data/SST/2019-02.npz b/neo_1month/data/SST/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b9b32c9ad8b5417461977eb6098b6bf886f26b2 --- /dev/null +++ b/neo_1month/data/SST/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b9573043dfa529fd524714e7e35c4f70d9705b4afc40046a9818683436bbfc +size 1166664 diff --git a/neo_1month/data/SST/2019-03.npz b/neo_1month/data/SST/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bcb488af2968a178d074a118294a3dab234f5e2 --- /dev/null +++ b/neo_1month/data/SST/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66076c6f3dd7ae9ead557f33c041e1152f5c51f06ea4e04c8b49b594f497580 +size 1166664 diff --git a/neo_1month/data/SST/2019-04.npz b/neo_1month/data/SST/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..beccc2649fa6a742fb75100f85bab2cf4fd1a580 --- /dev/null +++ b/neo_1month/data/SST/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07e74d359bd018b2e6fc43d3849f9d1d2cbb67c4f1c2d0294af64b8af4f106a +size 1166664 diff --git a/neo_1month/data/SST/2019-05.npz b/neo_1month/data/SST/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccb692b7f4487dcd3213fa4430d1c945e90c70c3 --- /dev/null +++ b/neo_1month/data/SST/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d227d7d8741ea9bf84b7016a45e9bb5aa8419aea84641d530c06fa6310fdc586 +size 1166664 diff --git a/neo_1month/data/SST/2019-06.npz b/neo_1month/data/SST/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..538d94b49e282264c9fe0533619d6165ce442ae4 --- /dev/null +++ b/neo_1month/data/SST/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2448f465564c57ff5b9636c8ec5d8601384fdd7943d90907c40a85b035b7a09f +size 1166664 diff --git a/neo_1month/data/SST/2019-07.npz b/neo_1month/data/SST/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad70139bdfb1b2ca4feab4fa6a5d579f04b00790 --- /dev/null +++ b/neo_1month/data/SST/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9894463d0e02f68e092011073c3873b1944cd9320e3ad8d539fc2eb2e57605 +size 1166664 diff --git a/neo_1month/data/SST/2019-08.npz b/neo_1month/data/SST/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd690fe4313242cd090a5ad56ea37813324c7a31 --- /dev/null +++ b/neo_1month/data/SST/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4267b2cf1d1971409840a6e5eadcedede3424fd60eccc7801ca7b873b3594f8 +size 1166664 diff --git a/neo_1month/data/SST/2019-09.npz b/neo_1month/data/SST/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d409d37e2c09c07e91c21efb3b5fc81d6ac1192 --- /dev/null +++ b/neo_1month/data/SST/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ccead51555aff43862a479dbc6e697e4a407435f05fbfed54f0af61aa9854e +size 1166664 diff --git a/neo_1month/data/SST/2019-10.npz b/neo_1month/data/SST/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d5668d9fb27107ec8df40618695e0bf122b6566 --- /dev/null +++ b/neo_1month/data/SST/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19c8da3b7cd017f447e079f80400ef8b087219e6e330ec3cb1c06264ec867c7 +size 1166664 diff --git a/neo_1month/data/SST/2019-11.npz b/neo_1month/data/SST/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..de1a3b69164b5664f65b26f99bd8d4384161ddce --- /dev/null +++ b/neo_1month/data/SST/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f745fdadbbb28cfa56d0db7c5e0594c46920032f2c9264430ee6c641db3724f +size 1166664 diff --git a/neo_1month/data/SST/2019-12.npz b/neo_1month/data/SST/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..556d5a864304269eb37a7d9601dbf833206294d9 --- /dev/null +++ b/neo_1month/data/SST/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4a66286eacb807668a6022b55f9e5076369ce9df48e34be9b2910be3479069 +size 1166664 diff --git a/neo_1month/data/SST/2020-01.npz b/neo_1month/data/SST/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..22cb686753b8891d843e20eb2fd4b87060a9e405 --- /dev/null +++ b/neo_1month/data/SST/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef41e34b49a44adc75398c86bc3ff73ce0657d905b95c83c9b2fa3c38f1e098 +size 1166664 diff --git a/neo_1month/data/SST/2020-02.npz b/neo_1month/data/SST/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..345f025317f1f6c01af41ce1732f3006a65da73c --- /dev/null +++ b/neo_1month/data/SST/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ef075cdfb5b34c746f7719a692ffc95f13e9eed128ecea0c858cce98d781ef +size 1166664 diff --git a/neo_1month/data/SST/2020-03.npz b/neo_1month/data/SST/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e578973511d32fdfcdb1798278f4b0f51e7bd0bc --- /dev/null +++ b/neo_1month/data/SST/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1421fe92145a923c798859ce793854ad0d8db4b5f82b162ee6bfff9dddca36a4 +size 1166664 diff --git a/neo_1month/data/SST/2020-04.npz b/neo_1month/data/SST/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..899582754f8138043ff971b9bab93cf749a42c8e --- /dev/null +++ b/neo_1month/data/SST/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146c45c8fb69c80c77a99c2200b1491a1a78384a77c87db923dc222898ef4fe1 +size 1166664 diff --git a/neo_1month/data/SST/2020-05.npz b/neo_1month/data/SST/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7efc363ae39eab909a38d7592fe46b86113805a0 --- /dev/null +++ b/neo_1month/data/SST/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e3ea00b8bb78de4f8819c1cbf6987e64624e57ed00fa8ffe52bcc119905123 +size 1166664 diff --git a/neo_1month/data/SST/2020-06.npz b/neo_1month/data/SST/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ef6b9c22715c1b1b5795c0a2c7daa929679cea8 --- /dev/null +++ b/neo_1month/data/SST/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80914234fc9e6c7aa6a348a41b162963148b89a037e903d61180afd1be7884f2 +size 1166664 diff --git a/neo_1month/data/SST/2020-07.npz b/neo_1month/data/SST/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..03761cf04adc9e1e7fbdefa50e19a31f2492e59e --- /dev/null +++ b/neo_1month/data/SST/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8a2d227baabd9ddb1d8f9fc4c17e970f2b8923fe0e4f7bd4f6fd14d5c7872c +size 1166664 diff --git a/neo_1month/data/SST/2020-08.npz b/neo_1month/data/SST/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8b529740fa531ce95f18366f117e107ef30b027 --- /dev/null +++ b/neo_1month/data/SST/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbc7357cb4bbb21236fb1e79307a399f49d070d0e839c60fd07a6c017149cd2 +size 1166664 diff --git a/neo_1month/data/SST/2020-09.npz b/neo_1month/data/SST/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa5a461f9d38638f8dad5d0c92996372a649a374 --- /dev/null +++ b/neo_1month/data/SST/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb22390cb42d6ed66b49e6ae34f6f2e673ced0fc4d5b63ff70d2bc28372572b2 +size 1166664 diff --git a/neo_1month/data/SST/2020-10.npz b/neo_1month/data/SST/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cee0afa601bb9c6a6a1238cb915d6d2b07f5259c --- /dev/null +++ b/neo_1month/data/SST/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cc3ca25573e8a2bfee504bafb0a587b6ce00becbfcbf014796412c67fdc660 +size 1166664 diff --git a/neo_1month/data/SST/2020-11.npz b/neo_1month/data/SST/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e90f8c93bf849ce96b06d6c430b8f3ceeb66299 --- /dev/null +++ b/neo_1month/data/SST/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593cf36743058affb018f46433739361094ae3a11ee9cc33b37d480ab8f37b82 +size 1166664 diff --git a/neo_1month/data/SST/2020-12.npz b/neo_1month/data/SST/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa86643a54781bf422235dcf62834b7a275cac2a --- /dev/null +++ b/neo_1month/data/SST/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9459789aa186946ad6807d67e4c04eb3a1d57078abc2dc5d562b536a5508cf51 +size 1166664 diff --git a/neo_1month/data/SST/2021-01.npz b/neo_1month/data/SST/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b799d9498519ddbbff737b00361966094e3e620a --- /dev/null +++ b/neo_1month/data/SST/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa272a1d852a294fb59700dbe1e114f73bac54bc47f9612c191e0ade7ea5ba8 +size 1166664 diff --git a/neo_1month/data/SST/2021-02.npz b/neo_1month/data/SST/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f50f1269578e0a4faab68e9445833ef25e3566a5 --- /dev/null +++ b/neo_1month/data/SST/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe1fbc318e0184ee342d1326e5b2a11b62996842d564cdba4e896b06d4e279c +size 1166664 diff --git a/neo_1month/data/SST/2021-03.npz b/neo_1month/data/SST/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..83ee54b4b35eef8da76122867308c2ed088d8347 --- /dev/null +++ b/neo_1month/data/SST/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da54118e53f4d25a60eb962a3b642258bd5d2e049780ab6aa43f34a9ec061cdb +size 1166664 diff --git a/neo_1month/data/SST/2021-04.npz b/neo_1month/data/SST/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5b37d0304fedbe73823374281db1767b37bc874 --- /dev/null +++ b/neo_1month/data/SST/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1ce56b3f96e515b7ba92b3046e96aad6ff8d09df6fab4d92eb2f2d26afd107 +size 1166664 diff --git a/neo_1month/data/SST/2021-05.npz b/neo_1month/data/SST/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..066a90283d319a0a6d4e6ed327abeffe5832324f --- /dev/null +++ b/neo_1month/data/SST/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad57c36ef2bf4fc111a4c15af3ad53b86540c937ef9c6e9d16c0b04ac4e21864 +size 1166664 diff --git a/neo_1month/data/SST/2021-06.npz b/neo_1month/data/SST/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ceef0f417856008db5bc094c412a54f6cfc463f5 --- /dev/null +++ b/neo_1month/data/SST/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030aeff2a6cb4e62ad95447ac6995b4143ec31ec82c626a532c7eec2e183d2da +size 1166664 diff --git a/neo_1month/data/SST/2021-07.npz b/neo_1month/data/SST/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..533e6a0f8ded9d5f19511da17be28ea4bc2d35ff --- /dev/null +++ b/neo_1month/data/SST/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69546b4caab5d83ab7df75fc90a20d79d2f8bf9c574a900b8ecbfbe45d7b9d0b +size 1166664 diff --git a/neo_1month/data/SST/2021-08.npz b/neo_1month/data/SST/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9fd2585b0b3e5b6d8e3f2c75ae75f669d64c6ee --- /dev/null +++ b/neo_1month/data/SST/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9475c8dbcfad25672135785a275130e7a4811838d7f88f003b94220b116e04ab +size 1166664 diff --git a/neo_1month/data/SST/2021-09.npz b/neo_1month/data/SST/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c7871728b37c7b74574f5015c256507c722a50d --- /dev/null +++ b/neo_1month/data/SST/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d0fa125a0ec9a9ef1ce58b25fe0619e788a5378dc11786e22b7c222398aeb3 +size 1166664 diff --git a/neo_1month/data/SST/2021-10.npz b/neo_1month/data/SST/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b36dabe564b9493de9d1e4d965c3e924a9821d7c --- /dev/null +++ b/neo_1month/data/SST/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe3a8678ec80d0cd30fa42751031876da576be19923fa0cca3efa446ed056c7 +size 1166664 diff --git a/neo_1month/data/SST/2021-11.npz b/neo_1month/data/SST/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f45f15621dca0bcaaebee88edd6e1f445ecb4b83 --- /dev/null +++ b/neo_1month/data/SST/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b884aca49592e1ccd6196b1dfec7a9ac17648dd2f27d73e1fbfa6d7b3c7bfc2f +size 1166664 diff --git a/neo_1month/data/SST/2021-12.npz b/neo_1month/data/SST/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ed4c72b3d4544557f1c4650c447d873b89547e5 --- /dev/null +++ b/neo_1month/data/SST/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1232524f209a3cb9b5551b5eade48f9ae1a8b3e343c1c1895a7725ee56eb6461 +size 1166664 diff --git a/neo_1month/data/SST/2022-01.npz b/neo_1month/data/SST/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb9dd0d3f6afd2b04ac3d275ed77a9499ea1ad81 --- /dev/null +++ b/neo_1month/data/SST/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c562c1e7eae4df15cb7a9982e6b13b9400d2925913c4a98cd6c0e97e09d77a +size 1166664 diff --git a/neo_1month/data/SST/2022-02.npz b/neo_1month/data/SST/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3c6b5b4f6738a83770f3b7c53f1f8d32947d8d3 --- /dev/null +++ b/neo_1month/data/SST/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835a0eaaa5a3817f89516c251af14bca13127d88a2ebfac39a26dc827e383790 +size 1166664 diff --git a/neo_1month/data/SST/2022-03.npz b/neo_1month/data/SST/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbc339e5cf0cfab20bfbc9447a7a8d719d83c47a --- /dev/null +++ b/neo_1month/data/SST/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864424385f378c4f548fe1f4412cbeb46f401f1abf6674e3d9c6f946de3bd0c6 +size 1166664 diff --git a/neo_1month/data/SST/2022-04.npz b/neo_1month/data/SST/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..130af492fedbe6e8f5daa18ff1491384a8b7dc1b --- /dev/null +++ b/neo_1month/data/SST/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b724573bc87d245995ebf6827ade0de03e3279cd88fec083b62e1e38f67862be +size 1166664 diff --git a/neo_1month/data/SST/2022-05.npz b/neo_1month/data/SST/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..79c7f65efdea8b1bcffd2b55d59f1e9d74b89e31 --- /dev/null +++ b/neo_1month/data/SST/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e4d28ca0d44eee27e34924144e47266469e87ae27eafcaeb74480890828cbd +size 1166664 diff --git a/neo_1month/data/SST/2022-06.npz b/neo_1month/data/SST/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..086da92048d45160940bc2190aa016668623e52f --- /dev/null +++ b/neo_1month/data/SST/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd6945dd2bb268884542c0170949da63536af1c4ea7f72aa3dd5b36cb38d8bb +size 1166664 diff --git a/neo_1month/data/SST/2022-07.npz b/neo_1month/data/SST/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1bcf82aa1325cf7d3cf0f2fca1ba2e440eb823b --- /dev/null +++ b/neo_1month/data/SST/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f57d0872a0b84306168169ebcd4726510d77fa0caf356c09d6255c2427c56cf +size 1166664 diff --git a/neo_1month/data/SST/2022-08.npz b/neo_1month/data/SST/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a7f6cd9a2e8d463d7cf2c5936b5e552f8062382 --- /dev/null +++ b/neo_1month/data/SST/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859967c1bb8807da753da19a956a48ecb27eb492ea87b58b1c0d6e0c53a0ac71 +size 1166664 diff --git a/neo_1month/data/SST/2022-09.npz b/neo_1month/data/SST/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d1abe5d7b59e9696bb527a3961545e297f525b2 --- /dev/null +++ b/neo_1month/data/SST/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cffed8b5ff44998169750c8025c9d5e4a275835cc454d094e35dbe0df710845 +size 1166664 diff --git a/neo_1month/data/SST/2022-10.npz b/neo_1month/data/SST/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e219373e9885ab9ed4f8d7782f2299b90f8119ec --- /dev/null +++ b/neo_1month/data/SST/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657fff7616b7188f142e88150497dfae853efa5be469eb24d0b950d2b189703e +size 1166664 diff --git a/neo_1month/data/SST/2022-11.npz b/neo_1month/data/SST/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7983b62cc69e99d664694e521148ad3b3663ddd --- /dev/null +++ b/neo_1month/data/SST/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b66f87c5cc5bc68e7c30de320fdb8d29e5428dfe03f6d6e2899e9bc59a86ee +size 1166664 diff --git a/neo_1month/data/SST/2022-12.npz b/neo_1month/data/SST/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..53983b4f7e487c79266df3678ba051f0c0d3fadf --- /dev/null +++ b/neo_1month/data/SST/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d024e092ff341c06b3b6f592b3813a4075bff467f514883e5f1564b7851d5713 +size 1166664 diff --git a/neo_1month/data/SST/2023-01.npz b/neo_1month/data/SST/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d1f7a9f2f36d83636d807bca23ef07efb0675e5 --- /dev/null +++ b/neo_1month/data/SST/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c8f50efd213a2ff660c6b1668c76370727d40be2031d042ecc34ac49830f2d +size 1166664 diff --git a/neo_1month/data/SST/2023-02.npz b/neo_1month/data/SST/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..59a57793c1aaa9770f14140e0b76dea0c70d1e28 --- /dev/null +++ b/neo_1month/data/SST/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c5d85947fcc3c34850fb0e86f74449b897f56a4a998c8712dae9cd5bb762c6 +size 1166664 diff --git a/neo_1month/data/SST/2023-03.npz b/neo_1month/data/SST/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b8570a2d53d35dc1d11fa743083a52aead37fd4 --- /dev/null +++ b/neo_1month/data/SST/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd09922d1943b32424cb72bd2c6a7c9116a024949b303dc90eee3d5e0f4652a1 +size 1166664 diff --git a/neo_1month/data/SST/2023-04.npz b/neo_1month/data/SST/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2146a1e5517b449ba5dbfc5776b4d139121ce511 --- /dev/null +++ b/neo_1month/data/SST/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f0a9170686c2c706c69ea161d23f89e1e2078bbc829a0cc3b9e816beab40b6 +size 1166664 diff --git a/neo_1month/data/SST/2023-05.npz b/neo_1month/data/SST/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2d912735de5d4363bb15a3fd86567638fbb666c --- /dev/null +++ b/neo_1month/data/SST/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7916800da31b5f8982948b0735032e3a94c49a03cbac6a0342a647f82b90d8c3 +size 1166664 diff --git a/neo_1month/data/SST/2023-06.npz b/neo_1month/data/SST/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb6a35445049f77d019f99360b2c9734d83826d1 --- /dev/null +++ b/neo_1month/data/SST/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843dbfe98f810330acae54ea417eadd24aa8ea304cf7e4c8d990995be3dcc330 +size 1166664 diff --git a/neo_1month/data/SST/2023-07.npz b/neo_1month/data/SST/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a17ddc9d944e59f8dacb0a691554a48d5495463f --- /dev/null +++ b/neo_1month/data/SST/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e9af8144cdd24b209c4332822dbc6c230703759f66ee646bb1146e967b86bc +size 1166664 diff --git a/neo_1month/data/SST/2023-08.npz b/neo_1month/data/SST/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4a3d1c9570485e64d81883dafe04ba93fe33dcf --- /dev/null +++ b/neo_1month/data/SST/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e605813322f7f334ba3be0005bc91bc1065f1a8b8d5075bdaa06de5a0bed4b +size 1166664 diff --git a/neo_1month/data/SST/2023-09.npz b/neo_1month/data/SST/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c70797106973a236f7b9fef00a5a91dbaf2b7fb7 --- /dev/null +++ b/neo_1month/data/SST/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1cccb12af30b061b3f3d3f5aee33fdccfdd37b342d05d83f940c54af23bd4e +size 1166664 diff --git a/neo_1month/data/SST/2023-11.npz b/neo_1month/data/SST/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..43a8149dbcf1a6b9ba1056c3dc8ccf4e0f89a106 --- /dev/null +++ b/neo_1month/data/SST/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a187ae227e613db520609922d67bc2f0df1f12064ce1ce10f3b41e235040f6 +size 1166664 diff --git a/neo_1month/data/WV/2000-02.npz b/neo_1month/data/WV/2000-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c738f8fc7261761902dbf7137f8853322a49e75 --- /dev/null +++ b/neo_1month/data/WV/2000-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d84b3240a86ad728e7b4e1a3d50d5ea9fbb6f2fff029c1eabb72d2b35eba91 +size 1166664 diff --git a/neo_1month/data/WV/2000-03.npz b/neo_1month/data/WV/2000-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..71f63350c1f96759a7262c47d145be21cbe76c7e --- /dev/null +++ b/neo_1month/data/WV/2000-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618a37d61a2200c6c726981208d3617b2e4c03ceef4ace6ad08938337120b005 +size 1166664 diff --git a/neo_1month/data/WV/2000-04.npz b/neo_1month/data/WV/2000-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5264b067b916f2ed1438b917c6996c56bba60c3b --- /dev/null +++ b/neo_1month/data/WV/2000-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab07952fa24e3880811461949e39648c6c8151baa71ffa5ce9bc46f204ead98 +size 1166664 diff --git a/neo_1month/data/WV/2000-05.npz b/neo_1month/data/WV/2000-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe39671a9b26ee5f4014748546f4ed0eb566985f --- /dev/null +++ b/neo_1month/data/WV/2000-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce70005fbad05a149f687f8f75811b85907b0f486f3f7dee8e83d9c74e39c0c +size 1166664 diff --git a/neo_1month/data/WV/2000-06.npz b/neo_1month/data/WV/2000-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b01703a807684612ae76ecb0cab7714e2cae2698 --- /dev/null +++ b/neo_1month/data/WV/2000-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7561c3e3f5b6636b62feb6c51865813bdebbf0a7a6a45f2f6f38777356152f +size 1166664 diff --git a/neo_1month/data/WV/2000-07.npz b/neo_1month/data/WV/2000-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c29e1fe1a56f56477c475fb61e39695c122ede8a --- /dev/null +++ b/neo_1month/data/WV/2000-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13b7f4c405b4ec96d61ee7855576ed3edff9d4f2b469c84ec652194f74547ec +size 1166664 diff --git a/neo_1month/data/WV/2000-08.npz b/neo_1month/data/WV/2000-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad99ebe7f806fb35166944b4b8487970bf94a5ad --- /dev/null +++ b/neo_1month/data/WV/2000-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9821e37bcef44eac46403f4bdcba85a343fa2715e01d27ef96145774ebaffb +size 1166664 diff --git a/neo_1month/data/WV/2000-09.npz b/neo_1month/data/WV/2000-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf1f8b0e3ac5d160cda7712da36d6234fd6699c6 --- /dev/null +++ b/neo_1month/data/WV/2000-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ac332e8c37400c859fa20a972a6d8d18f20eade9110d51dc8300dbe486a3c0 +size 1166664 diff --git a/neo_1month/data/WV/2000-10.npz b/neo_1month/data/WV/2000-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e0a4968dcede4ab61ed28ac1b046c3b7bc88e17 --- /dev/null +++ b/neo_1month/data/WV/2000-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985ec4ec958b01d96e545f28a47bacf9cf325a9f7db20c12fc3e2d406f1aedd5 +size 1166664 diff --git a/neo_1month/data/WV/2000-11.npz b/neo_1month/data/WV/2000-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..94aac0494dd55fcd9dbfd60c53165ab28711dd62 --- /dev/null +++ b/neo_1month/data/WV/2000-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da41ada93616609436d97057f1cc9eea52048c147e87e8b29e30258b8f00757 +size 1166664 diff --git a/neo_1month/data/WV/2000-12.npz b/neo_1month/data/WV/2000-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e34ce16a1fcab7ca8bd963e07df92427f28b8c4d --- /dev/null +++ b/neo_1month/data/WV/2000-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415f238d25d53d59e81afdda511225b699f8c52a3a98d952bda7fc12ddaff37c +size 1166664 diff --git a/neo_1month/data/WV/2001-01.npz b/neo_1month/data/WV/2001-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..70f65bafa5825d1b1a80af53809e80989d3f6eb0 --- /dev/null +++ b/neo_1month/data/WV/2001-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8bf4e08d48d1c34f6964a13ca6bf1d57c3c3fe5ddb32a234fcbf2b3db2ffd5 +size 1166664 diff --git a/neo_1month/data/WV/2001-02.npz b/neo_1month/data/WV/2001-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8180f3f5b025435ca765771ba3456c622f381f80 --- /dev/null +++ b/neo_1month/data/WV/2001-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca1f3c0e8f058d037554337350c1fc27b1d17940d247dcde98ce21e99f1e317 +size 1166664 diff --git a/neo_1month/data/WV/2001-03.npz b/neo_1month/data/WV/2001-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b74a255a5c35fbeeb7d21f6d1e0f96f2cc4857c7 --- /dev/null +++ b/neo_1month/data/WV/2001-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b97e43afacecf864052503a149368ba4a1a9d23aee31d97db4bd4229e14064e +size 1166664 diff --git a/neo_1month/data/WV/2001-04.npz b/neo_1month/data/WV/2001-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec9762477c5880e84a8a74d17729ab2cc5a1d541 --- /dev/null +++ b/neo_1month/data/WV/2001-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a29265e966f3955204e05b39561657515a38d3f26c3d40cd567a917c4f18b9f +size 1166664 diff --git a/neo_1month/data/WV/2001-05.npz b/neo_1month/data/WV/2001-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d3687e6504c760edbc8fb2183bdd6dcbf1a8102 --- /dev/null +++ b/neo_1month/data/WV/2001-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab866f22cef6429f6292faeb23d25c0946a3d60d1778d44fa983332d9397e46 +size 1166664 diff --git a/neo_1month/data/WV/2001-06.npz b/neo_1month/data/WV/2001-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..28b98d628ffadda1412e6da599c88be1c79234ec --- /dev/null +++ b/neo_1month/data/WV/2001-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d8b14e4843c78dc3372c948e6afcf1ced8517ea3d7c224fb6d1b1c500b9821 +size 1166664 diff --git a/neo_1month/data/WV/2001-07.npz b/neo_1month/data/WV/2001-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c8455db887a6d7f670d0eb4660c772ae773d9d2 --- /dev/null +++ b/neo_1month/data/WV/2001-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ee06a11594251b65cc99c5556243c1f3a97f2e25f5d800993ab5570b44b237 +size 1166664 diff --git a/neo_1month/data/WV/2001-08.npz b/neo_1month/data/WV/2001-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..53c0b023c6d054759e97a92b9b697bd738b2e77c --- /dev/null +++ b/neo_1month/data/WV/2001-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8823cd386e04bae48a75abe3be19c16a433b741b9413cdc272cf6650b09fed +size 1166664 diff --git a/neo_1month/data/WV/2001-09.npz b/neo_1month/data/WV/2001-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f5ffc4648637f01cb57cef509401fbf33815562 --- /dev/null +++ b/neo_1month/data/WV/2001-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d67981ce92aefe1b04b9fa87019c39b27015aecb165e047ea852199a21fe8d +size 1166664 diff --git a/neo_1month/data/WV/2001-10.npz b/neo_1month/data/WV/2001-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8c52136418f8c632a153b215923ad532bf62187 --- /dev/null +++ b/neo_1month/data/WV/2001-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dfe259c7e863a3980a5952ce590298686bbe3dd1958de497909bd66402558f +size 1166664 diff --git a/neo_1month/data/WV/2001-11.npz b/neo_1month/data/WV/2001-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a066da98b00ad47585ce536a8629f052d12fe97f --- /dev/null +++ b/neo_1month/data/WV/2001-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb51c5798f1ef6454bdbfee04e83210d0e45963b232727015dd12f5fd43a5d85 +size 1166664 diff --git a/neo_1month/data/WV/2001-12.npz b/neo_1month/data/WV/2001-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..84f614a1ecdcb50c1956aa671e1869b92b56eb46 --- /dev/null +++ b/neo_1month/data/WV/2001-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd979b63cf3529b80acf717321b1e0694224a1e07458611b4d435c78c547bf29 +size 1166664 diff --git a/neo_1month/data/WV/2002-01.npz b/neo_1month/data/WV/2002-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cdc239f574252eb4f2146cd6c74795c4820e363 --- /dev/null +++ b/neo_1month/data/WV/2002-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b7be001d9dc3afad506583c53de3b18205e2866a03d2207c8fdfc25e11f8df +size 1166664 diff --git a/neo_1month/data/WV/2002-02.npz b/neo_1month/data/WV/2002-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b204da041f8f2ed4b52037a649596115dde362a --- /dev/null +++ b/neo_1month/data/WV/2002-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6149366d1788e21c95ff59aae6a6e0b01085ee24062006d38f0da82bdc9dddfe +size 1166664 diff --git a/neo_1month/data/WV/2002-03.npz b/neo_1month/data/WV/2002-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b133596d296a49939fc053165cd35484d0a2e5c5 --- /dev/null +++ b/neo_1month/data/WV/2002-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64887ecbc74447c81760e51acdfaa82b870f063bff2c594789bfbef6b2e22b26 +size 1166664 diff --git a/neo_1month/data/WV/2002-04.npz b/neo_1month/data/WV/2002-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee87ceb10695c0459f1d204d3aca321cc59387e --- /dev/null +++ b/neo_1month/data/WV/2002-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344576d288971372014ce1d7bbb34c777fd1e722f48ce8cc27298fc9f340ee4c +size 1166664 diff --git a/neo_1month/data/WV/2002-05.npz b/neo_1month/data/WV/2002-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f8b18a825f8bbf3b9db3f811d7ef56ca2eea011 --- /dev/null +++ b/neo_1month/data/WV/2002-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3377f3f3931c8c2c9ff537f6f6562ee1f048f7da5a068624dbcced8a52667632 +size 1166664 diff --git a/neo_1month/data/WV/2002-06.npz b/neo_1month/data/WV/2002-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3c9bd46fb4a5ca608db0d4fa100a33525a224aa --- /dev/null +++ b/neo_1month/data/WV/2002-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466da300f218c40f1d5651ab7e46cd339296c817d0922e7b30dd20cbe6c9af71 +size 1166664 diff --git a/neo_1month/data/WV/2002-07.npz b/neo_1month/data/WV/2002-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4dfa08f508eaf2f4186bef79c2750bab2a9fdade --- /dev/null +++ b/neo_1month/data/WV/2002-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060d25516595ef523af46583f6fc572a1d689400eeddfde286f4b2bf0c3b732f +size 1166664 diff --git a/neo_1month/data/WV/2002-08.npz b/neo_1month/data/WV/2002-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..26aed37b9728e2e0b3e4a3bdd2736fdb98efa329 --- /dev/null +++ b/neo_1month/data/WV/2002-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497bf2d09bdffde37935a519dc8f8c547d43c616c98fb236ecf6829e8af4fc87 +size 1166664 diff --git a/neo_1month/data/WV/2002-09.npz b/neo_1month/data/WV/2002-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..13c4d24376635e8b84f710d1c8447213e8f862b3 --- /dev/null +++ b/neo_1month/data/WV/2002-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17a29fa18e1af2124d7ab454494b75ace976be4eba88a8ec6d6e5181450f456 +size 1166664 diff --git a/neo_1month/data/WV/2002-10.npz b/neo_1month/data/WV/2002-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e196337419c3c6364971950934f180c7e499b8ad --- /dev/null +++ b/neo_1month/data/WV/2002-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a99777e62c16e606a243e0b4aae74a60e4f1d72787f225644e7749efd90ed1f +size 1166664 diff --git a/neo_1month/data/WV/2002-11.npz b/neo_1month/data/WV/2002-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e4365aa8572bf2f11da27dcac2bea4c07097c38 --- /dev/null +++ b/neo_1month/data/WV/2002-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c664c50aab48c03ff7e6476058c7192528d5e920c25dae82454e724159deb0e4 +size 1166664 diff --git a/neo_1month/data/WV/2002-12.npz b/neo_1month/data/WV/2002-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..db1bd7f008db162304016b7ba09df468267afa45 --- /dev/null +++ b/neo_1month/data/WV/2002-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510214a5da4983bfe292e35b81ee0edb0e59c9b1115498b06b9ef450f37c95ad +size 1166664 diff --git a/neo_1month/data/WV/2003-01.npz b/neo_1month/data/WV/2003-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f498957ea5187202728b4b3440989ba83576cd1b --- /dev/null +++ b/neo_1month/data/WV/2003-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c54fda1b8669d5cb9aab93f0f6216594495ad3c220c666cb3e93ce167c17c4b +size 1166664 diff --git a/neo_1month/data/WV/2003-02.npz b/neo_1month/data/WV/2003-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..84b82ed56616387ab0ccb2739436926d5854e0ce --- /dev/null +++ b/neo_1month/data/WV/2003-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4854209ab5b652971c700de0c133a4f7f2cde6cd930a40558631d11d573de9f9 +size 1166664 diff --git a/neo_1month/data/WV/2003-03.npz b/neo_1month/data/WV/2003-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ebe891fdfe0ae5dc746a9697ff96efca7f7d31b --- /dev/null +++ b/neo_1month/data/WV/2003-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2c23bb0fc2fafec1b2d4c3473fcb2b333727f4382183c8c38f5d8497fad8c3 +size 1166664 diff --git a/neo_1month/data/WV/2003-04.npz b/neo_1month/data/WV/2003-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6280f4ba8d73040ac6b655cc2542455230a02ed --- /dev/null +++ b/neo_1month/data/WV/2003-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddb71a49ebcc97705f268549a573feb70173be2962a65fbe7fd485c2538fde5 +size 1166664 diff --git a/neo_1month/data/WV/2003-05.npz b/neo_1month/data/WV/2003-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..792c32c852f817434f50653ddec9df60079907d5 --- /dev/null +++ b/neo_1month/data/WV/2003-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3476e871a6d9d04f3d64ee4ec4f0716489d5a9d8f58191e76d033bdd16691279 +size 1166664 diff --git a/neo_1month/data/WV/2003-06.npz b/neo_1month/data/WV/2003-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a688582d232fe496ab026a14c23fa925bd10627 --- /dev/null +++ b/neo_1month/data/WV/2003-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65c78d3b1170d4a04f26395d3e8c3b7ce19148e7f9d69a66812e174b76dd7ee +size 1166664 diff --git a/neo_1month/data/WV/2003-07.npz b/neo_1month/data/WV/2003-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..04ab3e29c1dcb3cbe6dd1efa7507058387a961fe --- /dev/null +++ b/neo_1month/data/WV/2003-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40795e3382371bdd5918734a60bf394c199ae5e534fa23f8a3b28fbae7e0e19c +size 1166664 diff --git a/neo_1month/data/WV/2003-08.npz b/neo_1month/data/WV/2003-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbe0367124ff21d251a21544d59c539e41e3dc53 --- /dev/null +++ b/neo_1month/data/WV/2003-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0411432236375fbe3a5f5cb577ff025c40d9a87a3c6ed59c4aff62909709e68f +size 1166664 diff --git a/neo_1month/data/WV/2003-09.npz b/neo_1month/data/WV/2003-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a28cc1456d1e8e97624504f595e98b2174686feb --- /dev/null +++ b/neo_1month/data/WV/2003-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc8bcf306131c1df2472026da39ef7846fae41e45411582fe632f1f3edb1ee4 +size 1166664 diff --git a/neo_1month/data/WV/2003-10.npz b/neo_1month/data/WV/2003-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cacd44e216ac0131d558d4874185f506a288a08 --- /dev/null +++ b/neo_1month/data/WV/2003-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfc62d22b1b533d2be37ba2c41eb28e63eaf7e8e603bf274c1b94f1e6086154 +size 1166664 diff --git a/neo_1month/data/WV/2003-11.npz b/neo_1month/data/WV/2003-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa05d06e9cff30beb1fa2358a14442c7f66c883a --- /dev/null +++ b/neo_1month/data/WV/2003-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874cfdbf3fc635b126ba5fa7fd1c180183de200fa0407802def2c06bc83af5b8 +size 1166664 diff --git a/neo_1month/data/WV/2003-12.npz b/neo_1month/data/WV/2003-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0cf8b5ee4031f5114bb6880dbbbf5e26984e3284 --- /dev/null +++ b/neo_1month/data/WV/2003-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d2560842024c5f5cb12bcd6c5a24a01c22481f7cd563cee35420f88e4e9e5b +size 1166664 diff --git a/neo_1month/data/WV/2004-01.npz b/neo_1month/data/WV/2004-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..08e5a4910e49b4ae1cd0bddb7d29b20c0d716061 --- /dev/null +++ b/neo_1month/data/WV/2004-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32be1b2d60613845133c6e0c89fe03b33b850da716b7ea91b313762133814d9b +size 1166664 diff --git a/neo_1month/data/WV/2004-02.npz b/neo_1month/data/WV/2004-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ae72c09c285a67afa58a641a8bdfbe41ddc4922 --- /dev/null +++ b/neo_1month/data/WV/2004-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702815acf498d50e3e20503578ffc1421e236745a3f7e0430d4d1dcbfde9fbf6 +size 1166664 diff --git a/neo_1month/data/WV/2004-03.npz b/neo_1month/data/WV/2004-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c34a0ce119072e7b35ec2f0d952abd261b63816 --- /dev/null +++ b/neo_1month/data/WV/2004-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fc37de8266ed5821e5b805f6ff743d0e7425e0800d974537cc9bd9fd763494 +size 1166664 diff --git a/neo_1month/data/WV/2004-04.npz b/neo_1month/data/WV/2004-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7f83fa3bf670b356e454c7a4c61a4146f5742ad --- /dev/null +++ b/neo_1month/data/WV/2004-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd08fd500aa985bb687ceb1b38b248f7bb6bbf515847e245ab37a92b39c3341 +size 1166664 diff --git a/neo_1month/data/WV/2004-05.npz b/neo_1month/data/WV/2004-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6756a088b01c2095e71a0056e071efe2107fd237 --- /dev/null +++ b/neo_1month/data/WV/2004-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb9bcaaacd7ffec09dbc335bb925b1fc9a171acca381e04b845bfb535cd33b5 +size 1166664 diff --git a/neo_1month/data/WV/2004-06.npz b/neo_1month/data/WV/2004-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5076ab1857a0b2f7a58ceb5bf5f59c4d036f6162 --- /dev/null +++ b/neo_1month/data/WV/2004-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327214d4c8e08c8f6a7cbb26cebd96477c879446db56347a482c5637589321c4 +size 1166664 diff --git a/neo_1month/data/WV/2004-07.npz b/neo_1month/data/WV/2004-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..de499d57a9ff4ea45d17090eaecf19bdeeaf87cf --- /dev/null +++ b/neo_1month/data/WV/2004-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f34789e04cd17cbbb472a01bcbf4839bce1c1e7d711a8753083a976d7c466c2 +size 1166664 diff --git a/neo_1month/data/WV/2004-08.npz b/neo_1month/data/WV/2004-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b5546581160e082b70649fd14f6ca95cdd6443a --- /dev/null +++ b/neo_1month/data/WV/2004-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfa2b877bc72e4e79143e629f011cf82a506d7be02e7996c2784379601c00e4 +size 1166664 diff --git a/neo_1month/data/WV/2004-09.npz b/neo_1month/data/WV/2004-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..269e7434582a4ea144fe7c52ed448c33e431ec34 --- /dev/null +++ b/neo_1month/data/WV/2004-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8bf97dbd782ebf7a354a798f080c2cd83648c6c9579dfbb539761be262741a +size 1166664 diff --git a/neo_1month/data/WV/2004-10.npz b/neo_1month/data/WV/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..29782e650ccda505c32d1b54cdaa9b5a19144260 --- /dev/null +++ b/neo_1month/data/WV/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8397d2c6817a4dbdc726501755c7b5d4caa84f30b1d1a6e7a58228238c313377 +size 1166664 diff --git a/neo_1month/data/WV/2004-11.npz b/neo_1month/data/WV/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..469a53b81a3722131b0ed434870a2f589a4810b4 --- /dev/null +++ b/neo_1month/data/WV/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ad88fb5938c72dd6093bdac57c62d4c1358f9fa87c07a2db098b1ed640410e +size 1166664 diff --git a/neo_1month/data/WV/2004-12.npz b/neo_1month/data/WV/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2da3e5ce943f8ae0cfffaa78411edab5248871a1 --- /dev/null +++ b/neo_1month/data/WV/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cebc1d4f108db6e06e02ba5e89a12fd7e9033f8d059066f6d3dccc65e7c4a5 +size 1166664 diff --git a/neo_1month/data/WV/2005-01.npz b/neo_1month/data/WV/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..26740bfe76b6ae71e45dda74d547148eb48590d2 --- /dev/null +++ b/neo_1month/data/WV/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b5df8da9d25fe8b57c4ad6a1278f7db97b38fd9f49f86fafe3f35658708d8 +size 1166664 diff --git a/neo_1month/data/WV/2005-02.npz b/neo_1month/data/WV/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd6d4d8cd5c8b405a840c40912f4ec1cc20085dd --- /dev/null +++ b/neo_1month/data/WV/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afe45b03ab69c455dc566f6aa7ba65e6e9c8d30e307e73807f971fb5f9ca1fa +size 1166664 diff --git a/neo_1month/data/WV/2005-03.npz b/neo_1month/data/WV/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..21c300fef7ad082cae392b4c4ed4a4334da0a2a9 --- /dev/null +++ b/neo_1month/data/WV/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f951ebc3ac9db427da1a001b779f910ecb6d6ddd6364d4e676019c69c6f1e008 +size 1166664 diff --git a/neo_1month/data/WV/2005-04.npz b/neo_1month/data/WV/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..88a615e3b94530cdf7833a131b40509f769d0192 --- /dev/null +++ b/neo_1month/data/WV/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54db1844100b7f1545ad5d1563a1c3ae2ffaeccaa38a29a145a2ed61abe6f7a9 +size 1166664 diff --git a/neo_1month/data/WV/2005-05.npz b/neo_1month/data/WV/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4b1dc2223c08fc3c7329f55df4ebf01aabbb246 --- /dev/null +++ b/neo_1month/data/WV/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f11f344ebd981a067e969cae79d1af6fd9000bd315d0bb1cfb5fdab1893f38 +size 1166664 diff --git a/neo_1month/data/WV/2005-06.npz b/neo_1month/data/WV/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb33a3d44636daa0e573dd501730bb22e31e4c5e --- /dev/null +++ b/neo_1month/data/WV/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbf17a4864eaa9750c0eb8f4d9330ad56024e4e6d3c9a456b31ecfaeed4fc41 +size 1166664 diff --git a/neo_1month/data/WV/2005-07.npz b/neo_1month/data/WV/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..de0eee82c60705e7eb895fcc545fafafe296c227 --- /dev/null +++ b/neo_1month/data/WV/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02b5dae65c5cc91ccddbb091da1235c2265b0aac0954d04719ec884528205b0 +size 1166664 diff --git a/neo_1month/data/WV/2005-08.npz b/neo_1month/data/WV/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2396c0f0d35cd8fd261cc8526f3dc3c536ff048 --- /dev/null +++ b/neo_1month/data/WV/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c703b126973f3f91d0221b343b6d0b08f310b9e5967b5258d8e1518fbc857d +size 1166664 diff --git a/neo_1month/data/WV/2005-09.npz b/neo_1month/data/WV/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba694c241a2dcc9a23d6c85ff99f4b8360804d66 --- /dev/null +++ b/neo_1month/data/WV/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a9f264d7c307fab1d9089d45e49da6e8ad44796c7e7c708db19e2ab137350b +size 1166664 diff --git a/neo_1month/data/WV/2005-10.npz b/neo_1month/data/WV/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..354e072c6a1b00838260157c7427644773fcadd6 --- /dev/null +++ b/neo_1month/data/WV/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6facf7cc3bcd95dee6297b32d3af0b63b177a278e6eee2f01cdd0c73be8a12dc +size 1166664 diff --git a/neo_1month/data/WV/2005-11.npz b/neo_1month/data/WV/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f412d50c7c20c9368d52fe5a7347906c90a7024 --- /dev/null +++ b/neo_1month/data/WV/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf98b8432764a870a63d227bcc791c1095d509a97b62ff6fd0796548174bd90 +size 1166664 diff --git a/neo_1month/data/WV/2005-12.npz b/neo_1month/data/WV/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8753b3be72228b17a6d56063254c8aa2f0260f15 --- /dev/null +++ b/neo_1month/data/WV/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e658b5c4ea875d4e9a6a772d009c85f3dd493774e38f14d54b27dde5ce2dba7f +size 1166664 diff --git a/neo_1month/data/WV/2006-01.npz b/neo_1month/data/WV/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ac0e5da0469de8dcc7b28dc6624e746fc7d763a --- /dev/null +++ b/neo_1month/data/WV/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a636d8a905766aaae706d282286857786ff11672a6a52451aca499d7957abd +size 1166664 diff --git a/neo_1month/data/WV/2006-02.npz b/neo_1month/data/WV/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..44f27bfed12442bca125cdcdb1fce9897fadbf58 --- /dev/null +++ b/neo_1month/data/WV/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fb4e2488780bfcb36677b3e3ead9bfec1571a2b9fd2bb288377d715ffde4b0 +size 1166664 diff --git a/neo_1month/data/WV/2006-03.npz b/neo_1month/data/WV/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..72ce322669dc50cc0bf1dafa470323a3b3d8fa31 --- /dev/null +++ b/neo_1month/data/WV/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8e390cd22b2a09391aa58693fe26ad94548317a112d538254889b7f1d56749 +size 1166664 diff --git a/neo_1month/data/WV/2006-04.npz b/neo_1month/data/WV/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..395a3d2ce0b9518221c97aa3bf498a557fb61591 --- /dev/null +++ b/neo_1month/data/WV/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b407a16ecdd82647ec9a48b72815fcaa31459ea04828953b602016158765314 +size 1166664 diff --git a/neo_1month/data/WV/2006-05.npz b/neo_1month/data/WV/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..11fcbb1f6983cd160be005cf9d738a39814c877c --- /dev/null +++ b/neo_1month/data/WV/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0f0b54a23f65125ee6ea9826793e6e80699f589da53c2e72f230299e3b2548 +size 1166664 diff --git a/neo_1month/data/WV/2006-06.npz b/neo_1month/data/WV/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d7f1233d31bf594f27bcf8b0b8fa535996a780c --- /dev/null +++ b/neo_1month/data/WV/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d97e418109672b3d10a1eab2a41115ebefef1a543fb546e563dd009a4a4cb3 +size 1166664 diff --git a/neo_1month/data/WV/2006-07.npz b/neo_1month/data/WV/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..27679912a87ddb084bb932fdf3901fcfc1442edb --- /dev/null +++ b/neo_1month/data/WV/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706f9858dd8db12ef298ed3071f55c5a74ddb25a26fe00666cab5ef94dd32178 +size 1166664 diff --git a/neo_1month/data/WV/2006-08.npz b/neo_1month/data/WV/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..13c9fa02710d2fbdf691f9087e5f70b1fd72db6b --- /dev/null +++ b/neo_1month/data/WV/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc763ba3a4e01434c51b9ae735e8e055391490f4f5417345598aef0b91b9fa7a +size 1166664 diff --git a/neo_1month/data/WV/2006-09.npz b/neo_1month/data/WV/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d71ae333a71de1d4eccd57cb42c5922237861453 --- /dev/null +++ b/neo_1month/data/WV/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0df2c786d7fc6b54aef9efee108547e606fb42150a5dbd8a9645abf40ce061a +size 1166664 diff --git a/neo_1month/data/WV/2006-10.npz b/neo_1month/data/WV/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4aea11c46c74e82526208a36dfda76155a801b32 --- /dev/null +++ b/neo_1month/data/WV/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d8379306e1f37f5fed53e9fcef983ebf132b9ee43b1576e67f2325c50af523 +size 1166664 diff --git a/neo_1month/data/WV/2006-11.npz b/neo_1month/data/WV/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad0334f7bfafe1bb9c4d6d6c0762ea00342546e1 --- /dev/null +++ b/neo_1month/data/WV/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b1b33ee5fb7817b40f27e9ecb325f3f5901fa27fc749113a251317ea003f7 +size 1166664 diff --git a/neo_1month/data/WV/2006-12.npz b/neo_1month/data/WV/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..51a5e9a0054ba3a307b8408e4e85a66f99d524f3 --- /dev/null +++ b/neo_1month/data/WV/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d7c80cbe9984317b74951d9431e99dd49607003cedfdf3997e2e9b83ad768c +size 1166664 diff --git a/neo_1month/data/WV/2007-01.npz b/neo_1month/data/WV/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9512eb9e9ded7180db169903943e1930b2f33b80 --- /dev/null +++ b/neo_1month/data/WV/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e6883da03e7ead17a73cce6861c24bd9b664748b4743025ae38a1ccc55491f +size 1166664 diff --git a/neo_1month/data/WV/2007-02.npz b/neo_1month/data/WV/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dccb13c9ceb6b535f6b40830893e58713c685fef --- /dev/null +++ b/neo_1month/data/WV/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5faa468da115524b6dc5f12225084f25a4f1753373b5b1bb0ad9a04db3463b +size 1166664 diff --git a/neo_1month/data/WV/2007-03.npz b/neo_1month/data/WV/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2c8fc811027dde6398885cc600acd27ee921863 --- /dev/null +++ b/neo_1month/data/WV/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695988f3011d3efe450c05b11b36d0cc442b3f854be207831080c11719ca435a +size 1166664 diff --git a/neo_1month/data/WV/2007-04.npz b/neo_1month/data/WV/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b55cf4339a54371ad799b6ad1e48df870179c25 --- /dev/null +++ b/neo_1month/data/WV/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079c4ddca03a74f1821b07796e5bf597f01ced84d9f000cc13a237557dfd942c +size 1166664 diff --git a/neo_1month/data/WV/2007-05.npz b/neo_1month/data/WV/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a90a0cf5aa841426ca93fc016764401476da0f1 --- /dev/null +++ b/neo_1month/data/WV/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8044fab6a66c61f58886f0961c70c116c8f840fb1461a0749de9d1365b4b52ae +size 1166664 diff --git a/neo_1month/data/WV/2007-06.npz b/neo_1month/data/WV/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0683713a27d95515775a0564f4885e3fccb216d0 --- /dev/null +++ b/neo_1month/data/WV/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e56d02e07bec621bff753d8a26cccb32124f047ca3affc13d0dcdc77c5901e +size 1166664 diff --git a/neo_1month/data/WV/2007-07.npz b/neo_1month/data/WV/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ee3335531cff7bd36b81332e1400b3e2ad37317 --- /dev/null +++ b/neo_1month/data/WV/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7f50fd0eff26c64432bacaf6a3a9c68e1feefc55185e08e2bc446a138fe5af +size 1166664 diff --git a/neo_1month/data/WV/2007-08.npz b/neo_1month/data/WV/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a70258b0b637c01aa677d1d4f626c469a995501 --- /dev/null +++ b/neo_1month/data/WV/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14844ba339d32048dd6a0170fc4f12ac208c6005322c3a6ad72581bca87acd84 +size 1166664 diff --git a/neo_1month/data/WV/2007-09.npz b/neo_1month/data/WV/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51b569694a5718e39911b999198b2c4284ffd12 --- /dev/null +++ b/neo_1month/data/WV/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce1a02cce91c31c9b1aed93ea927032eb4da93b0913b58f9b51f8b4ef96916d +size 1166664 diff --git a/neo_1month/data/WV/2007-10.npz b/neo_1month/data/WV/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22563e40cea389d1a4191f110b1a13387bc7db93 --- /dev/null +++ b/neo_1month/data/WV/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40422a39527aceda394a6f5d99f7b33bd70ece1b2399dc07c28e3520ee06658b +size 1166664 diff --git a/neo_1month/data/WV/2007-11.npz b/neo_1month/data/WV/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f0381132b647f060e9d20da2c9e5377a9119766 --- /dev/null +++ b/neo_1month/data/WV/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd5dd363fd7bc35662b47c3c9221c35384c6544fcab0ce1401a5887cafbf15e +size 1166664 diff --git a/neo_1month/data/WV/2007-12.npz b/neo_1month/data/WV/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9e394282c1a075941e79ce48f0e704f86755b11 --- /dev/null +++ b/neo_1month/data/WV/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50002bc4b6f8aa3bc3e9abd70f51fd976913af90c5e70878d3b8c3739df23f40 +size 1166664 diff --git a/neo_1month/data/WV/2008-01.npz b/neo_1month/data/WV/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5eb8282baa60b38813af7e9664ac79ca57a8b1e --- /dev/null +++ b/neo_1month/data/WV/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c523e6643bfe3ea2acaba950322b751af7581ba7ee77390d4bc61651f8a3bf +size 1166664 diff --git a/neo_1month/data/WV/2008-02.npz b/neo_1month/data/WV/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a04709503dced0a26a5371aa1d8238acd73f92e3 --- /dev/null +++ b/neo_1month/data/WV/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b394ca4b3edb4c49247dde89e53a411ee365e662667991060b8c15c0a7a3b38 +size 1166664 diff --git a/neo_1month/data/WV/2008-03.npz b/neo_1month/data/WV/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b59f1502e7a087e2582677a7e72d0335ad8ce1f --- /dev/null +++ b/neo_1month/data/WV/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa0badcf978715fc9a99b353e0e62bd33721a423a3d29f729560d7cf02c5c9c +size 1166664 diff --git a/neo_1month/data/WV/2008-04.npz b/neo_1month/data/WV/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fdefdff48d95ffb72741315343e990c1fe061fc --- /dev/null +++ b/neo_1month/data/WV/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c6fba7ceed30e1d9a5328b792f74cf8b1b7bb33fa3c563b2653b2af1ae914e +size 1166664 diff --git a/neo_1month/data/WV/2008-05.npz b/neo_1month/data/WV/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2649de96bdee094278143c898acf3ee1b3900650 --- /dev/null +++ b/neo_1month/data/WV/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0475c12b532e70c98a6cbb153653531caa60eb676615caff48fefe18d592fa87 +size 1166664 diff --git a/neo_1month/data/WV/2008-06.npz b/neo_1month/data/WV/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc10d2c91500b1a32a1f59a35cc38922ae8307a3 --- /dev/null +++ b/neo_1month/data/WV/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4548438cac1a1d5e5ac8ca2d462260493cbc122e961edea639c7ce2bddf31e9d +size 1166664 diff --git a/neo_1month/data/WV/2008-07.npz b/neo_1month/data/WV/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..91eb012055479b782b127f23e7072469d67a2ddd --- /dev/null +++ b/neo_1month/data/WV/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48482c0aeb63662f28e73df2dc17ef913905b3b041005ffe69228afa808ce63b +size 1166664 diff --git a/neo_1month/data/WV/2008-08.npz b/neo_1month/data/WV/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7b28c3fb7926e4e795121cf4febd0540a547185 --- /dev/null +++ b/neo_1month/data/WV/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09f1c4ab8e8cf78120bbd1dd33ef0b91e9b727899ce8cf7231ace00312da946 +size 1166664 diff --git a/neo_1month/data/WV/2008-09.npz b/neo_1month/data/WV/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e51b2042ff77bf1db8d5eb195b8481d847e0adef --- /dev/null +++ b/neo_1month/data/WV/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f79f7ea048d5f4106f446a72411119dcad77be9027f2b381b9917bc2fc8beb4 +size 1166664 diff --git a/neo_1month/data/WV/2008-10.npz b/neo_1month/data/WV/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..846e22ae83b243d5b16d90242d7dac31c34c6e19 --- /dev/null +++ b/neo_1month/data/WV/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7962f9f1213ed79eb3d72f081e3701092e8759e479845ea2624f94f461e303da +size 1166664 diff --git a/neo_1month/data/WV/2008-11.npz b/neo_1month/data/WV/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b05ce8f02aefd30ac8d0011480c685548a6bd856 --- /dev/null +++ b/neo_1month/data/WV/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50858239d6e7ecc4d501e53eba5d363751919a8b51821596cb8a8132d1a70fd7 +size 1166664 diff --git a/neo_1month/data/WV/2008-12.npz b/neo_1month/data/WV/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..24d2ef7c951b0f518d77fe11f21d1aecf805c65b --- /dev/null +++ b/neo_1month/data/WV/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55cd7fa9cdd032fad9208896eea3318c0c364e91e3dea86f4542aab6f6e677a +size 1166664 diff --git a/neo_1month/data/WV/2009-01.npz b/neo_1month/data/WV/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b865f47aed54f1311ec63b8d135908651e4e270 --- /dev/null +++ b/neo_1month/data/WV/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ed9e7e0adea7db9d62aa090dade9c5ae04728bafcef107435ace19d3836ea9 +size 1166664 diff --git a/neo_1month/data/WV/2009-02.npz b/neo_1month/data/WV/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea46c1ea423b15cd6d8305b3760a28f2a495a961 --- /dev/null +++ b/neo_1month/data/WV/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bf84cd695fe396f1a3facf043d0fb398e22bae3e26786ebb00889c73e9e045 +size 1166664 diff --git a/neo_1month/data/WV/2009-03.npz b/neo_1month/data/WV/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbe3db329b9737a6be61b336f40c23c6e8851302 --- /dev/null +++ b/neo_1month/data/WV/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88a91e759d088ecf81df15c058cf55f302ad582636006b61602fc72f19b81b4 +size 1166664 diff --git a/neo_1month/data/WV/2009-04.npz b/neo_1month/data/WV/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..57783aeb29a55a31cf1f3cc39702d98b5b0ab348 --- /dev/null +++ b/neo_1month/data/WV/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a523553b6d1a61537c4ca44d365f16d4793b2b938808a1543a3ccac6e5c8f9cb +size 1166664 diff --git a/neo_1month/data/WV/2009-05.npz b/neo_1month/data/WV/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b895bcf53d46710c6444178995a1035479506395 --- /dev/null +++ b/neo_1month/data/WV/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b95b69e7b6a6867ce2209763414bf378689271ab0f7695ea966485b0ccc68 +size 1166664 diff --git a/neo_1month/data/WV/2009-06.npz b/neo_1month/data/WV/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac9171a5771f14f2711b3cbc1897919518aa9fb3 --- /dev/null +++ b/neo_1month/data/WV/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b9b8f5f0423fe4225a7596f19e89aee15836bee60cf754c0367b2cfe802be2 +size 1166664 diff --git a/neo_1month/data/WV/2009-07.npz b/neo_1month/data/WV/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..844f22ce217383cd7f3b3d7f357de8e961db5dca --- /dev/null +++ b/neo_1month/data/WV/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823a4b080b6cf3bdc78b2cbb00602ac4d4523ff53be54d5f8fc5297310c74df8 +size 1166664 diff --git a/neo_1month/data/WV/2009-08.npz b/neo_1month/data/WV/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d720c7f6f90e6ebf4ab62d33bb2c1ec3735756d --- /dev/null +++ b/neo_1month/data/WV/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63edec8fd77de0b4761d77a1185a833e54f5a7c4e5c42dbd8a0691b85ebfb524 +size 1166664 diff --git a/neo_1month/data/WV/2009-09.npz b/neo_1month/data/WV/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..580ce48749870a5b808f0a60180463ece61b62d6 --- /dev/null +++ b/neo_1month/data/WV/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b0087bc4bff6e7ff600d5978ba9155fd27a7b2ecb1cfc5439aedfd30971520 +size 1166664 diff --git a/neo_1month/data/WV/2009-10.npz b/neo_1month/data/WV/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6324ea8b6cf8e2c63092ed92076b81a77cc5a6f --- /dev/null +++ b/neo_1month/data/WV/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac49403251bba441f45cae6970c4ff0b59b542bd257a2505c9029e2cfcfac375 +size 1166664 diff --git a/neo_1month/data/WV/2009-11.npz b/neo_1month/data/WV/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..389b06eae13eb1125f987f18ddf527f1de3463fd --- /dev/null +++ b/neo_1month/data/WV/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56033180e6e14af677f568c807872b611fd2fb42800c8bc11ea1b1dfdb6f374 +size 1166664 diff --git a/neo_1month/data/WV/2009-12.npz b/neo_1month/data/WV/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..84aa253f0fcb50d09667973933c74bef5a321675 --- /dev/null +++ b/neo_1month/data/WV/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15241528749cbb1ab8bce388027dc19a09bf82f76d64f8314fb182866e327fde +size 1166664 diff --git a/neo_1month/data/WV/2010-01.npz b/neo_1month/data/WV/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e973c94d1e778befa98014281f4bccd56fff1446 --- /dev/null +++ b/neo_1month/data/WV/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8273108a8b555e142c9c20f65b67addcc043bc4d42a44f3020845012ac123814 +size 1166664 diff --git a/neo_1month/data/WV/2010-02.npz b/neo_1month/data/WV/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d84a37efd51d993bb1abd46022e653dd8d7a0ad4 --- /dev/null +++ b/neo_1month/data/WV/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36abba28b62e643dd676ede5bb6dadc58929c470d2c1d21b46b1c84b3bf08f4f +size 1166664 diff --git a/neo_1month/data/WV/2010-03.npz b/neo_1month/data/WV/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..06ab3bdce2608993215456dca821b806457d0708 --- /dev/null +++ b/neo_1month/data/WV/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c0ef32eeb9f2a57d99c6f04720f6753dd78e3acfffdf423806b4da9960ce25 +size 1166664 diff --git a/neo_1month/data/WV/2010-04.npz b/neo_1month/data/WV/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8faf88e86a977a14e8dded7d994b4738b0d28e46 --- /dev/null +++ b/neo_1month/data/WV/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700a8c6b1f3c61afc3b25b23e19a87239011d63ca95834535215edfaa3a99692 +size 1166664 diff --git a/neo_1month/data/WV/2010-05.npz b/neo_1month/data/WV/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..263f1b1dbf2166c1e0b70f29e48d8edd3d97fa24 --- /dev/null +++ b/neo_1month/data/WV/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a973ee0004515ed300b8acdc7228ca3da3557a89b804e9f2bb1830a5a20088 +size 1166664 diff --git a/neo_1month/data/WV/2010-06.npz b/neo_1month/data/WV/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5e1cebec2eb895d53217eea97738643dca5edd9 --- /dev/null +++ b/neo_1month/data/WV/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0792414fdf8ecd64d5ae41e55e663dddf97edc4dbc8c3a7530eee99510318c +size 1166664 diff --git a/neo_1month/data/WV/2010-07.npz b/neo_1month/data/WV/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2425c7963702dacd9a0a10742a5b62357020216 --- /dev/null +++ b/neo_1month/data/WV/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9132e8a852815b163dbcdd2777f0ba763b69624031bba181167776d38c53d932 +size 1166664 diff --git a/neo_1month/data/WV/2010-08.npz b/neo_1month/data/WV/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6129579d6e531eb06469ec83248e658c44d0c0d1 --- /dev/null +++ b/neo_1month/data/WV/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94e1efd1c8b5222313923f4e3f24a7070b0e772919b3095ef4864617053325c +size 1166664 diff --git a/neo_1month/data/WV/2010-09.npz b/neo_1month/data/WV/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dc6ceab1f11b01bdcd3f5c75670d754c569088c --- /dev/null +++ b/neo_1month/data/WV/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5d7b7b64b06fdec81eacf3485988545c118a2d76643e926a176173f0be33c0 +size 1166664 diff --git a/neo_1month/data/WV/2010-10.npz b/neo_1month/data/WV/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..36f22cca04237e264baec4bff1296ccd90f9dfe6 --- /dev/null +++ b/neo_1month/data/WV/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ed48804f083a5adbc3dc59c3fcbcb0bcaa7a2dd5903eb9494887e7320cedb8 +size 1166664 diff --git a/neo_1month/data/WV/2010-11.npz b/neo_1month/data/WV/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..58c14af998bf38b9ff873ac3991ad2a26c6d521e --- /dev/null +++ b/neo_1month/data/WV/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe56e756e7a13ad50b4f40a2bfc4bb4f5438efdbced3840016d93f54836b8a95 +size 1166664 diff --git a/neo_1month/data/WV/2010-12.npz b/neo_1month/data/WV/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c67c737ec9072179b154322346ebfeaa1ac5717 --- /dev/null +++ b/neo_1month/data/WV/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b389b98ebda9e968f4d5258032e41383f7d9658f1cd2a16720658aac9dcb2ba +size 1166664 diff --git a/neo_1month/data/WV/2011-01.npz b/neo_1month/data/WV/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee1e4267164fbcd61d33c7bfd0d48b764d0f3efe --- /dev/null +++ b/neo_1month/data/WV/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4289388d42239beb26183637bace49e11b4f7b02da996bef10aa8950cce18417 +size 1166664 diff --git a/neo_1month/data/WV/2011-02.npz b/neo_1month/data/WV/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..14246ca21085a62e8ade788a99ea063af9104c1e --- /dev/null +++ b/neo_1month/data/WV/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c52576c9a75e810ba7c1fbcf9217ce7c3ac9bcea07b1b89df94449314d7747 +size 1166664 diff --git a/neo_1month/data/WV/2011-03.npz b/neo_1month/data/WV/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc8c77bb2b9cd355b9d9d5074069d13308d59105 --- /dev/null +++ b/neo_1month/data/WV/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac01c19a7fdc92387cae1bc984f544d7ea707b4dd9e21a7f57db45531231d66 +size 1166664 diff --git a/neo_1month/data/WV/2011-04.npz b/neo_1month/data/WV/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..71586dd45b24be1f8165ca3e6b2e17d6b7df191a --- /dev/null +++ b/neo_1month/data/WV/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3c369fdd40785683b55189aff5640885e40d7be87658fb90224c1bc9d62350 +size 1166664 diff --git a/neo_1month/data/WV/2011-05.npz b/neo_1month/data/WV/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b2371f0050b156657f4bc3f79cc79a90a88d336 --- /dev/null +++ b/neo_1month/data/WV/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a8c1e37a8c57f907e7b2d832576a519668c0c133781206384b55e3d993a6c4 +size 1166664 diff --git a/neo_1month/data/WV/2011-06.npz b/neo_1month/data/WV/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9074c03fc34de3aeaef11368b35bc9ee74b0041 --- /dev/null +++ b/neo_1month/data/WV/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc53ee978f73a023a755bf1279502431eb356a58f4f73ade37bc387375f3ea85 +size 1166664 diff --git a/neo_1month/data/WV/2011-07.npz b/neo_1month/data/WV/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..92f1dc41e825cf0e68c2d17f41845c1aba96ff01 --- /dev/null +++ b/neo_1month/data/WV/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9477bcb2d2bd4546506a63a93eabe3e0fd0876b88dfb14439e6ad52e92d2ad +size 1166664 diff --git a/neo_1month/data/WV/2011-08.npz b/neo_1month/data/WV/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d0ffbdf1fa56b7d5dfa8632df0f165f992080ef --- /dev/null +++ b/neo_1month/data/WV/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d8eb6a5369facc7caa69a3e8fb973e5668e4841289ba73391e079bd6524bef +size 1166664 diff --git a/neo_1month/data/WV/2011-09.npz b/neo_1month/data/WV/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..05710718e0776c3fa8a893d8897dedb50024d7b7 --- /dev/null +++ b/neo_1month/data/WV/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a8a80df68fcecf0bfb5777ccc8e451e521a38ac693b9cce09972932d15ca6f +size 1166664 diff --git a/neo_1month/data/WV/2011-10.npz b/neo_1month/data/WV/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e2cd85513e67a45fdf7c477b0ee792713d5a5b2 --- /dev/null +++ b/neo_1month/data/WV/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba15cf352b6685d6e0f66162c466f4fad699b679496b21eaef302991a7fad2b +size 1166664 diff --git a/neo_1month/data/WV/2011-11.npz b/neo_1month/data/WV/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..394f786fd426f2947a3fd13a4c88365bac2f10b7 --- /dev/null +++ b/neo_1month/data/WV/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9f7a0465c60fd2b86c32387e35305913a04771664cc631dd8db73f86cab326 +size 1166664 diff --git a/neo_1month/data/WV/2011-12.npz b/neo_1month/data/WV/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f11228675f852012bd86d7eb8423880926c971d --- /dev/null +++ b/neo_1month/data/WV/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016b6759f4e5a9d6a8d29de7f643378d611845c5bf4c53e98296d867a9295c2e +size 1166664 diff --git a/neo_1month/data/WV/2012-01.npz b/neo_1month/data/WV/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..86d95b9600729051a8098d271ab390cf61d333e1 --- /dev/null +++ b/neo_1month/data/WV/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ec2109d7a3eef3d6ddc2735f0a2e0c335978d104201ade298532d0e0a5ed28 +size 1166664 diff --git a/neo_1month/data/WV/2012-02.npz b/neo_1month/data/WV/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..14b29cd0c978590b5b1de7ea00fca83d053c0890 --- /dev/null +++ b/neo_1month/data/WV/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403033474c17f2c1b567ed24a6cbc75eee095c918df334fac02bb05c33489cc +size 1166664 diff --git a/neo_1month/data/WV/2012-03.npz b/neo_1month/data/WV/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..16a928e5800f455347ed145c051cbc0cf18e457a --- /dev/null +++ b/neo_1month/data/WV/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22460ea96a25e6268574e5bcfe0f8783f5101514d5ae0ef08510a2854f4a781b +size 1166664 diff --git a/neo_1month/data/WV/2012-04.npz b/neo_1month/data/WV/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe7617ece7b617e44e6136aa079236ebd612b8c6 --- /dev/null +++ b/neo_1month/data/WV/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824943264a28e9832c733ecc59b737ab979207a77e3e2567456640a981dca0da +size 1166664 diff --git a/neo_1month/data/WV/2012-05.npz b/neo_1month/data/WV/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b62d2816d60230a13b1eaa66d71f706ace3df46c --- /dev/null +++ b/neo_1month/data/WV/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a49c2e410ef07462e7fc89789443d0dd751efec222d4ea0b2e69862f4f8ec3 +size 1166664 diff --git a/neo_1month/data/WV/2012-06.npz b/neo_1month/data/WV/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..53b6a7122655ad40d62950f112eef80d5b99c97e --- /dev/null +++ b/neo_1month/data/WV/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958245d84fe4fc780560e28e57be718c5003bb45ff5cb45d4480374354656b87 +size 1166664 diff --git a/neo_1month/data/WV/2012-07.npz b/neo_1month/data/WV/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a1f4210aac555a00afe762a06c59d7773355a56 --- /dev/null +++ b/neo_1month/data/WV/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5191604cd1b014bf35bc77fbcb47382ecff903292a7e92d09f724d970abba15 +size 1166664 diff --git a/neo_1month/data/WV/2012-08.npz b/neo_1month/data/WV/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fb8bb998b67d653214221d0e4accc789b79e039 --- /dev/null +++ b/neo_1month/data/WV/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89696271c76093e3f30c603e186d7ba2a078e6a5101430d85723476875c51aa8 +size 1166664 diff --git a/neo_1month/data/WV/2012-09.npz b/neo_1month/data/WV/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bf79dd0559194260a9f4d45b83c4b65f6710843 --- /dev/null +++ b/neo_1month/data/WV/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f9c31f4db07431ab7f9d6e4cf486157b37d25767993fddc2678b6872c45c56 +size 1166664 diff --git a/neo_1month/data/WV/2012-10.npz b/neo_1month/data/WV/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..53ce73892cd1e79dc52d78439b6c4a736cdf1063 --- /dev/null +++ b/neo_1month/data/WV/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15496a4a7537fc2aab35d005c396f36cb087af0a8af9602d48ebc62228b4761e +size 1166664 diff --git a/neo_1month/data/WV/2012-11.npz b/neo_1month/data/WV/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e6917f79bfc454016f7525340242dca6184dbb8 --- /dev/null +++ b/neo_1month/data/WV/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9f0a587258fa6d2499c1704a535a74b4a60d3b36dde671aaa379e59e26d0fe +size 1166664 diff --git a/neo_1month/data/WV/2012-12.npz b/neo_1month/data/WV/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d6f1f6fc57382e77372f92f93fe45dd507160b3 --- /dev/null +++ b/neo_1month/data/WV/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b534c419946fab4d855e5fcc8cff0fbf8da541d58e3deea0cb1dc8640c90d5d5 +size 1166664 diff --git a/neo_1month/data/WV/2013-01.npz b/neo_1month/data/WV/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bbbbe0d6132311431bd31cfddbb6d6b51883ac0 --- /dev/null +++ b/neo_1month/data/WV/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdb86fa77f1feac3a740723d5dcbf32740c49c49facc7c9bab1a1c0ed08544f +size 1166664 diff --git a/neo_1month/data/WV/2013-02.npz b/neo_1month/data/WV/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c95903c3fcade2e669ee6f8b3985aab90565912d --- /dev/null +++ b/neo_1month/data/WV/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6366070465feff898955e80c394a24be563062d659c67251a97dbc0a35de3129 +size 1166664 diff --git a/neo_1month/data/WV/2013-03.npz b/neo_1month/data/WV/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..45cbc3fbfe06092567cf106572747c2756d98c1f --- /dev/null +++ b/neo_1month/data/WV/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0c95044a24d0afda3a63fa710d469e74c7a3a413e17fd188474c62e4aca965 +size 1166664 diff --git a/neo_1month/data/WV/2013-04.npz b/neo_1month/data/WV/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef2ee002bc0ccc9db106e143e36150d14fb9fa31 --- /dev/null +++ b/neo_1month/data/WV/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8391eaf3feced98abf4b2eb7ca94d6e04d2a387042e8d660193fbec0ead2339 +size 1166664 diff --git a/neo_1month/data/WV/2013-05.npz b/neo_1month/data/WV/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4560ca0864c34b5b80cdb8ac49a343c814e37636 --- /dev/null +++ b/neo_1month/data/WV/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93da09107e3de99a0d1f11627474b6932fcb9966327937c4d1df8437ed6ec37 +size 1166664 diff --git a/neo_1month/data/WV/2013-06.npz b/neo_1month/data/WV/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..983bcccc38a81519dbbdd4052afe749b87a90b4a --- /dev/null +++ b/neo_1month/data/WV/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16437ee97c82705366da8f6951e3ebe05ebb3f0574d9d9c0ba6ef067e5079f6b +size 1166664 diff --git a/neo_1month/data/WV/2013-07.npz b/neo_1month/data/WV/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..477d35b62db7b89d8310dc470efdecbd6706fcb6 --- /dev/null +++ b/neo_1month/data/WV/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37020df97de4c25f367c6cb670dd6ce5508451fdef296b5bf56916b4606a6225 +size 1166664 diff --git a/neo_1month/data/WV/2013-08.npz b/neo_1month/data/WV/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4eb14f8d6011b54433579ad176845b54a001275 --- /dev/null +++ b/neo_1month/data/WV/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dc892cfe36b4aded7a10ff7255db7b935ac049f40235caffb36ed9a28bc0ab +size 1166664 diff --git a/neo_1month/data/WV/2013-09.npz b/neo_1month/data/WV/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdd5b5f063fd5bf0c20531cf621eadf24340e41c --- /dev/null +++ b/neo_1month/data/WV/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b4e6a90fdc3e05f8da690001ff82610c917eb7fa052f6d20d20edab7307f8a +size 1166664 diff --git a/neo_1month/data/WV/2013-10.npz b/neo_1month/data/WV/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..57d960f3e7e9ed61b9e8b15560cbe08e963dc072 --- /dev/null +++ b/neo_1month/data/WV/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97392a20ca1586ea98787032e759636ad69286a4f3f8896ac923dfa028c392b4 +size 1166664 diff --git a/neo_1month/data/WV/2013-11.npz b/neo_1month/data/WV/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..28afe5443f8c4f4fea43c9e83d12cd7c1a8e884c --- /dev/null +++ b/neo_1month/data/WV/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7253ef8358fe1cf5241cfa249b7494c86ca31566a757d8192934044a0d48d888 +size 1166664 diff --git a/neo_1month/data/WV/2013-12.npz b/neo_1month/data/WV/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf674fb72c995a898a79be44d2f2c546a4c700c0 --- /dev/null +++ b/neo_1month/data/WV/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce4fb083f3c44a535b8bdaca7e56b44547c9e0900503992999bb7a7f8b56ed1 +size 1166664 diff --git a/neo_1month/data/WV/2014-01.npz b/neo_1month/data/WV/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..544b520dffbabb98dcb927a777c9f7a18129dcd0 --- /dev/null +++ b/neo_1month/data/WV/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239ee0d7a88e852d2cedb1e7294e2c15f3aba31b946941d37dc5318c9147d362 +size 1166664 diff --git a/neo_1month/data/WV/2014-02.npz b/neo_1month/data/WV/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0ecc5925be18660dead9d8b1d84f3eb4955fd58 --- /dev/null +++ b/neo_1month/data/WV/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acea49d6073ae7819fda424db195fe3756e7373c8d58edb8ad1c2ac34bd4c165 +size 1166664 diff --git a/neo_1month/data/WV/2014-03.npz b/neo_1month/data/WV/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a647b85e4f6d2601c1408370381155d6c0e43701 --- /dev/null +++ b/neo_1month/data/WV/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d378a4f7af751e543e9e6a44d93b38d2fab07e121f97739731ff8165b97a6c9a +size 1166664 diff --git a/neo_1month/data/WV/2014-04.npz b/neo_1month/data/WV/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6440d119bf2a930cb9c0524f29052e64e3a96094 --- /dev/null +++ b/neo_1month/data/WV/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de551524c25c052960d3ac4d6e6da2731e617112d7f1eedf0a349ccd20bb0fed +size 1166664 diff --git a/neo_1month/data/WV/2014-05.npz b/neo_1month/data/WV/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..66e087de78de3087c2bb8185f8b2d228b2049b4e --- /dev/null +++ b/neo_1month/data/WV/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b06eb9c89605154cf8bddb44e6a3a27d5fc297d8a3352391987b8c2081f4d3 +size 1166664 diff --git a/neo_1month/data/WV/2014-06.npz b/neo_1month/data/WV/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7fea10be89face2725e95ca4f75fe3736f9d7766 --- /dev/null +++ b/neo_1month/data/WV/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbe6bee50d91e7251cab22203182b0fd3f8568370e83531883a1c7d53eb690a +size 1166664 diff --git a/neo_1month/data/WV/2014-07.npz b/neo_1month/data/WV/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ca80ecaac15d742d7d35b80041934d8f1fa393c --- /dev/null +++ b/neo_1month/data/WV/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a97c0ceab14137d6e47be8a1d5fb2d1678fe6b9bdfb791169058833d561d00f +size 1166664 diff --git a/neo_1month/data/WV/2014-08.npz b/neo_1month/data/WV/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cfcf472127d55021428e616102464046d015e16 --- /dev/null +++ b/neo_1month/data/WV/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d6c242ee878acf5630e3034e5223e8d1187d4ae18ca9d6b68ec2ccd757d3f0 +size 1166664 diff --git a/neo_1month/data/WV/2014-09.npz b/neo_1month/data/WV/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea8e286e62e394491a09b00c43f18b9efc89fc87 --- /dev/null +++ b/neo_1month/data/WV/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accb47cb43927e5a3a8a8da297393747ec939dbbd2bbd6bb80bb4f3014223e5d +size 1166664 diff --git a/neo_1month/data/WV/2014-10.npz b/neo_1month/data/WV/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9c6ce30a5a1dbea00636048f132a52dcc4ff33a --- /dev/null +++ b/neo_1month/data/WV/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2061d6065daa147ce92031ae176657436f4e103a873e29fb0468933c47aeef +size 1166664 diff --git a/neo_1month/data/WV/2014-11.npz b/neo_1month/data/WV/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5d42f23f82dc4be34988c8c8032bdf0761956f --- /dev/null +++ b/neo_1month/data/WV/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8daf7d284f7b06d5d6d2d5e097203e2fc28538b27cacacf1f6eac65d4d31b35 +size 1166664 diff --git a/neo_1month/data/WV/2014-12.npz b/neo_1month/data/WV/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c4eb8ea4cd042e058b2666f9e2fb457b54bd601 --- /dev/null +++ b/neo_1month/data/WV/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0a8cbee7e19830c02df9c713cf907481c6c60b935827cccb3e23400566f0e6 +size 1166664 diff --git a/neo_1month/data/WV/2015-01.npz b/neo_1month/data/WV/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..31d77e86ae453981e785b9397fea72a743148b53 --- /dev/null +++ b/neo_1month/data/WV/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7317a07821a3e38090577898349a03eccf1fa26a72bb81592af86c20752c08ba +size 1166664 diff --git a/neo_1month/data/WV/2015-02.npz b/neo_1month/data/WV/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a268102ab059d912efffc3e73f82c857e4bc7c5e --- /dev/null +++ b/neo_1month/data/WV/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a568c32ca7f1d1f2f5e4f0699f26809f04ff790835352dd59d44411d27f55b30 +size 1166664 diff --git a/neo_1month/data/WV/2015-03.npz b/neo_1month/data/WV/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..88426918c4dc99d9f6ba67909a26db90463e2b62 --- /dev/null +++ b/neo_1month/data/WV/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f1d2a8f0d4a1ead897e922c10e2d8f9a3d40dcead482c5a85d05e82541184f +size 1166664 diff --git a/neo_1month/data/WV/2015-04.npz b/neo_1month/data/WV/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b2ce24d1abc6d1355ac26c67e7563fe98ba7a40 --- /dev/null +++ b/neo_1month/data/WV/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e6cebfd08f7d76ca8f6083ab59ee3c9314232f181b6a90a8d23b7fb7e800f4 +size 1166664 diff --git a/neo_1month/data/WV/2015-05.npz b/neo_1month/data/WV/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d0f5f33bd41aa4accecf5f71fa89fb605ffe33c --- /dev/null +++ b/neo_1month/data/WV/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce644c6115002ef4f963942cb7fd6b4603b84360058937027da367818a9a1e9a +size 1166664 diff --git a/neo_1month/data/WV/2015-06.npz b/neo_1month/data/WV/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a97c8cf482ac83975584666e49e01707de1767f4 --- /dev/null +++ b/neo_1month/data/WV/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc3c77d75ccbf35baefbe6d799b539e412a8e8b88cc3181e1aa7e0c280eb7ec +size 1166664 diff --git a/neo_1month/data/WV/2015-07.npz b/neo_1month/data/WV/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6368ba09c002246a6937208043a6b9a73f61176d --- /dev/null +++ b/neo_1month/data/WV/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66375a689f051ff3d89a2def8db8cc9d62f6271a8586648934d143163c204af1 +size 1166664 diff --git a/neo_1month/data/WV/2015-08.npz b/neo_1month/data/WV/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c47d7fc950f06014f23ec1b06b29f54150fdac70 --- /dev/null +++ b/neo_1month/data/WV/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678030aabd42a632aef1384495b34e22157308bd0a95288b28d82ba08f17d26e +size 1166664 diff --git a/neo_1month/data/WV/2015-09.npz b/neo_1month/data/WV/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1174792683d8557f72e6e049da558a4bc6d0c04d --- /dev/null +++ b/neo_1month/data/WV/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1412f8d6017b0d8674b1eda206da7b5602fe84c5a5298059ed0e97fc0378b66 +size 1166664 diff --git a/neo_1month/data/WV/2015-10.npz b/neo_1month/data/WV/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f6665e2b728a4a14698b7f33ced9752e1895def --- /dev/null +++ b/neo_1month/data/WV/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16a05cf77fc59cb133d1fc631dac117a244ddd86c820f21eb2982776e2d95bd +size 1166664 diff --git a/neo_1month/data/WV/2015-11.npz b/neo_1month/data/WV/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..11b4646c9f227dd8468246c1e39382e0005f259e --- /dev/null +++ b/neo_1month/data/WV/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c85c09c52dc51aa7b67880fafa534c75c4e8921f0393ecfa4b2226a9f33655c +size 1166664 diff --git a/neo_1month/data/WV/2015-12.npz b/neo_1month/data/WV/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b082bac6379f8d9e5b6cb8d7be2a5b20391ea6cb --- /dev/null +++ b/neo_1month/data/WV/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d52641667a0af0de71fd675f65661b8cc1e331188839e0ced221a3faeb9ddeb +size 1166664 diff --git a/neo_1month/data/WV/2016-01.npz b/neo_1month/data/WV/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..94a63dedc96a221c4f42ba3ca2085542db2b5276 --- /dev/null +++ b/neo_1month/data/WV/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c61abecc26e3e2d01912648c49aff9509f9446d623dd96b7195477870663053 +size 1166664 diff --git a/neo_1month/data/WV/2016-02.npz b/neo_1month/data/WV/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b4c5c92b08c342eda5d8b56e82de7e6ed7628cc --- /dev/null +++ b/neo_1month/data/WV/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c36762d06c664f3ed7667ba23d4eb5ae3f8f97d7a2fa88d420a2d02afba3cb4 +size 1166664 diff --git a/neo_1month/data/WV/2016-03.npz b/neo_1month/data/WV/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..77b88ffb6910076802a5a922f3e4d903ffcfd3b5 --- /dev/null +++ b/neo_1month/data/WV/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107af16b668ff0652377b53fcace0e030cd443142f0ed0d95a208258d9b7ded6 +size 1166664 diff --git a/neo_1month/data/WV/2016-04.npz b/neo_1month/data/WV/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..260154a402f64d9635cea2d6b23aa351638d75a3 --- /dev/null +++ b/neo_1month/data/WV/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2e323b47ee95fa6b6a7d8a3b55a100e3b98dfd0a0de881605f24ba492d15e5 +size 1166664 diff --git a/neo_1month/data/WV/2016-05.npz b/neo_1month/data/WV/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..37c225d1f1533652bd05d9e32c5abfc83798acd4 --- /dev/null +++ b/neo_1month/data/WV/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1af14db22b0e49d393a2bbc14bec05fbb3da1fdbdcc40b5e51693a943ae7d9 +size 1166664 diff --git a/neo_1month/data/WV/2016-06.npz b/neo_1month/data/WV/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9251a13e26779d7f987058d5bfcdee932f1c880 --- /dev/null +++ b/neo_1month/data/WV/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75441ed8855e851ea2d0887e5dd8bcfe41f01fcebf96e7fa23dcda58c13d30cb +size 1166664 diff --git a/neo_1month/data/WV/2016-07.npz b/neo_1month/data/WV/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..679cc7f3afcde3d5e176bb33e49f8785aa1d8114 --- /dev/null +++ b/neo_1month/data/WV/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aba9434b8cb07a50e3fbf9c17f39dc1b97a3ef13ee9894fc66ea286f4078bfb +size 1166664 diff --git a/neo_1month/data/WV/2016-08.npz b/neo_1month/data/WV/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..62c7bfb85b7ddaa6078fbedf73ad8c038b375f68 --- /dev/null +++ b/neo_1month/data/WV/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8af498415a48b39a6f1dfe93355b7ef17ee93427b006fecd6b54e6e9daaf403 +size 1166664 diff --git a/neo_1month/data/WV/2016-09.npz b/neo_1month/data/WV/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..37708b9af2d70f36d01b2632791a18d2b35e29b2 --- /dev/null +++ b/neo_1month/data/WV/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f0425183dafd775b0eafac63555642ce07d24ecb31eaf990d34c2deb99ae8c +size 1166664 diff --git a/neo_1month/data/WV/2016-10.npz b/neo_1month/data/WV/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c3c786f9fcfca348d63aa3d3975c7ed5e4d9364 --- /dev/null +++ b/neo_1month/data/WV/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a92e8a3e8bcac9cf95ca3cfee5ca862fcc65ccda42805d3554c706e87a7724 +size 1166664 diff --git a/neo_1month/data/WV/2016-11.npz b/neo_1month/data/WV/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..508a5b01ac249fe8dd9e7f0429e1a0fac9f17c57 --- /dev/null +++ b/neo_1month/data/WV/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647df361195d4b266d7267bb7655df356e19f3f4aca85afd52084af0c6386021 +size 1166664 diff --git a/neo_1month/data/WV/2016-12.npz b/neo_1month/data/WV/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6aed71f9fe17c8fb67cc6c697ede75dfabd95b82 --- /dev/null +++ b/neo_1month/data/WV/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96e32fe16c34f41db17496f5700501a8b1d6def1e4b1107971a36719b8e040d +size 1166664 diff --git a/neo_1month/data/WV/2017-01.npz b/neo_1month/data/WV/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..93dfa92fe447b5063095d682055157452f2b058c --- /dev/null +++ b/neo_1month/data/WV/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b1f38842bac0e5886e599f63bf41ad8b65b3a98b0d40d58a428d6534360215 +size 1166664 diff --git a/neo_1month/data/WV/2017-02.npz b/neo_1month/data/WV/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b580ef60e07aa7fe32e20c63fd38804285cdd32 --- /dev/null +++ b/neo_1month/data/WV/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0b5524504994e807de7a3ee5d70c8a3877d5dfc0cf425a0c44d97f438795f1 +size 1166664 diff --git a/neo_1month/data/WV/2017-03.npz b/neo_1month/data/WV/2017-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..01c466e88351344ee5c8ad52c1de6933929b84e9 --- /dev/null +++ b/neo_1month/data/WV/2017-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1185dd43ec637a249c2e12d901ea9f1a0c1834774a6b3e9e2d281f80b6c7cb8 +size 1166664 diff --git a/neo_1month/data/WV/2017-04.npz b/neo_1month/data/WV/2017-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f13be6a32629a8f5b05cc13bb2471f339492419c --- /dev/null +++ b/neo_1month/data/WV/2017-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2483fb6db606dfc3635e9969e34d19d7beb8f1f42ffa636bfa4381158d7fc11 +size 1166664 diff --git a/neo_1month/data/WV/2017-05.npz b/neo_1month/data/WV/2017-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b17a3533681d2703087a862f678803fe45726a4b --- /dev/null +++ b/neo_1month/data/WV/2017-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac22057454d8a18ea63ff0d22f3ac6b9a0cacfb4ecba844a7760794efad67be6 +size 1166664 diff --git a/neo_1month/data/WV/2017-06.npz b/neo_1month/data/WV/2017-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..480af28066549f1c46fa1e0d8d46b983cbf63d60 --- /dev/null +++ b/neo_1month/data/WV/2017-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d0b292b0f2a621157f085f9969f4df2b6b1b5f76d00b86f8575dc0155cb099 +size 1166664 diff --git a/neo_1month/data/WV/2017-07.npz b/neo_1month/data/WV/2017-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc7075bf28b6dc0b7618988867e7d0896ebaf74f --- /dev/null +++ b/neo_1month/data/WV/2017-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c37d69ddb5fb9759d4e3c4017aadfea5b44dd7759405d5fdfefbf925a98aa0 +size 1166664 diff --git a/neo_1month/data/WV/2017-08.npz b/neo_1month/data/WV/2017-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a489c66fe06bba6c439b4fb09200a34c1f5f4dcd --- /dev/null +++ b/neo_1month/data/WV/2017-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0570cdd5e65cb6a02f4cdd3bb20b5a096951d862e47673237b4482d2cac780bf +size 1166664 diff --git a/neo_1month/data/WV/2017-09.npz b/neo_1month/data/WV/2017-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4575b5b56ee9ac4cb9fd4b9bead6fbd2d94e29e1 --- /dev/null +++ b/neo_1month/data/WV/2017-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b85d94697ccca9368ab5cb536fc4b35f71b0eac47277cb20e69c99d8d246e2 +size 1166664 diff --git a/neo_1month/data/WV/2017-10.npz b/neo_1month/data/WV/2017-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..04f2af3673a489bc8bae54cc4ac7fcf50255b76b --- /dev/null +++ b/neo_1month/data/WV/2017-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d7edd22ecbfa9c62545664ad77cc6b990fb75f1276a27a7896e931eba3312c +size 1166664 diff --git a/neo_1month/data/WV/2017-11.npz b/neo_1month/data/WV/2017-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d21a91ef3c0388f8ae233bc15f419b8f644ec4d1 --- /dev/null +++ b/neo_1month/data/WV/2017-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186f4174fb9710309ce70d34e66970e920fb9331fc04d3325490a5ca75b00afb +size 1166664 diff --git a/neo_1month/data/WV/2017-12.npz b/neo_1month/data/WV/2017-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b57945f9ce8dc5283596319eba971bfc666310de --- /dev/null +++ b/neo_1month/data/WV/2017-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f5c48db74cd6be93ec85c8880e123ba88e34bfa2ee2fed6368ec4224f7ca8c +size 1166664 diff --git a/neo_1month/data/WV/2018-01.npz b/neo_1month/data/WV/2018-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..84b8dd0101cced8616e2d4e536760e59ae7a9261 --- /dev/null +++ b/neo_1month/data/WV/2018-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6e7942813ff68c5a88763ddd49ce387f7450abdca832966cb3d3b17c2f3b40 +size 1166664 diff --git a/neo_1month/data/WV/2018-02.npz b/neo_1month/data/WV/2018-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f0129b8f915be3965c50eca5eab3ef88e338949 --- /dev/null +++ b/neo_1month/data/WV/2018-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee463e6a75f4343eaaaba2a9b779181263aa572f4ef472991dc7fddd77d5a94a +size 1166664 diff --git a/neo_1month/data/WV/2018-03.npz b/neo_1month/data/WV/2018-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..53b37d03f04d8a09dcb2818e5354ab190c01ab6a --- /dev/null +++ b/neo_1month/data/WV/2018-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c95aa0253e513710a5cf8e7a467d27ac8e0bee30ad277cfbd4b8abd9d60370 +size 1166664 diff --git a/neo_1month/data/WV/2018-04.npz b/neo_1month/data/WV/2018-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..44fb7fe2ea4fcf1527fcbb42bc15935a7cbc29c0 --- /dev/null +++ b/neo_1month/data/WV/2018-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2098e672570b20f7317648945f5d20503618b98d8674a1f56babc0df918eb08 +size 1166664 diff --git a/neo_1month/data/WV/2018-05.npz b/neo_1month/data/WV/2018-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..904e4d003e5767bd461a789b9b4d0b27a7678c51 --- /dev/null +++ b/neo_1month/data/WV/2018-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b81e67991cef762a39d265647714e749cfb272639cd77c4e0e59e62c8ebcafc +size 1166664 diff --git a/neo_1month/data/WV/2018-06.npz b/neo_1month/data/WV/2018-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf8e11f798e11fbd77c248035405c94ede66a67a --- /dev/null +++ b/neo_1month/data/WV/2018-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e9b060b0859c2c931d90bd2bb69df012bf828147299a754c2ceeab943fbd89 +size 1166664 diff --git a/neo_1month/data/WV/2018-07.npz b/neo_1month/data/WV/2018-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..da736308f95f1e1038bfd3c03e14f109ee2f21f6 --- /dev/null +++ b/neo_1month/data/WV/2018-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6a18dc67860d2e9412de020dc6f5aa6e98ac0cd0e84d3f77bda8a84d370151 +size 1166664 diff --git a/neo_1month/data/WV/2018-08.npz b/neo_1month/data/WV/2018-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0672d69c86e160d911dca91a8336e4406722714 --- /dev/null +++ b/neo_1month/data/WV/2018-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e5284b709fc89ffc616799e83be86d620717b9f002c90a4ad6bc8f35882e55 +size 1166664 diff --git a/neo_1month/data/WV/2018-09.npz b/neo_1month/data/WV/2018-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2540530f5c0b624eb7558b6937868fa1910fe7d5 --- /dev/null +++ b/neo_1month/data/WV/2018-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc2259e9a6329e31310bffbbc8e2954b3305ba8fda5f98b4e230785f0dcbb98 +size 1166664 diff --git a/neo_1month/data/WV/2018-10.npz b/neo_1month/data/WV/2018-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4de77cc1ce46b24e2802b1667827cdfcd458de99 --- /dev/null +++ b/neo_1month/data/WV/2018-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aaaf0eb1c021ca2880b522ede25109bd2e401e63f43ab044cd4e3c1554163c +size 1166664 diff --git a/neo_1month/data/WV/2018-11.npz b/neo_1month/data/WV/2018-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8213502a51a2614ad02b0db5e1b9bb6cbadc6778 --- /dev/null +++ b/neo_1month/data/WV/2018-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41949e49ba710ac2dccecb07f0614ab8a2c32d349451f7838a8b0bc5af730f27 +size 1166664 diff --git a/neo_1month/data/WV/2018-12.npz b/neo_1month/data/WV/2018-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc18bc398c38ecdfb12a860cdbec2ad5a40e3069 --- /dev/null +++ b/neo_1month/data/WV/2018-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954e4de5cdb57b4ad6b7e65388d7d272b210dcced3b540fa465cb71b03eb96f6 +size 1166664 diff --git a/neo_1month/data/WV/2019-01.npz b/neo_1month/data/WV/2019-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..37c41aa1bd4f155593030b4b9c6c7a8df2eb9c25 --- /dev/null +++ b/neo_1month/data/WV/2019-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e67be8a6b893f4cbe6c995258f62eb466c63d8438fad96e03d8dce8562e4e8 +size 1166664 diff --git a/neo_1month/data/WV/2019-02.npz b/neo_1month/data/WV/2019-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9601b20eb7c46b1e03032076cc23486152357e48 --- /dev/null +++ b/neo_1month/data/WV/2019-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff43dfaa1e55cf8ecc2ef129cfc5f5db68d5952a9b559cc8611c1663191574e +size 1166664 diff --git a/neo_1month/data/WV/2019-03.npz b/neo_1month/data/WV/2019-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e0e5defcea941d44b7f6fb3f69cce0f2ff5b10d --- /dev/null +++ b/neo_1month/data/WV/2019-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6969534997867babe1e345ba31d760ceb116968f702860497558828db28be1a6 +size 1166664 diff --git a/neo_1month/data/WV/2019-04.npz b/neo_1month/data/WV/2019-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..04f09318cebab9d87b0b93cf195ebee5740c92c7 --- /dev/null +++ b/neo_1month/data/WV/2019-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd66ed166723fbb50ab62c52538b112e6acfd7750c3c4c359a0c039844b8eb5 +size 1166664 diff --git a/neo_1month/data/WV/2019-05.npz b/neo_1month/data/WV/2019-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..daed72764dc6edb97504db59beac8e4414606aea --- /dev/null +++ b/neo_1month/data/WV/2019-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5427a900525184daeda3065f814ba0f41ffff3183a2161da14816c06548baff3 +size 1166664 diff --git a/neo_1month/data/WV/2019-06.npz b/neo_1month/data/WV/2019-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3113935a9b401d99c3e41c4e3cd980380fbe9fd --- /dev/null +++ b/neo_1month/data/WV/2019-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c19b74015256f037bf476faf00029fc7fbb2aa226100f78092910faefa8724 +size 1166664 diff --git a/neo_1month/data/WV/2019-07.npz b/neo_1month/data/WV/2019-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8a9558f5fe8a390240fad33de64f797ea6765e5 --- /dev/null +++ b/neo_1month/data/WV/2019-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee461e46d687aa5383c2bbbe1e3bbcf39cb2d00eb45ebb8f8924f4cce576b20 +size 1166664 diff --git a/neo_1month/data/WV/2019-08.npz b/neo_1month/data/WV/2019-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d87d4208cdd228722dbf4fb3e6bd280ac6fc385 --- /dev/null +++ b/neo_1month/data/WV/2019-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf975657cf4adc28575cea91ee89413d7e66560322141539f6106705a98c2d0 +size 1166664 diff --git a/neo_1month/data/WV/2019-09.npz b/neo_1month/data/WV/2019-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9c5c5f478e22545cd47c1e08cde71d1d8025188 --- /dev/null +++ b/neo_1month/data/WV/2019-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96aff0814fab7639ad96e9f793cec0297408f71588ee59e615fc85582513edcf +size 1166664 diff --git a/neo_1month/data/WV/2019-10.npz b/neo_1month/data/WV/2019-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..288d219a4c85bbc876ceba335f3dd391f12046c7 --- /dev/null +++ b/neo_1month/data/WV/2019-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6e67df8193b5a20e0af3114f13a38d36dc5ce6d70789f4c2138643dc2f4ab2 +size 1166664 diff --git a/neo_1month/data/WV/2019-11.npz b/neo_1month/data/WV/2019-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fcf9171d667f6d8a46b756b85ac3ef4900896f9f --- /dev/null +++ b/neo_1month/data/WV/2019-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c2c03a273a2af11f7f13a5431e3f21df57926b12ca581f5c023a5928080cb4 +size 1166664 diff --git a/neo_1month/data/WV/2019-12.npz b/neo_1month/data/WV/2019-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff5c33ad2e61e6abc4f3b52d7c9720e4c4ff8606 --- /dev/null +++ b/neo_1month/data/WV/2019-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289ef8fe15655a72ab9cd8bbe3f91cb5567d8e4af12c108b44552d7f3682794e +size 1166664 diff --git a/neo_1month/data/WV/2020-01.npz b/neo_1month/data/WV/2020-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b5b0e55b95f6f6be1a78b783b45dda673c4922c --- /dev/null +++ b/neo_1month/data/WV/2020-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72a2047b29f2744d4a6f0a745f1fc585c7f1a39faf04d90d3ca5ad32d2d4921 +size 1166664 diff --git a/neo_1month/data/WV/2020-02.npz b/neo_1month/data/WV/2020-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..feffce672e4ace381d08aa495aeb10e47c7eafd0 --- /dev/null +++ b/neo_1month/data/WV/2020-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bd040c5778c83506d3a041dc7773b98813a2dbddc88dd9bdbf2f4b94722fe7 +size 1166664 diff --git a/neo_1month/data/WV/2020-03.npz b/neo_1month/data/WV/2020-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..39cfd51028ee256d0a2bd56ab4ed61fd4c89ec70 --- /dev/null +++ b/neo_1month/data/WV/2020-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066d34463088647ba4cfaade51f93daff75f0b8e6eeba3deef4efe2e0f10a033 +size 1166664 diff --git a/neo_1month/data/WV/2020-04.npz b/neo_1month/data/WV/2020-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1104114137df78ae09d83b05571fd12583d3e677 --- /dev/null +++ b/neo_1month/data/WV/2020-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b35e4768dea713ec35b968c80fdd234a60caaab76567057f2d3b07e5a0b5448 +size 1166664 diff --git a/neo_1month/data/WV/2020-05.npz b/neo_1month/data/WV/2020-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f129aacc5c729b372f702193176adf703a77e90 --- /dev/null +++ b/neo_1month/data/WV/2020-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39ec232e38628744fb071453444d52f9789e999b842f1d2d1ffce2c2aded202 +size 1166664 diff --git a/neo_1month/data/WV/2020-06.npz b/neo_1month/data/WV/2020-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..11abcdfac0c6d85fe95ad53cb46ce022e6465ca3 --- /dev/null +++ b/neo_1month/data/WV/2020-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd734fd17336d6588873c762b2308340d74a8b2bf3cd0311968fbe123bdc2bbd +size 1166664 diff --git a/neo_1month/data/WV/2020-07.npz b/neo_1month/data/WV/2020-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..62758a5c1125c782283b19f94dd511bf9c56f378 --- /dev/null +++ b/neo_1month/data/WV/2020-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f39e21bd5efec32fef5f3b728e18f33be432d67cc05cecfc6ebd769767d3fa9 +size 1166664 diff --git a/neo_1month/data/WV/2020-08.npz b/neo_1month/data/WV/2020-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c680a91416d1eadd991102296fc73c126d74fa50 --- /dev/null +++ b/neo_1month/data/WV/2020-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd5a4101e5fe51ca0af359a52a9f0bc39711f407a40da38eb91d8120500863 +size 1166664 diff --git a/neo_1month/data/WV/2020-09.npz b/neo_1month/data/WV/2020-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ddfb2808b830d1a08fad1276827da78e4ee8b0f --- /dev/null +++ b/neo_1month/data/WV/2020-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7053510b1eb857472b281e5a8f43541c8e8f4a379cc071f0f8ec0026a3b947bd +size 1166664 diff --git a/neo_1month/data/WV/2020-10.npz b/neo_1month/data/WV/2020-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..db0e6b41c7a01b0d5037ae9a402a59c649a9a3a6 --- /dev/null +++ b/neo_1month/data/WV/2020-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7de5d6425a6b34242389afa615d78e262bf298b7404efebd5f1b99d520ae10d +size 1166664 diff --git a/neo_1month/data/WV/2020-11.npz b/neo_1month/data/WV/2020-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5931432ac5990e8f416be30c0b31dcdea002f0b1 --- /dev/null +++ b/neo_1month/data/WV/2020-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442cfd9e7d03192efdb45a419c051827eaeb6ee6dc72915bfecff94adcfbc001 +size 1166664 diff --git a/neo_1month/data/WV/2020-12.npz b/neo_1month/data/WV/2020-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..058a290e62a1c0e144d35e37d09286618e53303c --- /dev/null +++ b/neo_1month/data/WV/2020-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd2c5dc4dae94148ebc3920792be88297638e10d2d2c4ebab36ca08f0b12634 +size 1166664 diff --git a/neo_1month/data/WV/2021-01.npz b/neo_1month/data/WV/2021-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..55975ec4a82dd7cf779c719a69d4c7138daedd9f --- /dev/null +++ b/neo_1month/data/WV/2021-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4142a631e5a595a36604eaa89e340a4fd266782c21c771c17c962b717952dc20 +size 1166664 diff --git a/neo_1month/data/WV/2021-02.npz b/neo_1month/data/WV/2021-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa2846a750fd118e53f097f301110c232ce32879 --- /dev/null +++ b/neo_1month/data/WV/2021-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577312f3d3832b92207b99194803ecc0fd4ebdec262a4316cd4e4c5ecae36cb6 +size 1166664 diff --git a/neo_1month/data/WV/2021-03.npz b/neo_1month/data/WV/2021-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..821471c351a21078521549b433f606fdc2eca098 --- /dev/null +++ b/neo_1month/data/WV/2021-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b00ed5a940bec5be42b879315b631e68d4e4798c78617b7711e4c581060882 +size 1166664 diff --git a/neo_1month/data/WV/2021-04.npz b/neo_1month/data/WV/2021-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8993b047588a3fe156e737417107eb8608817ae0 --- /dev/null +++ b/neo_1month/data/WV/2021-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9060671081707782e313bfb79afea6e1069dfce1f0db8fd3f48b509680f1f36 +size 1166664 diff --git a/neo_1month/data/WV/2021-05.npz b/neo_1month/data/WV/2021-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..730a08406ee9a536dadab948a50ecf5041a48e97 --- /dev/null +++ b/neo_1month/data/WV/2021-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1919821d9d068151758abcc2b2a0bbd34e903633020c10d19d15ab99d5662e1 +size 1166664 diff --git a/neo_1month/data/WV/2021-06.npz b/neo_1month/data/WV/2021-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1198bd80839e5327b5b2886fe4bce3bbbc699223 --- /dev/null +++ b/neo_1month/data/WV/2021-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c01ccd74a1f8851c8fd33daa4b6c8aee8d18756ecc381997da73e5db7bc10d +size 1166664 diff --git a/neo_1month/data/WV/2021-07.npz b/neo_1month/data/WV/2021-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8dc587f00938d1691e2fe7f107178127ed7132e --- /dev/null +++ b/neo_1month/data/WV/2021-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4daa9b3bf28fcb4854923d295e196a37999254ebfb30dd116938d31fa51ceda +size 1166664 diff --git a/neo_1month/data/WV/2021-08.npz b/neo_1month/data/WV/2021-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..74874647d6a2b20ace8f7dbd81992eb2d17f76cd --- /dev/null +++ b/neo_1month/data/WV/2021-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7411077bd7e83b52555a86146f9b122347c68c3350526a27a3ea28f124ce27 +size 1166664 diff --git a/neo_1month/data/WV/2021-09.npz b/neo_1month/data/WV/2021-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed64552d3951150255082652bd42ae74acea611b --- /dev/null +++ b/neo_1month/data/WV/2021-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6cc15e4f3dec2d631a9d865d30e1ab06a41b8fe233d3c7cc9346cfea6a6e60 +size 1166664 diff --git a/neo_1month/data/WV/2021-10.npz b/neo_1month/data/WV/2021-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..567a2f4b0d32e772b8ba9ef7856d63285d73a7ed --- /dev/null +++ b/neo_1month/data/WV/2021-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfa64ccb1b4186527615bb97e5f20b69eebc6387a99ced013fe20b252c0456a +size 1166664 diff --git a/neo_1month/data/WV/2021-11.npz b/neo_1month/data/WV/2021-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8c8db7bcb05b2873340ed45ce323ee1ea67ebdf --- /dev/null +++ b/neo_1month/data/WV/2021-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04b8b79cefed7b92593c5496933fbc764cb084880115f690e9b9c1175dbc59e +size 1166664 diff --git a/neo_1month/data/WV/2021-12.npz b/neo_1month/data/WV/2021-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b78e19eb9bd76ff2ddd3ae9c237282a6586d7626 --- /dev/null +++ b/neo_1month/data/WV/2021-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146ef0d2fc9feed8bdbb6c24f320542f0edee06238331620242c918e5e97c59c +size 1166664 diff --git a/neo_1month/data/WV/2022-01.npz b/neo_1month/data/WV/2022-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21bc143af88c32c5f123eba938c8ced2d387e929 --- /dev/null +++ b/neo_1month/data/WV/2022-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de192afe155bb4cb9b10a6fe22f33e78775b5d39bbbd8ec3373f5a9875c1ab0 +size 1166664 diff --git a/neo_1month/data/WV/2022-02.npz b/neo_1month/data/WV/2022-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..49e8d788af595f06b06d27ad94a74172603d504f --- /dev/null +++ b/neo_1month/data/WV/2022-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e62104d3b22f08148f27aa23eeb64c3b58ecc04a3118fe49832e1dd16f4922 +size 1166664 diff --git a/neo_1month/data/WV/2022-03.npz b/neo_1month/data/WV/2022-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d4c8f15e8baf34994208020abc7becea2a6b71b --- /dev/null +++ b/neo_1month/data/WV/2022-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4809b36c5ee7c7a5609b08f874bf043529b6e26e398749d70f106e50fff1fc59 +size 1166664 diff --git a/neo_1month/data/WV/2022-04.npz b/neo_1month/data/WV/2022-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..56a6f22beb590467928844b845e3f3112e1809bd --- /dev/null +++ b/neo_1month/data/WV/2022-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234ad8e8479cfb9252243bc78b5505cc0184f9553aba41feae8f43f27c3342f5 +size 1166664 diff --git a/neo_1month/data/WV/2022-05.npz b/neo_1month/data/WV/2022-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fedc7be22579a14a264a03826500ad2d9a131e2 --- /dev/null +++ b/neo_1month/data/WV/2022-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b6faac60489c6ff724e00bf91782c71b2205163ddde5c9941bfdf339d200be +size 1166664 diff --git a/neo_1month/data/WV/2022-06.npz b/neo_1month/data/WV/2022-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bda759f8b1dcd1e0d21ba354777c5de3f3bd303 --- /dev/null +++ b/neo_1month/data/WV/2022-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d6359a10ad959398e36943f5a65e87b7dad716f6b3760836d421291aaa8333 +size 1166664 diff --git a/neo_1month/data/WV/2022-07.npz b/neo_1month/data/WV/2022-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fda63f0e0c1fb310567a9cfc75d7b19efddae175 --- /dev/null +++ b/neo_1month/data/WV/2022-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255de7a7d301551d4594da1b1425204f9957561eecff5ba48278644945db9b8c +size 1166664 diff --git a/neo_1month/data/WV/2022-08.npz b/neo_1month/data/WV/2022-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3834f6b27b021a2902cd494f163af8aac708240 --- /dev/null +++ b/neo_1month/data/WV/2022-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7360c480a8e10bbb2d749e266236915cf906550584aa7770f47c004edf55037 +size 1166664 diff --git a/neo_1month/data/WV/2022-09.npz b/neo_1month/data/WV/2022-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..046c06ea80c43ecded90113e7a6626eff06fd3a8 --- /dev/null +++ b/neo_1month/data/WV/2022-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c340d2370ef36014138dbbf219ecceebeb3c4938302e2aa512370acfa58cdde +size 1166664 diff --git a/neo_1month/data/WV/2022-10.npz b/neo_1month/data/WV/2022-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..85a159d6865f80721ce39d0af925f6c7abd09f7b --- /dev/null +++ b/neo_1month/data/WV/2022-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7617a91ef9043cc29b9ee2cd6e5920f4f6047d96681880348ff24bd3845921f7 +size 1166664 diff --git a/neo_1month/data/WV/2022-11.npz b/neo_1month/data/WV/2022-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b45aef29b602609ccf63fc02dc316135a5aca0f --- /dev/null +++ b/neo_1month/data/WV/2022-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e96ac7f66318c26c99ff1a38bcf70ff9bbce347429833fd4dd95ebf83b66cea +size 1166664 diff --git a/neo_1month/data/WV/2022-12.npz b/neo_1month/data/WV/2022-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1a56bb8e14a59c48c5637c3bf077501ed114b77 --- /dev/null +++ b/neo_1month/data/WV/2022-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15b4b2133e87076aeed9d3b96f9171c665903ae52f2a9b355cebbdb93534de2 +size 1166664 diff --git a/neo_1month/data/WV/2023-01.npz b/neo_1month/data/WV/2023-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..033afdd7bb5b5656c3ae0723387b1d6bb6c444eb --- /dev/null +++ b/neo_1month/data/WV/2023-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6da6a3af3e702c00c205b32ec93b832ab614e4e3ed317989e51622fe764064 +size 1166664 diff --git a/neo_1month/data/WV/2023-02.npz b/neo_1month/data/WV/2023-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc50e96ceab4697e6fa46779351bcb0628fa44bc --- /dev/null +++ b/neo_1month/data/WV/2023-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b072f841da8227ad4a7d77b2a05635afe3ea598fa124dcfd24c9b99a971d88 +size 1166664 diff --git a/neo_1month/data/WV/2023-03.npz b/neo_1month/data/WV/2023-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5781ef51a312ec557e54198e4c8e4782256835d7 --- /dev/null +++ b/neo_1month/data/WV/2023-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a805836558b1fe309870adfbb3716f3efb5079ab50e640d97a1069e64c72da86 +size 1166664 diff --git a/neo_1month/data/WV/2023-04.npz b/neo_1month/data/WV/2023-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b168878c960b0b5d0a63be77a7bb0d58513545b6 --- /dev/null +++ b/neo_1month/data/WV/2023-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae784673d4edce82270995cdcbf6029b54dfef620fe701111aad3af2e023cf78 +size 1166664 diff --git a/neo_1month/data/WV/2023-05.npz b/neo_1month/data/WV/2023-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..70d12ad9d92d786c443f3aa985dfd44e9762c06f --- /dev/null +++ b/neo_1month/data/WV/2023-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b5c8a6e0a3cb25c163e284552eda2936d34c46e398e1a00be6cfaa987426b1 +size 1166664 diff --git a/neo_1month/data/WV/2023-06.npz b/neo_1month/data/WV/2023-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..647ba397fc97866251e09bf300896ffc02536f04 --- /dev/null +++ b/neo_1month/data/WV/2023-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745bb458ad1f36df1989345d4628c487eb9f58842ca2055e407cc257d9ff5e75 +size 1166664 diff --git a/neo_1month/data/WV/2023-07.npz b/neo_1month/data/WV/2023-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..65f0bb5a40a5690610f18227847439ae52e04943 --- /dev/null +++ b/neo_1month/data/WV/2023-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a4f767890bb607ff113f0bc3fa647cd05ff725a472ef988a37adadded927c3 +size 1166664 diff --git a/neo_1month/data/WV/2023-08.npz b/neo_1month/data/WV/2023-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8d399183470a36300f548aa7cac530fec08d04c --- /dev/null +++ b/neo_1month/data/WV/2023-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0814bb78003dc1090e5d5e7bc241b123660bb318af1b5bbcc4389dd3dc9f8dc4 +size 1166664 diff --git a/neo_1month/data/WV/2023-09.npz b/neo_1month/data/WV/2023-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..df263d82f147bfa8e7f896c65f8062ba1e7390ea --- /dev/null +++ b/neo_1month/data/WV/2023-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674b0a4ce2cd97b9b0c8f4373b106062abfc21975db2f0e9c79bc21abfb1bf85 +size 1166664 diff --git a/neo_1month/data/WV/2023-10.npz b/neo_1month/data/WV/2023-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac6ce0bce63a1e25f60e805f7b6f6e40a25ae994 --- /dev/null +++ b/neo_1month/data/WV/2023-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffff9077d3a0f2b1a19cbf7ca9c8ede3e4b5f457772c1e103c54c901dbcee79f +size 1166664 diff --git a/neo_1month/data/WV/2023-11.npz b/neo_1month/data/WV/2023-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0f7d3c2b418f0e0100748dba8c520e1b89e2fbb --- /dev/null +++ b/neo_1month/data/WV/2023-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d593737084f860d223d23d13e40f24a2bd539dcbe5ef119521549df6e851d75a +size 1166664 diff --git a/neo_1month/data/WV/2023-12.npz b/neo_1month/data/WV/2023-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfaa86176a071415879e7ce87598b925aed1195c --- /dev/null +++ b/neo_1month/data/WV/2023-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ab141acdf91f94aa25dc6f637f9eefe53c267093119ce91da638acdb719ffd +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2014-09.npz b/neo_1month/data_split/test/AOD/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd6990369c1e7d7195c48a7173d3ef6983283a6 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c19510d28de7cd249d0b68a00a284969ecd4a6d397b9fe10bec1282477000a +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2014-10.npz b/neo_1month/data_split/test/AOD/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ae8efe92c9c5b28e8139e2abd26987206f6115e --- /dev/null +++ b/neo_1month/data_split/test/AOD/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea15cf0a1076fd2a25cc39b6d4e9e7dd9f237a9d8647a45883dbeba6436c1db7 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2014-11.npz b/neo_1month/data_split/test/AOD/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..14c90a75b5ac0f054b97f92625c8112796e4a240 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41daf481cdc0b4020d5fc2a24c993e98c14f7bf1f60281c639a0bb5f7a3b8b97 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2014-12.npz b/neo_1month/data_split/test/AOD/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..973a7d09931fdfba8805582aa3c25c1538cd3d05 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a9bc73413bd0f14e04cc530fc484b73e86a37f6b207d3ada25c6a81f6dc94c +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-01.npz b/neo_1month/data_split/test/AOD/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..52bce6ae0dfce10f359d2b711119d33fe5ddb648 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a9058c0e71dd498c20e57b3b6cfda523dadb0ccee951570036cbd7bbac73c5 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-02.npz b/neo_1month/data_split/test/AOD/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..276de89b0c24231b5b7d4df92359ab00cb76c592 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47df6742f777d9835452df9423492b25c1bffbdd103e763e204909eb61c9c4d5 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-03.npz b/neo_1month/data_split/test/AOD/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbceeadb2286f313730064f3251c0cb38bef0402 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32f707a4082eb848ea5a0aa81cad7075f063d3f1b55e3cbcd28412b2a8a34ba +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-04.npz b/neo_1month/data_split/test/AOD/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4d867be7149e8c0b1061bf80f1eea3eb1504e9a --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7fda4c291efb2c69a6910f2ca94588af7630360d6c185e547d771eefbc753b +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-05.npz b/neo_1month/data_split/test/AOD/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..69937b490310583c4ea4f9959e51f8a34a4be0bb --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c966305a4e2d7626c946678430ca56c5de1a1490115b9cbb3296d8a6f9757db9 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-06.npz b/neo_1month/data_split/test/AOD/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..534b336980483bb79d7cbc59dc30ed3409ac342a --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fff275a93f301fce00ae9339a1a3506b7c86a0a379448d8b913ee05db1712d +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-07.npz b/neo_1month/data_split/test/AOD/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8807395791c99863a3de5da84413c6785ec76164 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5bd97952659a52292faad872016621f05e84940aaf83f2f03f43f21a081bfe +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-08.npz b/neo_1month/data_split/test/AOD/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a9a723713443de9adc8ccc50670df0c1fd03dd1 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb1cf58c1332fd743daf00a34a8ab548d2cc55139be3e350c9ba9f6cd919f5b +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-09.npz b/neo_1month/data_split/test/AOD/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4285485f47006bd169c301c67e76914ef17d130c --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfba73e95829ac55eb574fe8e5a36f9622da536bdd521961f8b9764438b7f98 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-10.npz b/neo_1month/data_split/test/AOD/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..683a61c25045ad24fa4e4ab9ece61c52f136788c --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cd66f60d1a5796e2baa04726e0864199efc271bdda391050bbd64ce6a4f305 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-11.npz b/neo_1month/data_split/test/AOD/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9ef7ed514cbb189210aea6fa4656306aca528dc --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0cf8f0329f68dbbb7467b2adadebd58394757457cf34e6641b20837959baf6 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2015-12.npz b/neo_1month/data_split/test/AOD/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..216f204c4d5b14e91585dc05d53e9cffe97e7a51 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2403fb4d907f632c5fcab08a0c0a82f04c23a74c3b6be1e7cf4b16206ad5b2b +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-01.npz b/neo_1month/data_split/test/AOD/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3b9062e4a6d89baede6c15dacf59d740b26e6a7 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15eba9f1cd2b4cd7f513297e50998c1e6b13219037ef6d13d07ff2f345fdd0cb +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-02.npz b/neo_1month/data_split/test/AOD/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..245bc45b0dca941c8a9ff338c46e5d1481d3fb0e --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456e8c1506dd75c498d5856a990b83bd59caaffb7cee4d130c91af591217e724 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-03.npz b/neo_1month/data_split/test/AOD/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..81f1b8484396a2fe60a77012257f195b0130a306 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8195f8982bfc8fda1794f7958ece0e1c001c8b62167f853b9932cf8b61f29bc2 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-04.npz b/neo_1month/data_split/test/AOD/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e9b90144d146eb4a021e626d8341678e02a25a1 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f251476c97afab7da699c9081a88968c9f5232ba601efa44b94faf0a5354f3 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-05.npz b/neo_1month/data_split/test/AOD/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e8b70638239d12fcb6f8956446e2bfa33bf0c10 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7310252fe1ca6b4fe2c20bd06e5d7d677555804a357c6d4f60e5ac6923ccdad3 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-06.npz b/neo_1month/data_split/test/AOD/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..686123c1ec88a04d6be7b0221f87aca270ca00a8 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfc6366701d9afa30403b355aa9f52aa31c85487c5b4ed8527a87b5458f3515 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-07.npz b/neo_1month/data_split/test/AOD/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cfa08ed1a5f64fe20d5d47b9a3bbfca5af3f107 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e823684cfa370cdb04b0cd5ebc141189b498d392ac0aa6bacfb8faa40f83e260 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-08.npz b/neo_1month/data_split/test/AOD/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8353ce7ae61193a0978343858dacff487ce99f75 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21eb9bfc4a97f6d79334a788469ff47efed081a01a67b623fed5bf09113de3c +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-09.npz b/neo_1month/data_split/test/AOD/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..486fa1abd150aabc38b4fd6a7ebae2969d7d6e46 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cc94889ae825a18890d11fca8b1b0a7e201b4a1fae3a3adf69607d8e3bfd62 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-10.npz b/neo_1month/data_split/test/AOD/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc50814daade40744778e5d37fe1376f4bcf5ab5 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea1b9952e8519d853a3cc097b01ff417863d3dd87756e04ac70a88ea3b98e0e +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-11.npz b/neo_1month/data_split/test/AOD/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..52594c084f6db2075c4ce279b8409dec518b4f0b --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabfce747493536229e50b7d25f4774db6a844b9db6e4bdca3fca2bae6ec3afb +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2016-12.npz b/neo_1month/data_split/test/AOD/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31887f671c1bccbe6643817ea4238300f9c441aa --- /dev/null +++ b/neo_1month/data_split/test/AOD/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c562692833fa1ac8fa594f22f9e3f7b2a838d7913b9fc95223b5905003beb6b1 +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2017-01.npz b/neo_1month/data_split/test/AOD/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..728310a9ebf9f54141068c09b3e81668752ce33f --- /dev/null +++ b/neo_1month/data_split/test/AOD/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a41f56d39b640e16340a4c274684c6e967fe30af2d22eb3ac9c911dc4cd1ff +size 1166664 diff --git a/neo_1month/data_split/test/AOD/2017-02.npz b/neo_1month/data_split/test/AOD/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5431780a1cbea76acd2819f97b0873d0908df6f7 --- /dev/null +++ b/neo_1month/data_split/test/AOD/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c4e951f61b86014623969b14170787723d3c5cf73140d715d2f2a938169bc +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2014-09.npz b/neo_1month/data_split/test/CHLORA/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6705bfeab33974b79fd2e929ec073b4e280268fd --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2ea9c78c4dbd225baadd9d12fb7f6f48f7a0a1fc0c230395edf4e2d961da47 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2014-10.npz b/neo_1month/data_split/test/CHLORA/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..58fc54c3fb6f1cebfa9d0f0133780cb3c774409e --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6faf49b80b3d79740913fd35b6d6345af6f2066308b76588aa99f6baf292ad +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2014-11.npz b/neo_1month/data_split/test/CHLORA/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4b61398392020902d1a62cb84d815b8f62a0875 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce2d68ff5cd850da39d73e29afb6df45b2ae84d598d1970e43f45cd4ff5b8a7 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2014-12.npz b/neo_1month/data_split/test/CHLORA/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad0373136101d28050522f150411b093bca3b563 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2cae09973f00d7f73422d4998c9b7863d39999945d30027019285ac8d15c57 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-01.npz b/neo_1month/data_split/test/CHLORA/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..621134b1f861a11c78e5476c1694833ebfef328e --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d57bde7b80b2cb9dbd8915c0962c18f476729d075ae9ca350f74ada43f609af +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-02.npz b/neo_1month/data_split/test/CHLORA/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5b3d980992d567c5fa28022279b0d6b41336fa0 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cc99038ee0cc322541c4a3078569b391875d17f97a24820fafd57d6dbd7f4a +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-03.npz b/neo_1month/data_split/test/CHLORA/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..facf4ca62b47ba78a8e9402a3c55c38da6749649 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4afc782edd6207df29805e2170ff8b668f33cb8e0fbea01266326f00cbd0c0e +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-04.npz b/neo_1month/data_split/test/CHLORA/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..de62b4d162bb3fb635797bd0f62c058d97bec2b2 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dc1f373674c8a79ced10aa293b279db96b62b0bcc15cfc9f3825cbe9b57898 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-05.npz b/neo_1month/data_split/test/CHLORA/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bc5fb7e300a1ef5e4096b837dc41e8eea298fb6 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d5cbd2a6d704cad946353f92b3b4de7c1ea25edca7a1c17bf1fd8c5c7dd712 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-06.npz b/neo_1month/data_split/test/CHLORA/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7de60242f6b47223402280323001603f58f601bd --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e34a9046193a15ce8238f906ddd1243cb53e1119c46f66d735b698b83711392 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-07.npz b/neo_1month/data_split/test/CHLORA/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dda49cda8059d638b32ea9d1b5b5c390891886e4 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1d7bd1cbd1c18c62856f034bf5a4b30e45226a8628a2fcc93b5f1259ebb8e7 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-08.npz b/neo_1month/data_split/test/CHLORA/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab07d5f2c784b839d2313194847402b0c912c638 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f52e40d812c0206756f024f30d6769e204d86bf5099292fc7f60f11ba3790e0 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-09.npz b/neo_1month/data_split/test/CHLORA/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b6ffb7163bdd912166d54f64f32266d6b5dcbd3 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0488187c45fa8ce4cd86ea7bb2dc49f01a90abd4d498318fced8953a477a5b +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-10.npz b/neo_1month/data_split/test/CHLORA/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6adf9d71222181460a894d694dd362d7ca06d899 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0983f549eb7cefce83c91edf98ea53c8426b8731a4ce6c63b9726873cae0def7 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-11.npz b/neo_1month/data_split/test/CHLORA/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..dffe0197abc59164b04b395c591f65e0509f7a45 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ad004b477fb77d5bcb25aaac98d18bbbeff215f7dfb73df50004a7bac16fb3 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2015-12.npz b/neo_1month/data_split/test/CHLORA/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3cc159b1740ee6f709846df780963a263934049 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bedea6f8e9e5e45ec4c4f6869a7dc1edaf0a8991bf1e6bfef4b993e8f0e0153 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-01.npz b/neo_1month/data_split/test/CHLORA/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..35734f89725b59b5b85ca2fa76764e39a319e9ba --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aad9717ac8c4a4b06b1e4fef352536f22c140167a345c3a3f20076f5184c755 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-02.npz b/neo_1month/data_split/test/CHLORA/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..29ff9d60e10f29bd78fe40cbb566d6126e02287b --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa16c4195fbc1c08b8f33b576789088995218fe7894bcae02a3329b8b2b9f599 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-03.npz b/neo_1month/data_split/test/CHLORA/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d24f6e32552cf8606b4c1c798f0e17a411cd33f --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fe4a007e3c320eb1e06e6b1d17d937f34aa690296e518d24d2a4f9f842c02d +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-04.npz b/neo_1month/data_split/test/CHLORA/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9738d41c4fd2db55dd5a3f9adcaf803958852e18 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ef3ce6ccc58489ae510871d0be2ce3eeeebbde13ffaa377bd8a54ee11cc47e +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-05.npz b/neo_1month/data_split/test/CHLORA/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c54bba7af6915e4d2d1f3e6ad02b4789f340e11 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef46f9b2a0abbfc7ef7dcf87feb007a1e20bd84aeef989e9f58b9c37d84199eb +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-06.npz b/neo_1month/data_split/test/CHLORA/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..489382d5fd2c84e9a3678f3aca4b07e23876c60a --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45ef846134948da9a417ec9f135c8498c81d4c1569d8f78c1aae01c7d320d86 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-07.npz b/neo_1month/data_split/test/CHLORA/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae6314736006fba4a765c9247106b937a06bd8f1 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dbb8de9cd51d8846e35d566e22d93c58ab3c5693f0fe9399a9084c63ffac46 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-08.npz b/neo_1month/data_split/test/CHLORA/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..84f74355c8b73eac35f726ffa3cb17d1518fee7e --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e15cbe072027e292b029244ff6f343fb75631b4839c11aca5133665adeceb26 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-09.npz b/neo_1month/data_split/test/CHLORA/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7162b3ce6ec0a3ae80ed58b31e5508785b560a98 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638ea7e0261527d3a38c5720939ffe935374ce076646027fc288010ff497250d +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-10.npz b/neo_1month/data_split/test/CHLORA/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b314c2db3338a080374a4b83586e86f4fb69276 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b14f7aea4d801993963d3d4e1dbbf95f890f34d5e3e54c66f3c7486e04fc0dd +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-11.npz b/neo_1month/data_split/test/CHLORA/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..21dcb89efc8898615ba2af8c3580c22d87906b07 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1f7f4491c9c640cb593075111a6604a422b0af06355e355100f8d4290cd764 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2016-12.npz b/neo_1month/data_split/test/CHLORA/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d5f502181c58027ec326448f893484210d3b525 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff2d87b15216905f55f3f66c251a2ad79e8175e8faee0152b7e5bea6d14df39 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2017-01.npz b/neo_1month/data_split/test/CHLORA/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac700804a561ff61e65377b0e57b5f699ad60438 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dbf66fe965347feab811e138c0b165a46b911e62ddd4481ee7682283348db9 +size 1166664 diff --git a/neo_1month/data_split/test/CHLORA/2017-02.npz b/neo_1month/data_split/test/CHLORA/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6f6f6e2de231293a2f44cf0a81a3783b2595d60 --- /dev/null +++ b/neo_1month/data_split/test/CHLORA/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a63e74043a5d50f7a054d6f50b352365e3576430590f151b2c6733a28f068a +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2014-09.npz b/neo_1month/data_split/test/CLD_FR/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3270e3b8173985dec96f1278521f6e22c3c193ca --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a3ca824b01e055b5c762cad41c85d7d9d071f0c70aa826386c3c851bf1ac41 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2014-10.npz b/neo_1month/data_split/test/CLD_FR/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..81a49fdbe3c58b6baf647912fa17244a6a1561e4 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bd5cb01e26cbcb44ae344e55515e1dcefac27c5c7d8b8dbe04cd5b1eeae8d8 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2014-11.npz b/neo_1month/data_split/test/CLD_FR/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d19069cfa3dbd0e3cb7978ce9d703542dc47f9a --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa07f822a347ecf129786585b2d742b2b4414f3a766bd80800d961aa23aef84b +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2014-12.npz b/neo_1month/data_split/test/CLD_FR/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd821df6d551ec98bb96790c0659e10ee3eb06dd --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a428cfe1ebf54cade76eae473c423c51f113fe15b82f5b294cdc903cdd34c096 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-01.npz b/neo_1month/data_split/test/CLD_FR/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2487ab208cf8ca4225c4284f3637f45f8a2d20c9 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6701a6f9d4c4b102dd6844e1728608b8cad6a1fc578ba827ccce7ba1000d095a +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-02.npz b/neo_1month/data_split/test/CLD_FR/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0512eb36a3fab3a800869503f0921a01766fe9d --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7351c4791e660e0932a9f5118e6687c78e237b23092bc8f3627e07dfaf2225 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-03.npz b/neo_1month/data_split/test/CLD_FR/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..619b683631d0f602e9b4b3e80e5bc15064c3b4d4 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b42f206a7832cb3eaedd4541cbd61dc1fe2d50347b74e06e8f5226a369863 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-04.npz b/neo_1month/data_split/test/CLD_FR/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c142de4446ef598359cee5c7c70b246c6b4c925 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8778b33ebbd66650b94cee2c5335848cbc2e9e24f209d5a90320b267f8ca77 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-05.npz b/neo_1month/data_split/test/CLD_FR/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4d6ed4d6420788d97eae31cdbed46fa9706838f --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcf2ea350f18c71b02d5b34c43a96e7adf021c1a71d45e5acbb4c5f49115b1e +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-06.npz b/neo_1month/data_split/test/CLD_FR/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7c535b47444d4b6e86c6f33000e3a078165d1d8 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0060fa3d3b8e172b4463cee2b56d73479a6d6e6eb4e45fb5f69a9d0789b470a +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-07.npz b/neo_1month/data_split/test/CLD_FR/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c36d0f8541bd7873f8cb44256dee28b36c4f1248 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d532b7f651fbb6fbdf39874b8e9959b8bd2635617893b596867c0d51302f181f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-08.npz b/neo_1month/data_split/test/CLD_FR/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4efb20eacd25ef4c20278fb0de02bb8592351e28 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741f472dbd28980bb4086f0d3c92ea4d4e292611dc1d34244e6a0adf55690a15 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-09.npz b/neo_1month/data_split/test/CLD_FR/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9111a2f04f3c8fd90bfb879df31be720d17aa896 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9956cb55f09595d172ce321c0baf421519e16c09c11c433f1b9ac35506c85607 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-10.npz b/neo_1month/data_split/test/CLD_FR/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b04d514d054a787a3ead5422275af1e58322ea56 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8682d023764b3f54268cebf1937bb7fdee3b64f9c7b395cdc6a5c03b1c54ad04 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-11.npz b/neo_1month/data_split/test/CLD_FR/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..72c5267bc5238cbf500b74c32c6b1c6ab0c6e0e8 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20b06d583d7f222bdee0d397278ff2c518da988dfe726d09af577db0fc890e9 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2015-12.npz b/neo_1month/data_split/test/CLD_FR/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b03133dc2247154674499c90fabf1695fbe36c --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04c5c67679be181e884d5ca2a6a93e236f04e46dfd97ca631742072d5a3b294 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-01.npz b/neo_1month/data_split/test/CLD_FR/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6fa9704a7443045aba695ae148867372827c8f2 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb0de09498ea9f8f108b5b8b48a80d6cfae4bd3943f473206f30a1a4a91b3d8 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-02.npz b/neo_1month/data_split/test/CLD_FR/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..02ef4b48f39ec25efb39fc0b3fbf5d00a72213c6 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4494012eed139c1d27b5634cb160ea94b272cc586e77592f8909ec05480a9406 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-03.npz b/neo_1month/data_split/test/CLD_FR/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..07e20f78454fd0acf8c16560411e7daf570b775d --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2836ca8d64168e9c5061d1ac83f82cc7257dfdd64355eeb6b07a3df92e473d9d +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-04.npz b/neo_1month/data_split/test/CLD_FR/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..04eaee12ee373099613aafe9a9750bbe6a6ffb02 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e13607d9a4b4e94fa0689aefb88d07f6a6e7d047fad8613debdbad083be4ae8 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-05.npz b/neo_1month/data_split/test/CLD_FR/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee35b6e803cca91cca5e44b18ce4ef07f9288a7d --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1f5cb994ca19fd909290ffbe95ed2622b0398c0d92b8e6d63295ea28f0970b +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-06.npz b/neo_1month/data_split/test/CLD_FR/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6808dd903f6287c93288acc7803b07a5e2233b66 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0afed5807294dde1000cc6e3bab2a6d28c6b5c30e831a8408e3f8846a51a44 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-07.npz b/neo_1month/data_split/test/CLD_FR/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ce36ea492952f544739ef31d5579bafe272313b --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3067e0a713364564c51fb3cfb904b51de5d19f913a1aad090882a8f225ce95ff +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-08.npz b/neo_1month/data_split/test/CLD_FR/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..57cc79bf598ddfd0cd8bcf25706857a00a6db2ca --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59b741be99c8a7bb693cce7c75835e430f1271ed25402f3edb58b549c4b73ae +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-09.npz b/neo_1month/data_split/test/CLD_FR/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c738a683d61609588a983711fde3bd671388f32 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c82b7fb033ce55bbd967f942b2efd148298dc9ae2e9d869c5ed994707e148 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-10.npz b/neo_1month/data_split/test/CLD_FR/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4ccf27972bc034ecc298ef82495ff1af50d8a4b --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8603fdf5817c6e8e3c0d4ebeaf6ed61f01bcde98c0d0518d7d9dfd221af85e +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-11.npz b/neo_1month/data_split/test/CLD_FR/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4cf5e9b19024eda763aee13741f44b32d855bd9 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7240842660be75750aea688e3b755a5d380afc941f3a4342b4f7cf0ce464a608 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2016-12.npz b/neo_1month/data_split/test/CLD_FR/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4577ac182d36a502d1d39cf8a5428e457ce5b6a5 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47525fbb3d5513020f5163d9add18f35edc7a75dae4b3c7dea125be049d53d90 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2017-01.npz b/neo_1month/data_split/test/CLD_FR/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..677d3cd72cf7cedc69d7186a6e8e17874c3fb8ce --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ab2beb6d26fffe52ad10a670cc97e23313d13f3ddf8558b1f6e762c28ebed2 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_FR/2017-02.npz b/neo_1month/data_split/test/CLD_FR/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9576cfd34210f0c327d062736346750946b2ef3 --- /dev/null +++ b/neo_1month/data_split/test/CLD_FR/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c9659e3d6235f25a10038e0557880f209c37b6606cbe7932e7e17113587587 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2014-09.npz b/neo_1month/data_split/test/CLD_RD/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea60f8b80c8130b900f17645aaea66c746e6afa9 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f9984669d757c902db9a52a7be183e3bff555722461160cac1b94c43393c65 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2014-10.npz b/neo_1month/data_split/test/CLD_RD/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d27959f8988c5b8f652b98daff92e9f034d47eb --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bf691391cecbe8fd3bb7ed24538493dd2fbd9ba4e00a11a8d185b40d76acda +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2014-11.npz b/neo_1month/data_split/test/CLD_RD/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb597aa0f4bdb816b7043744058196e3f22f7572 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bee272b9a8a5f0486898b5e12f4b8fae5fac32f77182c6dfc8d5c520cd457b3 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2014-12.npz b/neo_1month/data_split/test/CLD_RD/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..65ef42cff55aa9605ab91d09fcfbf2651989bb40 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beab6d0d590c13cf66993a86864232c2def35d8d775e7c2a0ee0f1c26721554c +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-01.npz b/neo_1month/data_split/test/CLD_RD/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..24e414377fd0dd82d8b1038a6680987627a20276 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02e0aad0569ab88b8aee6bb56f778cd1258f0c57ccdbbe6a3944999c9a08759 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-02.npz b/neo_1month/data_split/test/CLD_RD/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfe2641da49d3516afe13ccfc01720c4aa25e6fb --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b46bfaede33edacccfb9e9d56ea6a4ce3cbee29ae3d02978ffba454aee88ed +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-03.npz b/neo_1month/data_split/test/CLD_RD/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3822cd08bc2fb554c32378d8a53f87b72506aa67 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3564c43747e5cdb44263883438b696b92391fe702e25cf450dbbfe2d8b01afc3 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-04.npz b/neo_1month/data_split/test/CLD_RD/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f211aeffa2b1bb80d69ad980021bba702cb99b55 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d159fd9b6fb43a98b83df48f9f37625880798676f68b7b340adaab4dd815ef0 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-05.npz b/neo_1month/data_split/test/CLD_RD/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe3c0b54aba26c8bedc95366a7635a08513f3699 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00d269e3bd52fd8000e2f268c876abcabd210743a9f50668ff8d5b55bcc1943 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-06.npz b/neo_1month/data_split/test/CLD_RD/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d85b4919d6b1a7c648df17441d0d88ca05ee80c5 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62431a6242083181c69e07c86ecb8b51e3726c414fe7aa9becc07494b862ed8e +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-07.npz b/neo_1month/data_split/test/CLD_RD/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c5055f0e018d3461de69d9276ebc84052dc0dfc --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b7c31da5c8daed36d3ab9ad5ea3bfa22174466be2e6066c98008e08abfda21 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-08.npz b/neo_1month/data_split/test/CLD_RD/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6941c2e87511d3f4aa0181f84ed7c77dd77efad9 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38720e6a99bc8be3643a1ffbdc4ab5f8fe13675e7e13dfd97839c7c0a9d3faa +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-09.npz b/neo_1month/data_split/test/CLD_RD/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..44a68d0a839ba67cbc04a436e24bae52eef079e8 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81072622b3689d1a0e4f8fbea2aa7f47f04bb2c515e76c88e811e235c1f7e103 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-10.npz b/neo_1month/data_split/test/CLD_RD/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e3bb63ebd763faa41ada3cbbe49f31121fb061 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccf5f590831a8b6a0ba82630638d6e38cdecb17a96c32522a2c0328f3609e4d +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-11.npz b/neo_1month/data_split/test/CLD_RD/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e26b90520e3858669deee224b70ce4d1f6a4eff6 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06ae411a290d6fa44040807c0e0fbd62ab0f68fdf628823f287e303f9496530 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2015-12.npz b/neo_1month/data_split/test/CLD_RD/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ab2570957de64b3e4b178c9e7684021ffc7e2a5 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad58561fbce98e9ba22865789c92529848f9e6cb3497f26bb5fae3dc2971924 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-01.npz b/neo_1month/data_split/test/CLD_RD/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..63ee984281b4769ed5c31cf89ab65a4234f29e8c --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74600d6025acdb759f9660ff675421c4ac8076fbacc9ee0c95f3611676522825 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-02.npz b/neo_1month/data_split/test/CLD_RD/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..836549c89e94124d3b68610f2059db0bbaaeb917 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fdb19e95ac4b1d0a6c3c5968cd0a75ce93f214e0b3fcf28e116d802f6c0d62 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-03.npz b/neo_1month/data_split/test/CLD_RD/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea6790c1ebe70bdfa4a36950be5928607af8bb13 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a22f1fbd8cec44118bd58e849565fa93b5c06be4b417a086afd2cae0fff02a +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-04.npz b/neo_1month/data_split/test/CLD_RD/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..16872d6884b1d32e3f4912f42c578bba42cd87d3 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5c1ff8dd2b5ab3f541370d54c87d5f9cdf763474b45dc1f4db3608a4a63e10 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-05.npz b/neo_1month/data_split/test/CLD_RD/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb540e80bd0449ea5747fa3a51618c8b9ac57781 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21195614d662ad2c7498bebd079ff44617ab735a16381a1c264986f69479d06e +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-06.npz b/neo_1month/data_split/test/CLD_RD/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ff204c8ad7af677285efbed9a0d3590300d623b --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69027cd14044b9b9bc0fb009a99a6f25dfe26cddb27a3fcb24f9e3c5ec6d8098 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-07.npz b/neo_1month/data_split/test/CLD_RD/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4242bb60f29531a30acb60bb8d04ca3a4cf2433 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72b2030fbc59edb8165a9d4e3ee77c53d5e7e0732f8f7f7cb4e7c0fb807623f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-08.npz b/neo_1month/data_split/test/CLD_RD/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bcaceed9064f9f196b590eb1610dd8e1ae9d60 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1fd8b3f5865ebd1616ef172e4152314c86c74f65648dafa2de9b5463569dcc +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-09.npz b/neo_1month/data_split/test/CLD_RD/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbef2e5079d25041bcf308376db6c935680e56b5 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd0e42bcbb624a7adbc83d05500170fd299993aa4cd131049a46cb903bb04b8 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-10.npz b/neo_1month/data_split/test/CLD_RD/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..135cab036eda5efc2c9eaa0d96a012fb7496223d --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98911bc5ab5544d649d3b1f215b2d85cc1917de5014acf86b13abe858e1ae58d +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-11.npz b/neo_1month/data_split/test/CLD_RD/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c66cd5684afb48fa4c8b7c392238f8ead159553e --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c7f90200020f6f311840402dd18d28ae5c57441a85333d0461853645424c5d +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2016-12.npz b/neo_1month/data_split/test/CLD_RD/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..39607606f9ea2ed26131cdb825efbe74831fd43b --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc0a070f32a1cd45118e9290842f535e970aa71e583ed4138b6c2f3cd21c72 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2017-01.npz b/neo_1month/data_split/test/CLD_RD/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f349332ce1853d2e5d8fe1b658f97110c7980012 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbd4ea9c0fa41ed8a4763cd1a895c4a7de0b38546fbc34021f830eab7c211f7 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_RD/2017-02.npz b/neo_1month/data_split/test/CLD_RD/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8520907bfe1750b6974ac4ab75dfaf4bac9ad402 --- /dev/null +++ b/neo_1month/data_split/test/CLD_RD/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2342c4c9934744a5259516c0e084e1ad4974ec9faf6486182e03cfa07c0108f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2014-09.npz b/neo_1month/data_split/test/CLD_WP/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dfac918c9f0470ae47c724de5b107f74ab57f73 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21da3231b6f712c1ba1a2eea5faa70a283b5f2ad3549ab28fc975736842728cc +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2014-10.npz b/neo_1month/data_split/test/CLD_WP/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4b38554183e7553cc1c9215fa7b92fbfd6677c0 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68f321add4d147ea9a2b10e1301c75870d65f7540bcaed0faa161a813702345 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2014-11.npz b/neo_1month/data_split/test/CLD_WP/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5973d8f0597c94a494984dad869137fa531ee2f8 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25f06961abdbd8a751ee08ec6958c5342dcda2685e1e0c4cb91a79f6468bd59 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2014-12.npz b/neo_1month/data_split/test/CLD_WP/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e09e17d1f54c40aa841f55b999fa5cca424478e5 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e78599a918e16d50bf282df365a4d9b006c0d56cfcd7f85e04c00a07a6864d +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-01.npz b/neo_1month/data_split/test/CLD_WP/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..862dc12f9b9b677f1e7a3cd1a5bd752a04e94d9d --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c0bba9b15be1aa47380fd74d95a37ab3510770f56a0fbc0a0d63b5c5e5425f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-02.npz b/neo_1month/data_split/test/CLD_WP/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..82a7051bc0be1a52f95ba91572f68584e3630882 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4807783ad74012e566e1a45f6ac4d58ac215f5271389a874da166a7986c69b8f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-03.npz b/neo_1month/data_split/test/CLD_WP/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..145bbf6b1918790fbf07c5a0f0f715021040e316 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d38136b6455cc9bdfec68dbd11537ea99c4de634de342ab499ccfc0886db01 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-04.npz b/neo_1month/data_split/test/CLD_WP/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3389f4a1021e7202a57f11a8a945164d98255b6 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaf7c05e48b863ce30d52c06216da09122eb133844d8ef8831b0dc117f6967d +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-05.npz b/neo_1month/data_split/test/CLD_WP/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..acb3079f3d39867b069e4c24258a04fd8baddfd2 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e13341e41b24ed748da0dcfddeaac5256e09b34d116471e51f5e83bd4596688 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-06.npz b/neo_1month/data_split/test/CLD_WP/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..86f60c1af18afd48b54925c6e7548ee50e899697 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920a55a26639e175f3618fa9bbea14782761b7f57d6490116c520e436e492e75 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-07.npz b/neo_1month/data_split/test/CLD_WP/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee7750ab4d2ac613fdac6bf72b91276fc3a9f82c --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2d5482ec9e036b3875232aa13a6d2efb237e645e72b96fe7ae77313a151801 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-08.npz b/neo_1month/data_split/test/CLD_WP/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..df1e7addd37c9ca3e116e988f706b60dc0027dd6 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7606c049dbdba0d552778f70d016d0fba9ef78666cb376fa187fdac933adfd39 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-09.npz b/neo_1month/data_split/test/CLD_WP/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f7b496e2f647f37082a75845b13bedcd618542a --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a852a5ec9909a822510094cb14335d9fa3b39002d913a0d9b2a18aae15dd4da0 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-10.npz b/neo_1month/data_split/test/CLD_WP/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eca3bd681433c748a3b42136a187cd53b426de28 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ebf4f7150c3ddb253f15cd4c228813b70fac79c45e9d6548f7d13ccae5bd07 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-11.npz b/neo_1month/data_split/test/CLD_WP/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0587441047d2182c4506ac529fccfc829b240922 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5531aecbbc1b42c7d75fa4e33e6f4a8e85964b58e5fad82bbfa73c72c6a7a76f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2015-12.npz b/neo_1month/data_split/test/CLD_WP/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..13d2beb7de988544ecb0bfd72b3d5eb3af621c58 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a6eec392d007a7aa50cc626cee9768293fa836675171e9a09c72829729cf5b +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-01.npz b/neo_1month/data_split/test/CLD_WP/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b3300778e26171e20949b0fe8c04cdfbbb791cc --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d0262190a01cb185b99a342cf4430e1da1fe111c95fb81253b36bcaedecaa2 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-02.npz b/neo_1month/data_split/test/CLD_WP/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecba0d5d350adac4fdb4351355d701f973f5995c --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addbe00e0ff4a6fc0f9aca481db442df19116a42224b0ed2f34be396160494db +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-03.npz b/neo_1month/data_split/test/CLD_WP/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e9beea73a14f38ef1a3c4d26a006a95c55e2dff --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02c91b54c43cd860e04b42e3861bef7a3943832cba6741399dac64d63089631 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-04.npz b/neo_1month/data_split/test/CLD_WP/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab36e105e0fd1d8d0ecdc90866397d188a8a405b --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def790e0daecbc64f8a209dee5b7933b4a79489397e99bcbad44bc44cb9ba5e9 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-05.npz b/neo_1month/data_split/test/CLD_WP/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a14b90c989664206c16bcfade29874ee292c244 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85596a99f43e073a090c7325207012499b772e12daebc3875ff3126fef10b335 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-06.npz b/neo_1month/data_split/test/CLD_WP/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..35d0d40fec48c9084e90777aaf19f16932738684 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fd5e042b5ae847ffb1bfed6c2deda53916fbf8573ffbd1226a40822de05968 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-07.npz b/neo_1month/data_split/test/CLD_WP/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd364de78136bc5b10f25d39ccf45e55b92dc682 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a386d5217776f8fcbc1f952c767e7c9cd1b4a7adcd354c2400536d050ac13633 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-08.npz b/neo_1month/data_split/test/CLD_WP/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b6e0d6a990f6a9e1b006ab6ec2abed58ce7664d2 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b3bd4a093cfdbe718c3bf4cac22e70f38432dd8ed3ab7be773fb3cd4569ea3 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-09.npz b/neo_1month/data_split/test/CLD_WP/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b1f31bf29e2b6c6b715d576a31e9974c70dcbf5 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d18fcc89bb26caf2e546cd4ef2ffa9677151952a48e47a0c383f5797135f011 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-10.npz b/neo_1month/data_split/test/CLD_WP/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22d83d905c053ccff956269ce5a9a59d91916ba1 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f375e00b6db81de0cab7c68311e70f3330070480879557dec744b36b64731c04 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-11.npz b/neo_1month/data_split/test/CLD_WP/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e844de5ebc67ddc32162055683a75bb70a38e2df --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5ce66b2f3587e3b0efea7c7ac19d60445cc447fb10edb7e46e6e530a7f843f +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2016-12.npz b/neo_1month/data_split/test/CLD_WP/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..319710d9fa402117834b0a667c6b0a53aac75cf8 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5479a11213b1840f3a10a47e1c4ec890d7ec0a70cacddcadf1f2981993b89ef7 +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2017-01.npz b/neo_1month/data_split/test/CLD_WP/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a1e244b0494230862c4c242d57d18ae5abb0617 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be164dbbbfb679f5fe6e7227b188d1db33e01cee06ad5899470b91bf2455c11b +size 1166664 diff --git a/neo_1month/data_split/test/CLD_WP/2017-02.npz b/neo_1month/data_split/test/CLD_WP/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f0518b8a75e3a00f9aa772d9daef5ac150097f85 --- /dev/null +++ b/neo_1month/data_split/test/CLD_WP/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e793dc69603f6440d5a58a88e1fbd3cc2cc0cc0aff3b7d3ccbded01e8ed3b861 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2014-09.npz b/neo_1month/data_split/test/COT/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0797beae473cc2f8bcc61fd5ceda2a3a35f4af2b --- /dev/null +++ b/neo_1month/data_split/test/COT/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2758a16264497033e6e8af84dbfd86d641b276984bee479b03087925a82cefe4 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2014-10.npz b/neo_1month/data_split/test/COT/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..03d70fdebb92cc94e8a067b193e9715b979cc986 --- /dev/null +++ b/neo_1month/data_split/test/COT/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331f2a5f66c1c82c6cf3a3fd0cebf5400cbc2d93c20c4ccf66146c9fe1e547d6 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2014-11.npz b/neo_1month/data_split/test/COT/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..16d7e60d8d0b22c9c855b7d72514ef53fa191915 --- /dev/null +++ b/neo_1month/data_split/test/COT/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa442daf4c874cd42957c391a002e7e2b4c5e49e03b4a9e19d18b760698a057 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2014-12.npz b/neo_1month/data_split/test/COT/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..63c44d9c3442bbf422052463e5dd41d94542fc79 --- /dev/null +++ b/neo_1month/data_split/test/COT/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516f6b63c62e2a978223271303153b639dc3290f8c26a342a0a67a837acc553f +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-01.npz b/neo_1month/data_split/test/COT/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..710a2bcfba2024ff9de76eb85e12a613c7f0dfba --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b042eac32d6d4c7d5d3ddf2f2a8407b9ff3f288ba1abc7adf289b8e7520acc38 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-02.npz b/neo_1month/data_split/test/COT/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbbe049c1f4a6debe43da6c61431dcaac3fcdbdb --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2796f9eda8eba170642fec4c8dcdf9ed0871945be42850958827fbf5934c03 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-03.npz b/neo_1month/data_split/test/COT/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..760daf79a7358c41b06f7386260b82f6b8f8b51b --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20b1280bb8d9e8e4dee435f970ceae3b26e5857bb6ef384cc9e052c4dd42541 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-04.npz b/neo_1month/data_split/test/COT/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..274d0890a0abc957e7f426a42398f1d9ab37c53d --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f680444e3223dc0f4cdf32031d33fdaeb920c12ec0e1ce7e46008ec056e8a37d +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-05.npz b/neo_1month/data_split/test/COT/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..250b869affedca003cd4a8fa1207aac290ff9ace --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ba7beca3fe21c124ff94d7d7f5ab8de1bb4f4619ccfc9e8840beb31915a817 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-06.npz b/neo_1month/data_split/test/COT/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..815353e4e26faedee37da8373cfe1cdad3ccb1f2 --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5660f4c177d8c1d12a12f1b10a0c71814624d4be502d67e4180e5a482dc7ec57 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-07.npz b/neo_1month/data_split/test/COT/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aabefe4de0090d43e2ea7416777b67794f7da436 --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b4cf63b40877ed8ae54cec55d4728a53606bed100046317dd2acbaded8f6d0 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-08.npz b/neo_1month/data_split/test/COT/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca5355c2f22e9af3b54744f7156db98a87d8a706 --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cf10c05f12287bbd8cbc50ad6fc7c04758052cb3bcc05a9f23749c5fd9b01a +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-09.npz b/neo_1month/data_split/test/COT/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d2ec9ab4ecbc18f8afea6a6848e928b9e96b070 --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1b3f040e0e5c3eb44b152324278936bdd1a36c70238c5959a510bcc9d11555 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-10.npz b/neo_1month/data_split/test/COT/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6efeac918ea725bbad17a1123036f2085a5c5061 --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc4cd29e4baf459d24aa3f5ee9efcb1cffa2ec763286350bdecdd019250fb78 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-11.npz b/neo_1month/data_split/test/COT/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6a4eb50784cffcb7f0257281b14f4bdb3c57edd --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af20378435024cdcd06a289ab8103fa51da967ee6dfeb433ede14574713979c7 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2015-12.npz b/neo_1month/data_split/test/COT/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d9ebb680f21ea8c57ea1ec55366d890c7aac929 --- /dev/null +++ b/neo_1month/data_split/test/COT/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bf3ccf80d58ecaa62713706c94332de6c0a3e0aab428a97dd7d68bff7d7e42 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-01.npz b/neo_1month/data_split/test/COT/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d99ae7a93feef941d3f712068c6232ba46de76f0 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc620ea2935b6e3eb10c3281a4db7ebb5e560f23f6f45d0e85058aec864e3b3 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-02.npz b/neo_1month/data_split/test/COT/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0ae8ea69fc1b85593e4d56222d116213015b0e3 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba75794c7c0957df06b326208138e6ff4f9395aa723a9a2fc569b99f4cc20bd +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-03.npz b/neo_1month/data_split/test/COT/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d61e061f057f1eaec7023d7e0aec14855db6db38 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e7f68b4015025fce725d31dec51c5cab94e91a6d42c0f7dfcbf8f754118a77 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-04.npz b/neo_1month/data_split/test/COT/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..492a8f6c89692e75f113c77c025cfd996601d7d1 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c59cdec07680d738ddbbd23a3e7317c3f09f97eea4e071216cdd9e3524a62b1 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-05.npz b/neo_1month/data_split/test/COT/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5909b7181558679ec7a26179c3333a1ac18b58a1 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c0b55eba65ef17042f239e0a112f217ab870deab981bc243014c36e2503fec +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-06.npz b/neo_1month/data_split/test/COT/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b440aeb10f5cbc7b405f0d4280ae28eb49c3073 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6942fea1a3ef950d45a4b7ae8c6edd30dcc9f006fb0a48dc018516040e1bad8 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-07.npz b/neo_1month/data_split/test/COT/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ae434feb2a4a7648def77cf9ec992994f69cf42 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef9d1524e7b6f680773ccc26139968fe8eadf857ee793cc243f23ffee4e463d +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-08.npz b/neo_1month/data_split/test/COT/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ab3ce9a8a07ba9c6f9294b099ca730afff6c5d9 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de408d5f1b214c7ea7bb9b553ec5ec0c0ea99ea41354e339c69ef885b4430bd +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-09.npz b/neo_1month/data_split/test/COT/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f006473f00b5aeb0cfd7d489d8c899ef6a48cde0 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b15bc16b12535efe8aee4db993551197ffe8fc83d034973f2cfb2f607bb5b0 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-10.npz b/neo_1month/data_split/test/COT/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f95224e6748f7dd6c2657a342a608245ca69217d --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7189033f2c52f4612c81dbfff28b931816eec316629217dc591290f529b1bc95 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-11.npz b/neo_1month/data_split/test/COT/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d34f71090bdbbdb8298fac6f46f0fdf94723a2c1 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2905c3d5d3d86d00dc76ef106ea9781e2ba806e5d30b282980ff559c4cf070 +size 1166664 diff --git a/neo_1month/data_split/test/COT/2016-12.npz b/neo_1month/data_split/test/COT/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8ac4848b0d63b73786dba99fb413bc68e6519c0 --- /dev/null +++ b/neo_1month/data_split/test/COT/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f87d1094daf7d204168a70156e401df5b27ae9fb5e611cec649baadd09e716b +size 1166664 diff --git a/neo_1month/data_split/test/COT/2017-01.npz b/neo_1month/data_split/test/COT/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..074bc7d08d17f8110ac0efc005069a89f07e8022 --- /dev/null +++ b/neo_1month/data_split/test/COT/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11237addc45baa92c609d2bcbd0cd70db31d85d2ea3a9d5a27666ea53aa0b8bb +size 1166664 diff --git a/neo_1month/data_split/test/COT/2017-02.npz b/neo_1month/data_split/test/COT/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c14999016abb475f45507fda8aab7dc2a9daa39 --- /dev/null +++ b/neo_1month/data_split/test/COT/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ffca69391219ed93b5ac05518a098e8e7fd24e2e29fc7ebf4f110982546437 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2014-09.npz b/neo_1month/data_split/test/CO_M/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..680d135f928556646d33830310d6ba2610e6ba9d --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5e0fb07324a70bf33554e3afe08067658c54551a7100286ea3aea173cf7519 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2014-10.npz b/neo_1month/data_split/test/CO_M/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dfbe7b9aa5ff35158c90e80a3f7c71c71ffff23 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ebb1348c18cdba9749b8730abec12514ee9ce289c3efe3d6bf6a2b4ff4b5a9 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2014-11.npz b/neo_1month/data_split/test/CO_M/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9de630f389c3793d3eccda1bd4e468b859f3467 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb97966cdc684c11b9b08dc749369d6a84fa3bc2e6a9aac2c303eb8ae7ea9d7 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2014-12.npz b/neo_1month/data_split/test/CO_M/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ac8fa99a6bdc6fbc4f03f40ad4dd183ece80cfa --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff20d75fdf3536d42b21b9e4dd0c7391d610e60f3e77569d8c40eb884dbe133f +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-01.npz b/neo_1month/data_split/test/CO_M/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..03da2dd1474f66fce9e780302f61065a0722cfb4 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac68e6c2510a8931bfe6d99735aa109493005318d22b255101bc768fd07c715 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-02.npz b/neo_1month/data_split/test/CO_M/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec9a0670aa6864f093525e291c6196137d99f9c4 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96162f65d6b60c73bafcb61d9b064ab3266b406915012c13970dc1e4074211e3 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-03.npz b/neo_1month/data_split/test/CO_M/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..28929af2d60c72f3dc7d4c8c40077ca941b1b579 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb38fe85d1bcb09c0d7ce21ae1004a3cf700bb1f15774787d4653125608a26f4 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-04.npz b/neo_1month/data_split/test/CO_M/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d3104fbc028e913b92b9c8680a8d6bfa203b8f5 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183dbea8c6b1dda384c239240fecfd00c2db9b9af9987cc821f39d0f1963db1d +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-05.npz b/neo_1month/data_split/test/CO_M/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..548f52dd62b1bfaa5679400cdf73430af65e347f --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cc8dc4f8fe82400ed2c78a049df5775173252dbe68cd9c365d12251a5a5fad +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-06.npz b/neo_1month/data_split/test/CO_M/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..61c8e7bc82de16e058a37ac1eea333122155707a --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b2e8cfd880029cdf4ab9bd4773dd326f27d8885f181894358ff1f79467716b +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-07.npz b/neo_1month/data_split/test/CO_M/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aab65e70eff88f06a6e4690251bc8d0b475bed5c --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db248b5a0f68e002d386cce5cc987cd7c767c7b102e7d68cfeb282e2b0b81877 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-08.npz b/neo_1month/data_split/test/CO_M/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1ea0d274343c18250c73aee405552a11a56a7b0 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0f2109f93d58d5cf2e94315b87ea5c2f35942e2db93f972c5187972fb24213 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-09.npz b/neo_1month/data_split/test/CO_M/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ecab1513532100e97c30ec479d8162fcf72fcf7 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad13ce07c3cca1c089ede08d045ae48020c2ec67daaa752cebff7574d360f86 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-10.npz b/neo_1month/data_split/test/CO_M/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a99a03c0c391f581cf567f8deff7d2c9f5a6696 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6154f55919a05770f48b01e5bb59b3a7c004fb80eb26f1c79595db50f99430ba +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-11.npz b/neo_1month/data_split/test/CO_M/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d02b2bc23897d95163f222c1f24e7469de821094 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02d59514d8123f09b23a6862f25f30a4d06126d23f42fed44052621846fd0c0 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2015-12.npz b/neo_1month/data_split/test/CO_M/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..69b231a2d900be35ea6897d9059af732eb7cd7aa --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2c2fe515d1e6d1901e34c88374c6f5f11660fcd2ec35f498aa9bd951c6e976 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-01.npz b/neo_1month/data_split/test/CO_M/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2ff3c48f741d9e64ae0d85790b913c1accfc530 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f6364fc785b28b6272c2391ba109e16e4d56e5ccbdce5bce96a7d71b37f5f2 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-02.npz b/neo_1month/data_split/test/CO_M/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e8be3bb9145541ede64fd192acd1d817414a38d --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd27eb714e32d27a6181f39da8d8bd47e99b64f249cbf7a0acfc01d598f3fec +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-03.npz b/neo_1month/data_split/test/CO_M/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2e97623939a88d6bf98fbc71f921631d97b39b3 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1709344bdab4b82686a64d1939ffbf19c185ab15da94a26e94c633776131afc +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-04.npz b/neo_1month/data_split/test/CO_M/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..882fa3bce3564be7014f5509d1147e94ca22dddc --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4f844d1a5ce1479af817874d1532f0fc4656ee5d3d0c59a3c9984e73118208 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-05.npz b/neo_1month/data_split/test/CO_M/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fcdc7d3932df436cb5b7d5f2162a20c040f6aeb4 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eef6d8842758ee33b9a8fc99fa886b64a6c122f4617d869046d6d05abd7460 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-06.npz b/neo_1month/data_split/test/CO_M/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..162707623b77347dcb05bdf83381af8809d951de --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2faed518a683de63f6882eb6a8b80645e28eaecb66c4747bb753c54abe4c30 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-07.npz b/neo_1month/data_split/test/CO_M/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f5ed6172b68280c8e7b94fb28787a489ef13438 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58838976735a107c18028397cca966adc68ce23d870edf8971c858875182eb71 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-08.npz b/neo_1month/data_split/test/CO_M/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c9da61631072a43d0404a56a31fe957e8184659 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c687eaa26f0ef643efd09a106db995a535be491aa958ec5a2f606f8b77fab5 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-09.npz b/neo_1month/data_split/test/CO_M/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b513938173a457e81757756af3570f5386203774 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8abb7e6e3b97d05cb9837998497ee5ffed4dcf3642feb5049c7ec7364e3993 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-10.npz b/neo_1month/data_split/test/CO_M/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5edb38b26785e59cccf705d985323722f7560238 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b4d70696cf7f2e4059a85b1926786cdd19082756b86e9018913cdbb67a16d9 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-11.npz b/neo_1month/data_split/test/CO_M/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6e2c8e5175b186564ef2633359a267a3175f580 --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfaeeb983e584145d2dc9eec96d663c8aec05549bfbf6e95219530b1c42d790 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2016-12.npz b/neo_1month/data_split/test/CO_M/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed8156283706a03c0c9986b7f6fc544c78e066ed --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b2bebf31dd7f1be712f10616838726df1688fbabdf6e45486e8d1f1e9fc1bf +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2017-01.npz b/neo_1month/data_split/test/CO_M/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6a0700dfe07ccf616e07b5f987a7b140a07202c --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6fa649ee3ad6a7ddc004cd9446d950125f90e3c95893626ab933f111247c54 +size 1166664 diff --git a/neo_1month/data_split/test/CO_M/2017-02.npz b/neo_1month/data_split/test/CO_M/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf15f699195c55f3ed2ad91173128d1f7380f30a --- /dev/null +++ b/neo_1month/data_split/test/CO_M/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c182ca59c2f2a5dfaa433afb2b8e4a2ed3e1b28850e9dab4f6c1f2cc4e7ec2 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2014-09.npz b/neo_1month/data_split/test/FIRE/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5add9e4c06f1d51ee6dccab1f7356b5fae85093b --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1d87b405f58fd6314a5ec5a4252b3c2054a05d46c0001940ef3b82e6faa98f +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2014-10.npz b/neo_1month/data_split/test/FIRE/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5522d4806941ce3f897a103f8a22a1fc0656483 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d43496adca533a9ffaf90a9898f1ef4661a92b98dbdf095961514c2d62629a5 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2014-11.npz b/neo_1month/data_split/test/FIRE/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d1b1a33ddc45f18958ba01f3e3f8deb824dc87e --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa7749155824721477c3db934b81d8dfd4fdefadebeed455fe3883e89e5ab6c +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2014-12.npz b/neo_1month/data_split/test/FIRE/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..068e8d76e80c8ec25c7b2e2b2d63d662d15165d7 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7d7326e1d46da4a673946c671c123528891a2d5d97f5e5c4b19ad0b0769993 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-01.npz b/neo_1month/data_split/test/FIRE/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2303c2182524982e42ca2ee13cdc2dd3ed4c2e33 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ebd9d8acf118def430ab12a81bc512fe99e28cfc3efb604336f102238098a +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-02.npz b/neo_1month/data_split/test/FIRE/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d57434d993e573d783ab8e3bcfa7e2ae348c1c8f --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b28d046208ababc63abd1f17b3d16653568413decf85b885585bebb2784164 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-03.npz b/neo_1month/data_split/test/FIRE/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..deb65c007644149358e69a988ef11db53f05ffe7 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9da13d9a454f69233ab07c661867555894c2422aff3ca83388b20321102f76e +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-04.npz b/neo_1month/data_split/test/FIRE/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..50db1aa0e7a1f711be960c3461bfc1a673a403dd --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab510891a72d6a642b2f39e022ee5d395aa8ee3a6b98e082c2298c8e248b383 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-05.npz b/neo_1month/data_split/test/FIRE/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5a2b8f2994e2e78a90c60c9b748e20dd062d1b9 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36526cba50e519ef0719d4d02a6f322a54c413ea73ede11f0f7df367e4a907b +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-06.npz b/neo_1month/data_split/test/FIRE/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..04689f02b139a88ef4645f4812d894b30021d3db --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab496ec7fa0b0e235f6da987c1f961067bcff4608ad7f40a2044c0cb8501133 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-07.npz b/neo_1month/data_split/test/FIRE/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9d20d661c8730fe3bb2b86a162a47feb44e8a28 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16895b4c11c3945d1388853f5417fd39fab4a807722109068449c28ad0317b3d +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-08.npz b/neo_1month/data_split/test/FIRE/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b13756cc094cdf538e85c6630d638f24f90c351 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b511078230e3f7935f6936ccb9c862d96b0fb0f003cc4ed73ac30fcd52c4b295 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-09.npz b/neo_1month/data_split/test/FIRE/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..de7f948e7611ed71a09365b48dadafe5165e1d4f --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1c1e9386f87d7cd95ca0c8346ab0a48dee95a4a64b788bb300616ca5d53b30 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-10.npz b/neo_1month/data_split/test/FIRE/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b43ae6a1fd3ebd38e2541bdaab91b2f229c86c3b --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106cf8e0dac964a9ae050ff466ddb91d3a99642d38431f2f9b5dc06598352a2a +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-11.npz b/neo_1month/data_split/test/FIRE/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..97b7d7b4b5afff7b20356c8209df3f1e377c1138 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9abbdb13e35d68c5eea7823061c6ceeec2cf4bfdb934dd95782b114e9723d62 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2015-12.npz b/neo_1month/data_split/test/FIRE/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c53117982fc0749c202e454a7b3631228847ab96 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10e1cbf7e71ccc05e13058d07a2ea79f8ece5e3397d89fc42452347d9080c87 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-01.npz b/neo_1month/data_split/test/FIRE/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..744db868e1e0819c8a3da91392005682d52ad0a0 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5943731c400fe02610a239e8d4aab4b2b4b5f011d7abc331d680bf37e4cbc455 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-02.npz b/neo_1month/data_split/test/FIRE/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..90d65d4f73f80b884361213687d6c6891a0c5c02 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15596543ed00e5860d101fabab44ef5edd8c9ce2df8d5d67a5c974cdb35a4bc5 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-03.npz b/neo_1month/data_split/test/FIRE/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..678145f4c422c4d10eb9a13960a2bbdbf2f7d14c --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed062203da555d06f45b1994be636266788ec9264c758f69f7fbe3ce096ac70 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-04.npz b/neo_1month/data_split/test/FIRE/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5aae9f63b500a910ce1fb4e26929a34b8c07662f --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d923caa73573b481d2a109b14f5cb79e29367681d2bb58f5441c88dce2a357c +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-05.npz b/neo_1month/data_split/test/FIRE/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..baeda12795273e3f4ab648ecddef9b6ade34739e --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13cdbfdc86910da8cf00adfe1570be832d9ba49de08598e7e65a77a33fd060 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-06.npz b/neo_1month/data_split/test/FIRE/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..bde0ed53fcb598f0629059d918061b74f139908b --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1f9126053cdbd02cb32f312d8090826f7d5a2e2cf5d3a44d19515be4e3862b +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-07.npz b/neo_1month/data_split/test/FIRE/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf150a3c53f9ef99e604b4c67d92cb95469b506c --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884e6b1cc81a223411cabf1bb563167b6b19819ff9b055d787e5d0052c84b64c +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-08.npz b/neo_1month/data_split/test/FIRE/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c1bc7d41e1acba4d97bf96af078e791579eede7 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2181f547d4fab0b0ee4dd26c9b2df1e66bab32bcae5679ce8c4070cf2219c68 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-09.npz b/neo_1month/data_split/test/FIRE/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..56100888b8b7c15eed03aad74433f8ab0117c722 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2693a46ca029830d16800a21e995ebe5653d8045e3598159997a0bb3945c8ecf +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-10.npz b/neo_1month/data_split/test/FIRE/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..61ef53af570d4a781fa59a7116319637e73b75ce --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8828c63b0bd1b04bc414625b856654fcd56b068aeab06f098367230b5a3ec283 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-11.npz b/neo_1month/data_split/test/FIRE/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e59000903f4ac10fc36af074390ee8f60ee165e7 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e3fd083929945d3d6a939c7a944655bdd9b6b0a1abd136954c85cb328212cc +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2016-12.npz b/neo_1month/data_split/test/FIRE/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..76ba5c388bb7cb593c6408c342b316fb70d6934d --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79c5656a339eb5bbe9834a5aefea7dce8d3f9756d8fecb3c8bcbe83a8a88eb2 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2017-01.npz b/neo_1month/data_split/test/FIRE/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..69868acbf16e9c85a285e93f5d2414a9144d6a30 --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3819691b2c9d18915e0f1de8aeff7e3a024990b98aaed4395c63b91cee393e08 +size 1166664 diff --git a/neo_1month/data_split/test/FIRE/2017-02.npz b/neo_1month/data_split/test/FIRE/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..264011f0bcd02ba2a5653f5fb384fb53307e274c --- /dev/null +++ b/neo_1month/data_split/test/FIRE/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72d297797bc80db9d337f5d83e3b37034415f2908482423cb26c25d9c1db566 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2014-09.npz b/neo_1month/data_split/test/LAI/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec2908fad41e6ab62f028185952676960f8091f4 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0a0193f96e75adf69c39ccc8e43ed33ca37d911b7b51baeddea23e66c84bd1 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2014-10.npz b/neo_1month/data_split/test/LAI/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..517bc3dc5bb63e36a7315f975ce67299c19d4da6 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bce21928c280665d72b68f2be2d607942c55f5ade5df4ef51f5dcd1d9ae3a0 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2014-11.npz b/neo_1month/data_split/test/LAI/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bb9140f9ba17193079a2cce42700fe27304777b --- /dev/null +++ b/neo_1month/data_split/test/LAI/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba6907aef4af7ffcb5e9662ef3187e0a0713882608095eb089c36bc4824e4af +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2014-12.npz b/neo_1month/data_split/test/LAI/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..216b3973ccc5ed2720e266a9fe3ba67287e4aee7 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd730fcd0e97b26380f4188c29880892a9137c0432bdece95285389e21d8d8f2 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-01.npz b/neo_1month/data_split/test/LAI/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..863085165fea284e5bdef387811759b35659f754 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af9d7a7f5c82453144354cc6d23253c2c405075ce7f618c257cf356f1cced88 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-02.npz b/neo_1month/data_split/test/LAI/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9452f755e902f4b3a009021e276af726363d812 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52b4d31af2b42bc5463e39b2329685c3430b9307f45f11baea3dd68efebb44c +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-03.npz b/neo_1month/data_split/test/LAI/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed074cc0abbc76b122267292fbd43501c07c81d8 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e180228f53725e7a293a143d5d281e29e8e021b2cf9a843a1cd081ba01acb5f +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-04.npz b/neo_1month/data_split/test/LAI/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0638d07a06c22738d817a2f11be06608e3bbd90 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cb8955d2c4fbc169e9c30d0b5005b45c0421331d1ac03500d08e0be7b193a0 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-05.npz b/neo_1month/data_split/test/LAI/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3ad8b456bde17b8221699dc1d1621ae56216b7f --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe26a88611ba0d8821fed4ec3fc3ca7eeb622a3bdcb178b7370e3f43fd8c2bd +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-06.npz b/neo_1month/data_split/test/LAI/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..925e1b57210105199153823e830c6b950d3f6e62 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8294b15f6ac4b8db38ff63dd3240d0d52d4a304a3a70869ed84f751d9af59828 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-07.npz b/neo_1month/data_split/test/LAI/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0143e2c57922aed0fe4bb696a0b31ed77ed634d4 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e06238835fdbb70e744193ea097d2794f705d240ac10887593b0216ab1a7c0 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-08.npz b/neo_1month/data_split/test/LAI/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..01f2d5a137157d8c0f77ca222b663e63008f1fd8 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09135d869dec2892826f16744e12a0777b6492a7b66b2be8ac20697b46c62347 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-09.npz b/neo_1month/data_split/test/LAI/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff5a0a24f9cbf91c3ce89d420ae4b2949b73a7d0 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18adec5d3830c13dc7ec58fa78ed9faca5ecb63029dc4322e24fb6ead615ce3 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-10.npz b/neo_1month/data_split/test/LAI/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c57118e8ec266b867c747a86f5a6d4a167b87fc0 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3bd89e4839a82a4a25e6a80da24bf5d331ab3c53a7448a15f9c8cf10a43a2a +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-11.npz b/neo_1month/data_split/test/LAI/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f51c198d9c1a9bb5a22454355a0f8a00b8ddccd --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcde63daeb09c68b3a1f488aee3e74ace0ab1235c00b13f9b6c89f98fd17b6c +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2015-12.npz b/neo_1month/data_split/test/LAI/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea611b5f92f61b55650b72c6c09db7f72f415280 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa18e7911f234a139c58aa7acdfad9b6a785d87b7f3509f9e5f6e1e8ab4c03d9 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-01.npz b/neo_1month/data_split/test/LAI/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d91ed730f5eacc6253ee92ddf7abc08923007f00 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e03f00aaa5100d6b64d6e4e3c1757460cbffc21830246f2f37cb1b5d30b204 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-02.npz b/neo_1month/data_split/test/LAI/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b48e87307e4f06ea634b93950751eabd83b7cd6 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9184a0152797a43edcaab9eba64a7644813fc730af615a7db614e20cf42068a9 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-03.npz b/neo_1month/data_split/test/LAI/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f779f8382091e4fa72f2272803064af5f9093f8 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95403afadefd8c9cae5686ddcd0043fc8255425914c6e769cf19242a423fbc50 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-04.npz b/neo_1month/data_split/test/LAI/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0cf18aa234c4f5c3017aaa56b67936f77ef351e --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7db8b1048b133d681d0ed973d012f467e0ee71115aedb77324917ac5e12f4ac +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-05.npz b/neo_1month/data_split/test/LAI/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bc8190ffab3c21c797ca4bbcc029571cb6fe8d9 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee3dc037986d48c6d116c26cf118dbeb6b5c20844822725276c63533d8346fd +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-06.npz b/neo_1month/data_split/test/LAI/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2ccd4a9f7f718cdc72ef5bc5528812cca32d454 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba54cfb588d1416ec4e14a11d9dbe0f51add1de0079fa27fa22143a728911cb +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-07.npz b/neo_1month/data_split/test/LAI/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d7dc58d3091ec71920e09c72a440efa0ec7dedb --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4678a644077ed5140f31358364a2efee7b92e670db283fa800f034592dbada25 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-08.npz b/neo_1month/data_split/test/LAI/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..46bee8b3f789a310bdcfbc1313531cecd6f63815 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aadb025fcae8b94585b76ed16e93b0095316401d7ba597ce7ef6d3a1835d53 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-09.npz b/neo_1month/data_split/test/LAI/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..88ff38ae690b3293a0e90e5c28aec4000a3003ea --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0bc7b737e022af798394c7467a5de240e81f638a46aaa0655554c9ca068a40 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-10.npz b/neo_1month/data_split/test/LAI/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..075508dbd6b88a58c17e5628f31ff4957157a50a --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685298a4c4dbd6dadd831a44b17c9c85934b12f74bb95bcfd1ba866e0c28218e +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-11.npz b/neo_1month/data_split/test/LAI/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..428647c173221f8cef33f4715ea635a2fd41ed71 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4304c49469dc3cda6079949b463d01e1f63ed68f5085bfc8464c9b819d3729e4 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2016-12.npz b/neo_1month/data_split/test/LAI/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1048f6684747687036a42a5ec1d36e925b601f83 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7eefc8a11c78f3133a0630d882f600f27c7dcdcfcd080949314d10fb0d4d99 +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2017-01.npz b/neo_1month/data_split/test/LAI/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c207fc068571eff12b27dba78a0dd000ae1cb0d --- /dev/null +++ b/neo_1month/data_split/test/LAI/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1b0618b572ba11008322f313dc988597b2019df9b4fb9f364486929c26d7ba +size 1166664 diff --git a/neo_1month/data_split/test/LAI/2017-02.npz b/neo_1month/data_split/test/LAI/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4700839e82e366b70fe14807b03dc2ebcced4934 --- /dev/null +++ b/neo_1month/data_split/test/LAI/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7c07d568005b89264fb5d1c708d3008a51cf1902f29d0f7b29d61668e4b683 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2014-09.npz b/neo_1month/data_split/test/LSTD/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..892e88547d63b34c4ac8a4ffbbc11747b31e01e2 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0c6cb6d370c9dcc693850a69e840c503352c57e31f1eb6806984b0cec18ae3 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2014-10.npz b/neo_1month/data_split/test/LSTD/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c97ca1791e0c0d7e287ab2d34e5ebd43c1df5043 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f101c1816c761fcae59d83073550edbf8876a4f8119affc389eb5edd1d2cc207 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2014-11.npz b/neo_1month/data_split/test/LSTD/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1f02f4eb26d50d244cefd971ab53d1b2b86b97c --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747c16f9fcbdead4134028276a468d79d57210fedc34dbaf7564003909af6f86 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2014-12.npz b/neo_1month/data_split/test/LSTD/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c777925fc8276a9002786ed6afc40ff57a065092 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05596f6d1199be51930253b091de68f35db85f48986e1994a41ef58141b07c4 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-01.npz b/neo_1month/data_split/test/LSTD/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e05a1c311b9bce09cb8cb86171d6343d37fec43 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5231d2b17c590909ecb44cc5e1dcdeaa2073d0072186aeb813ce52a6d3e92ff +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-02.npz b/neo_1month/data_split/test/LSTD/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..47301494e670137b0d339018e5eb45283eace639 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f9361424a7ed1329ad7e4d09227ad95a06f61a77b1b7ded820d2838ee421ec +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-03.npz b/neo_1month/data_split/test/LSTD/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5060110914b1cff2a7c1c85964c8ec5fbb068ff9 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dce3ffe2cc3a790388cd4a107988f11027815a10c68ab086d7fd0878872f7ef +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-04.npz b/neo_1month/data_split/test/LSTD/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ab092f6dc47b01a16e760bec3580355a5b2f4b9 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0b39fb2178848a9d0685f6a61af963c13e63b8b2fd098f8f74909f1b532824 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-05.npz b/neo_1month/data_split/test/LSTD/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b65f1d72aa60c8a62337be3d610ba38123ceee5 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bed42c83678ba93d6c48608dbecf3865f1f0bc39028fb6f33c5874779d0e80 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-06.npz b/neo_1month/data_split/test/LSTD/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..efb3baf3b2659bf045e535d4a84262aa6551bb03 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5c4bf29bdeec66122a657a134e6bedaba98bf63d2be77b95a8813ba15686d4 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-07.npz b/neo_1month/data_split/test/LSTD/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..179e55318d59670b23e598e4d4927db5f47119e7 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f1de80e3a83d6b584f00d40e83e42febbc60c7821f7ddcfb169c342947d93 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-08.npz b/neo_1month/data_split/test/LSTD/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f32a164e11c3991acc61dba12902b4f8dc94cd4d --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed249593335964368a89997fbd2506be66b71159c850134af5b0710d5f426976 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-09.npz b/neo_1month/data_split/test/LSTD/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ca90a6597821fd0abe4ac5fabb356571859cd62 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c3d5228a5fe3991ed831687b0f9f6aee784f8e3f8131250f741266e07ce8e9 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-10.npz b/neo_1month/data_split/test/LSTD/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c591f485668410cc350a0d7fb229c8966600eddd --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dbd8540e67eb962c25aa284a65aa4e5a43e29f935702840b45c3a13a7c0b45 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-11.npz b/neo_1month/data_split/test/LSTD/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1adcd6830589999c595b4735dbe1b6a9272b6891 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de7ef5443302a009b9dd4fbb8aad8e05c871dba3d7686dafbf59e4f2541d160 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2015-12.npz b/neo_1month/data_split/test/LSTD/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..acea696b55303b90e624aebdb564a639e0da16b6 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b4aaed068a9087a1f8e637958b1973b8efdb5c9e58fd98d3ec7df7c0b06ba +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-01.npz b/neo_1month/data_split/test/LSTD/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..820aa23c8c3c1250d9d2fbf80b3a40232c0079df --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631c1edc929bde51a66c750d375054bb99a7842774c32f832a017506353914c2 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-02.npz b/neo_1month/data_split/test/LSTD/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6584b56842692575ef2b30ec6060c96adfd0844b --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8347b16b4fab4f85a7542f222104cef227039121dff261da9eb1bf8803c8ff29 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-03.npz b/neo_1month/data_split/test/LSTD/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d88432dbbb7a93877586edd3dff115ab827e945 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a90765e6de378caa3a8c968f7a0a8b626002d7268f3b183a53d8372746f321e +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-04.npz b/neo_1month/data_split/test/LSTD/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e411a3f89476a57cba3c26fe399d9b52829073f --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8de4e7ca5c4f2932f8801c0121efcd3358a50983c4afd636d62f813e9011f17 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-05.npz b/neo_1month/data_split/test/LSTD/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9033ec4bc7999983071f8dbb8e4407f47e313285 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e71990b28912be97130dca77c5e048675a572ce99421255b75a822ecb050cd0 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-06.npz b/neo_1month/data_split/test/LSTD/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..976ffce1d582c9daf248d8d9788a04ee618f1b13 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d74d3fc1d9b3da2ab03ef535bf5d3079bef550797fd0d1e038fc0a18c9f2de +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-07.npz b/neo_1month/data_split/test/LSTD/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8dc15d05f795ba532dc2e491ed099d34d525dd9a --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66b80acf7959b7a1020ff346f8481b3554d70b9308edea1761e132fd8fca405 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-08.npz b/neo_1month/data_split/test/LSTD/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c691a21a25445b4f56e41c74aece65e6241a3858 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a601166c084e933ced15bbda514beda9a8b1e5ab1a0afa4028ddc695edebda +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-09.npz b/neo_1month/data_split/test/LSTD/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6cca87d5283d67e218dd7dee7799a860191e65be --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708b18764bd32a7241311fc637b53c9f0e438b7ffd354774c1afd050995c3add +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-10.npz b/neo_1month/data_split/test/LSTD/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..180a6e1adb450a6c31546d6823a3484f88f96541 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ea41b50976301b53c7ecc8acd1aa7fc86886d99c5d7490ce91d7119b1b5e66 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-11.npz b/neo_1month/data_split/test/LSTD/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..728de2356d1849733fbe7262cc4b9ce62c4359e4 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce73e8a1c6f4447322b07b3e4f07027ab801bf9349fe634973d3ef273fe5473 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2016-12.npz b/neo_1month/data_split/test/LSTD/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..32866be0ab038e8128b3333c36505cdf3fa432df --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9495d95596aa0976a8bfc6bf472c8fa16f00f8a2a4aa15822796f7de816e4b80 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2017-01.npz b/neo_1month/data_split/test/LSTD/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b28378a178db729617f0c8bed0645f0dbd9b5663 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babafeabedbb49cb118bd5c699c575d382b32c7136a123b831735ec2d6beb9af +size 1166664 diff --git a/neo_1month/data_split/test/LSTD/2017-02.npz b/neo_1month/data_split/test/LSTD/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fec3660e4d51c8f84701168579a8098e13f2b039 --- /dev/null +++ b/neo_1month/data_split/test/LSTD/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af58440f4ac8d959a0b19e301c207819e41f404463c6b6d652fd4b2b4517e1da +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2014-09.npz b/neo_1month/data_split/test/LSTD_AN/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f22947b722eb29ef27d133f3f58985cecda87dc --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78953a0fe50991eb94b90f4badb234cd76ed9ae43b604c42f273d6b2f801627 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2014-10.npz b/neo_1month/data_split/test/LSTD_AN/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47a0c0c701b6c4422a3675419491bb4c5d13da57 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a8e04e62f9bdd9ee68a31ebf62a256eee6ffb1c16fa2f72b698ec0ce70f04 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2014-11.npz b/neo_1month/data_split/test/LSTD_AN/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fda4c2b857596cd50368780b9875c1e4fd97850 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91276d388175418ac80bbde89338a01cbeb8a25c457601f192fa2c94030042f9 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2014-12.npz b/neo_1month/data_split/test/LSTD_AN/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9d556e921125ef38c8e93a8775021bee9df09e2 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d051a4341af6601d76480f7fabd4bf365fbf8ce8617ba247b937f6119e0672 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-01.npz b/neo_1month/data_split/test/LSTD_AN/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3e5314f12a9ea4e58c7d66b45b8ae9f1fade474 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eedbfc14d96a9513be3339ee024f23c9bacab663617d504900a35a7c34f73c +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-02.npz b/neo_1month/data_split/test/LSTD_AN/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c93a8274fb52547047148eb70fcd82571f737cf8 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7a45869fdfabe6b8a193acdc967c3ba621fb3b121c97c141541e8a2e4f02f9 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-03.npz b/neo_1month/data_split/test/LSTD_AN/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d511873e79e547abb23f8b1f205ea45aa963ff06 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ca9de832ca4d317faed97379bf188730e656231b929028accc8f9c7e75b06a +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-04.npz b/neo_1month/data_split/test/LSTD_AN/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f1b43c594e5768126acacb32e4d3e65e2949d52 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b7cd88b29b96d521180849c74b18dff8fe8b95c222f2a3b578520824c8369e +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-05.npz b/neo_1month/data_split/test/LSTD_AN/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5ef3ea5943242414acc8cb6b61ca76cd78dd830 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f0d144acb8966f91662696a8ca214a7274f54fdaf478c3467b87eaab17115a +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-06.npz b/neo_1month/data_split/test/LSTD_AN/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..64e4f80e53494bc4ab27f4b820a6ea97ab5326d6 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6d12c2971b85eee79fa43b473063be191092f6a75dcb5dd9efe14f6d99b141 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-07.npz b/neo_1month/data_split/test/LSTD_AN/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4760086287d0ffae87948298a1bfa4ac068df7fc --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bbdcde198f1083522dc12f88c7b7cf30ec8707db504a7e836e17740b5bcb9b +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-08.npz b/neo_1month/data_split/test/LSTD_AN/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2de60fd688ff58bd08f360e0e51274445c645b90 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b91c0fc26024379fa7ff24d5a14e59360256d54c942338f7bb259f9868d200e +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-09.npz b/neo_1month/data_split/test/LSTD_AN/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca198516074f3dfbcce0d003363e42083588efdb --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0e28dd7d0e37c5e7ca9317608f9b9dcd1d688c28cc74906cb0151b2b0679c4 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-10.npz b/neo_1month/data_split/test/LSTD_AN/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a421f71185f627b236b6473b0cce5deaf747f816 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4f7e8027235e7e74037a00d43bfc127d97870d3888affbbf4baeacccd5602c +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-11.npz b/neo_1month/data_split/test/LSTD_AN/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c248675641db52f6fad1a01c89e101a7ec575770 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1a95f79104d3d7cad315179ed043889f99c0d592f7bc3e59bb35718de13d4f +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2015-12.npz b/neo_1month/data_split/test/LSTD_AN/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d1986d7f4152a7ed3cdc6fce3721b9a76c9215a --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13efcc81c750b6fc388dbd06c9ff356cc36528d2ddb64848130a03122b5e4406 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-01.npz b/neo_1month/data_split/test/LSTD_AN/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6a157ffa7c17e500fb4709112ea42ded02d942d --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88fa9bf161775dd2296bfa3ef2818e678befde09a58a7ab949c66897e29dce7 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-02.npz b/neo_1month/data_split/test/LSTD_AN/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..00b6786aefd87a6a5121b8438cce21bcea5f878d --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a73850b86da69b619a9b191eebac9d68dc61543fce75fa9657d7b31899391f6 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-03.npz b/neo_1month/data_split/test/LSTD_AN/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fcfb10db3a66b1d53c8332d13e3121910b535b37 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc344cb575ab9f1838bfc2e0f4341909f1e8933e6e652a567782a2cde698cdca +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-04.npz b/neo_1month/data_split/test/LSTD_AN/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d430a2c37f400cacb8dc2c38f8c4cda82ab475e --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf8fde0be773ba44ec2d091c64db246699fd530021368155d9b24852dd089c3 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-05.npz b/neo_1month/data_split/test/LSTD_AN/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf638bbbfea722f9037fa7cd80c5672e10ade046 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68baa7c31cfa2e87c959e11e521c8772a1e6a48902fe69c35d1c73a8c8a6ab22 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-06.npz b/neo_1month/data_split/test/LSTD_AN/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c97c4540694e50d5dd194ae115c1540b45d452af --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5048a6169173557019d764d833808c1ddb2e6bb5911809407ae0698492f2b9d +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-07.npz b/neo_1month/data_split/test/LSTD_AN/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cc61053a349c0e2dc069c9d00438563962a1e9c --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7661843e93be07238f838ddc74d6b8f729ca1f855bc7d5fd057e1400ccc6293a +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-08.npz b/neo_1month/data_split/test/LSTD_AN/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..83b8b2179dac50531ce90293fdde4f1781fd61cc --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d22f4ba920a5b6a3cb36d3b611ec598f220002bf0bcb1a832e0ca57f2c8715f +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-09.npz b/neo_1month/data_split/test/LSTD_AN/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d634d00c2b8b78768b1cb6ba4f46f31f001b8c88 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8674c64367f57ea9ac247a23c08fe3eedd9c09ced1441390cc10e9cfd4650ada +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-10.npz b/neo_1month/data_split/test/LSTD_AN/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f0750c04463e1ab6568dd43d5c811e3f6ba55ad --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e0460ebff7ae06d1156d640a4faf1414be2d3ea88a4ffe8b2e6a1d7348fad6 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-11.npz b/neo_1month/data_split/test/LSTD_AN/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bc43e5f661ea00470dede15fcfca029c4dc30d1 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c554a5ddb1fbfb6d7c393422036c71e24ae9a8dbb0e58a0b466872b917e997 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2016-12.npz b/neo_1month/data_split/test/LSTD_AN/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e20c1e9d5f8a3a026c49f6594792674058f92029 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aa1b3e42658cf74d62ccc7977e8642d5a8fe27d8b8c87bcd9c4a5459b332f2 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2017-01.npz b/neo_1month/data_split/test/LSTD_AN/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..89febad4e5a8ef4c939a3c812ec3427d4b6de5f6 --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ad66aed62750e14f9fd00fa83d636f9777ed920f5bd53b619b22e0b59fc372 +size 1166664 diff --git a/neo_1month/data_split/test/LSTD_AN/2017-02.npz b/neo_1month/data_split/test/LSTD_AN/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6757c6644755652fa583a90c6473743cd577e1f --- /dev/null +++ b/neo_1month/data_split/test/LSTD_AN/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6805064d9e33ec08bbee5d7735b0ee8e1817f6b04c4d2c9cece1d6142efe56 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2014-09.npz b/neo_1month/data_split/test/LSTN/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf290f902c3d544b6a7793958eb0b82f15b360b7 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c575dda7850fa74936d5d786d919f32aebc097c7d1b552100441666f5be97b91 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2014-10.npz b/neo_1month/data_split/test/LSTN/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a463b034abd1cc6bdce420b61f7cbaf7b48a44d8 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7de42bce5e709468b07b3389a3794ceac2997fed8d6b2230c6c32cc35ead2a +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2014-11.npz b/neo_1month/data_split/test/LSTN/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b6c26f9f1b40279227733e8b7166bb8faf8a4e7 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78230378918ca199cb5f3decbb513e2e461ba4d973099543246454aac4b0893 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2014-12.npz b/neo_1month/data_split/test/LSTN/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9635502f6c3bd14d49aee6f9c418054c3709d00e --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe66d335b0780685b14cd606b7bb3e8791cbcea0b65af26e67cd72cc6a49b81 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-01.npz b/neo_1month/data_split/test/LSTN/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8d1976ee0f92ab02335b0e8c312763c1a4abcf5 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17929912ffe9d85ec093f9527c254f006b86b72bd3fa7746584c63f1293eb92c +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-02.npz b/neo_1month/data_split/test/LSTN/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..01688b310180dba82389590491a3d3d12e9c266d --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28189dd36f0a65098d9a9daa8504fd3697899c48a2072b225a3a7ffc8bf90d5 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-03.npz b/neo_1month/data_split/test/LSTN/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..aea8d8d638cff7f7bba43e637ae145ae676ac133 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7664fdca55f976fd9dd1b721674a4456f43979a2c58054b8b83866a810485456 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-04.npz b/neo_1month/data_split/test/LSTN/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..20cdccd9878f957cd5401e3c3d5138f93667afd2 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc351d53f4cf75b2f0d2c3f6dd4529f387c7ffe927e1f48e9d35f3689e09517 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-05.npz b/neo_1month/data_split/test/LSTN/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..062a04ffcdec0682b43d55b049a5f2bd0c2e2e64 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6183d9dc9887f6f7163ac2710cd484b8f8f0dcec29a15acdfb6f5bccf965e9 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-06.npz b/neo_1month/data_split/test/LSTN/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d46a37ec8c1eb3338f733c5c2e035929d17d779c --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91a571a99e5435771918978e30b1fb5d079aa60ead8001440ce1909f1f4a9c1 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-07.npz b/neo_1month/data_split/test/LSTN/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8962649e40a0c6b8d53b08c126b4f2f586e9adfd --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d76f7470a748af518c94f29561864f42bb4fa1ef03be4e1c609cf33844f2b43 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-08.npz b/neo_1month/data_split/test/LSTN/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a136ae23098e0ce784aaa02b44630da9f279ab3f --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c94ef8113032577effca331cf780abce4246f58b52871ec6f1c5862df92859 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-09.npz b/neo_1month/data_split/test/LSTN/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f6a2d71c079ac2f96d032589083c52a6e710fd8 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788595e3ade316ec341ede7b89d66c922eac5fd4204ce603a8bbf66ab46711e7 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-10.npz b/neo_1month/data_split/test/LSTN/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..368d437750ed5184ad94eb1504373ab29d77d472 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7019e805049cae7c3c7369c259107d978d51cf824e8b7b24a1f528a1994c085 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-11.npz b/neo_1month/data_split/test/LSTN/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..98b3d8c778f0d7561cbc9e886dacc004039b5b78 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbd10e7446f8ef801b78a0c383faea599fb1605d1640df84e5ccbcfe82e816d +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2015-12.npz b/neo_1month/data_split/test/LSTN/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..63a9515dfbeea3e82874aeb94dfe340e7f9e6a0a --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d099ae38a846a43440ce0ab958d9ed059438164ae3443d3a9ca96d85a498fea3 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-01.npz b/neo_1month/data_split/test/LSTN/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fae3764ee5cb68deec967dfbb97825e65801131 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a9467423542190a363db73ac900dd6cb37dd2bf101471062fa83b83653fef3 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-02.npz b/neo_1month/data_split/test/LSTN/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a13d92e41610c0fc0051929b7d439d0f5666b9b3 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec1cec8487331c5018692007804227f7f1d90155c9c7dcd25680527b1b8267f +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-03.npz b/neo_1month/data_split/test/LSTN/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e7b7b55f4969b77c3e23229a2d8c77caa008ff7 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8c7904b768f4af750e44a5764ccd5ab97a96f87010e40337f6edd7ce1490d1 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-04.npz b/neo_1month/data_split/test/LSTN/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..edcc73c47ec23d6e115b86ef5c5abb4952700d5f --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b077f4a3217b22f871569f0439884d9bcb4db8be532e3a4e665fd3e713eafb +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-05.npz b/neo_1month/data_split/test/LSTN/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..19e49bbf6c7db6c582550dd4848efd8a6261904d --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231c558e2fb0f96f6b570545d7ea69444f6932362dcbbf9f5c29e661d5bb1d88 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-06.npz b/neo_1month/data_split/test/LSTN/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9a4cb7341f8fba5a298eb75aad0c954ad96b5e0 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef7b1785dd402bee51e1b94f1fbdad2c632b377a3551baa286bbd8eddcec518 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-07.npz b/neo_1month/data_split/test/LSTN/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e8856475fb136ad3dc9c69788fb279d33e040b84 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28abdf704e50ab444b1686994de550785073b986e512b31804166b735ce0e81a +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-08.npz b/neo_1month/data_split/test/LSTN/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b444fad433f730e167fa15e09c64754a19d24bed --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803239cb9a170e96d6f6543cbfe4a9d7e4cc652e6d0d20904f7c0783b52e003f +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-09.npz b/neo_1month/data_split/test/LSTN/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4652c412a3038c656051cb925f0319f7bbd53c8 --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10579b033a62cc9fb4956ffac420b223c62ad20e5be1726eeb0837be7ca7a95 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-10.npz b/neo_1month/data_split/test/LSTN/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb85b23cd2aae829c4205dc900f45f859fd2364d --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3945bcbd794ecc5a9d429a502a27937b02cf114e672fc058e0661b4b3f74f1a0 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-11.npz b/neo_1month/data_split/test/LSTN/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc554ce31d47227883200a9b7dce85de6dcee99f --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0ec5573dc391249e6cce1c06fb9fb4d2af4ecc57a855a74b95dbaa47392d98 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2016-12.npz b/neo_1month/data_split/test/LSTN/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..82e357d178f73321143761ce682f70e4a15f66bd --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecce2ac661a4435f6b6d753183226bea5885a35c961f420be29c776464e9de3e +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2017-01.npz b/neo_1month/data_split/test/LSTN/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9dc9eecfee7f38c434f9b39bf817f2b74beb5c8d --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e9db22cb1a741b186eb90e57334e66b03b0c2dff4725a97b2a8ae32c46e71b +size 1166664 diff --git a/neo_1month/data_split/test/LSTN/2017-02.npz b/neo_1month/data_split/test/LSTN/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ae7f40624c93374d3f77fc2db241aebd6f60e4c --- /dev/null +++ b/neo_1month/data_split/test/LSTN/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96c325424c95278cbc28eada23a592033b534f59e6a4a0bfc3471cf5fc13dfe +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2014-09.npz b/neo_1month/data_split/test/LSTN_AN/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae500aa617485d5fe5428832ed12557298c1fc16 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55287c8ea296695359b64adf8052bbf8eeb5a6d972b0e0ca333bcaf002a1bcdb +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2014-10.npz b/neo_1month/data_split/test/LSTN_AN/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec512d524f8a4ee1e2d6ba796b8e926d33046ae3 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52039297a605d25c5f4b0c089257abdc8a1451af8fab07cd45b3dfc4c8dfc0d4 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2014-11.npz b/neo_1month/data_split/test/LSTN_AN/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b380c8a97a24971fab73be03e00b9fac5004f155 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cad51f3a5dd507d94045a6c68b913a7fa62cc747b176eaff648bfab8c898154 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2014-12.npz b/neo_1month/data_split/test/LSTN_AN/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf517357bbf83144d489bb70b5873374af7d7835 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bf263281d41b46aec880c8bd50c9a1216062ba25c5ff941fcc306e0b58c48d +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-01.npz b/neo_1month/data_split/test/LSTN_AN/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..df2c7c9822a4bbcb6893145254467f8222835b1b --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b0e51dbaa6df7c6fa4e498c175e988d11c3193b2f2247d913c3661660dab67 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-02.npz b/neo_1month/data_split/test/LSTN_AN/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8658d934c78cd0e64495e7c0e99a2ab1cefab935 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6565791a71b57f1e5cb307b35de0f4856f3564f5d91b38d86407f8aa6ecbdab +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-03.npz b/neo_1month/data_split/test/LSTN_AN/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..26287879b3bdb2ad5adb1d67734d18049ad2f7ac --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71485975c4646d9dd2f194746e14cf50f6a899587e1f41d4cf82e701dc999447 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-04.npz b/neo_1month/data_split/test/LSTN_AN/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3661e4204dc4ae27e2ffa3a40120959a70244cbc --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9bf25dd34ce11535d68e35d3610222c63efd7adffc1ab4c5cb8388372c2bc4 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-05.npz b/neo_1month/data_split/test/LSTN_AN/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f7fc09f9a9887c6135323a373cdae92de750757 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70e6e4d1b4f0911625f207116bb5623e1ff763eb284ad0281d77a3e49a30f64 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-06.npz b/neo_1month/data_split/test/LSTN_AN/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c90227eb358ad7f3d876b501a43d8a424f43069 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eed07a3bf6a696b7a9bd49c1235d310a4ed125fb45d3344813dcbbbc7fd993 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-07.npz b/neo_1month/data_split/test/LSTN_AN/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7fb5d1db9db1298c8f57e32a0a04b65c6439298 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db281dabb420311e9155b53bee020f725751c5094bd3a2956508c7970e98341c +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-08.npz b/neo_1month/data_split/test/LSTN_AN/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..67bc356e4e54ad0db789cc7bb6b2921134d918a6 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882d9f39e786cd7f518be365eb96f66a70dbd7f63a319b7181c5101209775e34 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-09.npz b/neo_1month/data_split/test/LSTN_AN/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..79fe8f6d5a61c3d1aa839ddef34d1f4720440f5e --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50de102d33447274febfcb9edb660cbe891497d4c99b41056f5ac6313a57cfa1 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-10.npz b/neo_1month/data_split/test/LSTN_AN/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6eb3a27792144e9cf4e724bb468b96a591fa115a --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbddccfd50a440aa0bff292155514097f11b39e02dfe29221b755ae0a60655cd +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-11.npz b/neo_1month/data_split/test/LSTN_AN/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f434c4be5285f59d953878356dea62ed6681c810 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af78095130206154460c066f908a47c8db91bf9adaef9e77b57e605b6ccbae3a +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2015-12.npz b/neo_1month/data_split/test/LSTN_AN/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4806358121dd991d720db3bec73e6c94231ece20 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c869956cdd9556040b032bb78c68703260c0c8715cd6e8118716d5b55e526b1a +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-01.npz b/neo_1month/data_split/test/LSTN_AN/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dc177ebab4a73757676fd5a35547b59f99c45fa --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7e0d9d4503fcc8de5b163777e74f0b7ff24c894b575e45414ba98d9a2ef8c +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-02.npz b/neo_1month/data_split/test/LSTN_AN/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f907096d7c9d4c9079993de5d029f05e2b2c14c6 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dcfc6cb4ee09819c0b88a4297dfbda069f3df661d73cb202fd4e64aed13ecf +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-03.npz b/neo_1month/data_split/test/LSTN_AN/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b248eda2b8c1c2479f0fcf946c7b9b7866c9f47 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c9b2bbfbc3cb04f031eb4f10ac4321eadf896f93457e2899ee7348cd3740e5 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-04.npz b/neo_1month/data_split/test/LSTN_AN/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aeeabd52ac903a89b4468aa15507c857e779c7f --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af4620cebde51f322f0c2d9f54cbed6d78b0f44ab0fb746a91464ea3fe2bc7e +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-05.npz b/neo_1month/data_split/test/LSTN_AN/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e90e2b64446e0a3852bedda015f75ee404c5347 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ca7186d764cf3d538b7eb565a9f11d04fc60371576d4701db468d07971d413 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-06.npz b/neo_1month/data_split/test/LSTN_AN/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f429793e5b59872d902a221a4578592d1a46d01d --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3562703a06fbfb84108c8199c1333ab8067ff949df773bacccde8bbfe9e24719 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-07.npz b/neo_1month/data_split/test/LSTN_AN/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..06c293e43e68ede7b37de26ef895789b86950fe4 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996b4433f8bdf268f65ac01e8b39f5b0dd99194152ef7309ebdd3cbdfa11ee2a +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-08.npz b/neo_1month/data_split/test/LSTN_AN/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c509105327739e8259a4a988de0bff8b985e7902 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cd49ee55392b6342833a946018ac5d1959e04a747f9e767ae40de396d35e01 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-09.npz b/neo_1month/data_split/test/LSTN_AN/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8152776329a6bdef303c843aa13da3c124a9bc96 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059b96087b3e671c35e56f7cb9726023c239aa895df6dc5aca17e2a3599a3eb6 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-10.npz b/neo_1month/data_split/test/LSTN_AN/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc298616d4988b5936e88df2ea6e9b8af1726271 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f74cd989dedd0c2660d06a09bc6f5f4786847ec5ce3b92cfd5c4d7fefe2f6b2 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-11.npz b/neo_1month/data_split/test/LSTN_AN/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..755008d1e84d490175750405fcbb435cb7584ad2 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee2b07b06b9d1023d80a9528eb1836ca3a63bb89c947688a59aaa7266525d22 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2016-12.npz b/neo_1month/data_split/test/LSTN_AN/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad54c2026ff32ad0bb3b9fe5f0a69848e8303fe2 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f253b995d699d628726694fdd217a80ae06701edb18153e882f4c3c09a188d +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2017-01.npz b/neo_1month/data_split/test/LSTN_AN/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b26efc6d4707c031b088bd2f731fb222a5ff7a80 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a69ff3acdec33308e3e7941924875211a8dc671870b9df3d5737b2243c3987 +size 1166664 diff --git a/neo_1month/data_split/test/LSTN_AN/2017-02.npz b/neo_1month/data_split/test/LSTN_AN/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..591f72c139ffefd7a976a9792c12a649b03ec143 --- /dev/null +++ b/neo_1month/data_split/test/LSTN_AN/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b29094359e2e2c95f3641ad9c0dece764257684b9858aa6afb9ffb54b5261a +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2014-09.npz b/neo_1month/data_split/test/NDVI/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9875bba014711d294515e48e7b5697e735df1b5a --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f5b7250e65d0f9ba1d46f8a377e6a09abb14c9cf253d53992a64300946f16d +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2014-10.npz b/neo_1month/data_split/test/NDVI/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8cbde14cb5f280834792b769068e84481c317e6e --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d37c6e329c6acfe78a93f02763c2b90f770184e254a2aef5857418a560e4fb2 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2014-11.npz b/neo_1month/data_split/test/NDVI/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e3fe259edb20185e0c986ae713466de4b1a0c78 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b90b91432ca03c972d6e5893e6884d7b2c02a2366aa6db98061af8183a2c3a4 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2014-12.npz b/neo_1month/data_split/test/NDVI/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..964694b8c37cf2c2700636c8b2dba0475241a240 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783eea5eb4b99d8e0475e6db6971cb3df13b540082870a8cda9d4cf3613c0302 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-01.npz b/neo_1month/data_split/test/NDVI/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a01b3a91afd689f5b094bdf5ce85cc524e9f5c29 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cc4d06a6926beff6fad22c591241467e05f1c6b2dd38dcc34222f3004ff8f5 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-02.npz b/neo_1month/data_split/test/NDVI/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd6ee3e8024e600efe473cc431c8506eb54830c4 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c3cc70467ce53e3b761475c53db1ba9caf9f0c8dc136eee0edc8a8a567d587 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-03.npz b/neo_1month/data_split/test/NDVI/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2acb751d74ea09c62dbb85476969362be41126b --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3bc3fe47e0e277c79bbc1b6569864bef8f15e0b111fa48187cb23ef6da8f97 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-04.npz b/neo_1month/data_split/test/NDVI/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5621c27c020d5b2d368dd2fef38088926e5895b --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ab4b7b9f864960bb92cd8fd8cf04822b7ad99089dfd2ff12d3ff6693dfd528 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-05.npz b/neo_1month/data_split/test/NDVI/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..520912adc8bb5b8336df95ab35ecc4e89057cbd6 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c042ddd1be175cfbb5aa21aaaa4b6c65d89006212e03e88e4d85ea4714c8d6e +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-06.npz b/neo_1month/data_split/test/NDVI/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddbfcdff450d714745b658fec1ea8d5d89b4085f --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ca03c9889d2fb3a5aefbadc476b95a1321ed23a37c7459c62a684f41c2949a +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-07.npz b/neo_1month/data_split/test/NDVI/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..385713f01a086384b7d3517aea4c21b74c4920aa --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec60f9d28fbab53174d043aa89686b3910177efacf08b594be4548cafd12ed7f +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-08.npz b/neo_1month/data_split/test/NDVI/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1eb409a209a241e3f313f1272d103f9ed1492a62 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428bbec93957d08a06dc2e55bb53503f1e0f855d899a89fdd7103e4812e9558c +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-09.npz b/neo_1month/data_split/test/NDVI/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f6202eba1aa710973b3c16c052715cb45a597d9 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e57ff3b6e9c159eeb591d37f9ee3be6fe10d63f0132e7be672f8adf3681d3a +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-10.npz b/neo_1month/data_split/test/NDVI/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f7daaeb6c89e20cfa17d3ff9849e072c2f47dd4 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c5b330d3c267537cc2ac6c271fa1397dd53712086ce60b4a0e89a7831c862a +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-11.npz b/neo_1month/data_split/test/NDVI/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbe1e9c87516556001f90fcd9a9ee000a447b46d --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e61864b0b3fa06c9542338fc490164be6501e80e3508b56e70b25a3f7c569a +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2015-12.npz b/neo_1month/data_split/test/NDVI/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..159459d4a1267964c76a193e96f93c853a5b5605 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf11d2f2cb6e6bd44dce73021f75286a4c496c5221738528e9b4e5b93938b6ae +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-01.npz b/neo_1month/data_split/test/NDVI/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b421afff50ded3dcd8ca07c1c1eb11c04d3e561a --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b29124d371d16f9a0ec55bd8b3415d54308027f4496d42e6e584deb8b45b5f +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-02.npz b/neo_1month/data_split/test/NDVI/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e1c4d0741c99d3102feb922f7d11c3905959583 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38918d0ac5e501bc5689293a759b4c11ba2fe013131a2bffffb5192cd32241 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-03.npz b/neo_1month/data_split/test/NDVI/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ff7cb06c407a4774a9c135b4d7496c246dc78be --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da4f435c4b9d49a2c58946e4e15fb948741b907fc77f2e212e2e21164787c10 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-04.npz b/neo_1month/data_split/test/NDVI/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..62193f6c0c6af50bd41a319332fe8d1d035fdb06 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b7fee243e9a0a6fa585f40baa76e641f1cbdad33588e0098b3b314e5da5880 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-05.npz b/neo_1month/data_split/test/NDVI/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2055dd0cca23d5b78a3b5454d6cb09ad4d5ab30a --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66862ee5d4bc7a1c61fef0af6f37f816dacc8903c483d1e7a88f13a6f0b7714 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-06.npz b/neo_1month/data_split/test/NDVI/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..67cd9fe35de322a642e028526b06f2278c36c20a --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6fd0d8e2cf89407204447cd570e6a0105ff24cf70c31f954304ce47baf165c +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-07.npz b/neo_1month/data_split/test/NDVI/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c1ea0c186b6723b21c1ad8a70d22667337a15db --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588a9839df3c90abf931c98d02d8248118d67d099c5b48d853450633ad4f13c3 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-08.npz b/neo_1month/data_split/test/NDVI/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..902766c957d810a3a2465219febd5d536b86aa60 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966d6e57704021c2fd4bfa60ea160fb27cfcddea6000ae35a3788c0eac8fbb49 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-09.npz b/neo_1month/data_split/test/NDVI/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e413d4b94d35f4b3b171818e4f5e82a1791d3fa3 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aad59d6a0cb708a580577fcd391ff7729183f43eef58e49dbb5a1811a1b9645 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-10.npz b/neo_1month/data_split/test/NDVI/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..35ce8fffb3621f5bb6b598382c8970431e9d2fd1 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890d7aafbd88068b3a4460c0d05eb6ee76ea5cdc9b6ddaa2c4817229cc784414 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-11.npz b/neo_1month/data_split/test/NDVI/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18a4e9e4d899f64077e55220de40dc783b677b0 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797d13ba1cab0a2b3645abbf561618af1b4074f2b9425162380f7fbf7cd5f43f +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2016-12.npz b/neo_1month/data_split/test/NDVI/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..297b6c9d538e951f7cb0e89767f7637027ae2432 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31d24cb927079f11698ce9c542fe2c28a9aed29cf232a6d1ba1f9c58504f334 +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2017-01.npz b/neo_1month/data_split/test/NDVI/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e17ba57f4d1e947a422ba3f2c578df36aa53b964 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7951c018590c9e10e727f0b47a8ce9760555a7164ca5575a5cffaa414a74cc3c +size 1166664 diff --git a/neo_1month/data_split/test/NDVI/2017-02.npz b/neo_1month/data_split/test/NDVI/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fcac838105eed5fea41ec35f3d1e06ab8802f11 --- /dev/null +++ b/neo_1month/data_split/test/NDVI/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a8644da5e4a30c886f437cf706c8931fb63e4efb70946ea67233a202a6eca0 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2014-09.npz b/neo_1month/data_split/test/NO2/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dd580d4d47690d8017c21165abdcc82cf5739bf --- /dev/null +++ b/neo_1month/data_split/test/NO2/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e29ed38cadc32f75b00904d93cabbc6506e5cfc72948a1ce9e3b6490e83c40 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2014-10.npz b/neo_1month/data_split/test/NO2/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d96b9e97f1c20d44050f3bf0cc128c91a9bcbb6a --- /dev/null +++ b/neo_1month/data_split/test/NO2/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791e62891eeb5ea651e2bacbea34d2ec96682259c29b98c32b8b5965c8dd3538 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2014-11.npz b/neo_1month/data_split/test/NO2/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d5a420b2180830f1d7afa672473815097c82375 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f9b79f4dc603bb66e98a2f291558e47560b0cfc6242c5b0b26ead448f7e838 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2014-12.npz b/neo_1month/data_split/test/NO2/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..27679063ce02bc613ac9d33f1b0ef493c5ab6450 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6dcc7e5e6c8d324100ce49a2f3c7475fad56d9ba7873d6f7ecc9a5943bd308 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-01.npz b/neo_1month/data_split/test/NO2/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..54713ada33840231ca6968d9fda3d963ca0a2b1c --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88337bba1c8bcfe7f6391e5b62c7602c0880780028568618649532ad0dc663b5 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-02.npz b/neo_1month/data_split/test/NO2/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3016d8f7612b8ff7f112fd2cba5114ceaba80c4 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af6a480db9df514d6f1f65120fcf24a0f54dd982610efdbae9ce017e93c5868 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-03.npz b/neo_1month/data_split/test/NO2/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8c7592d9bc72c7cb0c10cffb37e16e264112426 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffc800bb8a8b9be4edf67d785619b2b900a26e8d434395cfc330a889f84c60f +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-04.npz b/neo_1month/data_split/test/NO2/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2044afcad9b5d025ba1f1a8c6bf30705b28d9e04 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6605ff70e96071da45b4ce9e95ee3ea0ddbd384c83826b7436730870da33717 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-05.npz b/neo_1month/data_split/test/NO2/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbb2e979188a8e530e14ac7eac5690ab9df7cf40 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb08dd6c2e63e744fdbf3cd57065492a55331b5f587312b5e2b0109a4612494 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-06.npz b/neo_1month/data_split/test/NO2/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..44f32bfc66719bbdc358c3c7624e07d74d433efb --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff2ea68f74029972efbbdb57227f9087d2759b83b595186daf3dac01716738c +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-07.npz b/neo_1month/data_split/test/NO2/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2476f8c68ced404d6be21d6e8d23a80ab73f1bef --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4ae447cd9679e96acae3a00cfb6063928e00aa69177bc3adec13ca5dbf9c4 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-08.npz b/neo_1month/data_split/test/NO2/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..de34df3f1001c512c8a34bc2057447d824df810c --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524af59776cc518855e1d7fa07ffb45b7948d01f0e0fb9f88dbd447939cabbae +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-09.npz b/neo_1month/data_split/test/NO2/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..45176bd82b29604c3c2afc4a7cdc6bbf3482a8f1 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cc7cff549d4e1c3db8b90f8900d394a07ea27425fd53651bf9b29f787eba45 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-10.npz b/neo_1month/data_split/test/NO2/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c965fd6d16c7a66368d15d6565e1874d5004f894 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e9d5b31a2b0cf521c3aed196c378e7a68b2219f085010e47ee1571e1993704 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-11.npz b/neo_1month/data_split/test/NO2/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b020859f1424a9d6e35fb35cf1c42f536181c64 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec54f7b295a4514cae679636a11ab28939a2204e9a8847e4eead822cf698ea9 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2015-12.npz b/neo_1month/data_split/test/NO2/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..737f71085b53b2d397071558efb2bc3b103716e0 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbf343a1282ffe08278fb7ac12ef247589bd040e0e2826d97c83975ce49ae51 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-01.npz b/neo_1month/data_split/test/NO2/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..53e17eea9630b48857c7e45d544a0f5fd492ad58 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55b5ebe9e4ca09b1fed14e6e4c2f9136c5320b171539eef13137c1f8c0191c7 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-02.npz b/neo_1month/data_split/test/NO2/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..982e741fca9c6543af06d0b5b4cea895cce6f61f --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e742288e259cd9e0e070d11d26d1a049470355bdd16ab00bc8f555d844df927 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-03.npz b/neo_1month/data_split/test/NO2/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..46bdf9379cd7b42ba0d5fd1f7354a4d665ba954f --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e141f0d410e38d20f0dcf959c518915c2dd34272291ee78357b959baf779d12 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-04.npz b/neo_1month/data_split/test/NO2/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2009cc5ed1db4647acae4b482a8bf2634965fa2b --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb015654fb9ed3650ea170c23b6bfbbaa9a5b7c940fc05e1630151c6a6b364c2 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-05.npz b/neo_1month/data_split/test/NO2/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..92f2a306ec36e490eff7a76e402727b816b2cb9e --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da7f3ca317b00c17b64fc6c298a1be99f256f61bbd04b65e71d8a5221d75117 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-06.npz b/neo_1month/data_split/test/NO2/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7daaeba19ad13c1f71bbc15d8f8b2d3c6e22cc9a --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20991b64f2890783f2762f0405510a8a5a64872812da24d6efb432e94e20118 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-07.npz b/neo_1month/data_split/test/NO2/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f120b6e2af7469f99c8b7782303ff58152979de --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3742649c4a5c33901094ecdc2dcc50741f1f90feae8ed32a0a79958a6a3b5ca4 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-08.npz b/neo_1month/data_split/test/NO2/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..736da4eebd2e666809a267fb214c224beddcfaf2 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426d7362bcd34e74decb955abfdb72694a9992642b3446707e62c8caf21965e +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-09.npz b/neo_1month/data_split/test/NO2/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..49be6864bc11e1b3df8d45360c1c1b6c7330b463 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee05565d796f78c1583a42fc9e2a0a6cc675d0a8ce3655b5fdd38ec48866b02 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-10.npz b/neo_1month/data_split/test/NO2/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3284f45b88788d36887819bee14fea9dff385ea1 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1599c616b4e4437c4e791e54cc044ac84748513f059d1f9d3ef9244549cc793 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-11.npz b/neo_1month/data_split/test/NO2/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..aebc3a11aa8a6f3e3e87d9f01e36331b4d2efdd0 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca758fd2cfa4adefcd0b72313d91c2a177dcb2c9487b0dd7a5bcf65301a50a6 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2016-12.npz b/neo_1month/data_split/test/NO2/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e25cfec717b431978d700bc7fa5440d55fdeed07 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7ba933e3a97157452b10edd302fbdd02d2561a5c68ffd646daf70cd6dc5fc8 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2017-01.npz b/neo_1month/data_split/test/NO2/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5278e34e3e325b34868b3ce4e6077428a5f3c0c --- /dev/null +++ b/neo_1month/data_split/test/NO2/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc74d028d4cb94fb38647e7809d882abf867bc5893779652fb96329c8bc520d3 +size 1166664 diff --git a/neo_1month/data_split/test/NO2/2017-02.npz b/neo_1month/data_split/test/NO2/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc4504d06cb0090870e62959fcfeb542077c1247 --- /dev/null +++ b/neo_1month/data_split/test/NO2/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0c9a5e1ea2f909ecc267ca701fab8d067ff779796633c81a6926fe8040a46 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2014-09.npz b/neo_1month/data_split/test/OZONE/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d11c28f46c52c119e1d5d7e6aeda5efcf0045a80 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f320e2b2cb7763a031d8e8bc1157e0f8cdb36dcb47782a0fdab3afb07d9fa930 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2014-10.npz b/neo_1month/data_split/test/OZONE/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..82402200f32bd2b36346a5fc30cd82c47a386208 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e515f2f5d4da6134867eabe22e949b1b57d4f72d2533cc29f647725751befb +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2014-11.npz b/neo_1month/data_split/test/OZONE/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..854e246cac9afa9006f77cd63db7ad27b38f3573 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb34406121da27ee0526157366f1325e5f824204d1ad7c04a3d285e761b6fd75 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2014-12.npz b/neo_1month/data_split/test/OZONE/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f621b7968b33ece4660561ca7bf13a14379ebef1 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529dc37b6d859a7004864c617e91a07edad1005f609650cb7c34ec562aace668 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-01.npz b/neo_1month/data_split/test/OZONE/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0607df8b5b4817aa97a4a841e6dfaefc47be1b22 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91845c5ebb1ec1710e83ba90188767cb739baac11c80cd253b8d485574df59b5 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-02.npz b/neo_1month/data_split/test/OZONE/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..818f96be798c1202a453821b9e1183d8d00705e1 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eed95b63f0ce443586328955c09bc4fe1478ea36c9fe38d0cd8b6e34a9820dd +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-03.npz b/neo_1month/data_split/test/OZONE/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c61dcc1db369082035b163c3122d6cac925c3d29 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb01c0096738d96b7ab0c246466ac8cef7978b26c98b60dbd13f97eaf47b0836 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-04.npz b/neo_1month/data_split/test/OZONE/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a209c10ff76ee7b2c5e636876664736502043af --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a505357e100cdf160930a7fb85d5ca6c75f9c2eda7f7caec850d151870f01b1 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-05.npz b/neo_1month/data_split/test/OZONE/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1623b6e8fde7a627e70055ff0eea2d041d5ada2 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09b1ec320edb5265b352ea7e488340be72d6a73f09b1495dfeb2e9790117e19 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-06.npz b/neo_1month/data_split/test/OZONE/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..edd0af259245837b22ddc797647b257269899639 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a692d191792d1be3f1bf188f5794bf4f2cc1d98c0ad556fd190ca6bf1549bb8 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-07.npz b/neo_1month/data_split/test/OZONE/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..60a2e59706e963d730980fefce6c809c438233a3 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a9e169a791c0185b218c8f439a08ecdf61d17fbf5ef38192f019a3c865d3d3 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-08.npz b/neo_1month/data_split/test/OZONE/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a184ff8f001501d25f504029402074e0dd28b08 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f371ddda35c5da8388449d052ff0946e8fe939d7f25922b74157131e9360134 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-09.npz b/neo_1month/data_split/test/OZONE/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e9fa8f83f550d73c742c29d5f2129f2d11323c5 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4602858032ff78fd73593241227d768500cdff7d318b50c37e9596ff5833cd4b +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-10.npz b/neo_1month/data_split/test/OZONE/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18707f5fa444ad22d2cca504e775e1dd426f5f5 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7166aa34885c40ffdcf9f30d08af701223bb03afac69edb1cf44a4d945a4de8 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-11.npz b/neo_1month/data_split/test/OZONE/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e562007f62645fe98da8e7e4d0714522e71a6ed --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d269bb4610da6fd46d025e1f4d0fa624ac54a668f40f8fceb5c90fbb2a7affb +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2015-12.npz b/neo_1month/data_split/test/OZONE/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..75e8ff5de4bf3fa56963d9b70f0ad75e0bb6bf73 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22639935b3a178e63df26c46cdf0051a3c54da396857e5f7bac9cebfa48fed47 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-01.npz b/neo_1month/data_split/test/OZONE/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4329485e5d377cdc7466c90b3a3e60d52630088f --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190476e8e7cb5623a42347b0c4f056e525ad69f76dcd042027f37db03d085b67 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-02.npz b/neo_1month/data_split/test/OZONE/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..df070f85d4b8841ae9ea120c43744947d8e157ec --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5534cfe8bf2264586b33d684e7e0980c0516ed5a2ea8df7a211455d2f189bd11 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-03.npz b/neo_1month/data_split/test/OZONE/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d592af6a384dd559cb4ffc58f43c970686c055e0 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c431eb1635790ee699e2c407a41e89b99718a6a8e35eff999f2cbbab3c2ca844 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-04.npz b/neo_1month/data_split/test/OZONE/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c04c765b4d0072b06376b40d766da8088895748c --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266a8338575a1d66d1d96bf49ab2620d158d713a1a7b03a3d26380d14b07067 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-05.npz b/neo_1month/data_split/test/OZONE/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..971b431e5dfe3358832aa1a2eeb77516d7a82233 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dff82cf89e43ac789f1a46583b895bf5040b1747e6ee33ab5ef3b384435c379 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-06.npz b/neo_1month/data_split/test/OZONE/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ef3ff3ad028e5b7eab20ae6cdaae35e7aec249a --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c2cd27a9dee554cc4111885625f19e4f94f9da799bfc84cd31ccfea3535456 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-07.npz b/neo_1month/data_split/test/OZONE/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4fd31278301ff9775c1451894376cfb64f03ad9 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150a790bc41f339ddad396ac31b23c83c7caabd50a1e69dcf398a3a1aaa496d +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-08.npz b/neo_1month/data_split/test/OZONE/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a76df8d9b970a1624f7a7f708df9c86aedada5c9 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992fd3daa05398f523f6ab9da06640cb742998da35c5a9bbf195c040f4b7aa93 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-09.npz b/neo_1month/data_split/test/OZONE/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8cf2e7cfc824bc7fad9ea62be7878040e5b5750 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8839bd20b1d47b3dbdea9512841ce93281a8f9053575c11b33bb2c1f8a27715a +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-10.npz b/neo_1month/data_split/test/OZONE/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4dd819754321210aa1e6a0a09b9668bbd603fe5 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b373dc408c0d3c7a51ad513b4ddc6ec5099b229e661cbf993bf9e38ce37d64ae +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-11.npz b/neo_1month/data_split/test/OZONE/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7ef3b5664709e17840761fd76525ccb8c3c1345 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16136ad25e8173b4b4f0f26bec14064f5d62f0388eb5dbba599a49e2ac49d8 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2016-12.npz b/neo_1month/data_split/test/OZONE/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..13f3b5d64b864283b76a580b99b4342350ce5eec --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c3e564236de2c3b1912b9a7ee2f57c03e2fde85c8b97f7abbb929b276fb437 +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2017-01.npz b/neo_1month/data_split/test/OZONE/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2040d688ac4644e253ba5bebe2538c8ec914d93d --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412380ad86d01900301fcafa64739d352a488e222599cfe71a5e737f8a5a742b +size 1166664 diff --git a/neo_1month/data_split/test/OZONE/2017-02.npz b/neo_1month/data_split/test/OZONE/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8278223cc5d89836ec5fbf93138ee7a38c945677 --- /dev/null +++ b/neo_1month/data_split/test/OZONE/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7befa29d9eede40a57b6ab5e84d5caa1059d0c0abe01d01c98a83503dbd95d47 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2014-09.npz b/neo_1month/data_split/test/SNOWC/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d774fbdb11f0d269b43783f24641f657fc3705c --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760e98fae59a03b16c06226b00864248625362af21326c22955afcaa97f1eea7 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2014-10.npz b/neo_1month/data_split/test/SNOWC/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..53ab421aa136a44a0bbbc8bfb9a5c5a5082b9dd2 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3671136ab3412d37646a9f4e93aa2d19062d6b892a3a2a7f08c97ba19795785c +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2014-11.npz b/neo_1month/data_split/test/SNOWC/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..61677a5a4d81603bc4e708126cea03c19975c512 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9cced06cd0a50f28e6ddcb97826dcc5c86ae9587c2aceadb2306ce9a182919 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2014-12.npz b/neo_1month/data_split/test/SNOWC/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3becd04093e93673d7b1daf4f8ce193cae9fd655 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341f7eb5cb432c8b1b7de62a743aa05fd25dd1863cf498a1be1c6335b922b03d +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-01.npz b/neo_1month/data_split/test/SNOWC/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d4a7735e141407174cca07e58bfa96634d6e12c --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6425ab58904d839e942985de5c62836605714807d18e38f940ec5b63de530a +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-02.npz b/neo_1month/data_split/test/SNOWC/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5c63a524379cb81b78996da5a43d1958cc00777 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac2abd7fe2cb79f4d0d9fa40548474cf9b85ebfa3be899cbaaa3e6c4a12df27 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-03.npz b/neo_1month/data_split/test/SNOWC/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..843cd1a11332e31ee460e5edf5061ce3c9e62b57 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91672ea5b1cd57f5a5075ad1c93b3ca88b9d2d0f1c7389f334786a71ae8f1155 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-04.npz b/neo_1month/data_split/test/SNOWC/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d4cdcdd0475aef29bbb9a7dfe87ad77f631a0e7 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79232294181f106bdd6bc65e94d625a791191dd6a796579084ed227e1980d8db +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-05.npz b/neo_1month/data_split/test/SNOWC/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d87e76405c62fb6d7f4c485408d95cfdd9c296fa --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5c3c31b59084a492049345be853bdb05e5d1771528f5587c70642a4ff2c00f +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-06.npz b/neo_1month/data_split/test/SNOWC/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4950711800a10138a151f4220d74583511eccd3 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b61707fd1129cfe022918319e4955e1805265621be82c486e67d4d242a40e0 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-07.npz b/neo_1month/data_split/test/SNOWC/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f770a7bd00e8db570671c65a40c88581e41b732 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ee5fb2b15a375f21dd70a3f8e20a166472d490d5d6dbca451a19a80f7da179 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-08.npz b/neo_1month/data_split/test/SNOWC/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7ce466480ffd877e8e2bce2c5c7bfb31bc3d41a --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be4ed57b1b89b2f18b17127ca1ce9d802b164f6e1972bbb649a324a6636d458 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-09.npz b/neo_1month/data_split/test/SNOWC/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bec297df2d0918d5bd3714b2cba35d69bb742c5 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6853daceb7d1a65434907bf442a56e406153ad3e323977c0e2843d3c1dcc3545 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-10.npz b/neo_1month/data_split/test/SNOWC/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..923f55c3c1aecf1cefbaa5da1cfdbb92d3daefaf --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0cacaaaa4b60e1c393a1b02c73f7368bc50d61758e818edf5a3187d63d23c7 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-11.npz b/neo_1month/data_split/test/SNOWC/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f0041426816e7f8d10240754631e2ee51fb67516 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b947fd663b4776ae17d165ead330e4e7da1eeda231ef3a1f23ca146d470c7b3 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2015-12.npz b/neo_1month/data_split/test/SNOWC/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ce9770464b695cd483ac5e523e739902778725b --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d2c8eb20c69ce99305f8719ccbe557753ef864adbf51c344a567652193f52f +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-01.npz b/neo_1month/data_split/test/SNOWC/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..51729420deacdaf39f4a902921dac6d305732c07 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48372706fcabafc0375f560586ae5b4925efff89dd0e328b6d9a22d6b590bdcd +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-02.npz b/neo_1month/data_split/test/SNOWC/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..51729420deacdaf39f4a902921dac6d305732c07 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48372706fcabafc0375f560586ae5b4925efff89dd0e328b6d9a22d6b590bdcd +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-03.npz b/neo_1month/data_split/test/SNOWC/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff86a22ca146becb5c6edb7b96b4bbe66e8e03c --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e8deee78bbfcdc4b75f156e79145adbdab03faa24329dee0fb69927c8346d7 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-04.npz b/neo_1month/data_split/test/SNOWC/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bb237e36f8ebb6f11c3608d85e4234d5587a49b --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe1193396d0cecc2b7a888fb255493a5568c7fef49b1bce14157e7a63ca20b5 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-05.npz b/neo_1month/data_split/test/SNOWC/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca9e5610bb320089538ec529c12be322eb6aefa8 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bc47b338c98d776a30b0d93e38970df21a7250a31e745c4b4507d723c504bd +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-06.npz b/neo_1month/data_split/test/SNOWC/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e78365aa9e9b69647307e06d3c8b542bc0aabbdd --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9844cbd093409a2bfed25b9e343f6178e8da39b965b7e7f5e521a63432f4cb19 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-07.npz b/neo_1month/data_split/test/SNOWC/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5d89ae454c185c95b24520d6f86dafbd8ab8f69 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05675888c2e82d1ad9a75c83dd5a82c322b2386c01254c76b3a94a0af3dee967 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-08.npz b/neo_1month/data_split/test/SNOWC/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..060bcc22ae9f43c0f47aa4c0c5c47188b8ad9213 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f3b97141f4a8abd9e73fc2b26b85ff93e04456dd26d50b1de7fece49efd514 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-09.npz b/neo_1month/data_split/test/SNOWC/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f6102d607e79750cd63b6e953ff4f3ca5477987 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3065144cadc5e1bfb8040f4969ad0cfa9eaaf889421ca97cddf9a5c0eca864 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-10.npz b/neo_1month/data_split/test/SNOWC/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..33be4d9d50e638e11f2b706959ddc78d51316aea --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bc342ef0b78655e7a4d53d927a85c796a39ba2f1ec52f086aef4287694b033 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-11.npz b/neo_1month/data_split/test/SNOWC/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc4ae84d2730e976050bb506146152c19681d282 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2210231d37a5729934fd4f243c205387de39146ef8cc359437e152424b6bf25 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2016-12.npz b/neo_1month/data_split/test/SNOWC/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..54a209c01d457e6fd900d49ddd62e1be2e6715c1 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591cd937cf612f30bb1f2c041058703ea910c98f2ed511212ad6532067a19abd +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2017-01.npz b/neo_1month/data_split/test/SNOWC/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a1f1aa1b29fc013e54638f0e7dccedc86110c0de --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be16a7e0c064de86f2fe230e2ad3be2cf2bef824d8efdd70fe3eb50daff3276 +size 1166664 diff --git a/neo_1month/data_split/test/SNOWC/2017-02.npz b/neo_1month/data_split/test/SNOWC/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..90880b536d4888387b12a52847ffd54becb3a459 --- /dev/null +++ b/neo_1month/data_split/test/SNOWC/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1f81cec5c1adc80775fdc02e3054f2a8f729e885adbc70dbae19808689b866 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2014-09.npz b/neo_1month/data_split/test/SST/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb60b303a4966ab8f54d2cb5e1744ce3b49c639d --- /dev/null +++ b/neo_1month/data_split/test/SST/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbd5b2b6578ac761bf14ba8606b2479ddb462342767926fb08c038d5aada060 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2014-10.npz b/neo_1month/data_split/test/SST/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8fbe8db9ba087211480a67eee61c71905ee3d9 --- /dev/null +++ b/neo_1month/data_split/test/SST/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937f73c09c1856ec9cdd6714a76336c83be024131c8126c4f4387337eed8e379 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2014-11.npz b/neo_1month/data_split/test/SST/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c162be3529deb6d9130c4dcfa0c920455c4ed4 --- /dev/null +++ b/neo_1month/data_split/test/SST/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7e8d061c7a231eaf52b287c9d6b14157356cb27ce9e5c4f5594eaf006b8d77 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2014-12.npz b/neo_1month/data_split/test/SST/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6dd5f4487d1a63d73d3556f64c7500f8a6e22bf --- /dev/null +++ b/neo_1month/data_split/test/SST/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21d9d53cf2b96376c3e3922d8d964c13c9014b6987ba76b10cddbc13971c977 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-01.npz b/neo_1month/data_split/test/SST/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..09579b9713910bedd424504f691e95554ceb8b8f --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6887294194f62d68eb990acaf11c7581aeb16276a5f17e66dcd7ea18f980c3e +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-02.npz b/neo_1month/data_split/test/SST/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f359d648fb9cac4752610404b705fcb8323cd46 --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a899ef22f0c8c5ea29fb2b9dc7fdc7644d728d241e449bd2c274869d27fef060 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-03.npz b/neo_1month/data_split/test/SST/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ebb4e3adbebdffc8b1bef176a88b3e98b2d4acb --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792f366648dc943734f6071a3cf64ff2e48f22a509eeadfe2b3d4564bcea030f +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-04.npz b/neo_1month/data_split/test/SST/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf15e4cd639717b3d5edf0c89cb9af386ba3b894 --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82a073688429a6d562e82de964c17528af013e9113e1e642f9d531c907ebd36 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-05.npz b/neo_1month/data_split/test/SST/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a91bfc5b138cb8a6f7fe3b5eaa5fd7acbb293bec --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8792d8bbe47174fbaa6ed7cbca90aca83eebbdb6acf49518ba38a4a8502a3746 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-06.npz b/neo_1month/data_split/test/SST/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ed350cd233c4965d4e66f38c308ded5d95c0314 --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8044c0f05f7b5596095e950aa20389b3a2670cd1f4af85a66cfea1579292952 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-07.npz b/neo_1month/data_split/test/SST/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c6700cb7b23542b575072227299952c7131eff2 --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe9027759f6f399cfc4edbf724e3ae0650569d8895d8a4885ea24263a22db9a +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-08.npz b/neo_1month/data_split/test/SST/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3485130b97edb9e535a384a929624e326c3b417e --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1140bd82dcdbb6a00eff7edb36fa134779549bac7625922888831a4e2709eb45 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-09.npz b/neo_1month/data_split/test/SST/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4250380a2677e704326dea285e6a5dc96f0e8d9d --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8e009b561c433a098f27c5777a2b17eb14f5e23a4bef66be3a76558c3ec5e0 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-10.npz b/neo_1month/data_split/test/SST/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..faabb7bf224dee49415fafd8037d10a2fa7795fb --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bba64e8656654d2305c5bb64b197c0b7753f9d69271e95bf56bf65a8fae04f6 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-11.npz b/neo_1month/data_split/test/SST/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bc46d7b453eac01b20255f9de60ca66971734bc --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19b604902f44a9f25a7f263ea782ae514eb8b2b398d58811d28e17db10a0ebe +size 1166664 diff --git a/neo_1month/data_split/test/SST/2015-12.npz b/neo_1month/data_split/test/SST/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a01dfdef1366f17fdb87c2d13a50c56ec7ba49eb --- /dev/null +++ b/neo_1month/data_split/test/SST/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5093827b2128762a084ad7d8595895cc5573fb79510450666db2ca6bb8d0d604 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-01.npz b/neo_1month/data_split/test/SST/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddb48f9919fccb736177ff5bddd90e3c230e3594 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d0297c755ed0bbd070ee0b3bbfafa156c725bfb407a0d0eb5184456b9a11d0 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-02.npz b/neo_1month/data_split/test/SST/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ee525e72db2af6755d6093c16b461790f86f9c3 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da5609d06eb19fa3683d0ce3615341c7c19bb404816ee85b6d7ed35ac8eb98c +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-03.npz b/neo_1month/data_split/test/SST/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8f1fad2f3c8d9009b6ae04dac85feafbc6fa10a --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9da17d87955b860606bd9524f520ea34abd8e37d8d102c316312de6980fb878 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-04.npz b/neo_1month/data_split/test/SST/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7847b504d1143ae0899c8450e57b82052baaefdc --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92b7557050ef57bd6fc932d0dfdb2b1cd19de14dd171a0c8a2b4159a0d983ff +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-05.npz b/neo_1month/data_split/test/SST/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..edde8532a275a3c032a51a39925df8a46b9b77d2 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe646aa64c86b93a442a8911d028c5e3f711f69939f0cf876100f2664c2e0fd6 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-06.npz b/neo_1month/data_split/test/SST/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..460823d0cff72e35171aebbe2c6bcbddbb6f26d3 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872c6c8144cae1a2c7be26991a541959a2f8adc703c93e3ed69fa2d111a82c0 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-07.npz b/neo_1month/data_split/test/SST/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c237f7e8ff822bc7de9ffae5cf84ff784866d909 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f28e2b3e3958909d07a3c7034cc73244788719551b054796addeb0012a17df2 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-08.npz b/neo_1month/data_split/test/SST/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e1a44d7b0579256c011555754d431903259ebb7 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929c4cfd03c574c069145b8b4ddd61f017d4a1c0d97132f8c6a9da9149be02a0 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-09.npz b/neo_1month/data_split/test/SST/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..30e508663048c2d6ccd89b2d5774aa829c152bf5 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3131a3d3154580769e093cafb13af6b2e7e909cad6f429323a2b09f8fb966f5b +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-10.npz b/neo_1month/data_split/test/SST/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..69f148e33cba1e7e9df1bfb254c70438ffaf0c40 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4603aedfab1b47d72bff6a21f5ea2ff661e4443b293e380f7b3bf4fe411fb6a +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-11.npz b/neo_1month/data_split/test/SST/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..eaf4a09932c72ea8947677637a1ff6f86adb86fc --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30194fa7a27c5f5ac9c38e713f1ecb94c212e41c33c9974d3aea43e7e1dfaaf4 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2016-12.npz b/neo_1month/data_split/test/SST/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ddb3872b9816601d90f46551d43064087275322 --- /dev/null +++ b/neo_1month/data_split/test/SST/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f88a496e734288068e9b35d212a38d675413b46867c5554ad86ab847f1c3d8 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2017-01.npz b/neo_1month/data_split/test/SST/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21cc3fb44bdd1d28e4a760cb344c88f347f40759 --- /dev/null +++ b/neo_1month/data_split/test/SST/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fef1f083726575ae08c6b76fc604a45c8b5630c31b8dcf709152ac967a6585 +size 1166664 diff --git a/neo_1month/data_split/test/SST/2017-02.npz b/neo_1month/data_split/test/SST/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b534ce812f883490a5300ff457667da98cd0b37d --- /dev/null +++ b/neo_1month/data_split/test/SST/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8cc860da27b31233b54ec8d844e5b389290ef23359b122658bcb50f60e0b89 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2014-09.npz b/neo_1month/data_split/test/WV/2014-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea8e286e62e394491a09b00c43f18b9efc89fc87 --- /dev/null +++ b/neo_1month/data_split/test/WV/2014-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accb47cb43927e5a3a8a8da297393747ec939dbbd2bbd6bb80bb4f3014223e5d +size 1166664 diff --git a/neo_1month/data_split/test/WV/2014-10.npz b/neo_1month/data_split/test/WV/2014-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9c6ce30a5a1dbea00636048f132a52dcc4ff33a --- /dev/null +++ b/neo_1month/data_split/test/WV/2014-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2061d6065daa147ce92031ae176657436f4e103a873e29fb0468933c47aeef +size 1166664 diff --git a/neo_1month/data_split/test/WV/2014-11.npz b/neo_1month/data_split/test/WV/2014-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5d42f23f82dc4be34988c8c8032bdf0761956f --- /dev/null +++ b/neo_1month/data_split/test/WV/2014-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8daf7d284f7b06d5d6d2d5e097203e2fc28538b27cacacf1f6eac65d4d31b35 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2014-12.npz b/neo_1month/data_split/test/WV/2014-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c4eb8ea4cd042e058b2666f9e2fb457b54bd601 --- /dev/null +++ b/neo_1month/data_split/test/WV/2014-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0a8cbee7e19830c02df9c713cf907481c6c60b935827cccb3e23400566f0e6 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-01.npz b/neo_1month/data_split/test/WV/2015-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..31d77e86ae453981e785b9397fea72a743148b53 --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7317a07821a3e38090577898349a03eccf1fa26a72bb81592af86c20752c08ba +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-02.npz b/neo_1month/data_split/test/WV/2015-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a268102ab059d912efffc3e73f82c857e4bc7c5e --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a568c32ca7f1d1f2f5e4f0699f26809f04ff790835352dd59d44411d27f55b30 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-03.npz b/neo_1month/data_split/test/WV/2015-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..88426918c4dc99d9f6ba67909a26db90463e2b62 --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f1d2a8f0d4a1ead897e922c10e2d8f9a3d40dcead482c5a85d05e82541184f +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-04.npz b/neo_1month/data_split/test/WV/2015-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b2ce24d1abc6d1355ac26c67e7563fe98ba7a40 --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e6cebfd08f7d76ca8f6083ab59ee3c9314232f181b6a90a8d23b7fb7e800f4 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-05.npz b/neo_1month/data_split/test/WV/2015-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d0f5f33bd41aa4accecf5f71fa89fb605ffe33c --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce644c6115002ef4f963942cb7fd6b4603b84360058937027da367818a9a1e9a +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-06.npz b/neo_1month/data_split/test/WV/2015-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a97c8cf482ac83975584666e49e01707de1767f4 --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc3c77d75ccbf35baefbe6d799b539e412a8e8b88cc3181e1aa7e0c280eb7ec +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-07.npz b/neo_1month/data_split/test/WV/2015-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6368ba09c002246a6937208043a6b9a73f61176d --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66375a689f051ff3d89a2def8db8cc9d62f6271a8586648934d143163c204af1 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-08.npz b/neo_1month/data_split/test/WV/2015-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c47d7fc950f06014f23ec1b06b29f54150fdac70 --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678030aabd42a632aef1384495b34e22157308bd0a95288b28d82ba08f17d26e +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-09.npz b/neo_1month/data_split/test/WV/2015-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1174792683d8557f72e6e049da558a4bc6d0c04d --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1412f8d6017b0d8674b1eda206da7b5602fe84c5a5298059ed0e97fc0378b66 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-10.npz b/neo_1month/data_split/test/WV/2015-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f6665e2b728a4a14698b7f33ced9752e1895def --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16a05cf77fc59cb133d1fc631dac117a244ddd86c820f21eb2982776e2d95bd +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-11.npz b/neo_1month/data_split/test/WV/2015-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..11b4646c9f227dd8468246c1e39382e0005f259e --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c85c09c52dc51aa7b67880fafa534c75c4e8921f0393ecfa4b2226a9f33655c +size 1166664 diff --git a/neo_1month/data_split/test/WV/2015-12.npz b/neo_1month/data_split/test/WV/2015-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b082bac6379f8d9e5b6cb8d7be2a5b20391ea6cb --- /dev/null +++ b/neo_1month/data_split/test/WV/2015-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d52641667a0af0de71fd675f65661b8cc1e331188839e0ced221a3faeb9ddeb +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-01.npz b/neo_1month/data_split/test/WV/2016-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..94a63dedc96a221c4f42ba3ca2085542db2b5276 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c61abecc26e3e2d01912648c49aff9509f9446d623dd96b7195477870663053 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-02.npz b/neo_1month/data_split/test/WV/2016-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b4c5c92b08c342eda5d8b56e82de7e6ed7628cc --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c36762d06c664f3ed7667ba23d4eb5ae3f8f97d7a2fa88d420a2d02afba3cb4 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-03.npz b/neo_1month/data_split/test/WV/2016-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..77b88ffb6910076802a5a922f3e4d903ffcfd3b5 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107af16b668ff0652377b53fcace0e030cd443142f0ed0d95a208258d9b7ded6 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-04.npz b/neo_1month/data_split/test/WV/2016-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..260154a402f64d9635cea2d6b23aa351638d75a3 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2e323b47ee95fa6b6a7d8a3b55a100e3b98dfd0a0de881605f24ba492d15e5 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-05.npz b/neo_1month/data_split/test/WV/2016-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..37c225d1f1533652bd05d9e32c5abfc83798acd4 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1af14db22b0e49d393a2bbc14bec05fbb3da1fdbdcc40b5e51693a943ae7d9 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-06.npz b/neo_1month/data_split/test/WV/2016-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9251a13e26779d7f987058d5bfcdee932f1c880 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75441ed8855e851ea2d0887e5dd8bcfe41f01fcebf96e7fa23dcda58c13d30cb +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-07.npz b/neo_1month/data_split/test/WV/2016-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..679cc7f3afcde3d5e176bb33e49f8785aa1d8114 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aba9434b8cb07a50e3fbf9c17f39dc1b97a3ef13ee9894fc66ea286f4078bfb +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-08.npz b/neo_1month/data_split/test/WV/2016-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..62c7bfb85b7ddaa6078fbedf73ad8c038b375f68 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8af498415a48b39a6f1dfe93355b7ef17ee93427b006fecd6b54e6e9daaf403 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-09.npz b/neo_1month/data_split/test/WV/2016-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..37708b9af2d70f36d01b2632791a18d2b35e29b2 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f0425183dafd775b0eafac63555642ce07d24ecb31eaf990d34c2deb99ae8c +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-10.npz b/neo_1month/data_split/test/WV/2016-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c3c786f9fcfca348d63aa3d3975c7ed5e4d9364 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a92e8a3e8bcac9cf95ca3cfee5ca862fcc65ccda42805d3554c706e87a7724 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-11.npz b/neo_1month/data_split/test/WV/2016-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..508a5b01ac249fe8dd9e7f0429e1a0fac9f17c57 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647df361195d4b266d7267bb7655df356e19f3f4aca85afd52084af0c6386021 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2016-12.npz b/neo_1month/data_split/test/WV/2016-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6aed71f9fe17c8fb67cc6c697ede75dfabd95b82 --- /dev/null +++ b/neo_1month/data_split/test/WV/2016-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96e32fe16c34f41db17496f5700501a8b1d6def1e4b1107971a36719b8e040d +size 1166664 diff --git a/neo_1month/data_split/test/WV/2017-01.npz b/neo_1month/data_split/test/WV/2017-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..93dfa92fe447b5063095d682055157452f2b058c --- /dev/null +++ b/neo_1month/data_split/test/WV/2017-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b1f38842bac0e5886e599f63bf41ad8b65b3a98b0d40d58a428d6534360215 +size 1166664 diff --git a/neo_1month/data_split/test/WV/2017-02.npz b/neo_1month/data_split/test/WV/2017-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b580ef60e07aa7fe32e20c63fd38804285cdd32 --- /dev/null +++ b/neo_1month/data_split/test/WV/2017-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0b5524504994e807de7a3ee5d70c8a3877d5dfc0cf425a0c44d97f438795f1 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2004-10.npz b/neo_1month/data_split/train/AOD/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc5d152be350a71e7d58cd0640bd534d1e13779c --- /dev/null +++ b/neo_1month/data_split/train/AOD/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6b98b0ea5065474db1f0456dae26d9160e671661e7ba0dd065b76f24536d02 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2004-11.npz b/neo_1month/data_split/train/AOD/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bbff9ee09827884fa1197da9bdb033b9a0bba9a --- /dev/null +++ b/neo_1month/data_split/train/AOD/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5b53f9cea6512c2ef92b0b7aa288df8402fd8a2ce6f62682e95f891bb1ecb +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2004-12.npz b/neo_1month/data_split/train/AOD/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a157edfa9e8141f0555956008bf4e5333ce0081 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e00588874cc3cc36b821961231bdf48e79c268ee8d4c0fffa77d8c2104bc88 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-01.npz b/neo_1month/data_split/train/AOD/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21c734886394f6bc906de662e1578c16463d1676 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecd915e27fa35b20cd938499125215d4b1b1dcb284f14d5024620cc3459a652 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-02.npz b/neo_1month/data_split/train/AOD/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac1e7d4d66cdc5d0d6d6514f1951bc68b38d5571 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510d2f7ac90f830d9990d020ca07ab6dd0a6be0a13340207a9b4b427a2345fea +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-03.npz b/neo_1month/data_split/train/AOD/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecd14ac18914257d3c05b62ff7124be13565f027 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20495d831d7617d69bed96ddea243a30fa4fdc9e56eb11b54a613e37fae325e +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-04.npz b/neo_1month/data_split/train/AOD/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d595c0a853938b454e70e34b9f46206fc400392 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0fde4ca086735be530d8432bc76de45e106d3fe8950f5079e0a7ff8962b039 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-05.npz b/neo_1month/data_split/train/AOD/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3426213a794fb80cc3e51a50e123108d65e43d9c --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e908bd5122e7a292bfcaaba51930e28f6b4f81d01ffe5e58dab4da81713e1e +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-06.npz b/neo_1month/data_split/train/AOD/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8efb2634f64fcba5ce15177b35e2658b1efefd1 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33600be10746b5ad31c8f4fb13ba745b187019976eb9245b52a1cfa0f7cf77a9 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-07.npz b/neo_1month/data_split/train/AOD/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2e676ec1088943c54f85975bf597d90571571fe --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3b690fcac5b9d19bcb25ed4c08aa0bca95dc9502751c4b2d2483e111e60956 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-08.npz b/neo_1month/data_split/train/AOD/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..80315705f6e113222e48bf4eb57f8327c648c2fb --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2f601e3c9cbeed1628b315da425c827ac4031a61117b36a488a6551e9425f5 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-09.npz b/neo_1month/data_split/train/AOD/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..261c5170573b12c359c7728ff1db46101bf5a7a6 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd7ec74bbce57e9f411962c1e87b6cf8b660373034d60f303acb8674539b226 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-10.npz b/neo_1month/data_split/train/AOD/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b305fd0c049a687280f3a5acdb4a73c33983f9ee --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a07128c08a8d83f0f6b777e6c3cf91aac8fdc3615cdc027b378004c1379681 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-11.npz b/neo_1month/data_split/train/AOD/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..489210c86235629ffdeffdfa33e6d5af1d841248 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f52f3043bff5d3f32ed5e97190794dca3418d588757c9a6ff6fe1c0f464c14d +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2005-12.npz b/neo_1month/data_split/train/AOD/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddd497bd208c71b42f9170f8407a1324eae1e2f8 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba25cf5d62fe553d3528c974a247c97f2e3b71ba37b90cc6b22effa9fa0c4ef +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-01.npz b/neo_1month/data_split/train/AOD/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..52dffdb79b9d55bfd564a39ac7869d400662996d --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd5a65b03871efb474327198657c4e22f4a665a8afa0313eb9e5052bfbd663b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-02.npz b/neo_1month/data_split/train/AOD/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..76f973db9b4637c2c60240e950a6f8a27eb423ae --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9daf5631e8a9e054fd3dc9d59fd0f7d2760fee8d33bebc536e139f7132bd92 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-03.npz b/neo_1month/data_split/train/AOD/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8dc8b23571a6109eafdeb79fa27aa43cbe56e77 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5b32ec43b876ca8445e25923c77ebbca026c2906d17aa46277d8198f9cebc0 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-04.npz b/neo_1month/data_split/train/AOD/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..268766cabc8909dbcf47f03341ddb6455f9887a2 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b9aebab3466b3d196e0bfecad155efa9fe60760be161f336ad007f476980f1 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-05.npz b/neo_1month/data_split/train/AOD/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c10fef58787e4e538306b020fe99f173ea4f4a9d --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdec316d3abcb570d509f074dc280b838fbd4c58489b27d9c678c20b45480e63 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-06.npz b/neo_1month/data_split/train/AOD/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a20e7d86e7ad3ba18d4ca20de264df1d708fd0aa --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a12482b792383fd853d182fba804681d8df08e4cfd196f48f85f5abe8d52c5 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-07.npz b/neo_1month/data_split/train/AOD/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..705e0d16e8f164241f7eb683211a5cab09bc2f9b --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd50a98b270aff68abcd24b45709f3515c720172e7d0c46ad3a6ca5e5ff537d +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-08.npz b/neo_1month/data_split/train/AOD/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..23453b82dce6ec3e605f3b0056a1a7e19a2b6447 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb69bce81b76a47dbf917a542bb42123b6b3d6a3b580c2a76b87771600004c93 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-09.npz b/neo_1month/data_split/train/AOD/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ac81e08d861aec03d790cc95273089c96f37e96 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084cfaf7b6a280a39f8287c6ad057b53e33b891de60a9ff0ceebe2405dfa88aa +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-10.npz b/neo_1month/data_split/train/AOD/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9219e0c114692b77b5a331bae59d88d315262771 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5722f56d60cc5fcd9e780e3721068be941e895b99677954fbb96481c84a079 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-11.npz b/neo_1month/data_split/train/AOD/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..73975328e98303b919c095176c20c0c2aea06d28 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a47ead9326c250e9406851ca1d350d25daf1de689c1a7d58eca47fdacf4611 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2006-12.npz b/neo_1month/data_split/train/AOD/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..212d6920291bca26519b151e5b073ed44abff655 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be95b0c248d77d4e11197ab50b2ea6048cef804577070707482597f24036436 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-01.npz b/neo_1month/data_split/train/AOD/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1aa73c8f6d2dedaf11927f308545d35ea0038d6b --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7014559e35204b5e47c11d83a34675a4ab1ceaff74508f7be2a50b9950fdef83 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-02.npz b/neo_1month/data_split/train/AOD/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..59b72af46303bda14376bf1f9d23b81d51b70191 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb34abbe1376cbbee6c6ba8742704bb268a00bf63fb11c54cf4861e66930e43 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-03.npz b/neo_1month/data_split/train/AOD/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..014835371545a835acb35f678f9a0fcbec847686 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9d59e7db0fcddd6a0e1616f147a82c893736e9cbd9fb6f54e8dbe9052901a7 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-04.npz b/neo_1month/data_split/train/AOD/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..016c28ede61db8a546d8d7ba6bde520758e05ea4 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fbb0c0a4586aaef2db5fbe85ba00625f9c9db7ab922300efaa606109549a63 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-05.npz b/neo_1month/data_split/train/AOD/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..54f44a1dbd0d769b15189cb70543409ab5d0a8df --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a142df787d4d8ee44983de6f645879eda9cf5390045f7cf91ee0cd21efffc3a2 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-06.npz b/neo_1month/data_split/train/AOD/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..25d10aa590b9770b4219773f7d3af88ff5195853 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ba7293e99f79944845b3c4eb4d9d2f3e0d8b6f7d689a981a0b5fc5163ad7a +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-07.npz b/neo_1month/data_split/train/AOD/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5fd354cf8b58902f0d8b3f20e5510dc9289e512 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f88b610eeb6de1f05cffb59a1bd02caefbab448d7ad93669285c3d74b51311a +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-08.npz b/neo_1month/data_split/train/AOD/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b015a0d4a1b01768382119328ee4594ce7fc9c4a --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6014f50e76a53e3b0c9f1414f000864cc8fbf7939cb039d0d20f2d88cb68da16 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-09.npz b/neo_1month/data_split/train/AOD/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f1a004a05b5d23a6980b6a0aee6e618534330e5 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad022206e02fa30fdd44726df5be65e2ce1c4896075c939268c1200f64d18da +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-10.npz b/neo_1month/data_split/train/AOD/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d5a9005e79f52b021f8df59446d933c4cea715f --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866320418fe00d5d4664d6e548b4b681682df33106f469cb79198fe3956015dd +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-11.npz b/neo_1month/data_split/train/AOD/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..db0912c21378a83f59de8c0773482ecfa8439a38 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f03ea740e8997abdd6d5365b135f88bde7b47893d735a6fdde4aab48c0a199 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2007-12.npz b/neo_1month/data_split/train/AOD/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a8bf9811ffd1b83e7db46e50da22eb8c1eb12ac --- /dev/null +++ b/neo_1month/data_split/train/AOD/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14b859eceb264634723e52eea46fed27571883fc30fbf44fe77a17aff2ba143 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-01.npz b/neo_1month/data_split/train/AOD/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0be9db5f6427cac8e8b77cf6a5891eeccdc1bc0 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0559cbb2524bf37e4e1b52778aad52317b470611fde2233d87d68c4658edfc61 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-02.npz b/neo_1month/data_split/train/AOD/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..08ecca306fc0a22e74c620cce08b0fe6d8be3372 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bdf9a9b3c64617711aa8e45e53ebcb02a6376a19b5baad55a0252edeed8cbe +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-03.npz b/neo_1month/data_split/train/AOD/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ccd8a3c476e0b90e366d48f03c63f4fb5900d15 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15ae67fe1e9be766277bfdd050b7a8a8174162d8e8161df061432f429687cf3 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-04.npz b/neo_1month/data_split/train/AOD/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7730da581cab3a44322066175b18506447fc5b8b --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fea8fd266ee404e996b3ca159a5a6490a62b12e2d19368cb349ad2f0d586f8f +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-05.npz b/neo_1month/data_split/train/AOD/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..aed6da1175583671ad6690b9d117db5d4baa8d27 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eafedc6f1bca4c84e0d0dfc2030f974d4d7d0ca2fecdd49fc2bd7f163d155af +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-06.npz b/neo_1month/data_split/train/AOD/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f4b8c61abcfa6cdfbe47c06495b26b05c6b13a0 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec01901857c6c3abf7b918b589520b051dd694d6159896be4af6cf04286b8f9 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-07.npz b/neo_1month/data_split/train/AOD/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0370c6d2558677843a30a126d63170e81aa5ceaf --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4ea494fc38faf8b686accf6098a3d647d3c1b6340fc7eb4afb4c2248cbf70b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-08.npz b/neo_1month/data_split/train/AOD/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b04a4fc1a79780c744910cad8ecec423828fb21a --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fab7736440cafae05327deb3054ec404fb65ea7cb188130af8c3d362e83b938 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-09.npz b/neo_1month/data_split/train/AOD/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..688ed1649f606675a02be906e093fd750dcdbca2 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653cab4bbec04d435270d2bffda3146c2b1e863ef711c4bfc4b1f039ee24d84a +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-10.npz b/neo_1month/data_split/train/AOD/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..989a495d32e3cef2028dfb2636538bf57ed0ff6a --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4ef3e378f02d911c8c53019fab72e3b78f60acd56d4aa0b0af5312e70f4f9d +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-11.npz b/neo_1month/data_split/train/AOD/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4a92d248367fe0d73bbe3fd7dc68d3be30e0034 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb984454916ebcb8d7bcb12091029c8b87e1a1647e93f39da292623a66e27840 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2008-12.npz b/neo_1month/data_split/train/AOD/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cb31d12d97bc8fb0820cdda46050a306d26ed90 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05158fd31368318e07ae62ac92e221119185c9d93d5c510515d6d0da95c1fd8 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-01.npz b/neo_1month/data_split/train/AOD/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8532d9aaf92172883db3b05b4dacb15b8f1daf57 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f34681d7e43893c11d2607a6869760cea690022d07adb350e55ecfb0447875d +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-02.npz b/neo_1month/data_split/train/AOD/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e56e8f74e578397ef588db4d1545f7a02ddbdfc8 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951b2e24aec439ede708bed30b1e1f9970cf3e5523180e58716b5f41b6700b34 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-03.npz b/neo_1month/data_split/train/AOD/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..247fc6ab26ed875f0b6e7cb8903bd4c39b3eab84 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad41d945f84cdecd29446e7d6802ef92578d7288e4539b1a42c5e872a990a32e +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-04.npz b/neo_1month/data_split/train/AOD/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f5ab204857ddeaba06d25863f8734635528d767 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4422b972e6081812c00e0ab7a51cfbcc2e4936a5b17f4e90737dfee4b6cae6fc +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-05.npz b/neo_1month/data_split/train/AOD/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..64dde3da1e9d3f2ed40fff059dd711878ef64639 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ef127543a9613b459418b6aa26f7dc96d202f322c389d51ee209c90eaeeb5 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-06.npz b/neo_1month/data_split/train/AOD/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..787234e313f001343c06013547c7f8745cb31881 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcbdeb919e8660b5f6faae7c7529ccb5df3400ce8c1473d986dbb026cf59875 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-07.npz b/neo_1month/data_split/train/AOD/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0592a8318f86f13a3dfd5f908d832ddee9dba774 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab56378a1956a1b9bf65a6a95084296665957b13e46ca05f4c7ab82916abcbda +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-08.npz b/neo_1month/data_split/train/AOD/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2e28f4c7c55da4bd0f2b9a05e19a872bcb22c34 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b244b8fa4dd9ffc81e881c2965be16b8a4b37b49b3278a92d9eb6019895f9e7c +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-09.npz b/neo_1month/data_split/train/AOD/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e0afa6c3ba51a0cf8e245a2c31ba21ebf9d5ab4 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b9b2616b01909b1a77a42b37478ca5bdb273cbbff267da5f1d221e2e1ddec8 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-10.npz b/neo_1month/data_split/train/AOD/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..801a99cb131ab60ecfada812d70383e882f91c82 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7880b471d268ffbd2b5cdf42fef0dcdf53aafe6ff865d88bfbac05bca0e9e4b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-11.npz b/neo_1month/data_split/train/AOD/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc131843ea98ab0828a3924870a6e24ec5fed01e --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9390981f1e2ab362690dfcfc518c31e31c7cc45c74f564296d10a1324d7f1697 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2009-12.npz b/neo_1month/data_split/train/AOD/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d6188f15886d97331bf535b45755159abfdd191 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65595a5a51a5953fb0d030383c94f759daf23c36162f388553889d695ba6b319 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-01.npz b/neo_1month/data_split/train/AOD/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c0edcf0a50f1319212d379c9b02acf888f7a529 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2cca228eb1e10e40aca3bc9d37ec758518de79901d6d90df08a2317cdf58ac +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-02.npz b/neo_1month/data_split/train/AOD/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..786ebaedec57995698230db72dac1a50bd8c3cb5 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c855da45f6a4256ce8c4b9a467ba601ff66bffdde60c8a7d9673a5db00997331 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-03.npz b/neo_1month/data_split/train/AOD/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..72f679383555ea7ee5303ea636aa2a262bd374df --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34488033cd4bf81fbff8a9e6214a1b0fe9448263d2fa101dd32b6fab8808b0fd +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-04.npz b/neo_1month/data_split/train/AOD/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..81883e5709095555108bf8007eeddc57cfff0e61 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2026abce5a406712fe6722d230a39a96eb3bbc5585b8a3ce36ae5609981185 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-05.npz b/neo_1month/data_split/train/AOD/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bac605222bdb488ec6c06117edb88aba0687a11 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5616ecd99d3cf4d18019daeb564797025f103c6bf7038e6fbfd91ab40790cab +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-06.npz b/neo_1month/data_split/train/AOD/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcfb53564452c4f0fa1f462a28bcb785ac016acc --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400b1a2a5c709ae35470d276f37e550733e8e1da56ab3f5dff9204ce675fb55b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-07.npz b/neo_1month/data_split/train/AOD/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5031a6cbf79c03539d06dd5499e18e34a083eca --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839488f38b3fafda7a7a79d509ce34c74462e9adff9c40d6ca68b8f51712e8e0 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-08.npz b/neo_1month/data_split/train/AOD/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e625742a2b59acc1afa9af99a5ecdb2e298e2f2 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3b5a64c8f9e34edcb7afe1e0b821e02702bea0070c75d6d3b7c5b5abb85e5f +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-09.npz b/neo_1month/data_split/train/AOD/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..54649981f179963c79a5e80fbd48ce108d2bd8ab --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ee8dedcc7109ca4af4dfb528f7b750b9e603df86f735b9a952721b9678d262 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-10.npz b/neo_1month/data_split/train/AOD/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3816a66a224f3d7b47699f0d1e4bffc29733e8c3 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747e14c5164921bc3b3a21614824a99ee119ab62c06e7a6f4ab60a03232453d8 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-11.npz b/neo_1month/data_split/train/AOD/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a43a6ec2a6389545da933e3b63c03363ff4b681 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7d386170bbeafe0264f502e927c679ae614dd402ce1e793213e657288c4deb +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2010-12.npz b/neo_1month/data_split/train/AOD/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1283e320b60f27bf98fc8ceed1cd2cdfcada0a0f --- /dev/null +++ b/neo_1month/data_split/train/AOD/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef091a83e4c1fbc12f2f1f9ff6638a4daa5269297f0b12a7eb8b87669e1cb79a +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-01.npz b/neo_1month/data_split/train/AOD/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..41bd38c3567f8793cdfbef58c8ccbb625b3b1acb --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b87de40ed8b79841d15d28490a387e6ef101ede2c3a066eda27d2c5b896914b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-02.npz b/neo_1month/data_split/train/AOD/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..826c47066a9babed8d4c768111a2ba958e2b3ef5 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32f31b396d3b0dc2cd3883352996be359ef52b77d6a424acaee311c42acd6e +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-03.npz b/neo_1month/data_split/train/AOD/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dad759f93dd9c38a695f3d3716f1bb99c59db0c1 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94fe70a876dfa90a1ceb471bbd0566db5d1922c9dcc60f69b311e430f1fb3b3 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-04.npz b/neo_1month/data_split/train/AOD/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dd934da4748c4f11cfab25121f5c82f3a89be0c --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc371d9c9d005483dd5dfb4972c661ebf989ff2af8f54618f4599d2c4930362f +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-05.npz b/neo_1month/data_split/train/AOD/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..726a31e51743a7521b4930df8da77b6838d02aa9 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485df9e8c54771d6a5e7751dea1bcad3914a39702a4a85bec6f29c93a3f41e62 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-06.npz b/neo_1month/data_split/train/AOD/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..03f09afd5c8526cd6b871009ea54665395d474b5 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d247b1cf1b21026e451dfc1d2d4bec0695e07755966e534c25d5f20b4a7475b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-07.npz b/neo_1month/data_split/train/AOD/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..05f40c905b1ac699eefc6b511b4c9ce671897b17 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d98965719618012f7a32d801fbef35918e44bc194b3a571bd9210c02e682c0 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-08.npz b/neo_1month/data_split/train/AOD/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..890c2b3a4be0d049d10fa44e24aab0a9e3abe294 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc338548c9a522b0a667ecf4f6c4dc7af0c2a0d14bc4896bab47f8b08ad8972 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-09.npz b/neo_1month/data_split/train/AOD/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..298c24e823d586fb498020265690cca32518a92a --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20925d4ac2389a052bb33f7cc06c1ea0670b19fce2f7b859fa4a577cff9a00b3 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-10.npz b/neo_1month/data_split/train/AOD/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a48dd6935fd23fe7fd26d15508247fa4cb0fe05 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef128fd3bf004e623b00a3ae132d9d54c7fd072bfbd190a554876635d8a92bb +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-11.npz b/neo_1month/data_split/train/AOD/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb93a4c54b99769136b037bee9033ca082d9fef6 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecb87abf96801bcbf35a53fbf64abcd2c5498bb931eef331e9f4f590f42bedb +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2011-12.npz b/neo_1month/data_split/train/AOD/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ffd10ff114086eae261fd9ec976dadb42798e68 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d156d13781fb48422d49ea34e6b104fa769fc2403335bbb27529d4fb0c791a18 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-01.npz b/neo_1month/data_split/train/AOD/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd156f094cd91136f636b38f6b0ddc65c4139781 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc04d0cbc962bcf7d9c3fe2ed04f9390eec1380e1e2ae82986d92c0cf13d1e5d +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-02.npz b/neo_1month/data_split/train/AOD/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..516d93d99da079cbb9bb28d20dbef4e0aa98eeca --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7b62ec6e73b7c76d1a5e71ae341ae5a507c6dea4202f7380617a16187407e3 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-03.npz b/neo_1month/data_split/train/AOD/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddff42cd73db084088e840f21b72c90f3ff1f58c --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222a2d24bdedb8a8560da84bed7437cf5945fd2409fe9b333542626b2753e5ca +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-04.npz b/neo_1month/data_split/train/AOD/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3152d3adda2b6d557116ca737da87dff62da0c6 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafccf316b93cec1e0a509286a761df51d33c3d0c8f991fca8899c9aea34bc25 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-05.npz b/neo_1month/data_split/train/AOD/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..522e777b4d7991d380f393385fa23840646c26c8 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c8ad30436371b969b36c5995b3bf03c87b14156337fe435423e50864b753c5 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-06.npz b/neo_1month/data_split/train/AOD/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1938b1af4fdac00e356b23d146f88f7d71a9b7cb --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a20d5368379c7bc0be21817b2e314e35262eee3b4382a656c953cb125f802e +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-07.npz b/neo_1month/data_split/train/AOD/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c6bd3857370e3e2d047d16c163f88e52ab6f839 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea2ee5ddd6f8963425b21f57b087896f726546e1231cf168851d598551c471e +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-08.npz b/neo_1month/data_split/train/AOD/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0595d51197c7443e710e7b17e908b0ff9273e7a6 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611376638a9d8f2352393dfa2d7cb2f8dccda88e867d223d5c76366aeeea5116 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-09.npz b/neo_1month/data_split/train/AOD/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c39f3b5393d67075a7c51f665a28e06df206a4b5 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f79e397c4ee3dbb0c5d46abecbccb5397c51adf3c5cba2e5dbd503c6ddbb317 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-10.npz b/neo_1month/data_split/train/AOD/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..de6df7c3561f8654d8619c017ac7754fca8980ab --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17505004c00b42d4f85ecbd465e3a359b5bc5b169004f84f3b18c0292f6527e6 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-11.npz b/neo_1month/data_split/train/AOD/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..03163eda69d46fdf309a3a31eed8b615327376fd --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f1230bf94590344af9cff962cb14b739ff54d22b354f0c39e493091490cf48 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2012-12.npz b/neo_1month/data_split/train/AOD/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7298170afda6103c92c7ed221e4cee694a4339c --- /dev/null +++ b/neo_1month/data_split/train/AOD/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408cc9fc059e8988c0ecba966d35ea8855b6f1c1f79ff941a155e69837e923f1 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-01.npz b/neo_1month/data_split/train/AOD/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f613581619812e9505f385386cf9348c6b83a84f --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb6608880585e32822474d9a8dbeb3dcb1dbeda020a4181dd825586372ce285 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-02.npz b/neo_1month/data_split/train/AOD/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5e30f56b55c43ae948699fcc2acb01ecf1d8f2e --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aeabc287b248e4a1259eecf981e918824b08bd27c60b7def84d82555351e16 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-03.npz b/neo_1month/data_split/train/AOD/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..717b6d54909b62174736fb2b5d40249ab6836731 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e852fb2ae7b8f997e16288946bcdfea3a2771c95c9e8f17dbb1423e5abd09c +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-04.npz b/neo_1month/data_split/train/AOD/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0ac5cd8854a78de1966252dcad23ae7d536c00a --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780a786e4ca92bc4cc9e750bf8dee536dedc6334ad471f31c93c39a57a4f202d +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-05.npz b/neo_1month/data_split/train/AOD/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3f359973a4082f165de9c04786b91667f6184cc --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d88e5d5295a04527b1e9339736974b920a6823079bd8c0d95e81c60dbef065f +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-06.npz b/neo_1month/data_split/train/AOD/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8d60e4cc1a43bc93d5949f344d05d75477dee29 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3828be8316fbdee7e3c5d65e1fa26d6eb1c67a878f6c8837d44471069a70b10b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-07.npz b/neo_1month/data_split/train/AOD/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a8d9850599e8331b0ce588771ff9ebbd7f99bec --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed55b3fbbd20eac468c89b38637f7b427e9e9c2ed55578f0eb96345b3df6527 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-08.npz b/neo_1month/data_split/train/AOD/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab18a0b52710b65890f74a5a3658e9934cbebabf --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48255ef0fca28e0222b539c2ab4d7aa07cf5ace42089a608599f82bccffcf14b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-09.npz b/neo_1month/data_split/train/AOD/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddb46ba0e4d01bd14d04d7bee5625a1428eddd94 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cb181f86a1501c266ade8edb09c218d1a98ba858a5c00e5bc5121178bdff48 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-10.npz b/neo_1month/data_split/train/AOD/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b01476b332929d3ec08c82a6a1c7c2aca0301d9d --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a88fa5d97c812c24e672ad0ef43a1cf6045236cf5e38bbfd5eedd3908ff99 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-11.npz b/neo_1month/data_split/train/AOD/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e1cfe9d166205dfe1572cb620389ed1e64688dd --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a15a4016fcf9b1c85dc788e905beb332b1b6e8552ddaff00e0d30873b7194e0 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2013-12.npz b/neo_1month/data_split/train/AOD/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f625f3f4b91b97b3ded7bd772bfd810363afcddb --- /dev/null +++ b/neo_1month/data_split/train/AOD/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fae52f5447014b24a8d248c154bedcab8238c56e2a80700e60ad19650e408c4 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-01.npz b/neo_1month/data_split/train/AOD/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..915f80471dd75c9bab341305521eb6e6201b5db8 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3dec3276135acffc3efee40670ff8bcd3966562bc6c3964ae3f67cf43bdbc0 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-02.npz b/neo_1month/data_split/train/AOD/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a5853185dc6d78e2bbbb2ee56fe61621854bac8 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e122c159f95f0296777434dcf0ef46ca92251c3cea19ec077691311c2fb3b78 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-03.npz b/neo_1month/data_split/train/AOD/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5876a935690735445113cce5dab8f3f09e1a9a1 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b241f4e6cbb45c84349a68900ac252c56f11b605dd9ae235b7fe1bde7936556 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-04.npz b/neo_1month/data_split/train/AOD/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b99635bb9edfe31ee3ced1ff7787ea777635a20 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8586450ac8653211ea6a7835320c53ebfea3fa3634ad802e945c6c5d9949c4 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-05.npz b/neo_1month/data_split/train/AOD/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..76c4c430ae53b45a884a647a00fe10c77d201aa9 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1e96b80b26d7e04ac7cc2904447caa12d10f82d59d391d2c1e879a6fa20f9c +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-06.npz b/neo_1month/data_split/train/AOD/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..589eedb50960d2d0ac8e3f5e5b9b462bae6796a5 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3960feac8cf531d9ae929590258dedf911aa5eb0e7a331d5c23319bcd69586b +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-07.npz b/neo_1month/data_split/train/AOD/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..78b107e48d5089b3f30270aeb41d12e616e8f9aa --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dc50db576f0ae3524d507cfa54ead6ac7c9ff266e5e0031f046b9af9fcfab0 +size 1166664 diff --git a/neo_1month/data_split/train/AOD/2014-08.npz b/neo_1month/data_split/train/AOD/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..788336ad947250480a15f6970ef7a8551eedb045 --- /dev/null +++ b/neo_1month/data_split/train/AOD/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dcbae13e41d2a5cf5212c443ac821ce0e16f63f930d2d457028d66af8eccf1 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2004-10.npz b/neo_1month/data_split/train/CHLORA/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c52c51183980a026f3827eba271501fd58103170 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214c48edcad707858342dcb3803df862f82c26d620ed29d5207e546b62a04e85 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2004-11.npz b/neo_1month/data_split/train/CHLORA/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..994c66afdffd3c7dff3783a7c6942fc9dbd36bf3 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571b4c4b8350cecf9f059912cafbcea60134963e438345cc469a713eb30c8c84 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2004-12.npz b/neo_1month/data_split/train/CHLORA/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4029ec468839c102d3f2fabffc1451f384f397a --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9f003d79cd33cfc0ec11654ff7c9ab9320a140cb1f7725cbc0a46a24ebe6ed +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-01.npz b/neo_1month/data_split/train/CHLORA/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e9976e42067f1fe5b23c5fbbfff484421533bd0 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a72d48d655a81eae5b3fc953d2c499253388012729301c326d3cf02dfaaf5 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-02.npz b/neo_1month/data_split/train/CHLORA/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8a02b1020223accbf647884f64928789db42b08 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465655b82beebed6926e11e19cddb974e1ee5d619d2e8f6762f969895092e169 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-03.npz b/neo_1month/data_split/train/CHLORA/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4936ecc42f422e2aa2d6398d5c8e30086f16c20 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a61ed9812aa23f473dc9214fb923cbc22392ac22ae9652942d7c4e6822799b5 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-04.npz b/neo_1month/data_split/train/CHLORA/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5dafd7afef9553b645891fa0e3fe2c1d42c97b9 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b861b66e07e911ffbdc391cfeac58ddb0f95d844f9185135e51d6dfcacfe67a8 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-05.npz b/neo_1month/data_split/train/CHLORA/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f713086aa71a0e4856afe242db2c9c5ff8f205af --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab31e2ec77970ca81900e422de9903ce8aca9e2cddd3777673e2373e718de33 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-06.npz b/neo_1month/data_split/train/CHLORA/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8973bbbeae3c8afe58f50e10651775fc9f46da7 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce3fc6cc14b218fbf43fce3f2a8b8340f7c6f4003731adff08459831e94d43f +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-07.npz b/neo_1month/data_split/train/CHLORA/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ce3a569054f1a8dd5107b67ecc7f3c85566cdbd --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf83ece59a79f0d51288cda2c15982e32939fb25c6e8f6870cdc3655961ebfe9 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-08.npz b/neo_1month/data_split/train/CHLORA/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27863aa74a19352035a6ed0929de7efe7d7f82b --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae9e7c57bd5df7d39e4f31736ca920fffc6aca88fdd0a68f6fdf763f60167a +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-09.npz b/neo_1month/data_split/train/CHLORA/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a53ab15206c0d3399436b54c5c89cbe46d5c7035 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85536ca01f5c88049e1d600350dd67f8e50d6a91d3b8bacc31495a288d69a78 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-10.npz b/neo_1month/data_split/train/CHLORA/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5a73d29da90562fdf044c7c2971346972e9a629 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fd2864bbdd04066903602d24ead30b19cf9af31db3057c6be16a6d7262a900 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-11.npz b/neo_1month/data_split/train/CHLORA/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..009101adc1a32a5d53e9d43327d010eeb720cada --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a04e5a3fca30d4219f77b155f30aa884040e154079b54ca333573ef25a4e5d +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2005-12.npz b/neo_1month/data_split/train/CHLORA/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..57e6a5c4befe2f93f09f4fe1f29252c270ed0fe2 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15aa9af7bcdc12ba7c55193d0f5777becb09244bafaa0d97da305bbae7ba7b4 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-01.npz b/neo_1month/data_split/train/CHLORA/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3396fd505518874b09aa8e9e96ae6c078503991e --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133e2a60920552cc85ac716c66814b95115728a772f31ff90e550f582fd9a217 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-02.npz b/neo_1month/data_split/train/CHLORA/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..04cd88aae3913ded5f3de7e94b5ac8ceb4eeedb7 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd093e1a53c1b33f26002415133319437be97179a7a84dc45b40dffdcce067d +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-03.npz b/neo_1month/data_split/train/CHLORA/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1a82e8a92e65107361cf1e95469506426d17d8a --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8950c44f4704e73a027c66dad96cdf0b17b340d3decadbd7902fb940ff46de +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-04.npz b/neo_1month/data_split/train/CHLORA/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f34850385e81c480e89eb78da3f297ead58ecfae --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9421fb456d8a9e46243001de1e56a40597a6796c070bf643b5f28b3aad76701a +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-05.npz b/neo_1month/data_split/train/CHLORA/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c9ef4f4dc0c06e9e4e9b4af2236d6ebbca7e73b --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26623d141c722d72ad8047ec8265355cd921036c668614aba340c48cccd9cc21 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-06.npz b/neo_1month/data_split/train/CHLORA/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..82191f8131835cfab998a104529843e0a93a8aa4 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169d811a901bddc0b188ab3eaf00ce8976d714b40a355404c5ff41bb33af696c +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-07.npz b/neo_1month/data_split/train/CHLORA/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..573f09ff58fbafee81ada23b53730066ccbdf385 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd4fdd5832a0953d93efd0975f6bc838817bcba0c616c7160b958a3bd92a545 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-08.npz b/neo_1month/data_split/train/CHLORA/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfae9790b2c65e44ed5ea6649ef7ca1caa5f7d42 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c622213f0c962799167806bb09829e9f3f5e50a627689b4c3df44102282bb4 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-09.npz b/neo_1month/data_split/train/CHLORA/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..18ba428d43bfbf0fd73fdc40ae04cba9c7524551 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b97d13bc3e2bcc008a945fbac1c2b0c342e067065239fb2dbf588d5d4c9f21e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-10.npz b/neo_1month/data_split/train/CHLORA/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a8b3ebef7f50e097f54b361718bf2ed9a12effc --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0222345b51426d1b4b6b4a0636b6baa5a7c2582cc1754ea5585807ebacd8cf9d +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-11.npz b/neo_1month/data_split/train/CHLORA/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1e1f45f4397954a1a169b04a916ae76389dd98d --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddb1cd198b9568ef86bf698ec079eec65fc7b18115fd163b9f9b00a70f43f08 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2006-12.npz b/neo_1month/data_split/train/CHLORA/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ffb1e0879a12b323cbadf27ad2e5c24ddf0851f --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f6df909170470eaff602bfeb1a3487c4626b41098bb76078557f5f387cf70 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-01.npz b/neo_1month/data_split/train/CHLORA/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..44dd4d763f2b17f9c26214c983cd94c0f22642df --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e93f0d5a9948a84865303fefc5f4d68185f92056001bb82881380bd4161590b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-02.npz b/neo_1month/data_split/train/CHLORA/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2493dff31e300d6d0710d31e2cddd898640e4f3 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3422bce877de507a14088670a127517b9bc49a90f4f1324238e61236eb1c32f9 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-03.npz b/neo_1month/data_split/train/CHLORA/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8a9ac2f833474f6bacd886cd3e1de77664fb7e8 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a757d1b67b2e3ff63948735a78c801ce2c7ca2543ba314df74c0c85fa40db6 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-04.npz b/neo_1month/data_split/train/CHLORA/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f33161cf5379a7b38eb4d0c170c503367d363ebe --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dc868a3e34df0d1483b38ff1e80bfbcfc7425006fb3efbbc5dd48b56be8f1e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-05.npz b/neo_1month/data_split/train/CHLORA/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..91c687f32d53fa474251d7705190bac7fd65abc3 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c540548ca700be19d9d1b4d0aff286d01eddc31accb3fc93b7622c06e4f777fa +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-06.npz b/neo_1month/data_split/train/CHLORA/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..411be64e4f5c0bea2ee32881fd2998bdf7ba3b2b --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26d6d9a757a67a84246c302bbffeaca6c06248c56904a3d5f0570d07c9c6f60 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-07.npz b/neo_1month/data_split/train/CHLORA/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3e0d0c37d6ba8b5e4769cc8d64ca3ff47c913f4 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed0a4126dd0d0e86b6a63775d443603a12ca381f87a2a1abee0244bee157a23 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-08.npz b/neo_1month/data_split/train/CHLORA/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c21c7058c6aa4c28257333c6ebd778c895042881 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fd65a8e262deece03a906d90a30ec1aa95694f65099dfc2904e50ce54c1a78 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-09.npz b/neo_1month/data_split/train/CHLORA/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..675eab4bf17cfe60835ef4b9be9ed41990fd761a --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a90fefbb4c492814ecedd05f4f4894a94b5a134aaebb051def2af0c39cc3df2 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-10.npz b/neo_1month/data_split/train/CHLORA/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd9c93c426c0d15b739f7a08e3a430a57af490f1 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae095140073b357afc6ae11941f4878e1fe1baf7c85fdfc7c46a25fa380095df +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-11.npz b/neo_1month/data_split/train/CHLORA/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1881c914207de48e234bf97d9355ae3318f813d0 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4269ec5502833fd2a8338e7bd647c20d341d71b853bef6839709b77686cd79d +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2007-12.npz b/neo_1month/data_split/train/CHLORA/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..91f4c7235a6febb1e5e2e4a93ae3293383ad6127 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a0c223ca9fba9ccfd25270201c5fc2cf2e67b8c0b2dc8b5268c52b0b7a90bb +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-01.npz b/neo_1month/data_split/train/CHLORA/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..11d001a7361069cdebf38e23767aeccadbbec4dc --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65bf2a0c4b9adfe642bc7da8d13183414db05d0eb8b6c32a45e952158c4f21 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-02.npz b/neo_1month/data_split/train/CHLORA/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a17fe31c14f12939292d90d674346e04928b64f3 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7943afb0e3d755be44c1ef048da24a4a724b49f565e78ece65ca8337da6b51a1 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-03.npz b/neo_1month/data_split/train/CHLORA/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..132c9fd5e15767b05f11f4b8c73e6dbb0178ff4c --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4917356a8eebca192fb98b5a8555e8aae92ac0196e62861ff0be970dd22fb61 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-04.npz b/neo_1month/data_split/train/CHLORA/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d689a3d252028c8862add8ceb462ba36fe1c13d1 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0127eea962e2927ac55919b34b7ee3c2fffbc3162e62e71ca2078a3eb2d4f1b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-05.npz b/neo_1month/data_split/train/CHLORA/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b6d88336ac2596a9c64898379ff176fce7a860e9 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd0d891934139943ef740bb1facfae8af9455c720cb6c3d68a4f30e514670b2 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-06.npz b/neo_1month/data_split/train/CHLORA/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ece374fa5fc1c61be3cb27aba8c44758e2a81bb6 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb842a49cff81ae27a7f8be3823cbce12d26fa410685034fdadae6f1caddfe8f +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-07.npz b/neo_1month/data_split/train/CHLORA/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5743b763ec5721776c79556d42c3ed7ac84bc82d --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ad42da1063e634622c66a00b996f61cab855b6332448ee9bbc68e34c2c1c9 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-08.npz b/neo_1month/data_split/train/CHLORA/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..95925ae17ceef9f0b686e583623b6d1cd416ce4c --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e7f65938896d6f6971312c91d97fa757bd413f310cba150caee0db4d45f8bd +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-09.npz b/neo_1month/data_split/train/CHLORA/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0793a582e88ba390e104c4c39b99fab636c270d --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cbd3ec3238875f1c044f0b6057150550d64037c79b9b0a96f98ec0df617008 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-10.npz b/neo_1month/data_split/train/CHLORA/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9bcb92fea487a21f81798ea269b511d0bc545f3 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db8b380f9a031827d5bf29afcb9c8b4042839edf9fa46b36f16c51ec89bb1ac +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-11.npz b/neo_1month/data_split/train/CHLORA/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ffc075f23c2c0c4cb79c2f0aff1fb6f1bd667b5 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c4aac96b0c3a3cb2971598400d1df351cc85b338dd7a36f812b7aadf3e2f85 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2008-12.npz b/neo_1month/data_split/train/CHLORA/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6369f247760118b6baae91210149ab5448dcf07 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed685e13fe7083924339d9e9fb40c965e55852c20430ef4030eee2cc4bc2841c +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-01.npz b/neo_1month/data_split/train/CHLORA/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9289e716ddbe0635a791f13699e513eddc7f00ae --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05113ec5edcedbbf3b8171189d81ec309d8483bce38d27d1b656eed08946b46 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-02.npz b/neo_1month/data_split/train/CHLORA/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e83295aec6881987703d7824ef33351283649e6 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb4f64cd527666624226813e63955fcfa5d982cdb9d6feba0fa9a0e8add8fff +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-03.npz b/neo_1month/data_split/train/CHLORA/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a49912dd62cd2820cd762057f2d9966cf6689535 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016982998db442630f0d13340b9ab61a373a551283395c5633c6f28149052d98 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-04.npz b/neo_1month/data_split/train/CHLORA/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..679e4164df58a3e9071f7076eb0763c09253c454 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045d599c798f7f269b1340cd20e94a548a6c729e930b418223329a455ae7739c +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-05.npz b/neo_1month/data_split/train/CHLORA/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d42a08c4d07f917526ff849d77b0a41d4ad0d6e --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69ea5bbba753989ff8d9e724bab196604ae9b59b9142deddc1e007c23d33455 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-06.npz b/neo_1month/data_split/train/CHLORA/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..95bba64096c4bab9610d0d9aebd165042a7a9294 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8b746c95f82c2c37b34c8dea94e6124a5f5941915e62aee63ec1f85e000aec +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-07.npz b/neo_1month/data_split/train/CHLORA/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cd6af91fcba8a00e08a47f5a736d66a6bb532ec --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e7eadc936dcdc54efa0404449f50cae7621206ed31d466bd6afa3b58e7b281 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-08.npz b/neo_1month/data_split/train/CHLORA/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f34025a56e6f5f9d50225fa61f13089c189f940 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d3cd06874cd2aa8df9cbd38639d677d6a5b436b7d73160963a002a70652c07 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-09.npz b/neo_1month/data_split/train/CHLORA/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d59a46536501b49c4d80a1db733abf3632054c14 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91db5a5d1f1e41590235eba715d4cddb0606bb27f1bd0d5bde2b079c4d35d47 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-10.npz b/neo_1month/data_split/train/CHLORA/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d562f05cbe9ee7fc0bfbff1202a040be55e62993 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220df0828eaf5636004e0bd7c4be2c0a2481fdd0404684aea1ddd993f2e0c592 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-11.npz b/neo_1month/data_split/train/CHLORA/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a7bd41bf0b92d2f8e6ead8f2255fb1b1b1d5db9 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a862cbf4d586112ee76849df7921183c086ce4b4e27d1c291642919c6666fb +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2009-12.npz b/neo_1month/data_split/train/CHLORA/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..48fd88d013b69b347a9e48762eb3793572eb6848 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fc1d22fd4518cfb300064995c3caa844685797e8b666add861ffbfd4b48bf1 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-01.npz b/neo_1month/data_split/train/CHLORA/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e3a80b8e6de8a42ba6b0cd7d86410bd6cbf2d92 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94c0360c7423ea7bb20c86d5dacd1577358db13b1f453be48ee6b57a4428b2d +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-02.npz b/neo_1month/data_split/train/CHLORA/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..16fcf83710bda9b71ed567eb299994e9cc2bda40 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e666717f152fc68ec3481066c09c0b8404389fc644d0b69b84d66854f06b3bcb +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-03.npz b/neo_1month/data_split/train/CHLORA/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2eed72b2f1da1742722613d044ce9c19b0491e35 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00127de4ede354625cfbb93e670bc3203060a8452cb8737c697b59ed8bc8cf +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-04.npz b/neo_1month/data_split/train/CHLORA/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b2312cd2dd63af4cd8c1837a4cbd71af68c4eca --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e804910980a665d35b362372d2caa04de1827bd2211a1a5d893da08d92dd5e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-05.npz b/neo_1month/data_split/train/CHLORA/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb5efcff4ba3855993265795fb8d6bd04b5babcc --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfa009a7a2e9844ee23c5f7e85560c0597a34c83204ea471abfd011c98073ec +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-06.npz b/neo_1month/data_split/train/CHLORA/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b65b16440a85297993364a133344f5e83f59648e --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a1670b508ebfb7560942b1b70ab07fe5a0e9d13cdbaee06dbba989d2803c5a +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-07.npz b/neo_1month/data_split/train/CHLORA/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..00d20bd51bd2a3f5973ee143ad6b22e7e47c74b8 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28babbd63eb02205c76f869a2edb8722cb64fc6a7a4dddd0cd156c150838853d +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-08.npz b/neo_1month/data_split/train/CHLORA/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0cd7da77db70850ddab080c5742836555ee879c7 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe56d3f8020c6c58babe8d599b54944b642cd854a9ec2925ff9639567179224 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-09.npz b/neo_1month/data_split/train/CHLORA/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5a76df985087a7e94a04c5d3ca8e3ef62d38ace --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51febbbc5d63236ea90eebcb961cb19e278b543eb711627e3e4664fa9323ab2 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-10.npz b/neo_1month/data_split/train/CHLORA/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a5be15c144f4b02df9aad61bff69a696aea0334 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e81d0672d8189d68452fa583eaf6eb56b8f1476f2bd88d8310a7734fb351cac +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-11.npz b/neo_1month/data_split/train/CHLORA/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..28237dee753969ef6312d20aa6180367f0060e47 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d6f4289d8de03975b2121630e48100b7641ed35c120f3352867e2b30612e33 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2010-12.npz b/neo_1month/data_split/train/CHLORA/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..487edce505b6e11df6944302c3f116451e35e25a --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1c84c5ce8589b0ac71ead6830fd82b7ee2549bfadd66741dedc653b3dae643 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-01.npz b/neo_1month/data_split/train/CHLORA/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..467177b8332a8794135e6ca8690c0063e4bec766 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8437715b35c612c3a31b6700635d2c6a66bf5f87309f4aa10b45851a7777cdf +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-02.npz b/neo_1month/data_split/train/CHLORA/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..232c81a771b801491e4f7f17d14ce580566a5f7d --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0d7723873bee926791401a257461d7fa95b84ee6e7efc16f988216a061cb00 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-03.npz b/neo_1month/data_split/train/CHLORA/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4aca99ae908ed237180766112da2d0ea9cd6ee7b --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b76fbde926c28abeeeaaf3fdf017078ef7903e65334dee814b19d604238890e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-04.npz b/neo_1month/data_split/train/CHLORA/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d27c1d3109ab5cd5c4023d55592393116db105f --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3873f9f64d71c2c4096c82eb4f343ae45788e6235a52ae1204b655e0f3902f21 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-05.npz b/neo_1month/data_split/train/CHLORA/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..af43cc5aa3e94bb46694a3188c15b67baa2669b0 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88914b4e1e1d56a48b12a86bb757c2353c7bbb5fdfe48b008bbc320ec7b3aa3b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-06.npz b/neo_1month/data_split/train/CHLORA/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1926799b7db0fda3c94ea4fe0302d5df19ecfda --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a159b761c51095ee5fd5735914938d08647586c2751d65abc3b0d2ce76f76ec +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-07.npz b/neo_1month/data_split/train/CHLORA/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3c6386c2cd9b68e75c978b45b3f6a91da24cc55 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd82a79ceadfeacb657cdb13d4e7228759d2b9381907e25c6b72282e5608e30b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-08.npz b/neo_1month/data_split/train/CHLORA/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e92e653df7068e8118ce1158b4b4d61e21f40c54 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217c379a9e071b43a53084eb33689f31f99df737d620fe602c0b93fb49b15da9 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-09.npz b/neo_1month/data_split/train/CHLORA/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..583b9aca8779d9d3c9bb9577c8e3b421371e82d8 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43482e850488ab01a1bdf479fc39f02d04e62dd799bbdf2c13bc998beafbcf7e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-10.npz b/neo_1month/data_split/train/CHLORA/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ce0ad56733c3355257b03c11b4fd2b32b569f6f --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce325c080d48dc42d47828e23ba5c492d810690c56ab00168f40bbdd46ea7aa +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-11.npz b/neo_1month/data_split/train/CHLORA/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ed36e3d83bea50544fc6d758c1e03b9ec126785 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4be58350eaa6960665a97c61600434b2251f1d05cd7a874d408c39532f05d4 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2011-12.npz b/neo_1month/data_split/train/CHLORA/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba0ec7dffdb3358832de70212d911c7547d0be5f --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05aff71481dc8e8adedd494ca94c8f8d443b45fae428c58620911db3347a042 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-01.npz b/neo_1month/data_split/train/CHLORA/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ad361ca6619a24ee465bade0ec1f9337aa7e988 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b2d66ed82049c8545370514dd0676b5491e578a30ed804b7603053e6794dca +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-02.npz b/neo_1month/data_split/train/CHLORA/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ce193f6f9b526faa766c1b43837dbad5b7d994f --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf8f070ed24b5d11601a635ee522112e7c70a42ce519df42213ee77cc791df1 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-03.npz b/neo_1month/data_split/train/CHLORA/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..236871a0f5c64b7ea02e0f74a3071311433143f1 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae447ab2f8d67c16773660acbe7697afc42a2f27aed8327c3f382243a00ddfeb +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-04.npz b/neo_1month/data_split/train/CHLORA/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cd6a5da2dda6e4405e9e048024ac37312450283 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a27b7d8c0a587ff25d5ca130c3093e03589a1cd0779fd765baf9ad913ceb28b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-05.npz b/neo_1month/data_split/train/CHLORA/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a9bf8b7f0121254fcba04bec9f6d27c767a0702 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db83bd314274c1f11a115132b24962a5f6fbbd0e9d53764687f81fa35df075e4 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-06.npz b/neo_1month/data_split/train/CHLORA/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ecff442ea9705543dd02ded5b7a74c388c376ca --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deabd4d5b5c2eda4df47190cfdc3aa85656fa7b64ba3d3abbd4ec4dbcc99fe8 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-07.npz b/neo_1month/data_split/train/CHLORA/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac7adb3b619e0d60fe328589534b56b289fad0ae --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c188028598d8612a5d3855b2f6149a2ae7d255140b2184bfd7765fa828ce6c5 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-08.npz b/neo_1month/data_split/train/CHLORA/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a913677750efda0fac886dd68f76a139facf0744 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f435fe6f85261ad6b48cfcfc4dd4d508000e07fbae0babd66d03d11a0fea2c23 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-09.npz b/neo_1month/data_split/train/CHLORA/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c999ed473a4f9e1f6f3b6830696490bb52b4aa87 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d90920de0362fd1ef5a1a86c2c220d9d6a5aeeab93c6b4ed6daf5188ab5682 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-10.npz b/neo_1month/data_split/train/CHLORA/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf29554ebd0f2195f46c7e17897b57e73240db59 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c29e75b95be9d33b5a81dae8c8e8d525bba366c2206db9ab3a37e78421a63e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-11.npz b/neo_1month/data_split/train/CHLORA/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8731086976756ccb315320846f7d9ce7882370b4 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cf3bb9f6dd3c5689797e9249fff315af192b976712d3beb5b757850a93bc1e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2012-12.npz b/neo_1month/data_split/train/CHLORA/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc345dc880462655c54ae3c5ec93c48f3b73d160 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6ca1f04cb3e25101e45ae26afb19907042459d49d321284a6851a720e2216b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-01.npz b/neo_1month/data_split/train/CHLORA/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e93df915f8aeaa233775a39122beb3b8d775f5cc --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6286a83e32e277075a8fb6e5d0f90ec8a16392f9ba2ed4a459c3fb2a2b149ed +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-02.npz b/neo_1month/data_split/train/CHLORA/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..18428cfabb5e910dea4d54303da5bb0bc3f753aa --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731721ca38829d587be0b342d59b95aa1744e6257ac44933db6b6e952227af9e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-03.npz b/neo_1month/data_split/train/CHLORA/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a973754a2ac54f4160eba453ab004042115d1f56 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfa6689cb7bad97966795898b6f94ea2e63bd7fc91b2ac1eaf17de261f697b6 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-04.npz b/neo_1month/data_split/train/CHLORA/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cde1795ce4fab5f232daa9a9d6de9dca3330c813 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10b669126e68a4996062512a9382a8b67eafb7e61df59afd78862379590081e +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-05.npz b/neo_1month/data_split/train/CHLORA/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f3289cf2fecca66dc62d951cec267c345245fbc --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c34df398c3ef2ead7c88c1f8baca607eeaf8ea0d77180219efbb6f982158da2 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-06.npz b/neo_1month/data_split/train/CHLORA/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1cf62248fd360e5449dcdd06f473db588a42720 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c69cd31d3af85d539bddedc9b076e2f992343ac7889fa1839389432887905 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-07.npz b/neo_1month/data_split/train/CHLORA/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad714c220e8620c26afc132834b0a182bd046bef --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc4f9fff234b90e4ff8546db63f1d0222dd4c1fcd8f4b6954190e43e437d7c7 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-08.npz b/neo_1month/data_split/train/CHLORA/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b7947b7bff657a4b087488beb2ee9bb2da56da --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad4a4582313fdf4d88540ebd821e0cc850d97d9d5e8053af6071c63810425a1 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-09.npz b/neo_1month/data_split/train/CHLORA/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6cb660e31aa05ebd3c964e62df7a7fe81afdff7 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dbdcb5d69f86d69809863f6e4c71cf45cb8e117d16c62c30d5db3729a6757f +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-10.npz b/neo_1month/data_split/train/CHLORA/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8194ed0dec7eb5fdbc9d113bfb1edf4ffaf7ac4 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9bd3d8fb7c177561fe11f33f8a72932c399e83423008837a661bb1b9d5a3b9 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-11.npz b/neo_1month/data_split/train/CHLORA/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc807eca5d44499d6cc53ec55df84c906e8a23b2 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0235836fd359d0d71aa65f8c970db522040b3e9811efec2f97e28a5f7d7be9aa +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2013-12.npz b/neo_1month/data_split/train/CHLORA/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d185e59ac88db142ae5a38d0f99e65289f93b93 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f8bec1af77757fd99a242e6096f3b6dd5c88d8105720a200c2ca8dd0a58c86 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-01.npz b/neo_1month/data_split/train/CHLORA/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bcf2d34e00700845e564e3da5f9233fd55f6cc9 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684b504be7c39a9d5ef706ff703dad749b49af2d0c81b7aa04629dc6d52463d8 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-02.npz b/neo_1month/data_split/train/CHLORA/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..009ceae1c816f287c438c18ecee189a5ab56b65e --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013b93ac60365baecd43bedecf3b5d7d03c8984886baae3a80e5466aa6001be7 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-03.npz b/neo_1month/data_split/train/CHLORA/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..50d17adb06ceefb39cd8c9187c052686c87f7d10 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3ca92156a45d482e67e0e0eaae6f82d727335d758ed40b944596b6ea8d97b3 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-04.npz b/neo_1month/data_split/train/CHLORA/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee421fb0faf3c5889df0e56df09ab940f4eafb7f --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633b0bf02d35599544c2e9fe04134abded73257fb1986d91b3bd6a7052638b5b +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-05.npz b/neo_1month/data_split/train/CHLORA/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1ccd327b4f04249872a8f1bb7224b1fc080b20b --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39cba724950e127ac633696208a8b2eb9f9952e4fbc8151989d82a60a2ccf49 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-06.npz b/neo_1month/data_split/train/CHLORA/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..932f456c4a513ddef8819d349dd3fec3ff9b0f8b --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdafbf144347be579aea71e9d4d9170d1dc4e560c904b0a628bcd47d287f0e4 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-07.npz b/neo_1month/data_split/train/CHLORA/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d5703422ad2502d8923936dde3bd08a79e92e33 --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cef0a2f19663cac4d2d642420f35f3aa646ad6d39370d6bb52a9abe836a70a9 +size 1166664 diff --git a/neo_1month/data_split/train/CHLORA/2014-08.npz b/neo_1month/data_split/train/CHLORA/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..819f6ff75306e7d3f13cbd599be9a23e0475d89a --- /dev/null +++ b/neo_1month/data_split/train/CHLORA/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e97268c1f18b24c6bdfa74c55288ff585db34d79b6fb3f25cc428a2c293e11 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2004-10.npz b/neo_1month/data_split/train/CLD_FR/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..804087be70d2c58e81e05d1cd9db71de666092d2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c83e00e0c82c7e57ddca232c166d7a3060e407a4fe16855e53a44c7bd047565 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2004-11.npz b/neo_1month/data_split/train/CLD_FR/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08d2f880960ed2b3516d9179a673b0ba4874194f --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e6572350c5d6ac3eef5f0e4dc195555136ad9a2dfd1c66f36c0d9be524bfdb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2004-12.npz b/neo_1month/data_split/train/CLD_FR/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..da60c3e4cb86280a7cfb49e3c5dc6be3dd8959e4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4bcd19c5d4ef2e7b4b1d2dbea8cb6db4b73e873d3a29fc350ac17a0c564662 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-01.npz b/neo_1month/data_split/train/CLD_FR/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..42b5749b68855a58caa9fa0068582d055ea1d15b --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63ab1848229c89bbd6332d2921b1c44b5d6749422d0d8894ac7a5e9f5163cb3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-02.npz b/neo_1month/data_split/train/CLD_FR/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e773878ff4f05839d017c106ad7856b238203dc --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4958c3594034b21ad2c4db66387c2d736a1a519cb4c80f1cd1d84d3d2a3db9 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-03.npz b/neo_1month/data_split/train/CLD_FR/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..20541a2e12cf074995aa092ef68e1ae76f919caf --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b5fc75810780e6e75ec2b09381657732e2e87773d3b79ff53ba6c80a782a37 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-04.npz b/neo_1month/data_split/train/CLD_FR/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a4b1f06e711a859e86c8075995835bc759b6902 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461ddd83363d2872d9826b342e345060b64201c491b82d34600ba18ab9d2d83b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-05.npz b/neo_1month/data_split/train/CLD_FR/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca91ebad3ec3825c4c20aea9a8c5e9af7a19677d --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789e444f2dee64fae4b06d749402134a07ccfc70e569a183a93a5b17256bff95 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-06.npz b/neo_1month/data_split/train/CLD_FR/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..68a3ddbd423602bcf6aacfd582f2f33640f3da5d --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db96ec3d6d2d4a596999f0deeff29b28f32cef6cd879ecda1e757b574d32287 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-07.npz b/neo_1month/data_split/train/CLD_FR/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..13421942f3827dec56e9c3892be269ba0905f0a3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a52a1939b103a2f55b7110e75e4f82067cca7115728192356c5753b76981a2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-08.npz b/neo_1month/data_split/train/CLD_FR/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9549e55ce3c47ca9c06be4461a27fd8a068e390 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987a3242dab9ba390972522f835cd713cad79906d9a05fc71090bfa16a5ca738 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-09.npz b/neo_1month/data_split/train/CLD_FR/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e29df9b5b717ab737e64f9393fb22a675cdfa53b --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00892099de04691b3d76336be1c39a48e0b3b25c2046cf3a991a74a511f47c77 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-10.npz b/neo_1month/data_split/train/CLD_FR/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7632e37e71d39549433801e84f7b47a7dba80ddd --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7f0a6ce9ad9329f1f4f5eba105aa93996aafdd844e65f033c1f5a3db108d84 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-11.npz b/neo_1month/data_split/train/CLD_FR/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e169409728edc6726d559823a4bbcdd27d4b35f7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f40fb77c3d77ccdd6f4683d9d27627390c081785d57e36db315bf6e8a43335 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2005-12.npz b/neo_1month/data_split/train/CLD_FR/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..69cdcfb1034974136fa6ccf9251a621a600c8d36 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e571d4927201bdba91db719342009e642b346abbd28e778133056c6edc07fe0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-01.npz b/neo_1month/data_split/train/CLD_FR/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0595556d394fed986ad73b693af626a6b2e78e03 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388324c82a56ee2594fdae7093b90b2e34fffb71878bcd246587e4a4778f4302 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-02.npz b/neo_1month/data_split/train/CLD_FR/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..13f4812812317d87dc10ce286dbb67a7cd6fec3d --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d20cb5409d72e7ac2536a8742b61fe10bdfa7ba5d6b955f72092bb7e243c68 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-03.npz b/neo_1month/data_split/train/CLD_FR/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..afb71b9e5c319417a0835601823d40f780712114 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e118219e432fb0d483151e98df07f5a5d98b4a1ce89953500bacf1dd4795b0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-04.npz b/neo_1month/data_split/train/CLD_FR/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..aff215c6878f308446d6112a052666013e1e10ee --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63b6d8e985efedc470167ca2dab9ef0374f951af7f97b909fd26d0ebb53058d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-05.npz b/neo_1month/data_split/train/CLD_FR/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb825ac179486a7acc1eaa96ba9997a3e8b4e8b1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d49fe8baef65bbaf2c39f6adb7bb2c86228b1199bffc315b625c9baf86d1b72 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-06.npz b/neo_1month/data_split/train/CLD_FR/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..64827ec2cd792ee0e2361877b763bb362a75ac91 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c82bde6c1dfe4525e79f5ebecb11b8f69343acc247a60084be0455ff8142c4d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-07.npz b/neo_1month/data_split/train/CLD_FR/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..02759bada40514000adc2429c35b4125565bc8bb --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac10179551fab5d5319ea37bb96a00190c7125d8edb01f44c2f368ede7b28e1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-08.npz b/neo_1month/data_split/train/CLD_FR/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..810c34076078c07e72735cf4b2aecd6cb4888b00 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc50da0dfd59f83a5a1d154bc541567096d9ef122a4069ba6805325708259673 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-09.npz b/neo_1month/data_split/train/CLD_FR/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..52e37133aa171e474e2f2501ddab63e317a71546 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ecea205d71f74c95df9a6df9ec2dd48edb78d5bdd835f3c207740bac5e460 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-10.npz b/neo_1month/data_split/train/CLD_FR/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..17c8e083e2cf790d7123a07c000ebe4f034ff0c4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe9c90622b4a4f5e1426d2795157de9fd9c0d42fdc639b1945642aef32fbd3f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-11.npz b/neo_1month/data_split/train/CLD_FR/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef0ef3f0ec2bf0732e042f0e5d83ae67cdfafeaa --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a7d7cbfc0e62854db05758ab46ee63376ea12b21ae07f2a23d9f59035905b8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2006-12.npz b/neo_1month/data_split/train/CLD_FR/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..758e3c4e2c1040d63a374ceaaa899aefb44e9442 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ecafecf5903a6db599f9307c6ce4852eb65604f8c79bfb0a2a7d7828f322bb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-01.npz b/neo_1month/data_split/train/CLD_FR/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6941269074e0783bfe4bfccca2cbf17ee43e2578 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7018e9fe5c0237d6f03b7c8d808d75ef61179549e7808ae970a4215e8cd55875 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-02.npz b/neo_1month/data_split/train/CLD_FR/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1a552c5afdcd09f19764295858f9106d2d923d9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359ebbecd76a8ab36a93350912b86bc3fd50f2870d649b9a59b404796eec1285 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-03.npz b/neo_1month/data_split/train/CLD_FR/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..145496a87c3a578f6c5f3ff046e0cd0a17ffe02b --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf2cc5a30e67c83c8d837250c06cae5b892c76b2a8bfad96b6d01e85b48fec0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-04.npz b/neo_1month/data_split/train/CLD_FR/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..29d9d1e9dc5626bc629d82f971fb9a67b4f62d78 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e48adb85d763dbf86d611226702f4034f0ff0fbd904cdb0b9385f47c8f9254 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-05.npz b/neo_1month/data_split/train/CLD_FR/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e11e1eb90961952adfaf48a2ca0a4a6103d855c --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee2be4b0ef5a9048588820020b21cbdadebbd84207a238e2b3bb06a188357fe +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-06.npz b/neo_1month/data_split/train/CLD_FR/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc64378e4be43e32c4f19f57d0396a9f8cd039de --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9675785b1692c424942dccf75076baf61de27f47ab3117c60b194b169c733a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-07.npz b/neo_1month/data_split/train/CLD_FR/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..484b5117680070d6570c4a64c945d37f3064570e --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268fbbbca0f00e7adc90ae0e006ae8c85732890551026dc334a4d815200e05ac +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-08.npz b/neo_1month/data_split/train/CLD_FR/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ff5a4a1d3eb76e0b3a9b990aff99b101ead2e87 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa9fa7c2211286792f52d2baf45f9e9a3cae8a918df79f33fb915f34fb3100f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-09.npz b/neo_1month/data_split/train/CLD_FR/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c64bdd93869a54751679eee0828494b3e498a711 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b044f69f6fadf89cade99f8467cd0f8b996506568d4f59ec1beb447cabc3d2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-10.npz b/neo_1month/data_split/train/CLD_FR/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a72216c44e8eb8ff41a5b70327fedfce48f64bc8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89590a16bf3d37311dd1295b04c0a3b7312efcbe881217537f2ef51ebc04337 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-11.npz b/neo_1month/data_split/train/CLD_FR/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..023d8d85d2caec438a85f20628849231fa2b1710 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc576bd6caf92a0f89a2b4cd76ff9f78c66e7731ea8c5c7ae1c3b23a7dc429d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2007-12.npz b/neo_1month/data_split/train/CLD_FR/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c65d8644fb49012b48758828281631c93cffe7e --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbae0bc6ee4275a7e6f5cb09bba6becf5f63b6fd777b13a733e404fe53c7d98 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-01.npz b/neo_1month/data_split/train/CLD_FR/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d506a843d78e3aed3d00faa4c4ed9bba4fe06e5 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ba7e961ddf598f0af04746bcf8d2494cb1a290b36aaeb408cd7aa1c1d7d23f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-02.npz b/neo_1month/data_split/train/CLD_FR/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8637dc5253c150f6c7def65fcc650701c5787e8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b0aa951227bf19191c2f14bf6f3da703fb939ec0b3d4f5adf6834143f2acf6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-03.npz b/neo_1month/data_split/train/CLD_FR/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8924474abed81b35237e33dc218eaccff96794f --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804f6d9ce17982214e165f5e7640b55d3b1deb120e8ec11f9e3f1156e65dfb6d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-04.npz b/neo_1month/data_split/train/CLD_FR/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c2a86923286a0cf6ef88ef9ea8f23e03dda0c5e --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a161917790beeae69d67841f68e947a9b98983320d058c3216713c4c5f0657 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-05.npz b/neo_1month/data_split/train/CLD_FR/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9a53ef6f479bfe709b665af5f4aab6652185904 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea11a2e029474f079aced423409c6a5011846f90ae1e93ed189e576182963735 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-06.npz b/neo_1month/data_split/train/CLD_FR/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..be6a9c569549e40aeee30b45cc2a7399cd2947a7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f903683175064f7ca8e2c7529ecd583c47730d26c6d482589fe2116561228ad +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-07.npz b/neo_1month/data_split/train/CLD_FR/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..528f4c82b55d7f8dfa01c6c2f6930607beb5a1e0 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf8bef94552f7f656b2677f34218b6fb75d7e2e81d987e242d0df0beb27e312 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-08.npz b/neo_1month/data_split/train/CLD_FR/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..86749acd6fdf4cfa9ffd01e3d4a20795138e7261 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3151a3176f5850295ef953fdfc34d706807a66b6036fd36ae58de15226e506b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-09.npz b/neo_1month/data_split/train/CLD_FR/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..438131ecca0e97e7e142bcc1fdaf9c37897a79e0 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e25b998a32732fd4abc94e4f4144b02eb0d695bac281dd7f4c44506fa7872c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-10.npz b/neo_1month/data_split/train/CLD_FR/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7835fc4296138f3370bca36e0ff8b318b251689a --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca74bf775633979fb6c0e26a0af12db0f3dcc17504b2c35ed2c01a820fe7a4d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-11.npz b/neo_1month/data_split/train/CLD_FR/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f52a986126239e2ffc3ad027a86df257868f730 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f2da0c825e89cd361e7c00ef4046b1b2ec277b28bfc464eb9a2ffa673aba18 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2008-12.npz b/neo_1month/data_split/train/CLD_FR/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4c824517f74c3611489c99b5d82b2603c63c18a --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21629d8d6d163ff876a373e73dd722f30dc68cf0580883cdab75f7e849610966 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-01.npz b/neo_1month/data_split/train/CLD_FR/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ffd3a0fbbee96434d4416436e2a89739f50d60c5 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359c6d9072a9224a07da8cd276143adb34e6b935552fdecd162ea868c10e7ab3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-02.npz b/neo_1month/data_split/train/CLD_FR/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..85830b5e8267eeeb0199afe5d25fb49df8d4f453 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60797f62d5f0c22cc1182db5281c7bb8ea653a15aa81ec510dbb70003163d679 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-03.npz b/neo_1month/data_split/train/CLD_FR/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..260b3ac30c960efe0a901a98229dde6beb42dc95 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa514d60617708e31aaba3e01b39b451d61e0c96b09b3126d1f003c4f59d292 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-04.npz b/neo_1month/data_split/train/CLD_FR/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..68140d944d811aa11f4130fb1e1409df340f5f21 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7b6f4be112c46855d16cf54522298649557ad5f4e3d0f33b41403f7297862e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-05.npz b/neo_1month/data_split/train/CLD_FR/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..109b3c3ff2e2758f9bb0d338fa3114be228a18d0 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a2b374b7746aa865bd7eecef480d3fb7ee6caf97064ed4edc0f5397c113e15 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-06.npz b/neo_1month/data_split/train/CLD_FR/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..965d1b949223abbbdee2bb076f17b48b78dfed14 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9245c56508a1ca638e65fc3c203cd3e4b025758031fe13c6fdc0a502c97097c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-07.npz b/neo_1month/data_split/train/CLD_FR/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bcde533ce77d574efbca277e2c295d0240a987 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0f785b9e7481cf8664039f586bf0ff8ae991e24ad608b15756c4efc89ebc26 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-08.npz b/neo_1month/data_split/train/CLD_FR/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b190a9631405043499cb7dd2083c869bb56912e4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53704c11853106fe7a253d0567fe13143894463c2cd8746e0967b1e14ece674 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-09.npz b/neo_1month/data_split/train/CLD_FR/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..69d7ec3f291c6fdb22af5dac4ded02461a73831f --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6176f3e1c72d83382b8ef3d02f100a96c324aaec2bffb8d5984accb236dd37 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-10.npz b/neo_1month/data_split/train/CLD_FR/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..526c2e8a1878978743e6f537e556de0e8ab5e3a3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84486bb2f938700202677838c1b9d383b3e6c5a37bfa2f97b411fc41621dc95 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-11.npz b/neo_1month/data_split/train/CLD_FR/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aa57d57ba153a27e0e73233a9489f39b852da9d --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1671bb3544e0099446e1f120efd8f6a105e244036a2586d5bfa90bc7f6e2a9f1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2009-12.npz b/neo_1month/data_split/train/CLD_FR/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f31319ee7bd2b8252da3c4bd5c3c0ff5de99ac6 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368e6b1fc892d8f1d588712df77841ebc3de0224d13e3e6b7a46bd9d7f7f2cf5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-01.npz b/neo_1month/data_split/train/CLD_FR/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ee88fb2973ecc9548c840212028a9f9e01a1324 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33ccf25925786774194c9697861070c3c182eafa301b623639b8e836562124e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-02.npz b/neo_1month/data_split/train/CLD_FR/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..259342d6aba8abf7245242cc8ec3dfee8a06bb92 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed25b730ad35a02feea08d6f06df38a732f14c1cc3517c122591194d72fb99b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-03.npz b/neo_1month/data_split/train/CLD_FR/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..524fce8bf86527cd174d9c3bf64458c64d2f1166 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467a564e8ba8c2d15f2c37784e2d51dfbff603d3e711c647c81674e2ca613ab1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-04.npz b/neo_1month/data_split/train/CLD_FR/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..70c942f1183a5c3a316e768a101c04425d2b1ab9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd6d13568fb6e8ad97a2d168af93b777a91813299add0fa9675590f52f1aeb9 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-05.npz b/neo_1month/data_split/train/CLD_FR/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b0c21e9d8a7d94ab749b58ab5bdb39d70005e5c --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52759e2cc75f82ccebd1c8b29b612507ffb8f61f13925b863f7259932d766481 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-06.npz b/neo_1month/data_split/train/CLD_FR/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4b788ca7fc17887a70550b0bdcbc0dd13670170 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1602ee887db193cd04580a5091d9b2fe4c34ec8479fcdd8565abe32e58d9d20 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-07.npz b/neo_1month/data_split/train/CLD_FR/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7052364f73d909d90da719813dcc79a6a22dbace --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb28f52c6bab2476a9f471465e49f2924b64c1a36db7bfbff64c486f8cafb49 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-08.npz b/neo_1month/data_split/train/CLD_FR/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b09825813b0bc8527dd2d0b16ad153e3087fae6b --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f7091400f11635e600f36d9122000e72aafcb10a074e6c4c6675cff3ca1119 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-09.npz b/neo_1month/data_split/train/CLD_FR/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc8f34b8339e085b03e425e6dd093c68236929fb --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2404b5f6849439e78cfbc6d795c31ebb040a631315915bbf7cbe69cf6735fd +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-10.npz b/neo_1month/data_split/train/CLD_FR/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c071abfdee36746d8a5ebaf4b74b795e0940178e --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b924d0ce997f09480cd9abe84ae4c3c68b38f21082b86a88ae3b9fa5e7f1ac17 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-11.npz b/neo_1month/data_split/train/CLD_FR/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a43b62ab0bee3c0d21c64b4aad16f188825f8c60 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31ebe006d6e8b0ff1387339319794b2e98d50e963e7003dba5dc7886e44516b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2010-12.npz b/neo_1month/data_split/train/CLD_FR/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d32e3298507eee1a9652c6f727c357a2abb859d8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa641f11beb1af449974eeb65dc7a38ccb1e51c90f5119c92c94f1673fe01de +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-01.npz b/neo_1month/data_split/train/CLD_FR/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d927eb93974f8ad5f4cee0b2095fda0fbee9dd3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ffd0d8889cd0485013cd5e32c36ebe859a86f11faa21d9f469103cd5575781 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-02.npz b/neo_1month/data_split/train/CLD_FR/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..62babc1fea662b6d727020e7b695333696e53c17 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ec969d0774f2f7fdafc4630a70a2c07e79c181ab980ebfd2b77522b01c3d02 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-03.npz b/neo_1month/data_split/train/CLD_FR/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcb96c9b1ce9f365f3700447e26e74956bcded8d --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d846da223a6c88838fc8563083a8a49b7a19fe736391bfa8d227f54a4a5cf6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-04.npz b/neo_1month/data_split/train/CLD_FR/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..541f2a5cf849b77907474ba594e00e19766218ed --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0548b10fb862711d4df4782f909c9add0cea5d58b639a539c0b34528bb109290 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-05.npz b/neo_1month/data_split/train/CLD_FR/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca8ec6e5d885a8cf58823639418c529a773accca --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8e022caddd931a38dfb7b4839bedd760eb2e8a033417bc10039697150afe0d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-06.npz b/neo_1month/data_split/train/CLD_FR/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e07d8004fdcc1f78e80e4ea4265dd576b7aa8db8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59df2892a1f72549c13fe533e74f5acd22e587aa0add3bf69dae297c2768c269 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-07.npz b/neo_1month/data_split/train/CLD_FR/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..09c095fb7ac860534346001d130dd2840304f2c3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d595b850448bf2f993b67a2dbe43dcfa9a0060d87d3aceb09972be12a6d2d6e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-08.npz b/neo_1month/data_split/train/CLD_FR/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d6f7f80e7ac811b3fb53c9c51966f3d6bbffe13 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206c1fe8e94c45a99925c11cacb792e7da9039df30acc44d4b9c61456ea5892f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-09.npz b/neo_1month/data_split/train/CLD_FR/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..61fd1b657088932043e2aeb13ccf6bcd0b413229 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51823a51713e961176fed906d464e69e84ddfeaa27778887acb8d060be33f65f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-10.npz b/neo_1month/data_split/train/CLD_FR/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2118062afcd8057be2ff6b9a3d61a8744b4988d --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6cccd27cad7e8dc99640030d0c73a01f48be3907c8f1992cf509edef25adeb6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-11.npz b/neo_1month/data_split/train/CLD_FR/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ef2fea26bc61e27a8cc4fe92012f2a0de953db3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedb9e9f962f104784ea36569e22b6ca78665f6bc97bfe50cab34db58511a7e6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2011-12.npz b/neo_1month/data_split/train/CLD_FR/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7b09fa16dbaa7f986eecbf9b4e59deaeb937e22 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d716d670bbd59bd0b0aea6f53523bc9537ff378988bb05ce5fbd2e019f0de2d3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-01.npz b/neo_1month/data_split/train/CLD_FR/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..763e8f5274677891c0ec87c68ce4448f05fbc871 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a383e695d0556cb59273b65994ff9d0e1cf54a9caefb339cf3ad54b503539372 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-02.npz b/neo_1month/data_split/train/CLD_FR/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c10aba88e9e8f10f5f6785da6230f0fbe09a197 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ea7bf86aee407add866acfd3c670b1113fd366fde91c585e6cecefa916c8d2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-03.npz b/neo_1month/data_split/train/CLD_FR/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e095ad3a446b5844ce81e691535a49325741ecc8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2094f5b349ae5a57a6a349a5d51054bbc0440fdad979f3af954c9b71b278fef8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-04.npz b/neo_1month/data_split/train/CLD_FR/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3af74d5bf330f0423d51afc6e0c9dbe6bae9acf3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84eb1b711f6669c3a5a7cce79a6fb2fe72059702ef51bdee461139b64d22655 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-05.npz b/neo_1month/data_split/train/CLD_FR/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b895ad774e5ce2d12545b018dde692b2b9f0db7f --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4146790d0949bac72473ef4f6e6a68a7854fcddeca9f15c4170bf251a177ee5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-06.npz b/neo_1month/data_split/train/CLD_FR/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..593a9ddaf0932db3d1905e0e23946369d8eccd19 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edda1bd96362cb13482dd3d72611e980daa5b7e3e2c08dda3f3d0e2e4ac066c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-07.npz b/neo_1month/data_split/train/CLD_FR/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b9f0b3baaa93baacd129b64d63be72ed9841f26 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079f189918d12bcff49c94919dc3bfc8162fd6f5fdb29c33716b125554855edb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-08.npz b/neo_1month/data_split/train/CLD_FR/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f931358b332ef821e04a26eaf32c4e69fec338f1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e0ef825208f54d93a879e499d59fe6a05c39ca8eb930471f0d4edced628075 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-09.npz b/neo_1month/data_split/train/CLD_FR/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d627f9fba708b7c1928c37e6aa6103b2fcf3d035 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768b3b3ff211cb5c9d6b1ce360a86d8dbb24a0360be43e6855f6714a1c78d6e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-10.npz b/neo_1month/data_split/train/CLD_FR/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b65e8b1fd210fe6883fa148b99ff22466017126 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328233b52acccbdd7ab2c2ac39c6e0823287c0b3b0b54fd00c78de9529b5134b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-11.npz b/neo_1month/data_split/train/CLD_FR/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c0924b878cc176d5bb5dcd5981ae8336f71d555 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6519360cd433f04d2f9c8d3a2e6267bc8df52351319284a908fdee9ea02bee18 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2012-12.npz b/neo_1month/data_split/train/CLD_FR/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..207ae7b8d7091a8a989a81d5396aaff4834da62c --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46749f0f53171fd90f1a50f91587b0ff4d7840ea2d1a05528483ea295f0ecd97 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-01.npz b/neo_1month/data_split/train/CLD_FR/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c42557877620bca8800141f0419ead71025797b1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f497f78ffd256ed349cc47b5fdbf2556c633440513d77e668f1b7e5260926d7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-02.npz b/neo_1month/data_split/train/CLD_FR/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ef99377d9078f5a955cc42b51b39617ee92776a --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444f8b71fcfa12dce4741e3edcb9e691da6ff7698d1352d775cf25db7d1150e2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-03.npz b/neo_1month/data_split/train/CLD_FR/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d74ed235a84fbe931a717977635e70d646dd76a8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c0d431206a2e056a7cb4c8ef584e812d5fc7741bb7e7d36f5d78fa4e737eca +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-04.npz b/neo_1month/data_split/train/CLD_FR/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b60b2366c3fa07a2a0a9d6d999023dbe67fde4c7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47bbf4060837b037db1e8946eb94bf482cf196aaf66e2eadcdde1d68ab79198 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-05.npz b/neo_1month/data_split/train/CLD_FR/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d455ba9271e2825b9dfced229fe956212adfbd63 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed8ae2fab4b5d40c1026ac9c618765181a88bcf3618d4be3614ddf0bb8325a4 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-06.npz b/neo_1month/data_split/train/CLD_FR/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..55d35cbb78fe6e76cfdccf2fac63042e52a830f1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eb5e0a2967643fc46632c36579686c9c0de912fa9b7d157924d8300a93be72 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-07.npz b/neo_1month/data_split/train/CLD_FR/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d58c350c20ab8a57218aad0649e0e1db637fae16 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbc08e010ea0792f3ac8456baea5df6d2b088a67369da0265c028f3daad1cae +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-08.npz b/neo_1month/data_split/train/CLD_FR/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3085ebdf622610f2e12d1d3b7100266628590db2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bf38bc1a108593c98776775a38325c96e237c8659670eb491ac2f18d5bf33f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-09.npz b/neo_1month/data_split/train/CLD_FR/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..19278cb8721a0429caa36bb1e678fa15cc22876c --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a66262be6e661d64b21327ebb94fa4ff66d5c66372982ea4638c06cbb02b55 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-10.npz b/neo_1month/data_split/train/CLD_FR/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3cf51673bae8ffcd6117da47314add4345889c6 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73bf867a6d701ff016f0909bb1910bc7949b210ae4793bb2954df5e5534eb2c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-11.npz b/neo_1month/data_split/train/CLD_FR/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..224357c6494c7d82beaaf7ffc3653a8bb5826994 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc51ba718b4abc673710db82f80f99ea8aefe11df3915d5e8e4f04ae1815af9 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2013-12.npz b/neo_1month/data_split/train/CLD_FR/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7484ec905efdbb85ef5675ab5790a70a49c94489 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6899cefddf62a2c00bd811b049fb692edb1fcc9c2e2b419490c31fa2ddefbe0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-01.npz b/neo_1month/data_split/train/CLD_FR/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..35c5f04a4e042cfdb1a7c5de7aaacd863c872b28 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44037c3314c26ff816330e9d9e15f8223de0755073bcbfbfb4311aaf7a40e39e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-02.npz b/neo_1month/data_split/train/CLD_FR/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b97fc03d5de41cd36d1a734a6202d4ae88b2525a --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad64fc0cad6705239ce0f1dc72a08cdd70827a51ee3def24d4d4c07e31c14c6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-03.npz b/neo_1month/data_split/train/CLD_FR/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d29f0d68cea279a4c66da876d732de44f2c34572 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f31193d92b875b4a487cf71916cd445682e45ccd359035bcf024cd9d1e4ae80 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-04.npz b/neo_1month/data_split/train/CLD_FR/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..429467ac2b90f9c79afae4116495bdb6d0c01185 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de627cae09f816b18de286d3d179109382668503239a20e45c637acc0070dc31 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-05.npz b/neo_1month/data_split/train/CLD_FR/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bf3709eed2c49dc56aa8d03507bc7c9c2690c66 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44639d45368a88657a7347045f835bd240eb1dcb9052182bf66d2a7a960119b6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-06.npz b/neo_1month/data_split/train/CLD_FR/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..293dd42fd60fbb6d311e324c4672647afc0c7684 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eb622e63c282729231dbe1783e23bb6fe6ec34e4f0437d4babdd91c5b78cb8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-07.npz b/neo_1month/data_split/train/CLD_FR/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f16dcefc5b85f9463a628504e1febde1dd3c4847 --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3d33a70bfbd59b62d162a98ffceef4eb0fb215db1d4076bb46a826f6727b86 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_FR/2014-08.npz b/neo_1month/data_split/train/CLD_FR/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a27cfc10f5549f95f7d7bc7d5666b21406b4624c --- /dev/null +++ b/neo_1month/data_split/train/CLD_FR/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dacef8ad24a2f75e92dfbabddc47110139c844d65d85ee970ca9b1d6420e0e9 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2004-10.npz b/neo_1month/data_split/train/CLD_RD/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6912fa36b2db97e1c0ad9890d6855fd308a9e3c7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdb8f8e24627d0c669d865d6758bc2bf33366d4aefc61bdf5ecaf4ab08fb5a3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2004-11.npz b/neo_1month/data_split/train/CLD_RD/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef5550fcfe8f235256de45e11e4a2846d690fe5e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a308242bfd1fb04fab333ba3ff91ec92982f58e2ceefb0d1bae1e1cb51a858 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2004-12.npz b/neo_1month/data_split/train/CLD_RD/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ee1d3eb6942c538fff21aa1e4cbb1ff612543f1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b5515adb5ce6eb7686acd57aaf27eaa1964a81a1ea054dd85d376b584a69c6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-01.npz b/neo_1month/data_split/train/CLD_RD/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..352ed885d84df85f931f8ec3aa42b32f1eaa3b34 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9243b437dc739afe36af23a6684fbb1c12cb05c56702b288bd35ceae0cd0417 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-02.npz b/neo_1month/data_split/train/CLD_RD/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c017ab8ddf518cdc26c20d19706b6fe309a8733 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e090a0445f7a2ac57cddc52522e7abf1587c0baf62f15deb421c24946973df0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-03.npz b/neo_1month/data_split/train/CLD_RD/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..26454a1c2d8a4ac03181d9768e2c4eca8c37b9f4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3dd4637bee2e7afddfd7da6f6fdad6376e4d3a37582d40295657717434ea75 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-04.npz b/neo_1month/data_split/train/CLD_RD/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b8807f68dfdfd5ae97061ba36aa757023a5977d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fed6ae210f4a9bb103272003bc6af09ab801d389821094789a854e459ff4e6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-05.npz b/neo_1month/data_split/train/CLD_RD/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e9a9b2de16cbf31ca35026530ecdff0483a15ee --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3647756e6721a3e2f08e8bb559a5152ca36c364cca78a3a4ac2f92397d769f45 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-06.npz b/neo_1month/data_split/train/CLD_RD/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab6dfd037d59191ae617197c3b960ffe362f0ea8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a850e3592f66bd7714c60abb9d85ffe9ba21f6812f3d720ff53e0faaeb43ede2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-07.npz b/neo_1month/data_split/train/CLD_RD/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..277f617303c19fdff22bbb380781eeb0fea72bfe --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9121121f41d0fb6c307b7cd2c9fb5b96d9469e40dc70f0fb703d417f195ff038 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-08.npz b/neo_1month/data_split/train/CLD_RD/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7cc3571d2a0177f009eb6fffa8ad86259c2aab7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805eb4749d9d135a4316321321d934d6a4ec0f64a0df97a66579156197ea529f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-09.npz b/neo_1month/data_split/train/CLD_RD/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a8aad630d8d4358584137a97fa9043956724267 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da584b5c781d5134094b6d22197e29ab1198672ff51af0cd591b90df6fd09ed +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-10.npz b/neo_1month/data_split/train/CLD_RD/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47c29cd92162276d030f3454549b442af9375a35 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113a8cfe9ab0c24d98e210289c8997ecb24504b7ed711ae3e7f186f6b508df69 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-11.npz b/neo_1month/data_split/train/CLD_RD/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c561fd74995b520c0f30404a0e752289f66c43e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b43427f18d4f933602bc991dcc652883607b4eec1d4a319cb4b90dc29cf91f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2005-12.npz b/neo_1month/data_split/train/CLD_RD/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd7cbf6fd302ef732c65cd8dfc41ab5806323dfb --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff94cf225ad41ea7a658cb8cdad0486415301a00adc39a967d46acd6b01ff869 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-01.npz b/neo_1month/data_split/train/CLD_RD/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0748d3bb5308f87fb80acb9ff4a3c4496560417 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e40c6a8fbab463689ddf2d213758af9cb99442f1c2bd882bc8b32aeaf0db3dc +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-02.npz b/neo_1month/data_split/train/CLD_RD/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee5be23c6cc7f29be3a9be4e60c207a7d4606fec --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad5b8d75844193bf77162c807cd2e83d5cf1ebd87ef95d56dc9b3cba9c45a93 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-03.npz b/neo_1month/data_split/train/CLD_RD/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6e8c063b9f8feb5980e208dca122fbe902c37df --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2e67a04fc0c9a6cf448f8c956b3811f661d08a78a883e127dd06ea7e233764 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-04.npz b/neo_1month/data_split/train/CLD_RD/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..89fd6b969cb31af77c7f3a34b6af80c40631670a --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8065303f438c44a37c83b3bf31969494e4c21b4571566d799c7888e7b2b3c84c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-05.npz b/neo_1month/data_split/train/CLD_RD/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..52344d562322c7aa1093678f7d7235abb9e13356 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ee845538c20205a4a5509367d64962a762efb8a4962856906de19faae58275 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-06.npz b/neo_1month/data_split/train/CLD_RD/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ab76d1de188a23f647e72cdddc273510191e2e3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dcdc236cb050caa4e1263107170835b72f8c8f91904304e88af5a8b7857000 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-07.npz b/neo_1month/data_split/train/CLD_RD/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a1635df80efff88a8a84a4489940ac24f12ae50 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1d52e4bea7259233f819d308df929879e27fc473810558b82bb376680349d1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-08.npz b/neo_1month/data_split/train/CLD_RD/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fc38dc4fe4a2740112de23e71e8c359ed89360d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879eb8dfd85360558e290b8580ee2d07ab9241f3d607c211275f83137c35e0b6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-09.npz b/neo_1month/data_split/train/CLD_RD/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbc1f12fad894286d9a23eb6219fda5aa06ccf8d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bec74197b51085ff248d83632eb4e9fba1f4884972a847bb5e1061c75332f66 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-10.npz b/neo_1month/data_split/train/CLD_RD/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b410af0a859053dec75ab19b45e87e027b62e690 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0424bb85975ecc136a7c808db1323f0833bf43d1636e41a8201770cf3b4fdeb9 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-11.npz b/neo_1month/data_split/train/CLD_RD/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..011c4644684a28216167a4b04c4ef6138a38f4af --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eee910fc0c436ca63ab78e94bdcd0865a09c645641ffb917cb946a7bcf9aa77 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2006-12.npz b/neo_1month/data_split/train/CLD_RD/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e571bc6688509050b853bbd53852542bfa571e4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0568a99e8e135aec1717cfb26254c7e6afdf62d73fa2dcf4eb906fbd3a4b9a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-01.npz b/neo_1month/data_split/train/CLD_RD/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6d32235a209b1776b44f42c6679692e00fe600d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908e179609ba9ab4c04523b81fcab110489a1094ee26d87d43f3cf97ca04f5b7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-02.npz b/neo_1month/data_split/train/CLD_RD/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa65ebcb27ddffe85be53191413f734f7c82723d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91239e2f02e19e9e3baf8b8001a3ed11738a60a468641cfca6c4f9bc285fa99 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-03.npz b/neo_1month/data_split/train/CLD_RD/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..44964e1d73983b9e3d8c335fc35ae8108ab732d2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b2e1ed69dbf6a96cf53ae464e464cde86c9e05c06637c02c5c61a55d65377 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-04.npz b/neo_1month/data_split/train/CLD_RD/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a117bdb78683ca8a4d832b86b7325b3c930d339 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c6a79e397231b0730582bad59c064351bf16a644fcf684d050c9fddd4a191e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-05.npz b/neo_1month/data_split/train/CLD_RD/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e1bbffff1eee9d1cce2b49072672d6f5db1361a --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09452bacb13811d3c8fe97e3074da214c1925776410020dbfa89dc8041237744 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-06.npz b/neo_1month/data_split/train/CLD_RD/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8625c96f24c98bcc8886ba8469c5161f91347948 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fcf31e14a58ffba90d20c81dfb741db28db0558670db7b21af1baf56707a6a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-07.npz b/neo_1month/data_split/train/CLD_RD/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..93cf7283eb51cc813372252e586d0f3c13e00b72 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c19521ec48ae5f982494a9c10efa8f7758efe0ec6c20900e068a6e2925e9bb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-08.npz b/neo_1month/data_split/train/CLD_RD/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cbec3f005a16a8d070fc27a66c1042f54d718cc --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11efe96c74682c9fe4737897511e27a57c7274fde98ff15534feebe50f439aa5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-09.npz b/neo_1month/data_split/train/CLD_RD/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcd11d17ab622d8ff4efd835cc7d85a00364562e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4493371dfd18dd51dec0f3b6c313aac72f8fb63b53bf997fe89b4fcfbc4e2b64 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-10.npz b/neo_1month/data_split/train/CLD_RD/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9ca382a588cd4c5269d9376d887fb8dc54f3409 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fb767676f43ee84a3559f3688ec5b60fb56098ccb2a2440207fc800df3f782 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-11.npz b/neo_1month/data_split/train/CLD_RD/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e48f56d23b4d75d1c6b0f909e70d0601fe3a63a --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bbeaecb8afabdabebc0b568b250bc027096dd9d16af315e09a46a872c76f35 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2007-12.npz b/neo_1month/data_split/train/CLD_RD/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..631224fb6efb5cbc19ca5089300c87be21e1d141 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920e485ab6f99d9431ded18984eaca6458174717208856d5161a6d3e361636ad +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-01.npz b/neo_1month/data_split/train/CLD_RD/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..27bc1f00d0fa892639b5e9c290b79206cba6dc28 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972e52e683c2f0c40544c48b639198ad6274e9ba77e5e520d99c99345ac88611 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-02.npz b/neo_1month/data_split/train/CLD_RD/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2db72a90a64cbd8e7f06f0b814ffa740d4e4e59f --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4be995c4f102b413558bc8f26c9aa6952d17b5de9ba29da01db0aab0455963 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-03.npz b/neo_1month/data_split/train/CLD_RD/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c1b7c5d18110cc6213653c6895c62235853a51d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac10923042ed39e20c5c10f5663f518c7509e6f2c31c7e8f8a13243776a85d95 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-04.npz b/neo_1month/data_split/train/CLD_RD/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..85b698fa2600990f25d1f7b84c17636432c9a2be --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722d98dce49d948d7c6065f6d7008617f8f1701ebbb7890c5b61a5e8dc754d19 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-05.npz b/neo_1month/data_split/train/CLD_RD/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..04b5fa29a951f5b0227edd9ee86b1dce3b02dc9d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e71cf8dd98c4effb14bafa1acd27a939d8667354a5254e70c42a9b17ac125 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-06.npz b/neo_1month/data_split/train/CLD_RD/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..330250cfb8a1e3605c4f478602541d4987a07f62 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f163b75bfbfa9645e3c979c8b7ac81d4248df0e224ea7bdcca20d0235d499d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-07.npz b/neo_1month/data_split/train/CLD_RD/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7e6f76ebab3f88502e75405d67c7c2e99b41668 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfaae30c31b791104f390dd435009416469782575d0641bcff3eba86cbc9ae0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-08.npz b/neo_1month/data_split/train/CLD_RD/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9914add66dcbb8b21042e5733dff05295cbaa8e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3715ff291a3d7079a109d242e4a3b069cfb200c4965e0ae31f2bb59c22eb5dd5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-09.npz b/neo_1month/data_split/train/CLD_RD/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b6a3d4e112a12f937f50c9b851db41bb51ab4f2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81df0973b591f81de55f237c9ed4e96d853f78eb5aef978f3ae733860e444076 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-10.npz b/neo_1month/data_split/train/CLD_RD/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0180d6ce25fe6b48d868f9940608147fa2d62e52 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7721238e5d45b77aacfb9ee5dbdab0c9f917d11d31b698ec52f154f8e513c8bb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-11.npz b/neo_1month/data_split/train/CLD_RD/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0062ebbc602824b8645a0c71507e569b61f717c8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168cffec762ac45de6c013bc61efdafe96b04dc75a0cc872e1bccdcd32943c26 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2008-12.npz b/neo_1month/data_split/train/CLD_RD/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba04002dffcd1526b2c951e740e5c5e773333288 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829633fd8b1e293228d722593688645525aaa73b49753459fa960140adafbbd6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-01.npz b/neo_1month/data_split/train/CLD_RD/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef019f9a248604ce57352026632033b9a0f885e0 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2671170cd6fe9da705e4e726463c4aa8b342d8779e04bdbbf9ac09214794f742 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-02.npz b/neo_1month/data_split/train/CLD_RD/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d619b0fd716f272f2f3bc3da642deaf7540d777 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5ea7ff399db8930ea374f0a0c3b959cdeaa9428d4b676a656bbfde4ee3941f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-03.npz b/neo_1month/data_split/train/CLD_RD/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b3eee75ce70986135c2e9b528be327b8b62b71 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145cf8644961d601051f5b8225a97678dedbaf218deb1c058ca7c70abaa6141f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-04.npz b/neo_1month/data_split/train/CLD_RD/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..15926db66ebb222f987fb97a320804470188ac4d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e66dc7ed07d8173fe1d36cc7503199d97f65343510e6437a692450e8213a71e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-05.npz b/neo_1month/data_split/train/CLD_RD/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..13ab17260900efbd069c0efb49d0c084de6e956e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f6f62bbcefdea6526f0b5bc8503d8920c50efb2162f6434294796ad0c3cd52 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-06.npz b/neo_1month/data_split/train/CLD_RD/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7c2523f52ba233e958b8c3774c105099356b443 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5e817e38f654a836b215f67a05514c348350ba8f5a571e5fd7d04dc71eebb4 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-07.npz b/neo_1month/data_split/train/CLD_RD/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..af8633f32a60af5867ab6662e7a48f9c887c6bf4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d07026972f8071da36c9d3cb41125f184449ae91a7648e5ba8d0478ce49ce1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-08.npz b/neo_1month/data_split/train/CLD_RD/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..047e26eea659866a73a091205427dce712a8af31 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52a8e38b171bc698873e4f0466bea24bac3585d1cb123e69c9f385b1b0964d7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-09.npz b/neo_1month/data_split/train/CLD_RD/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..da9e51c6998076c854d30468694861b6b0a357bb --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a00d6c0d68fb517d02c4cc79329f0e2cd6f53f571072d9f6e2de23802b6d40 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-10.npz b/neo_1month/data_split/train/CLD_RD/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ede5c8ba52bb907a340f4e582533468e8b99d004 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7be3ff73b5434d27a8f927412ebd78b9b6387c256b7c6658eae8cea98e67053 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-11.npz b/neo_1month/data_split/train/CLD_RD/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a2e4016b897870f5011dfc4d5df842a6f14c5b7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e797b3603e3e6013ae267248ceca70586743e1b0283471d05936153c934199 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2009-12.npz b/neo_1month/data_split/train/CLD_RD/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..32b336fe933906db8474f62ee8d7d888b145cd91 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2b8420d51604fdc8f049bbceaa14597732d8eed2a026b05d2075c745aeb602 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-01.npz b/neo_1month/data_split/train/CLD_RD/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8cead6df220147adb1f17a213c6d5066ae1e476e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e45d94e0447ebd0fd940c1a3c528d45223a710c110e9cb5e2970d6a6542361 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-02.npz b/neo_1month/data_split/train/CLD_RD/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..596126f3e7301c8db7da2e11575323e44b99f09e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0902c16e5f2e91d5349b81e526ecd4ca8683df77fd1efc89adc34794b0db26b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-03.npz b/neo_1month/data_split/train/CLD_RD/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f47541236d35d408b9655155f755179562c2c694 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7258365025bd4c5e492234748b37618b8fea9240bb4e88625dc10527ec057ad7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-04.npz b/neo_1month/data_split/train/CLD_RD/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8165aa59c1abecaf33b3397218ea006050abf46d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49adb0529452c2abf24f8b34853f954a778b785c8725e766c2a8e660631ebcf +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-05.npz b/neo_1month/data_split/train/CLD_RD/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8687e9191be5477f45b83796b74016d1780b26a2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766215a5494c522287d82877d78f7ae4882d07a5a9a3c184c0ff15527f06a9f5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-06.npz b/neo_1month/data_split/train/CLD_RD/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d490030518f1e57ba09729bb11d3f571f9b53ecc --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6e93ae6f6764a8748e57ca8d3018358d54b38bf1cf0fbe839d6ef19bf7caa3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-07.npz b/neo_1month/data_split/train/CLD_RD/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6967cabe95ed7b79ddad2570458bad7c970e44cd --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfb75371196822fa49d7ab8deb4fb27d7384f389e0c216019be2e8578922267 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-08.npz b/neo_1month/data_split/train/CLD_RD/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..157e548838ae3a9b65715208cb3cc49e3eab2172 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a26ca662eb9369985e4604e739f6da1fcbb75296c6de780a352c2edd803ede1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-09.npz b/neo_1month/data_split/train/CLD_RD/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a55c7a6f1962a92d8a84e85ce9b7b2b8f77cb34 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0779186305bed7a2549912d73691c87768cedac616402402ad2ddec1a03183f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-10.npz b/neo_1month/data_split/train/CLD_RD/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fffc71f330c45aff4ad7aebb6221e029bd1fd464 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91d56171ea2ae8f83afaaecbfd582f744d1c0d98bc686964970f832347ac778 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-11.npz b/neo_1month/data_split/train/CLD_RD/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab46e65c4d28fd71549f48dfc5a1a5cbda3c6d80 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a74eec41f39c518375587cb0a701312db6b9cc5100bb9ef75864bbb2fe2e4a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2010-12.npz b/neo_1month/data_split/train/CLD_RD/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2054b678b99839b4029b841188e26dd475a1508b --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32729120a894ac030052c334097056f90f97d909654d068c68382e9e70342cd8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-01.npz b/neo_1month/data_split/train/CLD_RD/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..86c79567a825107ba513e91a745dc3c7b237a5cf --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421b01b871566109a0379e0099c5fc6f24ad5ce59a01a9173b1a19934035cf14 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-02.npz b/neo_1month/data_split/train/CLD_RD/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9410e807ad995e121a2f24cc0f04ad9783d40b54 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79cebf96500e42e7a7336d57d1bbb086b81f2426be2a68aebd35bf4588467bc +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-03.npz b/neo_1month/data_split/train/CLD_RD/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c01b307d2d26ba0d5478888d8794f87b3b054c6 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0184ef28037771f61702284396a4457e87c229f2f31c7ecdf7220dddd44248d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-04.npz b/neo_1month/data_split/train/CLD_RD/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..78220c44cd8d1fbc3e54f7ac5f7809d3fe0a09b4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10c72d86cb19888abc4d50f5938b7a47e45c4d6e3d514c0dc1ce1e17f1a1291 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-05.npz b/neo_1month/data_split/train/CLD_RD/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5aa6697026ad2a933fc2b0fec712c24cf1e1bfd --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70baf0fdc82cd4628281ef8e666b6cb381070035dd31501b37778877ae1a84f5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-06.npz b/neo_1month/data_split/train/CLD_RD/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..54d3ee142e7aebe6475071595798e39035951c9c --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91019795762468dd43a1963249461a7df412cf34a3baf14768cd316df77176f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-07.npz b/neo_1month/data_split/train/CLD_RD/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2f179ff679184840f05de18361f0de1aebbab0e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89584c4dec3a5bc4e1e78a7f1677cf2b8dff0fd91e9e9005aa40af9f4898ba1a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-08.npz b/neo_1month/data_split/train/CLD_RD/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..20fadd87606192ec2c4740f76bb0cc45b55af3f4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6eb3acfd25285d2d55e9667bb16f5f02c4488227f1ec4ca4b78ea3f24566aa +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-09.npz b/neo_1month/data_split/train/CLD_RD/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..91c26ce3043ac6317e62bf8557bff4b4691a9593 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9fda36cfb5342e86e6762059d33602ea7e195d5bbd65bc6202e4d29feaa207 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-10.npz b/neo_1month/data_split/train/CLD_RD/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e6f55eb95130da360bced5e534336c548daa2ad --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0955c9d56e8c910032a1297aab2e7b161cab9b9ad472a67a6591629953e449fb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-11.npz b/neo_1month/data_split/train/CLD_RD/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2524e98f31b29d8b9bd579e64ef4c4ba4d8a552 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4750acd2b28aadcd87a8c22013e40e0d5d9d9df4e2861fc9ecb45cfdd06068d1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2011-12.npz b/neo_1month/data_split/train/CLD_RD/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..db3604ad9031b44739742ee92a1dfea5d57e3c59 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011a5ae801e1f9b16289775ea591e2d31c2d29b215040c5f2e4b26846bb4a52b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-01.npz b/neo_1month/data_split/train/CLD_RD/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed553037899490d84f270ab2991f6cd777d9573d --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6495e949c109fdd54216dfa25d9b64ec3b8bcb437e726a69750bfa125ebee4d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-02.npz b/neo_1month/data_split/train/CLD_RD/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..861a783be6e1544e3cead8ac953c885000373b80 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7849fd1851c51376e3e1eb08e9b988efc1aab85e50fa57f9afde1873a10119df +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-03.npz b/neo_1month/data_split/train/CLD_RD/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c13c46aaed109a588ef87ea04951edca656b3b --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c70e290df20bda436ddb675bf7c5dd88c915cd5cacfe9ea4ab6a003a2366c4 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-04.npz b/neo_1month/data_split/train/CLD_RD/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f6076876ba2705924a1169459ab70fba6c3b3d1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c02db7bce53fb2a076d6f9d5afb6aa520c7f7d235e6cac502312c76a691e5b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-05.npz b/neo_1month/data_split/train/CLD_RD/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3bbfad76f7901138d976a629b41dcb98361ea14f --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e717985df89b890a1320c506ebc0fcc6e5f4a293178643a84b54b5561912101d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-06.npz b/neo_1month/data_split/train/CLD_RD/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b65a030ad1af1c6d6f37cfbfea0293f36c54302 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f115ee6a9b83a19a7bcf1af48243e631acc0fcbe8e862f96c88ef28f4ba450 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-07.npz b/neo_1month/data_split/train/CLD_RD/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fadf617c0846964b2c0c321c7b70c1d491ebbd26 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc4edaa4282113a16e03b38fcfa809a69c1f20cad7371dc899c9576ae3f366d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-08.npz b/neo_1month/data_split/train/CLD_RD/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a07b8ab7959b097f72d0d79183701fd6643e60a --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a669e3f644e454b977fb268985adf4ff3703910ecfc5b2c1d4944e35e988e145 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-09.npz b/neo_1month/data_split/train/CLD_RD/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdc22dfcd6a8dc6cc7206b7a196c8c2d810892ad --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e19fd5ed4e20a45ebb6c3343e31b80210ae9f19c15cb481b1eab4b0e49cb0cb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-10.npz b/neo_1month/data_split/train/CLD_RD/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa2e72e33580d60c73281525bf5a9218ebe03bbb --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5abda0c67c0fb92cc9970f295d5c171bb78cd39c28073abd315c5031909abd8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-11.npz b/neo_1month/data_split/train/CLD_RD/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9493624ef3a8525a92291dd320ff94aa5530e8dc --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f194a6c7184209cd6cbf4ee6cc8f904d99048affccbabed722f5566fe6b14013 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2012-12.npz b/neo_1month/data_split/train/CLD_RD/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f642c3b497c6f9be68618bb6f6964d3a4c2d341c --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d129d2606b7b6b16997aa6c53c3618bd261d2a1370127f49938b2fe53a55254 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-01.npz b/neo_1month/data_split/train/CLD_RD/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b84096b48b30ff92bf90dbda33d8b448d2fe5464 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89202f2698c8cdeb8dc796d368c5238496be377e5fcb8d0964e5cb980c0b2eb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-02.npz b/neo_1month/data_split/train/CLD_RD/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a57d8707173353f41613cda7756b5b82a9eb1cbc --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a9e7230818549e2b3658f4ee5f1f834a9e4ac9a474c3d372f4aa052dc630f4 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-03.npz b/neo_1month/data_split/train/CLD_RD/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e979d29141326c2d7f95849b5d16e9470427dff --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72e4e8fdd824e171a0e185c667375fbd280e77e0147f2266e299b96166e9eaa +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-04.npz b/neo_1month/data_split/train/CLD_RD/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..03a3cd23c21984ea548647a279216a6b21bda06f --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a711cf57a411eace65eb5c1de5d4be51139d2fccc70afe354d20f7e3e9a25160 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-05.npz b/neo_1month/data_split/train/CLD_RD/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5df957313c43a8d9fb4f5068433bbac1d4760745 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c845aa9e460b6345f3bc22d90a7e65c4a45fcc772da274ce96695c1ebeb599cb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-06.npz b/neo_1month/data_split/train/CLD_RD/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d7caca891d9ebb2b81c70415db9d60ecd16af32 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51757e7d6e7c98e38d713315e450465dbcd769b944de563ccfd82c1ebbdad87c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-07.npz b/neo_1month/data_split/train/CLD_RD/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f269aaba08e8153c8868754971ca19df1daaf0e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa813e1b2e8df286c41b0d607648380e3f1038baf51d0c98f350cad789534d3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-08.npz b/neo_1month/data_split/train/CLD_RD/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3239fb06313a33d7b2dbef4fc80adf7a5369a983 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e4d83101a81b2e485a4c1cf15d79b600081b95ca81471851e8c0e1bf090b04 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-09.npz b/neo_1month/data_split/train/CLD_RD/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed74289358db52f9891bc02db48c7a4f8503a99e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5398bc5b1673d454239d2b155c2b76380e5f0145ccaa4965001bbfeea59c4e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-10.npz b/neo_1month/data_split/train/CLD_RD/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..87cdde7b11fc8d6310659fbfca9d01b537106bc4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d74b5c8fc697a720a90a38d4a850b749dcba929d3ba4fb187dc7ccb915dc9d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-11.npz b/neo_1month/data_split/train/CLD_RD/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c7c47c43de5831bcff3d2fde96a3e8e05312a32 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e45803e6a42b4dcfa3473a1fe83a47b4f545b9d812cbedcd426d451c2903f1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2013-12.npz b/neo_1month/data_split/train/CLD_RD/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..36764b234bd83484d02116417aa1efc2d75dd44e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818e77dda4857ba7b42082b738205a38a3d3f700b590af8e935e183f53254938 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-01.npz b/neo_1month/data_split/train/CLD_RD/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..412649d9c5f0a6964865b4b840c4da9f02fca5d1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d570a222f2626da4d26e9ebfa9a9ecc3e2edd74baf5993e5b3fd1688fc9650 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-02.npz b/neo_1month/data_split/train/CLD_RD/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..196962e7bc90d1fc25543f1552f2cd7e3452dc45 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8fa5d53af5067f9e8cf4924fd9a4a966352dbd443b228d478db9c6565161d8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-03.npz b/neo_1month/data_split/train/CLD_RD/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b63bbe8f81e9f676d4368c07c175a9b68f405fe --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75fb6208bf879c5508f6539c3dce9fff0c126d3e08bb714df60656e4e84da40 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-04.npz b/neo_1month/data_split/train/CLD_RD/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a358f3953273d2bdb54e9ca612930f219b55ff0e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e41f7fb3e1a729b75072cebca955b6db65dc60ef3d72e59a31c66dc5885d5a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-05.npz b/neo_1month/data_split/train/CLD_RD/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d69cfdd4513e4d3a1072358a545ba495d4ecc516 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e16aea9812ddb546f906da53fd115b9e9075394e9fd8952742164f139aae6fe +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-06.npz b/neo_1month/data_split/train/CLD_RD/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d081a5ce332cade580e0aee975f2f8b3f30bee5b --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714d820420a14474af42f016a58630dd64de1da9cdb6f50337cd6456f56f95f3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-07.npz b/neo_1month/data_split/train/CLD_RD/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..495c3b7702236c80f5612a79cca25070ff7a532e --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fd9d80bc22b560337f2de485f52298582a70d91fbb51125d466217c9aff7a2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_RD/2014-08.npz b/neo_1month/data_split/train/CLD_RD/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f0eb817f0ce53d58dd1ad68df6c4666b14a6317 --- /dev/null +++ b/neo_1month/data_split/train/CLD_RD/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b1f91d1d7116bd31253e9e9d5d10a24c9dd78dcf149294e76d97f1b517aabc +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2004-10.npz b/neo_1month/data_split/train/CLD_WP/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..be55d0f44a9f59a891bc5572dc15d3fd528d4cdc --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3e9409e46fdb4cc116955b17e1921af0a75a8adde76b29ec3848fe6ab4da30 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2004-11.npz b/neo_1month/data_split/train/CLD_WP/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d33a94651dbc41fbd27e4bed92c45dea9e43ee45 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9691ea1bc9d9815a195614610050048dc09f8987b6e1fb8e6ec917a62ab8a98 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2004-12.npz b/neo_1month/data_split/train/CLD_WP/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ba8dd53e530c6ae50cee233e27bf53104ecca82 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a5cc189e5d7f3ff6e15a39d2db8bc88f4ba4091aa3de2d79671fc3330a5da3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-01.npz b/neo_1month/data_split/train/CLD_WP/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aab7c8f730df3990ec113aef6d6001c4de5cee20 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e441af5b4e6880a0ee1f937872b188804d81edc833e5e81523e25348530fe7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-02.npz b/neo_1month/data_split/train/CLD_WP/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff78f79aa12bcf571134cb0d1233509d1df9993c --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56776f6c46460fbdf8bccacc853036871557634b45fe9f8c8ab1b24de804d562 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-03.npz b/neo_1month/data_split/train/CLD_WP/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c54e447c46f88e1b7a9d45f764baef1015ef0b38 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a88694c468981cc8aa48d7182d6057405adc2199acba55cefcd69e19d78f06a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-04.npz b/neo_1month/data_split/train/CLD_WP/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d87d61e24b37317627ff353a7b6ad6b89b05c1d --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a43a0b21dd7b28afffa88a5c83ef7df0cdbb8a0e6dd39859da8fa8a7dd5a52d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-05.npz b/neo_1month/data_split/train/CLD_WP/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5687e0d26b5e25da9ed4d847cf5f76bcd2918b2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebbb6bea1a3415282f644c2c7e7401dff8e26f94879e36c63f4c73f32cc6786 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-06.npz b/neo_1month/data_split/train/CLD_WP/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7162462ab21853e4a639c096a4694f5077dc39ba --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f9988fe85013be78b427c2a122c9a74b57a779599ca4a21efe89fec1d28b50 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-07.npz b/neo_1month/data_split/train/CLD_WP/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0acd3773a3b1aa4c713eee1b5affb5f5ec65f6e --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cb4f98ecca89ea951ed70fe46f84cd2b5aaf4d76851d924b884aa83ebe24cd +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-08.npz b/neo_1month/data_split/train/CLD_WP/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..405939e600f051336c4a8ee0720d083d8da14a76 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3328127b84a9f4792b1acc97a28c0c36df5a45b1c2e4c2f8dd5b62f1fb8ac6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-09.npz b/neo_1month/data_split/train/CLD_WP/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..509bbfe9d86621f31ae07e449ff6df3352976a97 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3533ba736642bf6205a974e48c975705e70b30273997af583072fb7d74fe8e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-10.npz b/neo_1month/data_split/train/CLD_WP/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..229b5f232eacbcc6f47f530874ebfab306e2aa02 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7e4cb12ab8f93234ec40960dabdee25ba8738f9d038d32b3bf9d7e115a758d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-11.npz b/neo_1month/data_split/train/CLD_WP/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f3bd3b02f567b3b65fbc628e88def1a687936d2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304f8d3b98e521c83508507ab6546c19989c3223b3bd4a9db53f624e0a363d81 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2005-12.npz b/neo_1month/data_split/train/CLD_WP/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a0ff1a9be22cdfd4282295e55a6afe077bf07b9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad45a99178ed44718a08d6cf725caf14c16f2f74d1323b2601a69fab3ac6710 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-01.npz b/neo_1month/data_split/train/CLD_WP/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d8708ce5d39ff2ec9a1521958efdf2c0c88b5bb --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8671be9f77a34c9d0c590251343cc5bdf89971ad0fb8c497a3a3b024065c4ad0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-02.npz b/neo_1month/data_split/train/CLD_WP/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b52d2e8b5326c1a4ed15dc4b8d0bb1654327381 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5423297584ee232498fccc3100dd668504142811283c51ef499d1e63643b073 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-03.npz b/neo_1month/data_split/train/CLD_WP/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b309822dfe918013b1c8ebac495e8df5703c53bf --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cebb7140ffd9e2b98da95e4376c70e9e1d28327da702bfe034fc8026f4f6694 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-04.npz b/neo_1month/data_split/train/CLD_WP/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..87f8be3e07e21b00f6bd752ca5335eb5718ae079 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda5be493237f17b143e6c749383e5c005781cafb2c4efc14b250beffbdec386 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-05.npz b/neo_1month/data_split/train/CLD_WP/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ec3ca6714c470a07d25fdbf2b8e8c02e7164e51 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ead8dd1029983654a6dda06e9df8aa76376b548bc7f933efafedade4b48e022 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-06.npz b/neo_1month/data_split/train/CLD_WP/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b3ec98c1f216acd4473d97793d30d7486bd9d8a --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d596797673789e11b34b3d06cd6ca5d4c761cc64f1260e46eefbaf445a584b4c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-07.npz b/neo_1month/data_split/train/CLD_WP/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..96e7cb86875a8abe5d3218a91e8148a8927aa6c9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7d35fbae144076690391647f1d1da5ac4cc19fab1359abbd539ea2134ea373 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-08.npz b/neo_1month/data_split/train/CLD_WP/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d89a88d2122bb350f03f8e4fbf70b6a70be1036 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ef24fbfe0468338708823db988c2cc535af753df6b8f36affd8d8b138b1e98 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-09.npz b/neo_1month/data_split/train/CLD_WP/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..94d39fd7fe14ec7dde30fc48641a01f7c090202f --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58f1540839615b71c631afbe48bc7ec6dded16fc5e3ddb885b06adadd834e31 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-10.npz b/neo_1month/data_split/train/CLD_WP/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1cadbfdf8d448a9108d2e1d52d577c056aad509 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52d6a31871e2819259d22bbd9fdab1b5b209fed7ee4a2b4bea5219b673a1025 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-11.npz b/neo_1month/data_split/train/CLD_WP/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..15f215cdd817ad8180e86e9a0b244ae839e169e3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6562e5a1cd5c015b0b258fc7f7fbce9593bf58e15cff8d7b0649b124b5641e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2006-12.npz b/neo_1month/data_split/train/CLD_WP/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..785aaa52448083715c5e9dee37be1ea72ac61e71 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e7075b0be0414a5c18fc9be93e321a58ee92f87915fda2892d0895a88af26b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-01.npz b/neo_1month/data_split/train/CLD_WP/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cafb4cc8c3611d3312a1fde93d6c788b1058caa --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c70e726bb76c9ee26ae5aafe688afcf8fe51e31f117ef3263a2cfcc617260b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-02.npz b/neo_1month/data_split/train/CLD_WP/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2651ea38f92738a480bd848ac8e960f5b9024de3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5719130b07fdd80b59ca4cd3eb5374e9cacd0faf594a2b648c10dca73abd8e1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-03.npz b/neo_1month/data_split/train/CLD_WP/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..358d150b82eb7ccf9bf53198cd28281d6835c440 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27b82ae5478195ebd16bba8638963ac3d8a0bb90cfb3160a03ac01174b10f7c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-04.npz b/neo_1month/data_split/train/CLD_WP/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c661ef33c41889104cee93d1db8c516257831b78 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68effe371e07ec37f8d9a78a4190dba48a164d0305811749bcb8aba0668603cd +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-05.npz b/neo_1month/data_split/train/CLD_WP/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ca8b5964018d7ac05827f9ce6d1627c720bbece --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c054aa064e7e5099ef15e4cee03a0db9f23545a1c46c4bcf434dc5a7056ef375 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-06.npz b/neo_1month/data_split/train/CLD_WP/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cb1a6ec401c6cf1c7857bb72d0912763dc414e3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb62b8b3745715204e1f9f7b868a734149a9085886e1e58bfdd67153a65b0ef6 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-07.npz b/neo_1month/data_split/train/CLD_WP/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a8e94362af4314c2a8c5332d53efa5608b8954e --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d412967f4d2274b2fe5d05872d401613f7ea5557beb8da2d7eba0624bf62d879 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-08.npz b/neo_1month/data_split/train/CLD_WP/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..982d45e3a8557b806115b27a4c6aae3123833d7f --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1588859eb5c74fcc7c3b8cda0f1e52043f0281c32384e2b07461a581272492df +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-09.npz b/neo_1month/data_split/train/CLD_WP/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3cd0e5319fda6c6185e0198d9e5031c8905b3f4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e5d7e75034f7869a8676301e24b853fc8f34895ccb0cf30f76111ffeb047a7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-10.npz b/neo_1month/data_split/train/CLD_WP/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5803f01d895f9f2774627ca06c1def406b9598a6 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eace885d6bc7a4a703bbb7a5221ef18e28bca45b8f7d96385c9e7a259a18c9cc +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-11.npz b/neo_1month/data_split/train/CLD_WP/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..06aef503511199edb4df0829f4972c1de6da5a6e --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b7ed66ffedc4541eea30fed494d5aaca6470639c12e574af8add25b3fe1f0f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2007-12.npz b/neo_1month/data_split/train/CLD_WP/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..675f4e63ef9c0eebf7ec9af6a25823838d9810f0 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff8e2cde2a67aec5ec605b1447ea5e7f8c787df745889f2e56ae74201cf18cb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-01.npz b/neo_1month/data_split/train/CLD_WP/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1963a95fec8f6a4e8cacecfc800ca06dd9fef5c4 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1811f38be00eb57aec729273ea2a012b89b494bd600f4f4fe7571ff40efb2b4b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-02.npz b/neo_1month/data_split/train/CLD_WP/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfdfd80d54cdc5dc5289dd1680797140ccd06c33 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889510fe8925b12848fa37b5d2e9c3799977bcbc45fd4ab0231ba15fa634b793 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-03.npz b/neo_1month/data_split/train/CLD_WP/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0f62f1a9f43e1b25f8fae2d07947423a09983f5 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f974650ec86ed521f9dcae9ebbe9f510de56c00b5c74e6bfa418ed0a4bfebb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-04.npz b/neo_1month/data_split/train/CLD_WP/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b68c8b2391b4de39f61d64a54f8b18bc6765859c --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f803321d9b55d8a859f582575eeea583e5cde1978404e0f7d25301a1c86f7c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-05.npz b/neo_1month/data_split/train/CLD_WP/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..980d84cff2da14e1a1cf66940d73a46b824febaa --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a667f10ae3ffb8d69eaba0103d0e09dc8ee1c43dbc779832711e7d12d3aefe +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-06.npz b/neo_1month/data_split/train/CLD_WP/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..05112849defa25267a5bc2e5bd5df64f8fcc15ed --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de79e048587d33b7083f87c46b57f6c02f34588ef6f4bdf7e0cb3a09e5886e1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-07.npz b/neo_1month/data_split/train/CLD_WP/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..588b8b9cf97a45bdecf124e747c8d8b597eba772 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d76fc3f0598b7242d68b09e32501a2637c77d396c9b6476c85c6fbfae13b7e0 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-08.npz b/neo_1month/data_split/train/CLD_WP/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d8aaf38711ffc673da11ce735f43e7db71376ff --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b984119dcfbc8fedac90b95bb68632f022cdedf7d1125b719d680d3817ea5f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-09.npz b/neo_1month/data_split/train/CLD_WP/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..69946a34b9ea033e11a44106741b1c0e7e5be0b3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f8b51db57aee651c48af131ba7edc2fa644d10abe27fb4703e080e0eca24f3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-10.npz b/neo_1month/data_split/train/CLD_WP/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8113abfdba3934e32b07a0d84ae70cfa6a7eeff1 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d513192cd08a64215d7c05e02ed3d765bda30c1395027f11c73ed9721971be7 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-11.npz b/neo_1month/data_split/train/CLD_WP/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c1246e50163785585649e349e909d6ea8c771fc --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef2c00a710ef36819f40f13ef53d304a247e0f78552c1b96490a9ce24fb0aea +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2008-12.npz b/neo_1month/data_split/train/CLD_WP/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dfb503194480f5d4eee2b03398beeceb7c1e642 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2cc242e8e76ef9ab4b5518ab10b71711b87f4563806531d8b3ccb101714dc5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-01.npz b/neo_1month/data_split/train/CLD_WP/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f627ab2c52a4d5c09a3d9e52f81bafa83f0535a --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a114d1f12975f960187aef4ef009ab8bec8fbb5de33707b0b26cfb627abed970 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-02.npz b/neo_1month/data_split/train/CLD_WP/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c60674a82b61e73bed83f7c32817d96a9714dcf9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c6c88232b90b9977c5fdfdf5cf8353df35713666b7fa25cd18cd6a31f6b22d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-03.npz b/neo_1month/data_split/train/CLD_WP/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0627440ea0165574ea4f57a7322c763e96cb4078 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0717e8075a935430fb2b11df4427a075b06d1e76269114ca52623495f95d04 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-04.npz b/neo_1month/data_split/train/CLD_WP/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..985a182d550375e33b454c2df1e6464fbbe7f192 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d705a2da1adc96ba9d574afc0ff97c9343b01f7eab1efb856d3c15fa1eb0f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-05.npz b/neo_1month/data_split/train/CLD_WP/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..198fb5a70fc4a335b998fcfe5933356a4d201034 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5eda8474536a4d457b857f6e87c7170bce5ca05b67e470712b52cfa5b573422 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-06.npz b/neo_1month/data_split/train/CLD_WP/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e17973c472d9cb0159d61ffbcd0c6f5a0178e9bf --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3145a412db7c49ec2807e2eb38caf0b00a5c1d72a5aa9e2b8792bd66fe6d976 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-07.npz b/neo_1month/data_split/train/CLD_WP/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4dc284c308ef0c4e08f8ad2234b33cbfc64acd0 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cfedd6f088bc02a28498c656ffb39a990445b3998bcee8a039d91b415263c3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-08.npz b/neo_1month/data_split/train/CLD_WP/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e341715d2633e6cdd6b5f03a97e9be22001a3e9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943995a6eb772d1c2743a39f930ea92b98dc1d6c3dc1b6582bcfbc7573dd3170 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-09.npz b/neo_1month/data_split/train/CLD_WP/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f5dbcd8a19ffd4f5766c9737e2f24fe69990cf9 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbe6c8c353c3e15eee514520e7ecaa0866593b93900b04ca57bde4c6d948a9a +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-10.npz b/neo_1month/data_split/train/CLD_WP/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..88289a6e59e59ca6329c37de0f3e22cfad31f2e5 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8faad02178bc6d785b77bfaedcd2e6991eddd32c3a00a7a6cbf16faa44acd5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-11.npz b/neo_1month/data_split/train/CLD_WP/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad90738a973e41e58b982ebbfad2b52a840e0146 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b43367983897cb297d94b85ebb916f02dd21396e441d965ecb58ee981ad274 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2009-12.npz b/neo_1month/data_split/train/CLD_WP/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..749a6e136e04adec0480e90ca2cc471a8dcec131 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269e803ddfa52dad2edcc2722d3f867a296895edd04398bb47595da3d187ce1e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-01.npz b/neo_1month/data_split/train/CLD_WP/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e93d7b8bfaea66da85b64726706b02a504f4953b --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce2326db817a30ccfe925469255c0cded4363053a393fe6348550cd0731eedd +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-02.npz b/neo_1month/data_split/train/CLD_WP/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0aa88dfff96d50b0a13f0b6d08b494d45acdbeac --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fdd45e458300ad01113782fc05b99f1cc9940c877ee40edeb5ffc705407d72 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-03.npz b/neo_1month/data_split/train/CLD_WP/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..808fa082649bbcfccf2fb8997084f12789691035 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debb8ed99a5096405679a26fc8f12ceca059d44646dfb2fae21b6542f3d388af +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-04.npz b/neo_1month/data_split/train/CLD_WP/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e42116514588130376f0c1e681fb1335cd74a0bf --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4a8f47476963bda2a26b79dd33b3064a8aff6cbb60330cef7694665192385e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-05.npz b/neo_1month/data_split/train/CLD_WP/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c61569c531719c2e97faad443dcb08a9ada3c7e --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adca95a8668db81069764e10ab3f2a3804e05bbe0308fd57aa3206250037e0d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-06.npz b/neo_1month/data_split/train/CLD_WP/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ffe2bd236db6677eb2d661cb8c581b778bfcfd72 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0941b9ef61a35a7e246fce51e6fab3eb1ed64780e244b15962ad0533a9f59fc +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-07.npz b/neo_1month/data_split/train/CLD_WP/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8befc11f094f349b70fac7afcb0501a4304e4cc --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7908b13d54ea4c09c7aaa8bce8b452766fb914d94d22ee401ef5781b78dc116 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-08.npz b/neo_1month/data_split/train/CLD_WP/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a42d4d9d9de418a22486feffda7bd726a2ccf16f --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b81e1104a82a94f8adaf9ea60358209de0fcddabaefac924d6a33d9c763dbb1 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-09.npz b/neo_1month/data_split/train/CLD_WP/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fb5f3e3d0a0753601d7646c8fc3a3fe45972daf --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669a735f31b26cfc02b57ae8ad36426bead54780ecce2f4c645d52c7c61f73cb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-10.npz b/neo_1month/data_split/train/CLD_WP/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..37e9c5dde4b0daed9d4fc6ef0b82c9890ba5d470 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b43b75f2ad9a8acdec2626915b8100e63152ac201f9ae89e11f37375e861b99 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-11.npz b/neo_1month/data_split/train/CLD_WP/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..124bc3ebff6cbb1182c26b8217dc6623810eb915 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed7ffac3a793270d7a69d4be80d04c741c145059d2cb50caf32cd931eaa3299 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2010-12.npz b/neo_1month/data_split/train/CLD_WP/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..580a2782a2d60ca1624bee58c088ece85452736e --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5742815fc2f05b496945b7d4e0e1ab4beb7057e76471446c54906f5cf6e3ca04 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-01.npz b/neo_1month/data_split/train/CLD_WP/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff0e85514f9fae48f453ad70576d1d40c597d345 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735af374da7ada0d2327bb298cf1654401dd52eebd8411816b5ab8cfeee147a9 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-02.npz b/neo_1month/data_split/train/CLD_WP/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e51fcd0035b2cd95cf176b700c7ab3832639e252 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffdd4f104c8f0dea63513e43c7e86c146922f1238725b827f86534b9d7ae7da +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-03.npz b/neo_1month/data_split/train/CLD_WP/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96cb1b134c6f4425f4b077ebf8a4fe790be91318 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f91579b74b564295fdf0c99c19357629ddbc3ede5586b568b2f1a63c7cfd34 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-04.npz b/neo_1month/data_split/train/CLD_WP/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d99cc5109c91a4eb2e26bcf915c3d1b28a9870b --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7086edf4f0bb7dc2f9b08ab46a2e508fb5056d4032dc79a717f902591f9996ef +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-05.npz b/neo_1month/data_split/train/CLD_WP/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..55b29a44949216bb3f0710520fe559e6e28691c8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a0c0c87498bdbca486058f280fbd502c416733f9225f21c22d346ef4c4ecbf +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-06.npz b/neo_1month/data_split/train/CLD_WP/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5a7294440677536686c7cd10694999f48edcc66 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec25dc8d17290af340cdc6efd841f64d7c94db9fc40ef7a91dc0385abd2bb58 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-07.npz b/neo_1month/data_split/train/CLD_WP/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ceb1edea1a8faca3293019a1c9a53cca4a2aded7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa92a07c7827c3c08f4716d0048a285ab189bb8b5fcdbd1cb3660c3a7d6c320 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-08.npz b/neo_1month/data_split/train/CLD_WP/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..19db5e8312090506caf10391ed5b5e3a3ff87dfd --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee908590ef11ecf82689a542a8d1bb2d83ef7bd1ed54915550d068508d57922 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-09.npz b/neo_1month/data_split/train/CLD_WP/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fd455625f1453d1ccb9ebbf785943ed7defda65 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dacd7f95de754f552884c626fed98b731041f6b2e7d6019873bf3f225c266c2 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-10.npz b/neo_1month/data_split/train/CLD_WP/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..feb993a1253f2dcab0dcfe7864f502d75ff3ada2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae22d6abc3ebc3efc6b657d61a42c928357cbc7533b5c88f126aff1557bae38e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-11.npz b/neo_1month/data_split/train/CLD_WP/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..743aa639e01289daf53f7d4a2be58ba15dcdff26 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b5870c2c09fee1e6ace2ae65b0cb7142e78565c8304551d595b17668ba1d30 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2011-12.npz b/neo_1month/data_split/train/CLD_WP/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..571affa912f85c241b22a2d8e383668a862fef4d --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c21822bbf0b9800a4d863be8890498bfc279bb91a9c96845327a8bd05616b3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-01.npz b/neo_1month/data_split/train/CLD_WP/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..bec6496a5954f0fae86f4c7ce7e3ba9715f8cb9a --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cf0cdb06cec4d50c3ed3f4bc7bdb3cd45efea9027586a73a876ef9f2fe3b6c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-02.npz b/neo_1month/data_split/train/CLD_WP/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c982a19f1d4bda4a5a29cf4da4516abfe57fa0ee --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad8d5fa9dc98f737649b0b0493e19fbf384b9386682efc9d1afff4fa3cf7bdf +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-03.npz b/neo_1month/data_split/train/CLD_WP/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e470a5b6c18628bbfb12d4b89211eda126762df --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb2445ad71d7ee536a033c8630126bc04068bae77e7712f20323c03d257e96b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-04.npz b/neo_1month/data_split/train/CLD_WP/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..60427596a0b198f0ebf68d004dcd5a2b69b7bc39 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b297a841ff4c365163791f532195953597ab3378619faccfb40866a0870fa25 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-05.npz b/neo_1month/data_split/train/CLD_WP/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4327420803ec35db1b4d3b0c177829e64346a378 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdbe2584a5ad296dc17a4d0e4ea60ab277eaa2b1146ac3a44106c8d7520525f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-06.npz b/neo_1month/data_split/train/CLD_WP/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..277a666b78d247082ebd03d7272027470f9fd622 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2ab697af7fd2e4adfc66f47a40d4f335759c32af28579fbfe4fc82968c2c2c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-07.npz b/neo_1month/data_split/train/CLD_WP/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..680b4fc6ae9b768e61880ada80582a93619b69e2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539499e681fddbc38fdf4b80abb35de7aa4e45434342d904254c76e5adfeadc4 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-08.npz b/neo_1month/data_split/train/CLD_WP/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..31f30ebe12ab9d96ededf6bc40b8038fdc9e18b2 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59dea9bb78a4e94ed88df4baea02f80eccbe257d2cb190522023344f6cbccac +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-09.npz b/neo_1month/data_split/train/CLD_WP/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2d51023a4686ccbbc2e9dfa203ca43dc9477fc6 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325f0429e2657c1dca27378785b11b9002374ab84c2b0864b053e257346ab7a3 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-10.npz b/neo_1month/data_split/train/CLD_WP/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d86a448d9175e49a40c2277e9b97bc988af3f141 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a9cb95b99190e64d67ff3e3fb63745e4eb43f814658f92080ff60db001686f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-11.npz b/neo_1month/data_split/train/CLD_WP/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f0aef2acbfd1f8c9e25864285c6957dc02677fb --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4385eb8c4991fe02bd780b9b3d225926353aee7a14622f9ee107b6490370c5f5 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2012-12.npz b/neo_1month/data_split/train/CLD_WP/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..91ac2a4aa3f0e0dfdb7a86a5cd09e0e313be5d07 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ac2c53debf3ce65bb61a636da59f499fd333bb4901ebb7e8dcac8bff275f23 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-01.npz b/neo_1month/data_split/train/CLD_WP/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8524f631457d14c1d2b8c36c0ce6a0d87a495ab --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111695a247314cdf29a53c176bd561a6294c41bd635d4f7230f209e3659c233b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-02.npz b/neo_1month/data_split/train/CLD_WP/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8aed6f1bedd40d62a427a6ba8eb051c03cd8acf3 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d531fd83bbf84cbb3b9ce8a5bfc92a1e02a188ea7151c2e151020d1e74589 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-03.npz b/neo_1month/data_split/train/CLD_WP/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96c91bab060ce080c48f4590173edcba022ddd72 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab60279ca21e4eed0a58fb5c4b076179766ff05417a49066b6d212ad9273da14 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-04.npz b/neo_1month/data_split/train/CLD_WP/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc22d5605f90530f19fbc68855ffa32e161d5f6c --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae0cd5651763979033c5fc75e51538c7d8ef859e0c6b78917b91b5cf3a65bfb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-05.npz b/neo_1month/data_split/train/CLD_WP/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..00e8136e0cd0306e991413fa310a8c7d33bac3d7 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec6e0484f987d2d436f4f67ebd94d19364409f4c1a741ce1bebfb7063a103c8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-06.npz b/neo_1month/data_split/train/CLD_WP/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a01800c3ebe9378d9b3a50d471865588d70e408 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed287a722aed48706ef41e0bb757b7ba00552c66dddbbae328c5de9a797edd1e +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-07.npz b/neo_1month/data_split/train/CLD_WP/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e1af82e70c8101f71615a69453c9d6681b8484c --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5abd8a544b1b710fc8b513b29700d3528f05ef17667e50f012cc4b5564214b +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-08.npz b/neo_1month/data_split/train/CLD_WP/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2629424ab403c4edfaaee92bada84f9b34250639 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ff89501e58bdd945c0e4c97eb22dd769433778ca819721baff4d03faba9eea +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-09.npz b/neo_1month/data_split/train/CLD_WP/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cad41e8ba09c51402b66cbc6a6bd26fbef04ea19 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b8f42cdac9ec640668db1e78d734344370d23256e1625e2bc4ec1d32d3d092 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-10.npz b/neo_1month/data_split/train/CLD_WP/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6a2bc17746c1f9d151de1ee543558fa06e95f22 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945cd22def6119c87dd12c3e61f0577b4d99c92ef8cb7aebb39e2071deb4314d +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-11.npz b/neo_1month/data_split/train/CLD_WP/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08cb3b75b96c17776b3c1180345850d6cf01908e --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b130d3fe0e243771ecaf0a2be271d7308874a2d5c331b2410bb427874c2e48 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2013-12.npz b/neo_1month/data_split/train/CLD_WP/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d11c67a7a626056665b3b19b7c00d14af8a627b --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131a3a029f607ad5f23fa4a2c545b12b2926544ca9b71918351598dfdc967934 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-01.npz b/neo_1month/data_split/train/CLD_WP/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0a0ff66e049f8aeb2ba32ac237f8741a90a6300 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c82e1b3c3125a5bebbe46801433988b9d89a27a535f1b3864c6f0541ef82fb +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-02.npz b/neo_1month/data_split/train/CLD_WP/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6015f1be93b951f305bc04fed7afaa18c8808479 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84990f9c3fa40ae8604d0851930e79a1c4447fd884f406b4b61330026567f4e8 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-03.npz b/neo_1month/data_split/train/CLD_WP/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb95394f55466845b3b45bbd87974f2dedfa615d --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee891044a45a3a3f1176f62d9736ea877fb806df93dce2b4d3cac712ab35d05c +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-04.npz b/neo_1month/data_split/train/CLD_WP/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8a46a2caa2a0518253e6c3b323d52837927939c --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a585537f792bda05ace6f370515ae717fd8826208964e36ced8825257441091 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-05.npz b/neo_1month/data_split/train/CLD_WP/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8933a99089a1412ab3959209e00a64b35b46977 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2b5c23ac750ebc583f0d08cefa7a4eb366ead8d866d3e6e49019317e54c287 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-06.npz b/neo_1month/data_split/train/CLD_WP/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f62a525eada0184e6f64f1f6eadb3665ff0988f8 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03eda58ed70e676e0700d8fc4a81866c2a817727f4e9f86f0d57879611a95810 +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-07.npz b/neo_1month/data_split/train/CLD_WP/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..53fa676660bb24b78a2a1efb66d6f7456fa9e426 --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175510220a5652db21cd835079092dd9a05e004ba8808261ede09dc6b64c3c5f +size 1166664 diff --git a/neo_1month/data_split/train/CLD_WP/2014-08.npz b/neo_1month/data_split/train/CLD_WP/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..56e198b2f04e91e1adaa01f01e9adc37204abcaa --- /dev/null +++ b/neo_1month/data_split/train/CLD_WP/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fa27cf68ae129b3d53117ac4f62916e379e08abc01a889859f7f4e6bf477a3 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2004-10.npz b/neo_1month/data_split/train/COT/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7071ec27393d21b43924a466cfbdb912c75e3b16 --- /dev/null +++ b/neo_1month/data_split/train/COT/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24124cc626d97eb760c1a6c50a36b5c32f3a3306fbe0700e0694204fbb5afe2 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2004-11.npz b/neo_1month/data_split/train/COT/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0a16a614584d4965f42ef24243e11313daf0dab --- /dev/null +++ b/neo_1month/data_split/train/COT/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e771726547514f6c0d6e084a300ebceb2f8b945107653958fb6b13ea1500c +size 1166664 diff --git a/neo_1month/data_split/train/COT/2004-12.npz b/neo_1month/data_split/train/COT/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7d7d7fc10cfc70f42654dcb08b304c9441cd782 --- /dev/null +++ b/neo_1month/data_split/train/COT/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2497d98f5ae773dca97ae1ddab7b8eac520be488208d6693db4fbd83ac3f61f2 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-01.npz b/neo_1month/data_split/train/COT/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..da65a82c8e3cb2cfc6659f2db72c254f6851dbac --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5886090e0986ea47232c0ffc78e210e12021f02d02d9b3c847f8493f489b3050 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-02.npz b/neo_1month/data_split/train/COT/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e987c51875272f6f13135ad1020dabb665787d29 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c5c2ba55844c143992bcdfa2b72d0b88a0780b680cdce38f4d5f3cacbffe96 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-03.npz b/neo_1month/data_split/train/COT/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4ad4db815c9d6c8f41c86aa3d6a01a6c9b2a0ca --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db98ab1379d23aadf161ee3176b0092b4b791558cefd38a324256601917111fe +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-04.npz b/neo_1month/data_split/train/COT/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5a16a93a3172a619814ef39570066b6ed634905 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6761fb64b56ba6b77caa308432ed5243ff2786c5c8a9146301b7bf92ff2f96 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-05.npz b/neo_1month/data_split/train/COT/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b10da2449c87c346e9af40510eb2e8d3c42b4281 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e55035bf23120cd66995323ad9c355a61fffccd753d4510c527dc046d6e2a4 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-06.npz b/neo_1month/data_split/train/COT/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf2fa76a483f11aaeb69d0a7ff9d4c29fda3a458 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb3b030fe5ffabe1f42f7089633a7491a64f8d57d17aa0bf886e89d64a93380 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-07.npz b/neo_1month/data_split/train/COT/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..16bb12b99171883bee6f624ec44b28de83da86c0 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a83bac08f004e7fdca7926ebfb7528aa73824e05193b4f8787a9bf4bf9c136 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-08.npz b/neo_1month/data_split/train/COT/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f94867eb39f13638ab9efc46dd8532e43f3f75c9 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e1dd5920e285d4d78b8cc3df04da37dec593c508b63ebda42be4e80c43a202 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-09.npz b/neo_1month/data_split/train/COT/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c3f8805070f7d0023052761f2e518fcfadbb93b --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb95521a2ae69b81fa521395c54a876744e82178d7fb4fd62133f1ab18b242e +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-10.npz b/neo_1month/data_split/train/COT/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ec62122e905133cd6465ec20ec73aa80cb7fbbf --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0f57d66543cf6bc80e89377347048a20f8f9710e2b44f58b971001c5eb96f8 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-11.npz b/neo_1month/data_split/train/COT/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..67e19a21ed1b9aaae2bfb86f75065688c6a6ab4a --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0dd76ff5a7a918ef4373abba5e3e9f2dca07cca63048123002c8ae5eb356d6 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2005-12.npz b/neo_1month/data_split/train/COT/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b90f7332caed97505884aa5909f34df71f742157 --- /dev/null +++ b/neo_1month/data_split/train/COT/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f53a5740a7381c183a8950669be158e47326268dd391f5e6d703e0269518a +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-01.npz b/neo_1month/data_split/train/COT/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..62ee54ede41b268c8e8dc59bed65dbe624144c65 --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f408f3806138c96569e5efc2586eb85d5d0127fc8e89abd3821f7271b1159218 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-02.npz b/neo_1month/data_split/train/COT/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a73925b3350ed445cd588ed28c1e5e6abe8d9e5a --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df8a8021e38832bac789e33e39c5c00b145d2424d1c12903d37a2154cfd973b +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-03.npz b/neo_1month/data_split/train/COT/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2520f2062250c6cbd45ea99b98f79bab8a53deb2 --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46c88220b2342ea568adcb8c878e4cd8bcacdea10192932e1fc6843128da8d9 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-04.npz b/neo_1month/data_split/train/COT/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..62f637dae779db75bb3c0892b6abae085422967c --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b104f2519d30bb7e2a3a6308914d66e8b3a87c85a5e4b4b9881388c928b5cb3 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-05.npz b/neo_1month/data_split/train/COT/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ba928fa555225409aeea9a488883952ec7adda2 --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da83c7ebc5568e3159e56eef2d2e3fc83085a678ed6e81b8e15d05d7bc3f3af +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-06.npz b/neo_1month/data_split/train/COT/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..711c13ef35c30bba2de9aba18f98c6dabfdfb26f --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03041757c5ec191e76a6911e8c8039c6b39d425d2e04fb71fbd8dedb044d3ec +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-07.npz b/neo_1month/data_split/train/COT/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac23d7595fc90df3c95116f75522f0539319e45a --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc1384f8edd1b0dcd37598e934c30c0943da98c44dcb3c7e29d42f20cce67e7 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-08.npz b/neo_1month/data_split/train/COT/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..55378255ae22f223d38f86c44f072ba5cdbe095a --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a3bf57b1af784f1a8c0e4d5865473f79a3086ee3bb269645e83f975c512c1f +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-09.npz b/neo_1month/data_split/train/COT/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2620af137b482823a37ccfbf5fea9c756d3e4338 --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e851a513f05f9383e2a275b1ee10f7b77626cb8d77a1017f55183501dadd8 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-10.npz b/neo_1month/data_split/train/COT/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e46522154f0faeef8bbbf0d8cc09522a51b2db47 --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b9b93e9f03f0fa90ec068e87fce43379d70b5928a943ebc086ece2f6c7735c +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-11.npz b/neo_1month/data_split/train/COT/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbda53d7d24b7062d5452bfcf6670b00815e7a8b --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2893657e42e935c8ae5e07ee1b768b8edd6597664bb0cc575e34659f57935d +size 1166664 diff --git a/neo_1month/data_split/train/COT/2006-12.npz b/neo_1month/data_split/train/COT/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e2e68f8d7fc4f141f15d1f4f3c9e7cee8f16681 --- /dev/null +++ b/neo_1month/data_split/train/COT/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7775465091778bc4d0bb295f949bf3203f81a630149e5a08682b6000f315002 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-01.npz b/neo_1month/data_split/train/COT/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..70a9fb0c1cadd275a24fe35c2a21aef20e3c2218 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d84db195234e35a5c5bd02120e839e0a72513fae0071c8a87a9dfdcb8db8679 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-02.npz b/neo_1month/data_split/train/COT/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..efffe4a2d1628058518af0dbc5a57be98c6b3c36 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2147ca45b43d382dbbf74a36dbf6ca5c48d8fb699669f8ea94dc42420fa95058 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-03.npz b/neo_1month/data_split/train/COT/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2199971e217f43dff24c18479429c1e7e827a2da --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb9647913572af1d4e44c375aa0dc7e096890520562d09adc9dd7c93536b05c +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-04.npz b/neo_1month/data_split/train/COT/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbc4a9108e83217d5b52d137ca21e58d3c5bae9f --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7af92a2ba564e7f06c7338c4508a1a5aa626c9c888b87429eefc757b3c86660 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-05.npz b/neo_1month/data_split/train/COT/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e1ac87176af4beae83dda36358d7105561d50c --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a3f5b19335df9cbebdd37b29e2b03446df0f9c5577fef8be3f7dbc5b77e855 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-06.npz b/neo_1month/data_split/train/COT/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc67767211ccc570759d135cb1abf7cc39fdce54 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2647093aaae5b1eefe79ace101ff040e8649748a306f862ffc79ceb02a2b82 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-07.npz b/neo_1month/data_split/train/COT/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6cce5950eb2b056e5a989c6650eb8e328864ba7 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b6e062b3adf74170c3a65ee810aeda920afba3af664163f44143caaefca83d +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-08.npz b/neo_1month/data_split/train/COT/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e55d6dbabe3cc562ff01cc827693ed864467de1 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508be4750a1054a60754ebc55bd2158e907b78bd4d2b28405a962231ef95d729 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-09.npz b/neo_1month/data_split/train/COT/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..92b712aaa5aa0b41841bb083fec7ce2df284c9c6 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bc6ad6dd25f543b8e9fcdf33a0202014757d5405edcd7952c5a18c9e458746 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-10.npz b/neo_1month/data_split/train/COT/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..60f1811a3a930b0a0d9caa0ea33360789fb2d598 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406c7dc9ad4d9319097f0e9ece4efd8b8ed87d014115b5785e9a9c1c193afa1b +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-11.npz b/neo_1month/data_split/train/COT/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d346f5b196a58a1b96cbb11a331431342fd6cef --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09df47e3fee8e9092099548ee697e98e98d159dfa3963137a692675fefe2311 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2007-12.npz b/neo_1month/data_split/train/COT/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..90ce577fbe08e2baf835d9cc799156fea35f6602 --- /dev/null +++ b/neo_1month/data_split/train/COT/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ffd4f05087055e2dc6d31cd11f23b3122aaa8443f973a5950e031e92fab461 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-01.npz b/neo_1month/data_split/train/COT/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fed95ccd6e3b58bd9acb5f1cb5eafbe1c69090a1 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6433434fdb90530c6913951797630b36e0ba7521598ae8c4baa27297344bfc1 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-02.npz b/neo_1month/data_split/train/COT/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e14a6d851db3b725c18ebaabb413ded8721384a --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10c369f54d7346bfac8370eace7c7c74a5de1c0fc3a1421ee163d1b57df8370 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-03.npz b/neo_1month/data_split/train/COT/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2546d5b86933b5c459317ccf0d16d7d90a80459 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1451ebe646e25edf781e4f7c0b2f50a7fe54a592ca56437de88231a479cb09b1 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-04.npz b/neo_1month/data_split/train/COT/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..181112c41f6b5997f56c96ea19d77c1317a7eab3 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc85fd1812888fb3dafdb589b740fcee773f6b971157b1f4b13412729ba626 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-05.npz b/neo_1month/data_split/train/COT/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..082942fdcea0c0b4b6a5d3c0e4cb27277a64b3bc --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ebacfb319549f277cc290c04eb290b4895561211e91f2914e9e9199ae383eb +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-06.npz b/neo_1month/data_split/train/COT/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2db199d4829e16352c913e68d3e790348dd8474 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc779ccfc9ebc4dd031c575e0a506c6ff554a78710a82caa6c84deb3d58dcfd +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-07.npz b/neo_1month/data_split/train/COT/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..75623b0b8c9502e88d842797f5b83db798cc51d9 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38447dedd820c540a50d675ec8ec97763c52b2b800ffb0f71d9ffb54a8bf44a +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-08.npz b/neo_1month/data_split/train/COT/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..827fad2f6ebe5fe26a61a011b77fcf97c1d96833 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf37d7e4fb215e82ae12d8fb06ea7015dcbb659db3c337ccc30b2de3f77b7897 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-09.npz b/neo_1month/data_split/train/COT/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9edae89bbec4b2443cefafe5f066671edbfe09ad --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b419f7f78b622516ec337ec3e46f7a1a81bd8269fd87fe4306cbd5f87b7403f5 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-10.npz b/neo_1month/data_split/train/COT/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c823bdbe38ef691f76be626a8fa80713b4ec07c --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390a794b58fb80325831a842152c8a932e3e09e091b64a71c895dc0b515761bf +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-11.npz b/neo_1month/data_split/train/COT/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b43986676f5a3279badf1d0d5037a7b002291250 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8458f42e7d131587509bd77b2b0c6b9bb4f9fa5afb56f2d02e88225879f446ec +size 1166664 diff --git a/neo_1month/data_split/train/COT/2008-12.npz b/neo_1month/data_split/train/COT/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f539137bafbbd2f074b70ad7951d03cc1e054573 --- /dev/null +++ b/neo_1month/data_split/train/COT/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39938b56aba0d13dfda1fc73bb612429028e91ba956ef32bc602d348a00d843 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-01.npz b/neo_1month/data_split/train/COT/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e7cef031d22f58cda355ff844068879914256f7 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d27cfd230ca36051422e753a8e3fa1ebc53e4f632da8ca2e8cceafe5ace4389 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-02.npz b/neo_1month/data_split/train/COT/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d4ecae2bfa013ac3672b4515187531129b25743 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4b03fd98f9f441009ddaec61fc2e838ef18b73b984f84ab839916f8a50c796 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-03.npz b/neo_1month/data_split/train/COT/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c2be521bd27958fc7333b85f67aa8127756fc2c --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce6e8913944f640007ecde011b74f1febe8764e29f6589b5819a746d0881a7b +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-04.npz b/neo_1month/data_split/train/COT/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8afdc3ad703cac5d5201aee06f6628d6de8af4a --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43300ad63cf32f2eedba6dbda422849fde983b1e6ac30e6776c09028a333e1b4 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-05.npz b/neo_1month/data_split/train/COT/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e55cafb2dc54dc49529b7e834b4a76debd7ad92 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c14d4e7edc45158f82d8ebf5dfcbfb8b91c69a17ed4a0102eaef22a88153379 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-06.npz b/neo_1month/data_split/train/COT/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0490c77ea202ba7257dcf995c6335e8e6836148 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cd7ebf2dc9b1044841ad794018df88af23ff310a807eddb9b36da681f2819b +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-07.npz b/neo_1month/data_split/train/COT/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f16a20cd6b13d073c7bb0356215e76c88f609aa --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe92e21049589ce614335c7b9226720b86c0f11e217a2bb19fe41aece0f6d74 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-08.npz b/neo_1month/data_split/train/COT/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..14d4800791e80bb5939b8d84100575dde1d0cb25 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f62e2f7b5cd6c284ca2fef4630a784a15647f64177802ab913072b17ec8e0c9 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-09.npz b/neo_1month/data_split/train/COT/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b6f8b9b06bfdfc9a66db1e0a2784a1c2cf6ffe --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6168959c1b1b159cbd7acca7444f994ddb853e2b15317e3c3c8c79111c0c564d +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-10.npz b/neo_1month/data_split/train/COT/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..640516f52aba3c1c56969cd0495cb19718040a89 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbd325f50df0bcefb3507b1519ce1464ae0a4b9950465c73add77ce55309389 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-11.npz b/neo_1month/data_split/train/COT/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3285c7f1961fefa6d34490627c17db84574848cd --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38380594f91de82d4ee8cfb54a178043e9c5c4c9be46f298a04b56a592902829 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2009-12.npz b/neo_1month/data_split/train/COT/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa286cd17700c8102d36bd243ba8361f2371f203 --- /dev/null +++ b/neo_1month/data_split/train/COT/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b21c250f4f28043daf354414a39346b79957ed3dacea5ddd3715dca54d999f +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-01.npz b/neo_1month/data_split/train/COT/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..27b39f0f2d9acebd3bc6f5655eb147ecfbfa37f0 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f4994a00c7adde80133bb10468c0dd76baf0626002484d2864431870d68b7c +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-02.npz b/neo_1month/data_split/train/COT/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c4091580151c79f3d7cc35abca7a355da7b66e8 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e783cb9521c6550d1e9a8908040a188619cfa82982a0e9ce2d4a55c776b738 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-03.npz b/neo_1month/data_split/train/COT/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e16a3b81388333714e92933801dca72f583d6035 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888213926765a7359fc0a3768f2424e34a7a9ba6a3007e5e70760c356c597b03 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-04.npz b/neo_1month/data_split/train/COT/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b7ba4bf46a1b308221b03a23a2846e4dadb3bd2 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8736bcd2d34fced2f6da8dbafa49f040543c1b7aa5e6501cc07f957f09522f +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-05.npz b/neo_1month/data_split/train/COT/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cceb5f1c1f6eb346fc3cc1c0a2c7e3fb8cb9b345 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa871bb6e2b03db72bd101886e54636e8ee12db93f957dfe6c4e10c2409e9f4f +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-06.npz b/neo_1month/data_split/train/COT/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2644a22250598a4a73cc498bee7c80f7240e48c6 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684f34721268422993cd9e4ccc7d5f4655ffea2695f0cd488fdd8075eaa43e24 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-07.npz b/neo_1month/data_split/train/COT/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..957bf05843a8700cec7dcba43f9bcac89c0b5ef4 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a92b65342f2e9348c7a7bd56ab4125883ca55d3e543e51f8d6f0bd8036cf47 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-08.npz b/neo_1month/data_split/train/COT/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac6afb3f5926764bd49c6b46608c41f39027fc31 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e57d1a39ec8abfe56e1586a62458ba6ae91ddeb87e80fe7e3a4e7e3207b70c8 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-09.npz b/neo_1month/data_split/train/COT/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca418f6f2f540fea93836c947388b7c0a1578bf3 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71d915249938b9a8147f8991a2db8d76f02a9f4e8f2741baad9ffbb61945abe +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-10.npz b/neo_1month/data_split/train/COT/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..09b5cefc9a75dc2ee5d32d30d0095fa88654d3d1 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c218d821e6fe95f088107eb7ad737336412be254e4b51fa7109a68f4dea13aa +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-11.npz b/neo_1month/data_split/train/COT/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..58662509e445de2288d1d2ee4e7f409e18111266 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd8844032487adfe8efdae67a6e543795d4566cce80065abd7fc53600186030 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2010-12.npz b/neo_1month/data_split/train/COT/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6394ce7ba71bf95703304b49465f1d507c3954b1 --- /dev/null +++ b/neo_1month/data_split/train/COT/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3e6609e52aa16802c39b0940b520294ae2f74b8a7ec83a8c24ff01986fceed +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-01.npz b/neo_1month/data_split/train/COT/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea5a3df39b40a41094d70c012b95291d662be18c --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10850d3e9ef87acb9a92b98e6c988a1e4b8fc525c60d1338121c2b79b2b8f07 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-02.npz b/neo_1month/data_split/train/COT/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..55965d2f2dbedc4c8591b9dfeea03af25638b92d --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263c1c59425f794db407ffca98c8b063538ec4135de1fc86119c467417738337 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-03.npz b/neo_1month/data_split/train/COT/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eedc6a1d67c12385bf9bd35a26b5196355ad3735 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ee2feadc8098f18493cc7b1d750926c1b38540ddec3a450dad39a33f93e153 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-04.npz b/neo_1month/data_split/train/COT/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b5aeaceb3bb64704eae4f83b85e2e5b40d0e7cf --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42383413afe1996506863e5d38756e2bb4cc4b5db23bdb308c94427f8bbf5f94 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-05.npz b/neo_1month/data_split/train/COT/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f69380550f3e2c47f2651071b31f4fd738c9fec0 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7de392eb5edcecc8d3a78eb8467ef055537c21dd46efdc6c3b47e6a89afacbc +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-06.npz b/neo_1month/data_split/train/COT/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..64d0dede7bc60ed52f4bf644976de461810889a8 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30b6e79ddfbcafd4c32898cd913a3de6d620e734e1816d1986d8f48b5d3e9b2 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-07.npz b/neo_1month/data_split/train/COT/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..83f7b719eb9ffcda553aefcf37e2bb6d1384e485 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb520778d0043e3bc860fe248da09416ee6757c27f87bb58e7c4453e1b9ef3e +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-08.npz b/neo_1month/data_split/train/COT/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b64c3f4b9ff54f9090186910714ad1dd320eced --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40945504e1c8f64f831d115a46dd7e9127f173ee227caf99e8ebce2995e2b82e +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-09.npz b/neo_1month/data_split/train/COT/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6cb7225bc0da1fd77a893c16d02ce3167a23cd95 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452c4fa736126032b0d05da3ab2b3466cbbde705a0af6b8d4e7af87a03e83086 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-10.npz b/neo_1month/data_split/train/COT/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eaa77984e6afc18e6b20ebf5d74a42fdc636733b --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba43c748b6f9bbc5ed9ed2a06e78fa85293bdad15f84213fade370492c2ab579 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-11.npz b/neo_1month/data_split/train/COT/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6054429d1f7b68001547b7b11278abca9dd8940 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4638b0e5e90a07eaea2c5d26bad68591787a5b9b49b6d2041de04a62b2fa9e99 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2011-12.npz b/neo_1month/data_split/train/COT/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1669f22b053f2cee04c749bf5b28d26ce70120e5 --- /dev/null +++ b/neo_1month/data_split/train/COT/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea66c46568a98c664982de218d01467e4e55a51029960f874354993d4ee6235 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-01.npz b/neo_1month/data_split/train/COT/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6944d474b02b8728c9a5e2ee097124203c5f4584 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b03686fa82f56d196e51e8825c8f34b578855e4d71da3340788d0b6503a3e2a +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-02.npz b/neo_1month/data_split/train/COT/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..225640383e72acc8ce2659f2c8e6144d9038fe1a --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f9903ca197a71e30eeef92438e836030c2a60197f729d51d04e7e48a6ef6ad +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-03.npz b/neo_1month/data_split/train/COT/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..de0ba75e63c1c31252829da5293e0cc4ae3dd437 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505764afe5f6bc72d041c1acb7f48b55dd0ca595ca5698f19440d27250d9f440 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-04.npz b/neo_1month/data_split/train/COT/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f621fbb46dba7b6a271fbc79a1c32e27dc0c26bf --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4262bcb1933534a1340a8b11ec220748b3274c5be91ae03714ba6bd92bc275 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-05.npz b/neo_1month/data_split/train/COT/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8d87a39f6620a2928be498ebfc30826e5125a92 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ccc5dcbee55ea448a1d9edb5b4788383fe91cfcef77a0af0fd318d73bb3523 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-06.npz b/neo_1month/data_split/train/COT/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..979ed240f73ff24a1bfcddd180f528b95db4bf54 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211facb279dfb64b16d718dfb3262630171a7e8078b4dc86cd95b806d7054bc5 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-07.npz b/neo_1month/data_split/train/COT/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..67335e2554f258182140829fb9ec23227c65794f --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb00fb8a31113a3990ba0271b3405100851a9ecb5708cf0513c1109e03f340 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-08.npz b/neo_1month/data_split/train/COT/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..21d53f9c9f9df62afabd7c862f5647f1f06424ea --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c862e93f94fc275851de7bf6343ba082daf73864283a2fe6e661b60a92983bbd +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-09.npz b/neo_1month/data_split/train/COT/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e71724760a1207da370ca6899550eea122e0a40 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a322ada98da22b95ec2ae98030f89f9eb890639baabba56429c62abb5b217192 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-10.npz b/neo_1month/data_split/train/COT/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf194ad0202f5baf3e59f01a7ad9040f999d88b1 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8310da3d5edef56ba5a0a864942b0957903847237bfd5350b51abd9005a22f89 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-11.npz b/neo_1month/data_split/train/COT/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8bf7a8983cb6eaaaeaf33595a457e6d5aff188a --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1dc0c5a8d8087307aa8eb896f18b8c988b2be11f01f136189d5411c4d4b860 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2012-12.npz b/neo_1month/data_split/train/COT/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e10b4a3b8f96c2f92167a88aae29d6924c79a8b6 --- /dev/null +++ b/neo_1month/data_split/train/COT/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714239d07620951e0efe245d15e6e154d2512929f5b06c611705c46182b78ade +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-01.npz b/neo_1month/data_split/train/COT/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7411deb8c7678367a77a41c0b6ceaceb319db6d --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64c48b234074b1a1c40aac1ed0e0399ae7324dfc0a7794d92fd504ea8264ab2 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-02.npz b/neo_1month/data_split/train/COT/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4aa0d56e4e44f3997656e0567ba80997dbf3038 --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583332b9d226f663304a86016390505354d1d64622fe3af9ef8742472616e506 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-03.npz b/neo_1month/data_split/train/COT/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7784ed3b1a59342e65f316647adfb8f9d895a51 --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7b2951fa084d22890838552514d2ce3b507e38bceda28bd0f82c40cb91f983 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-04.npz b/neo_1month/data_split/train/COT/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..727d31324239fc6136f9ef1bc0d8bfe86e7642fc --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4579bc745833982d23c5ecb5b359c55d3b9da96ba624c819b1c457fb9b561a0 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-05.npz b/neo_1month/data_split/train/COT/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0243f407a457b15e4e10fb3672e7e052c9407670 --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf318e9db3ce5141d259f0ebdf5086ee79cf86e17a58d4c792abc87281955e2d +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-06.npz b/neo_1month/data_split/train/COT/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..780639086aa7b0ac04fb6797a09e1fd26fab988b --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed87d8ae605404669992d46e11218bedeea007ced937810305a814e87580789 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-07.npz b/neo_1month/data_split/train/COT/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad24dea59ea434717e3268e06b62df863d16dceb --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872f9dc39252f6a6a995eae5048451756f3115756036954cf6e8f8cde4d13926 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-08.npz b/neo_1month/data_split/train/COT/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..75e4f804ea279749c11555d23b61c9a6d93b188e --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8547506984f5a4768e9fc25c20ff8d74ce59694a872d2068fbc1043488d1e075 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-09.npz b/neo_1month/data_split/train/COT/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4b111f4a0ed8c1ccb1de8f70f4465840f534c0b --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6aecfb577e9b1a72bd574fd66957ea8f6143e4516082b5a4366156d0104d54 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-10.npz b/neo_1month/data_split/train/COT/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b5c7e80d64a312b4ba38bcf9a6d9eb6f1cdde70 --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9bf1f0a110f4a12b5e8d05f32f3611ef0eb848cda9cd5f39728f36ae679157 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-11.npz b/neo_1month/data_split/train/COT/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..843e8ac1b832bc00628b52b3d4d840d4bcea2c3a --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf7b9e92e4ae196046bbb0d38af2ada4184904ff506ab8d9a35f2b6a3d7443b +size 1166664 diff --git a/neo_1month/data_split/train/COT/2013-12.npz b/neo_1month/data_split/train/COT/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..59fa7a2ebc2d8bb1fe065b21b0fd586846cd8cca --- /dev/null +++ b/neo_1month/data_split/train/COT/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c5bac5663f6883280f6afbb84d00885a2bf53504180263a8e6b569aac42eac +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-01.npz b/neo_1month/data_split/train/COT/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..57bb061b7e5a617e379264cbdd3b4360a6445061 --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d84334be50d10fe79e629ae805c4cf1cb196a3af70be56e1e7cf23ef390a47b +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-02.npz b/neo_1month/data_split/train/COT/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e1e8a29770fba21eaa2e93fdaa4c9c47244c707 --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e030c778fd996a414d6b8c6db79d253bfd70bac31016c1eb922e8102412b52 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-03.npz b/neo_1month/data_split/train/COT/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ea6ef25facf6e4f15d8a54f40db2d6d0f346598 --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a8f4f8a58fdffbabfc93d27ac58c45a0828603a82b61fc9a981edecf8d9d84 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-04.npz b/neo_1month/data_split/train/COT/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..903c9c687cf6bd8ed3b35b1feed8367fc72ce205 --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312cd1a69840281161b5e6bf192898b54752502213e2a96eeddb7e894560c2fa +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-05.npz b/neo_1month/data_split/train/COT/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e34f0d761a44ddf22c0556f45edf778c8b3c38f --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284c1f538e360c13697fd34e632711f7ac18ac764332c719ffeda44b1bdac5d7 +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-06.npz b/neo_1month/data_split/train/COT/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..afbfdf32239741850f09b7773bce4d3cda98a45b --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465c1acbe894d685acc5eba74f3853f8b382f804244241d2cfd1e3e84b6c011c +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-07.npz b/neo_1month/data_split/train/COT/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d01f7198f7161ea9b1761a7ca5de747587344a56 --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9079ddb7f61622120bcf39034fd16c538f7438928321a4855fb8e0355bedb +size 1166664 diff --git a/neo_1month/data_split/train/COT/2014-08.npz b/neo_1month/data_split/train/COT/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..481f91b62e4b85db389d831399202f080f0d543f --- /dev/null +++ b/neo_1month/data_split/train/COT/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3142fd86aadbc0c904305d7e3a6e37902ecb687bc0798a2977529cf8631c45 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2004-10.npz b/neo_1month/data_split/train/CO_M/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..04e5f130eb9cc6e257f997173cd35693588f89fe --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d903574122deb905caa81e2d6a638d6328c7a876489826f42a42ea536c9d45 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2004-11.npz b/neo_1month/data_split/train/CO_M/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9ee9c22e9b905f1a72832c6eb49acd867b52bfc --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e2fc18a53cc1c5043aabe3c99f8a7197797cfb13d681509c8c5676e4425cb8 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2004-12.npz b/neo_1month/data_split/train/CO_M/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ddef9d1051b2320abf5473a3a4d0b5d938fd47f --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03ab4fd4288a0acc0200a82deff80c31cabc4ef971ec26fb42a09b4c7f5ba82 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-01.npz b/neo_1month/data_split/train/CO_M/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd00283adf2918d787054087f3e372ff660f2536 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde3e6088059c107ba309c26d5c6162f76c2021a9b863a49bbf2a39e3647a3ec +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-02.npz b/neo_1month/data_split/train/CO_M/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ab0a7e1138480e26accd6b46e454643869c0491 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b692583014ab3e60e0217e615a0fcaf4b8eedaea28ccd625fdfc9f01a50df98f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-03.npz b/neo_1month/data_split/train/CO_M/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b3c8d97367397adc1a1b370978b896dfb782340 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daddd9631bb601a5b5df1e1e745c49497da58f043bfe79f4423fe1a3995b238 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-04.npz b/neo_1month/data_split/train/CO_M/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..55a348c6783ed75a88173b6c397d0662d52f36b4 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9485d8e454e6308535e7af4add1e9f4e9d17c6406de66a260cb9053f1a381e65 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-05.npz b/neo_1month/data_split/train/CO_M/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..33b30999135298b1990e584e69c7f86a036e2543 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17935de6cadc9e709098f65eb73b505d7da34abcfa7b1c63fcf97534a918e78 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-06.npz b/neo_1month/data_split/train/CO_M/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4826ce9654d648c025bca6a8f5a05398519bfcbf --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f7114c03b703df8f7ac5853286a52a57aa57f417a33bd65e1ab4edd8a41f6f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-07.npz b/neo_1month/data_split/train/CO_M/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a61faa4aeee751892f4a2e859573ab719ea99388 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8a291e031706f58ed35fb519bf706c93c05f789fce896de9de16d8fe3429e3 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-08.npz b/neo_1month/data_split/train/CO_M/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..40a50808f15e818d2f98366c08bc718045426c74 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661624cf491358538ee860ea331e00cbebaf92dabddd13efe100c27b731f9695 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-09.npz b/neo_1month/data_split/train/CO_M/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4e957a0937ac1f84a2fe56c6b963a1cedeb45f6 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e394f7c688c9cd5853ab542e5cac25f91ebbab1c2fff9e27ce80060e22cd680e +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-10.npz b/neo_1month/data_split/train/CO_M/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1eec787dbbd6ad12afbd1f71726e9b953471dfcf --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e3fb420e9464b38336603f44910280193b7f0467150d677887b238418355be +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-11.npz b/neo_1month/data_split/train/CO_M/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..273896192fd45cd04139cf8031c55dd386850c30 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d24adc8c57d04c93fc83c21705ae840320ff82793993e49ea194d0d95ba88d +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2005-12.npz b/neo_1month/data_split/train/CO_M/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b2f1b10cc3b0c6dd798faa4ce045fc79761a421 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba41bba16c009a0460a3859462a9e111add802372eccd80ac8b19f8dcfad8248 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-01.npz b/neo_1month/data_split/train/CO_M/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1f9e3c1b188eb19a1474f794a3cc93eee1b85b9 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30de7331d868c6c7992c3a7fdb0eb752132194e0c2af9d60f1092c31936a8d14 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-02.npz b/neo_1month/data_split/train/CO_M/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bea86322054a0f7b4de71385eb559691a854e1d5 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764dfab2851ced586cfaab442e186d108375dd000ac2a8c3b9b99c69a6fee0f8 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-03.npz b/neo_1month/data_split/train/CO_M/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..84891da856f555c63f3ed628c0a76e4a1501804d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6a79fbb4d36efe6a74f00f2294cc04d9de7d5e7d3e8630f71c4d14d48bff03 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-04.npz b/neo_1month/data_split/train/CO_M/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb58fa8697190f458579e12a4a10e87946a2d14d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f18c2521a86746d76c047e04c0da8bf89e7a8a2df21cb02516e2a4e12fac5d +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-05.npz b/neo_1month/data_split/train/CO_M/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5f2fc456bdc865cd1650ce4cc876806d73d3470 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0f4ca4d54b408acd83818088b4c87e5877e93adbc228389e77b1fe57226f8f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-06.npz b/neo_1month/data_split/train/CO_M/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9ed77949ec093c2fbec6051472c5231e7bf2785 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec1b67864156ad9b77fc5086f179498f3d478fb072fef866833834cbebdaadc +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-07.npz b/neo_1month/data_split/train/CO_M/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8065b1d3d4a845d2564590b982884c48e437127 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be93a8e2fc339b7948b077b4b65795aba7eb47f1541d64ebd620cd6f5d59e936 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-08.npz b/neo_1month/data_split/train/CO_M/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..af1234517e44cfc807ea9d0716f54df866e2eb7a --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75f50b62d4bfa678c10813050b6a10c5ec43392a99ad97935e46acdbb972caa +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-09.npz b/neo_1month/data_split/train/CO_M/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b03ec4bf2727162483714ee608c1801676aa093d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6359f224cc792012859cf64a520da191d5d2149669fec9ace99e5897c8d5b22b +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-10.npz b/neo_1month/data_split/train/CO_M/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..861a2bae3f333d127867eb4f14dbc4ac7a5739ad --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f57658384838cb8d8bc15a6ec2bf4b44fb62fa414eccc3d1d93ebdff58adba +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-11.npz b/neo_1month/data_split/train/CO_M/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..46fe9123f7a6361b68c9c9525c8ec37e77279d66 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fdf9fc6ff9adf4f2591f66ea00e5cf9527116c1369835b219aa7899af8b24c +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2006-12.npz b/neo_1month/data_split/train/CO_M/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b94713932e0444857ae83cf7654dde89bfc4a2f0 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a21c3fdab4df4a1541449c60646a20190e9f7656ad0bfb5b933f49430e71e8 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-01.npz b/neo_1month/data_split/train/CO_M/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9dc8411f5c961a8d84ae689aec9eb4e6cf1cea7 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b46522973243a46078e7c1f827235555c7aea6bb1f39815d41425d88b4aafe +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-02.npz b/neo_1month/data_split/train/CO_M/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..204dd5b1a3ba7920f4b4463afb11288305173951 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8bbec4d98744deacd206fab2aefba71be4ab52c85df7a188cb955ea423c197 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-03.npz b/neo_1month/data_split/train/CO_M/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6114d44bcf745f249ea93099e931cfaa7d8e8247 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6de5100a53cb485d52af15d47202cf17a99460d6e11e1df42305d51185be68 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-04.npz b/neo_1month/data_split/train/CO_M/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..98e0a31f0e8381be73649296a0f856a1b6e9c7d2 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7fd653eddc1e32ac7a1fd92f9b5080032b2f4ad34de3bd3d8abba737108f9a +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-05.npz b/neo_1month/data_split/train/CO_M/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6b70dd1f1a06393674d54420c48a867374feb89 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a563d7b5a8e6abd2435b63d3c0a1aedd7be9cf7e33fbc19e934fc774150427bc +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-06.npz b/neo_1month/data_split/train/CO_M/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e9d90b977f3479237530a23109fc80813b6b4d2 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8533947309d39a07642c90d4a3220b25c3a7fc3fb71970929c8d3d1091dd02 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-07.npz b/neo_1month/data_split/train/CO_M/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b201e12f376718fdf0854e2b350b8c9cde43ce45 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85374cab37237c41e0719eee3fdba1cbd2f1c96319525972fdca3006d7cd45fa +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-08.npz b/neo_1month/data_split/train/CO_M/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..37634e8e9f751d4e6142173d2e1d6d2ee7d27973 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703901e9eda790f0b4ed0dceeb70a694ca9b4cf92769588bb61c142697b88b12 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-09.npz b/neo_1month/data_split/train/CO_M/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a9d22a7507c1e3a8b000bfe253a1c88850c526a --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c16ab4060ca76c91bbf24dc97c0d5acaa3cc8a16e6b9d83ce69874cd0059042 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-10.npz b/neo_1month/data_split/train/CO_M/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ab05d97910e4fdba040d006fe2f61ca408fd2d3 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523f54fa3bd55b4a88b34426105bbda8d95c9c4bd861929a3927c0904308861a +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-11.npz b/neo_1month/data_split/train/CO_M/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddd7cd2eeac66d69f954548d1544e4bd7d460fba --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43211b41041187f1c2fe27f11e047603341485655c2991d4897eedcbc102e80f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2007-12.npz b/neo_1month/data_split/train/CO_M/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb9ab1b6c6d2aea9f8add6a75ac8738e069e1a0d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256bcebd393251917cb7224200c29c434aa0ecfaa79d80163609301089573f3f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-01.npz b/neo_1month/data_split/train/CO_M/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ac3d4fd01e29e79e050fa515456e20f5a1edd65 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c6dcbc61f7240d4e4ad5d0ef3837f71f26937ee112ff2591db5c511fd6b538 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-02.npz b/neo_1month/data_split/train/CO_M/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0e8c6548eb1e55c0a9120078b5547f264c9dea5 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f484603aa5a009c56c553f1e7e05f59c5ec2335e189e8d1542cb6db78812a3 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-03.npz b/neo_1month/data_split/train/CO_M/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..24ba911540ac6696994c4199406e244c50c5b10b --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1808bcdd40df8cdf3c4099ef472649c2754415fd4371fdd46e4e4bbde5ee4800 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-04.npz b/neo_1month/data_split/train/CO_M/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfe76f0d32391c62a98e2697c157ff8f42f634fb --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8bbd2b5bc76dba6b136c1fed4903fb48029e8d5d7f769b96b5c5816df8093d +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-05.npz b/neo_1month/data_split/train/CO_M/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..52d12f64325f1ee692e92a42a9ed22cf9fa04750 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aea4b556e678ddf962250b66ffecaea4646d6adab6fdb7e558ba8f6232b34ea +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-06.npz b/neo_1month/data_split/train/CO_M/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..21f6cf1c992042b3c520781aaba99ff1fe1b2d1b --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d413d070aa2b91a319defb5d6be0c7657acf4fed8c06002c5f4f33f33d3b1739 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-07.npz b/neo_1month/data_split/train/CO_M/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f4ef2d589fa0d2d59899d332ce25cbaf8368e80 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93a88b369f94a661120629fe0446928108589c9f050522e9a990b20f5c5437b +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-08.npz b/neo_1month/data_split/train/CO_M/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b0e0f1042e30edca895e5cb819373c689e8ab7d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b6dc7819565827678a84b3835a6aa0c6a0bae40f269534de19653884ce9095 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-09.npz b/neo_1month/data_split/train/CO_M/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a43f36f8700da41de4eaaf7cace2906c771f5155 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3604ed6e7f1ad2490de28314dd013d7596060a319ceaca85800c49127501fe9d +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-10.npz b/neo_1month/data_split/train/CO_M/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9de2e90af7b19752000f9d2dc6714adaeaf57178 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddc8576d5ac8a7e4f4532452f48a6b748d415722254bbe4bdc3476ecbccbdbb +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-11.npz b/neo_1month/data_split/train/CO_M/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4f62b42a07842d6831b68db020c84cf2e396213 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605835e3aa86c4bde13ab23eb55a30ee4fba9ed83f92e8527fb226b7bfc30a1c +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2008-12.npz b/neo_1month/data_split/train/CO_M/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b18796f71226c8ee49a4124f61b5e8b607fe7867 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068a86d7bcd7bbfce94bb0a2ede98bd1b757aa45eb2470558eed7aa150f33c02 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-01.npz b/neo_1month/data_split/train/CO_M/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..455949c924895e7475400e24d1750e3cd27ef87f --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9762f06e5f9127a147774def348fea4cb3fb9549495d3d4dc3d85351ca4dda9 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-02.npz b/neo_1month/data_split/train/CO_M/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfe08efc4850c7434da43c18afa345c3c62ffd96 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dcbdb2c534ef10937e444abfbedc9d8411ea363b773993f40cc922eb5a9937 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-03.npz b/neo_1month/data_split/train/CO_M/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0c3ba3dbfa75506a0b8507c8d7eba74a11fc8833 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a06e853ec4f77167324fc73a4c2943f78a0f93325d150e8c72b75de0a38c7f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-04.npz b/neo_1month/data_split/train/CO_M/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b9265aae81e12cf8d83ad37ec36867abfceba64 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e70a461eeca1db44efbbbc32af852b6454ed32e35ea9a8338e22d1b57c3d36c +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-05.npz b/neo_1month/data_split/train/CO_M/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb058c8ca00fb5c7c1a762feaf1536ba889b9ac2 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8b240cdb4e94867e5645a41fc30109849375b8ad2b881defea1ff4f04c2451 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-06.npz b/neo_1month/data_split/train/CO_M/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..62214e5f620f99e0a9033a0b37e92eacc94f85cc --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e231cc21c02f2e9acd353aafcec61e790f01e69c19e708ead50e2a8ea3b2d1 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-07.npz b/neo_1month/data_split/train/CO_M/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ee62b83ea600eb32fa7d7a898ccd426dfe56335 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67a6c3b0c2450c5374a77068a9454e8fc8fcdee33629643b7b95550399f0d03 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-08.npz b/neo_1month/data_split/train/CO_M/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ee62b83ea600eb32fa7d7a898ccd426dfe56335 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67a6c3b0c2450c5374a77068a9454e8fc8fcdee33629643b7b95550399f0d03 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-09.npz b/neo_1month/data_split/train/CO_M/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b56aed31f68cb0f71478d645fe4a8590dedb258 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be18acca317e342cb3f859cde0b0bbf63b3295c26f6770a13e85d25c2fc0cc5 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-10.npz b/neo_1month/data_split/train/CO_M/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b56aed31f68cb0f71478d645fe4a8590dedb258 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be18acca317e342cb3f859cde0b0bbf63b3295c26f6770a13e85d25c2fc0cc5 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-11.npz b/neo_1month/data_split/train/CO_M/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..592e42f6015659c9babb998850f9bdf95c96a1b7 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bb1004dd38c9c80375008a70b808570836e8d6e596ad6a5257eef3cbacac39 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2009-12.npz b/neo_1month/data_split/train/CO_M/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ff58f577cfb84c75d0cea46b2880038b4c6c009 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cff208f74e63cbb6cdf29bf80dee674e1780e4d6c319d8f8ac2cd27dab2057f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-01.npz b/neo_1month/data_split/train/CO_M/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..75ed0c75f8bf6014a79b24b541ce4ada8cdf18b0 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549c4e08ad0b8fb617fbe78aabf4c33500c6ff90277557e4aef0047bee92d134 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-02.npz b/neo_1month/data_split/train/CO_M/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..68ebbce3cb46ddc05d7633a0536d08060fef4da3 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fbf35924211f497c2a0c9f04ed59bf4c7225ada6f25078ae7801869255f2ba +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-03.npz b/neo_1month/data_split/train/CO_M/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdbcdfeac57155cfba5fbdb8c7b09e9549471cd6 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08efbbd8123f2fd75fdaae58b48ab28f95de8a04f4a2a59128b30a6b433a14a1 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-04.npz b/neo_1month/data_split/train/CO_M/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e46756a392cb0e0cf2d3f56f0f6e191df437fda --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0195651861820cefeba7dbd9a0658a8184ab9ec22ac081e5eccf0e98c1aebb +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-05.npz b/neo_1month/data_split/train/CO_M/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a317efb06b721bc153295c31e957aee108747293 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7bdb188a6dc41e4a074739822a7a3f86beee83895153c498ba7addcd8598b6 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-06.npz b/neo_1month/data_split/train/CO_M/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b9e94a2bf7fc2ccc6a704c4e12c48c2d4f882ff --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5b170581ed8131b2323250ec60f9e75fb2d52e8532f66a51d7af28e0b8e8a3 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-07.npz b/neo_1month/data_split/train/CO_M/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfd74621e4d12626eabe7c311e1cd60bea9201c3 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d109960f5928d95d0b1dd36dad4cc46fbc60d664cc66bb8248f6702aac1d271 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-08.npz b/neo_1month/data_split/train/CO_M/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..63fc7c3776729c1297cb978bb799ecd73707c8b6 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddf5c848a602a31404ad51899a10ba581e90f03fe3b3bb1db013816ec560e5c +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-09.npz b/neo_1month/data_split/train/CO_M/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb70a80a1ef2bd9138c5f0531c41b884a276756f --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760b2959479b81017ec9a385a7cf1b49fb30eb5a15b03f251bad82f0288f8558 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-10.npz b/neo_1month/data_split/train/CO_M/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6abf35d041ecf77c192af32c42d27a5e26d65e1 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba19b8d133050a788c57aabe66f7c9699c5561ed8c82f80ca4e625fda411981b +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-11.npz b/neo_1month/data_split/train/CO_M/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..30dcab68e497a0c9df49d915cae9e35eac8356cd --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3165a9000ac35893b9b4b88d13db8ba6278d125ae2034f7d7eabec4789709fe6 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2010-12.npz b/neo_1month/data_split/train/CO_M/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e2492cbb5b4033f3881433815fe81929d1c454c --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf53ee672031a78f271f8126b4aa39457ad016d0ea493b2d41373692eefd8a8 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-01.npz b/neo_1month/data_split/train/CO_M/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2758eaf8491a9c17c4524a87b5dcf28703643804 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46833b8ce99ed9e13819f8064a6877c601c72398314005e7100a07889da8d8e0 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-02.npz b/neo_1month/data_split/train/CO_M/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ea078650c257a58b4ec663f14ecd1b0956ca02f --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c78a7e8407e2d24ff33ba84190d35805a48f57849965384192f69172388d8af +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-03.npz b/neo_1month/data_split/train/CO_M/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fe5451f5201538ccb5ceb11cc959b796cda0ff8 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e60c361949061c856374d461ae595276f06a49eefb144c4018ffe37a481b6e +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-04.npz b/neo_1month/data_split/train/CO_M/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43a66ac547ff581e5cc49efe4e4c297349be0fa1 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e043111832de7489e71665750b66bcc129645819103a4cb8bd3250780d6613 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-05.npz b/neo_1month/data_split/train/CO_M/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..39fbffb0a704c28acb572343f784c65cf2ede129 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89bd0fb8947749285c59999ab6fb93d145dd51283e0c1c4236abd1160e5eb96 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-06.npz b/neo_1month/data_split/train/CO_M/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d1b775d5c8cad1ecfdd9151822cd793d73696d8 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fefd7acdce3a66fe8b9148e39ed5c955f79bd478b995c8bbd2bb6ee34c98ede +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-07.npz b/neo_1month/data_split/train/CO_M/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a3f1fff9e53348fb78339b15208ecc85a598239 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c3fde0cda687b4de1e35341221c18c4b6c58761d3502971d3c164ab4fce761 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-08.npz b/neo_1month/data_split/train/CO_M/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..04526a679fa2f1aade9f04815db30051a96009f5 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f063277799a0abd2f19109cb637fbb9b05765e297b829d2caa7e5b80f4b404f0 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-09.npz b/neo_1month/data_split/train/CO_M/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bade45289d8b93be9109c91022f8092342057ae0 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7cea96ccc0978646fd27f34c801bd0f897a70113fa65c1869d96bfea75b29c +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-10.npz b/neo_1month/data_split/train/CO_M/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..88e25886afe08c7ffb1687bf959a7208de4b3da5 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a8c2bfc4300a895ababe1c099ef8d1cd58a9ff9030fe0db04261bdd3dd187f +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-11.npz b/neo_1month/data_split/train/CO_M/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..308a99a22a1eb697b348fb59d7308584bec2f910 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f616963711b52b5ace0bb4781d5dc0eb528e2175d4c1dcf549d74b1bc17bfaa0 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2011-12.npz b/neo_1month/data_split/train/CO_M/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..92b66e7100e9c6344a2d501994bab41e7ecedd54 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321da9ca0f68b86f8f066f7a48398dfc8e3af8891cd3831797edfa75173bd76c +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-01.npz b/neo_1month/data_split/train/CO_M/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7312c26391e8d7ca8eb5fdb650ae600e520e4fd7 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7279a5d139ee387e7e14e54d306ffd4ec0ef2270f9e7bd9dd889b984765e8457 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-02.npz b/neo_1month/data_split/train/CO_M/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3cd7a214ff1cf35fe8ef4c5085cd2046da04b03 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08286d996d1628acf956675985612771f5ff7e30f8eba22d8299586b3693ad02 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-03.npz b/neo_1month/data_split/train/CO_M/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb2aebb91dc6efdd70d99fedf9803b21a2fc23ec --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d98c96a21c861269db8f2f483d3f7475d6d56c05f1c59d051e03fec148656af +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-04.npz b/neo_1month/data_split/train/CO_M/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc54ae119489380f1ef5c2df6c34a6f8ad9ad60f --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ace8ad7bb612d00b5bcc595a562e343ef3eb97b4013484604fe3847eb9dc1b +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-05.npz b/neo_1month/data_split/train/CO_M/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f88224a3269098f1cf756b92f3707414f00bb17 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e23cad494cfdd8f03ac21b63a29cf847399f427f93cd063e621522367a93eb +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-06.npz b/neo_1month/data_split/train/CO_M/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..390f593d523ca5fbb87ecc6340164b5ccc7d0d10 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ce06723bb18e2e1416779dc943b8f71b6c1d4f3c8f4bd2dac5ee072ca95ce4 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-07.npz b/neo_1month/data_split/train/CO_M/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cb90b8650afb7f491a068dfb2512b7bc415e8ce --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b32bdd4cfc26abf542956a9ac5604de78bae4bd6f62033f2904bb1b5439024 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-08.npz b/neo_1month/data_split/train/CO_M/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..be2e65d30dd5a94fb1812e673ec3144609e1d970 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a6168ef9f1a4f76dbb32efdab6dc4e0a644acadb36ebb93f73495b3815c64 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-09.npz b/neo_1month/data_split/train/CO_M/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e457bfb4780aae370661d268ccb6101afe7b457d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea4047cfbefbb5456cd4fd05eb18b6e04dd8d26b28da35d24033104331f954a +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-10.npz b/neo_1month/data_split/train/CO_M/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9f498d732fde4a98886681c7790040f8e5ad4307 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34905b872cae6a3370d7e85ab7e5f80fcbd595d522cc39e89672cfd098c8e383 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-11.npz b/neo_1month/data_split/train/CO_M/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c500f1dcb139b3944bb702f743cddac8ae60bb5 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb5ee8c2471d052f3358eb6f44458c7d4cbc9df0d04dc189c0d28c2454dec32 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2012-12.npz b/neo_1month/data_split/train/CO_M/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..7852583d0d637ca1cf120c4639ed1182c35f3af9 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6476d0bc5082e5935a495ce8d646a6077473b563e9cc6e77b28ab8eb602a84b +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-01.npz b/neo_1month/data_split/train/CO_M/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bfe59878679b220a944bfb4c067be561fa2c62b --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007c3318b2c67e05b2499761f35e5fe1a98b5eb8ccb3ba94a0f64804aeee04e3 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-02.npz b/neo_1month/data_split/train/CO_M/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c813ea11fd08a8a029590a8598afe25ea7d731ea --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fcabf51acf4eb3d89fc7abe04a3dd88a7fff48153df0224afc5bbe239bb216 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-03.npz b/neo_1month/data_split/train/CO_M/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb90496c4a530125a18a3c165f251bd211449a61 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc37b300fb56c100fb446956cc54b9540abfd31c170abee2fe3144820d5883a +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-04.npz b/neo_1month/data_split/train/CO_M/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18acde5f2fca3a1040c73519c79a1ea88d705e4e --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e4de59ab404594e26e43883f804a0cb5d75a2f2a32ca9626aa58c35b7c6d58 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-05.npz b/neo_1month/data_split/train/CO_M/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c9c9f3724675b2cdb2297f198f626fd18abd41f --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827a82b3a27f91fa053fc59eb95c043b015edfc653963cf192a5d16da6b568ee +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-06.npz b/neo_1month/data_split/train/CO_M/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f65e0bb42219aae739f0ad83adc5ad422e75fb4 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34672e52ea3ef1a053db752de520d126e2f68918061da91004e9ab273c72dfcb +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-07.npz b/neo_1month/data_split/train/CO_M/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d84db5e66bb4793c0e1a140ceb0e51af41ba1a02 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfd3958f5e65aa1a7ecfb88c2c6948a412b5927bae945970e4a63e8fab75e61 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-08.npz b/neo_1month/data_split/train/CO_M/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e05c1339b6eeb2079406ed0ad657b3463869284 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d75822f56e943cbf12d476f36ded5f311a86fb679821392a239db26b1443269 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-09.npz b/neo_1month/data_split/train/CO_M/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c8ade723a35174563f8c1aef60aec438eebd8a4 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3a441b74148db3440adef9233cc814a85ad71fd5dcb2c0b2d2aeb808cfdd22 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-10.npz b/neo_1month/data_split/train/CO_M/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8b07d543c0085839e9ee8828220c18af60dc2cc --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c1b2a1f04d25f93ee96309324435e5e4cfd89770c95bfb80ab5d6cae837f02 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-11.npz b/neo_1month/data_split/train/CO_M/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e50f615ea1078043b86c4261f3edc32f0ad2ddf8 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba83dbc73d46aba1d869e9165807a06b4b726280b6f57690f1fac3f9092a8e5 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2013-12.npz b/neo_1month/data_split/train/CO_M/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec825c7745a1ca0bb8fcfd0683850d781507914b --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9f50d1461837b8f63d670ce416a2a00ade07b1e675d7ee29047e4526218867 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-01.npz b/neo_1month/data_split/train/CO_M/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a9035a11925b8d857514a7c8eb6be40c8100a89 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3e4be306abb2c8bb634c84a0414cf9c8cb3e1cbc218ddf9a73d39d913fe122 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-02.npz b/neo_1month/data_split/train/CO_M/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..08b9d4dc228d85f791fc4ec555b33cb94eb6928d --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ed9e221b36f69d2de9e2a2a0c3433fbdc829984bee02c5f31ac7d48ac6b41 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-03.npz b/neo_1month/data_split/train/CO_M/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9c39d11d4ae8ecce9fcd2f535e505cf0fddbe40 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df375abf3e9ed2b888305fd93c499b02b092d50f40323d5be126105fb4cf035 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-04.npz b/neo_1month/data_split/train/CO_M/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c598947f11cd4d311f3cef1a53db95b95c01b30 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59bb31965ef6a5cf011441270fb1625b530f718f3eb4c6790e64840b3b979e6 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-05.npz b/neo_1month/data_split/train/CO_M/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9156014ebda24f00e5354781734ca823a16ac904 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22e3ccb15d84b369084233937691bb3326be2b4c6a7055253b9416fd5ee17e0 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-06.npz b/neo_1month/data_split/train/CO_M/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6cb7c6be64146b8922c8bbc615a0dd6128b7254 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef2182a3b8182b0868925672cad7ac1c6aaf1e17b7df3784a3514aa173188e2 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-07.npz b/neo_1month/data_split/train/CO_M/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a06f4ffb42e014ae4794668bfb48c719f22fda4 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d736938bcdea851e7f1eb255c68a233f2ce8ce7ea4b94227e16438ebabcc2f5 +size 1166664 diff --git a/neo_1month/data_split/train/CO_M/2014-08.npz b/neo_1month/data_split/train/CO_M/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..08e156cea5c92e5adcc0e30b3c61ae8ddcb9d059 --- /dev/null +++ b/neo_1month/data_split/train/CO_M/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b742552c31ce2fd4c7fe46a4787559e3be3994c1e8d3c493df4d0edd3ef36c +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2004-10.npz b/neo_1month/data_split/train/FIRE/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..883dff0e2b18856aabf4714fa544799160776b0a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e67103ddf1385f1aa857136619d4b991483f177d55cf4326c76540cdb0fb5e +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2004-11.npz b/neo_1month/data_split/train/FIRE/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..409ba4bf50921189d94e3e6a2b116e39a8c90b6e --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98fb0bc00955a1e08f7e0a2cd81976d559f14791d17f4990fd568c79e910422 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2004-12.npz b/neo_1month/data_split/train/FIRE/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..099e17e609142c64832337eb502c55c0e1aabbda --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a608cdbc902d4c42220b6f9915e3f402d4deb1418e755e9cbfbb83b8ab3ecd5 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-01.npz b/neo_1month/data_split/train/FIRE/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e59ac84bb1eced075d2b1d6b7e6e9b6145ebcf0 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a96d43511750aaed89264b7db524f47266ba69879ce837234833943081d0dbb +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-02.npz b/neo_1month/data_split/train/FIRE/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..be1ac0b0fa3d2f42d0e9b8c82c68ad1c1c52712a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db850c7829f5280822b0c72aedda7217e00b96a62271f1e7d40c5bd9cf84a1e +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-03.npz b/neo_1month/data_split/train/FIRE/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b4b17ffde61b8079c315ebbce6ffc36e50d2df6 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a005f8f05dbec42275d7bbb016424ce9931ee4e3f2347c43ff6f12e656f8aaf1 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-04.npz b/neo_1month/data_split/train/FIRE/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca55080744f669ced3dbc99791e28d00e30b6414 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f8dabfaeb0bc5ee22fef0e28b19a10ae580f521fd13233d95fbeb1a3bf8f33 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-05.npz b/neo_1month/data_split/train/FIRE/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..67a90123c1e423c4cc672806d96b7481eed84ab3 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acc4c113d9d5223bd8b5c4b4eba49bebf901d278d25b6b834c42add0487b356 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-06.npz b/neo_1month/data_split/train/FIRE/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..57399af07963fb5c0bfc506d5964706e164263e0 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6e850607f3eb359d6bf8326ddb018838a88342a521012c4cc9a73b0bba58d1 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-07.npz b/neo_1month/data_split/train/FIRE/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..735111082f7f5d94a6a0b2978ae1116fd8873f8a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d339baedb92dd26dadbcd6141c9b266a17811e5e4a9eb37bb8b3ed65ed62a71 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-08.npz b/neo_1month/data_split/train/FIRE/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..81d0f3ccae09088ff7b23b5dba9d839f0fd0ad6e --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038e24fcce23b54518b9e59c8cc3e684c8756cc03b187573886d564f83b3f6cb +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-09.npz b/neo_1month/data_split/train/FIRE/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..53503b3c381ea26e09144e5ae8c07e4c60051952 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cf3ffb0e3aa7a07f3d160edeecf940a49123ef926677d2adacf8f18d894637 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-10.npz b/neo_1month/data_split/train/FIRE/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0cbb8751e645782dc7c66b3361a0ee4a1d49ed83 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b23149791fb9c3361cc05cae786f831e5f7c48823ce0d6928361060453154c +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-11.npz b/neo_1month/data_split/train/FIRE/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..24f070c9f1d4906ed9d1fc1c1988f952cea96390 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b48997dafc590e504fc74803b47eb68adcab6c0cc7c94c3f5e8e2024091db8d +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2005-12.npz b/neo_1month/data_split/train/FIRE/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f71ae3a427487da59dcd1e37f1ec2d6f988af6d3 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75d5f76cef3f2a93987b990f66c2e6f7e2ce0fadf2e35439c545954cdaf5d3e +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-01.npz b/neo_1month/data_split/train/FIRE/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a4abe1170e0f4e529be3155ad0268e08a464b32 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee18ff953c9a99e3ba8503a0805078f9b564533b73481486d3df130fa7c9414a +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-02.npz b/neo_1month/data_split/train/FIRE/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c656328bd7b424379865e483c5ffa365ef91f1c --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656de9335bdf2f917775e0cbe16c54e237400dab941fefc3fbf4cd096da35361 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-03.npz b/neo_1month/data_split/train/FIRE/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed0ef6d9b26f1c19e2027550c0b660603ae7953f --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278bfaf7d48e1b012da0f41044e38ff043ba9b5496add5ea5fcbe4d049b34582 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-04.npz b/neo_1month/data_split/train/FIRE/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..44d39145e98f24c174c97590341b8464c49d40cc --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad74dc8883095f09bad3744a029082258529c811bb10ffd73f7f5da9be4bd53 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-05.npz b/neo_1month/data_split/train/FIRE/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d510362e20d262fb615e32cb8cef0af77e6e0fc4 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91537ff3adfb7d03c39ed6c36bb5fb496592cb890d4ed9ae07e45507c594a7b6 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-06.npz b/neo_1month/data_split/train/FIRE/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecc06d359c828cb8f98dabb91fd8b984491e0afc --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025c0b0945aa25a7692adc40ced5573ad0c8787f8d460b2fe1022a2da3a8c114 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-07.npz b/neo_1month/data_split/train/FIRE/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e45c846384340ede879b1d348066f075c5fd3801 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed3242abea1b242bf33477065f5f4a8f73531b70cfe5db5dec764047eeb16a0 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-08.npz b/neo_1month/data_split/train/FIRE/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6d97af09f1fefd21251a45029556c73bdd635f5 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c8c74f0a9f513e75ca5ee63d69962d07345170a00d3e6ed1b4e4d79ea50206 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-09.npz b/neo_1month/data_split/train/FIRE/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..79d7a19429411662883ad16c323afc293b0521ea --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4eaa41a9f8c7626e57e8290ba243f7747c0591efee7652c8ee3f9e1bd7a8864 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-10.npz b/neo_1month/data_split/train/FIRE/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec25b005f2f9a16373f604b6dcf31e2d3ef348e5 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56eed07b186755ce7545484720b9568e02550adbde84098e3e93844661cc95cf +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-11.npz b/neo_1month/data_split/train/FIRE/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f7ed093ecfc0ac95684c918db908170fa679ba3 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369679c3324807e60a1ecae75560baf31f5c0a834ee58c7782adc5ade807515d +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2006-12.npz b/neo_1month/data_split/train/FIRE/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..92e95cbf6297e7f9e72e5b46804dec4b4b49b3da --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe735f66c97d338acc246e8160b8235842728f0297612969bf65646fca8c7dd +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-01.npz b/neo_1month/data_split/train/FIRE/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..69fe747f3d4a9e7271f1f7d73a732acd30b0f0ac --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f548123c0d2f8735b59ad994459971f07b908694c1c7fdf9d89440ec7412d3 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-02.npz b/neo_1month/data_split/train/FIRE/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ce03d7c0d8675ed03310e4b06845777cb8ea5b9 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f1cd36399ffd956f729521a63f73aa4258c446292e5e6e1003f991d00e6d8b +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-03.npz b/neo_1month/data_split/train/FIRE/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..95c153e0077f699c876e378e7da89258afd219bf --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407718a846a6eefa333ba7e5449acc706c23bfb4754296f8fa041cd0a1c59dd0 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-04.npz b/neo_1month/data_split/train/FIRE/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddafd450f39b5630f789b536a66b5b1efc439623 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e489ef7ed22fa9c976d93156dffc359d2fc458521cdd06a451ec02b54c39d5 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-05.npz b/neo_1month/data_split/train/FIRE/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eab3003d814405d66efc897398ca1db49081450d --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdb8e731b78233189a37db0ebe462dcb096617c5c622792786c729a8fbc3ca1 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-06.npz b/neo_1month/data_split/train/FIRE/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ded7c69c3d2ab316a7c9d85132c319b0b97a76f0 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2195b9dbd2f01884870be19b082e329ed17dcd5e3b7b0fe29994bfc9f3f34bda +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-07.npz b/neo_1month/data_split/train/FIRE/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..da9c6f01f33bb7f5389ca46d9899ef1d6ffc0029 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9a9e138d0a01dd1859960c05f88ed6f6223ed491fb04f6c00e4ed1d3cbec6d +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-08.npz b/neo_1month/data_split/train/FIRE/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c8aaa43b717490871e407ab58436d2a450520918 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59338ed162bee8de394add7beecc1a93e8933aef61db19a16f5c227d92ec6ade +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-09.npz b/neo_1month/data_split/train/FIRE/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e916ed8bc244a777fb48ab2c0e830c122cb4e480 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a85ead5b9de8c38a72a6f671279fba4974a631a75ad966d4168b0c4d9f569a9 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-10.npz b/neo_1month/data_split/train/FIRE/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..26a33498a86bdeaeb40a25bf76ab1bc0ecffa450 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6cf93aac983b589370df7776b4175c8379974b154b7e51c4b47ab2a75d3c7c +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-11.npz b/neo_1month/data_split/train/FIRE/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a53469ef2d2b744f157c3a87edc4c3790fb6c991 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3108e9960e901f2d8a62a06007c52dfbacbd9ede81f8d0fca81b0cee0ac6665f +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2007-12.npz b/neo_1month/data_split/train/FIRE/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..34ca78215766f525758cfd766152e6b3ae48b544 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595dad146a6e2210c9f14787bea8dc8886421a1aa20d471b92ff583c8cb5910b +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-01.npz b/neo_1month/data_split/train/FIRE/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7575a6669aed0cc90572bd67816475c8d1901ec9 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80f60031e5aa77b25c32a59d54a3876807ab282a7b5765ebea8a8293e66bf27 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-02.npz b/neo_1month/data_split/train/FIRE/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd8384be0f53a54c9c8e163cc043add6a7639213 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59163569d1743820adfa93c8531073f62f5d1ff4306ab2f5de2752afff9bb649 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-03.npz b/neo_1month/data_split/train/FIRE/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4d85e230c435807eef2abb236a452681236d838 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d213800146d87b441a2f4377b88e84924583f0aff92f30e5694d916a6bb4c8 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-04.npz b/neo_1month/data_split/train/FIRE/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b488d4ef936a229e3771bbc9f9bfa06e4dbbd645 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa5317d9c6faaa94df4ebcc20268e1e1226b1f658e1301b6f95c56fbef709a8 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-05.npz b/neo_1month/data_split/train/FIRE/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b240170d8dc84824c4d03652bd8f3fd1997b3983 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023ff55fca00c68b85e0c086c91e7577d4b3eaeb825448349d5882e53d57b596 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-06.npz b/neo_1month/data_split/train/FIRE/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fff0efdf9eb188863b1e7b11cab4511b94f41659 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12f9a36d229c9e8cf3ffa080aa3eb2cdf15c8851f42afeef2d250cecc6524e2 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-07.npz b/neo_1month/data_split/train/FIRE/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b832733cb677cc8573d09e9f4a22512a3b31b83 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a06594dfbecb91b4c402e6844c6d0230c9bed4689a1ebd1975010f7923c80d3 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-08.npz b/neo_1month/data_split/train/FIRE/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e5cf3fb62f1b3be3f4bd37b72a854d735112f57 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1c9002c487c6a97e846a90d453856e79d1ed10fc4d3cf4a3046f53cf1d01b2 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-09.npz b/neo_1month/data_split/train/FIRE/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..08fa342ae03c5d21bcabb75f617efb6cf35ce40b --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02db0b7f1fe29725f90366e611a0f72762a3d430ab1612b06e5870ea5421cbc +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-10.npz b/neo_1month/data_split/train/FIRE/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..33ca23c960ea077eb0f5016c95a7606fb7134a72 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739e94900cf3132a50fedb1a1dca5ed9a1581eabd3844bd7cdafef11e5e53736 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-11.npz b/neo_1month/data_split/train/FIRE/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5d1c74ba9e0c766c00d59e3d2b8f443e1d17c36e --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d63fea60bbc27c90d9b2c7c82206b183ec57716133d337583b0d7b4f1bac74 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2008-12.npz b/neo_1month/data_split/train/FIRE/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c41f2830f91a9418db67400a2dddf4c180a227b0 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade138d002b3f1dc5d5bb9865a8a6a8229d33026ad80ca614e55318373688e1 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-01.npz b/neo_1month/data_split/train/FIRE/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1cb5ddcf29cd7478a55f076df26a25cb574061c --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5de9caa70bad0489328fff7c6321d8344f6eea2fed7f910311802f9976cbace +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-02.npz b/neo_1month/data_split/train/FIRE/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..20795cb7a0edc7961657271055dbfc85c0173e74 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d48e6449a3b9c3963b062eebca77b22efdc54021d11e7d287092332653ccf1f +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-03.npz b/neo_1month/data_split/train/FIRE/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd38de783416ae9a4c7b26c8b450f987de283971 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487fe1291ca1e40d029f1faed4d48a746ef575f5b019da6466066031b48b3b76 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-04.npz b/neo_1month/data_split/train/FIRE/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4e28e65f515c94b72d5dbdae0d819465dfc9a80 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ff56cd4cf9c35a97f8e18fadbb43c5026b545dca66c92e0078a1fc0fb3c53f +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-05.npz b/neo_1month/data_split/train/FIRE/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d91f9c89f88cdcd1be051a5bc79b475c941c458e --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcb09aa4a40b3a84ac07a4c9a38d04bf6f68e205244b7f6a99b5c05be893ec4 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-06.npz b/neo_1month/data_split/train/FIRE/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b205ea12475a1ec3e4e364db25f6d166ed11599 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f50b5a68777b583cca7b3ebeb5450c6bb6dc6f921f3e7a13cacc0e62d3e7cda +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-07.npz b/neo_1month/data_split/train/FIRE/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5b253cf451fdda50adc06a131beefd9492791f8 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b399054063d5977b1c38abbbe51614329a88f93b58502b4d2f78109fda9093 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-08.npz b/neo_1month/data_split/train/FIRE/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..25cd31663d1dc6b89d9e3327f0a271e7824b6c28 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abde3c415c11e2686d563ae3a363b4d736124748bb3de2e4e96d2eafc85c9015 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-09.npz b/neo_1month/data_split/train/FIRE/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a258200e3b4991bc133d5b985ddee9ab9a1de02a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260d08ad7e71df5e8fcd8fcaff98477511164edb3b0310962b709a170fc193a3 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-10.npz b/neo_1month/data_split/train/FIRE/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bb799d450975a6b9455e97f70da8aa5a24ce992 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0972fac32379925cdfbb0c92d62d38696630bd890d098bc32e3e6ff2685cda58 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-11.npz b/neo_1month/data_split/train/FIRE/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6cec70da809b0f1c8feba6c93c27e68814c675a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ea4a625501abaee05e2887d85fffba014a580cefcc86a74461ae1f51153cdb +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2009-12.npz b/neo_1month/data_split/train/FIRE/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..be2c7e552c2104645cb30cf652de30b4ed30faf0 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db764bde13a1156108638e6d66b6b3dc797d7edbbbd891dc7d0266b49754613 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-01.npz b/neo_1month/data_split/train/FIRE/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4060b62d9b58a688b9ac5ca0f35829dfe3340b45 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f529516b6187f6066d00a610f0ba0fe190d77c6c67842e099079be3a296d796d +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-02.npz b/neo_1month/data_split/train/FIRE/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7501c12034d4cc54a730bc8456d32b64d878ece --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8616d6638e499a46fd3ec1bd3b406813a12c7c85df927b56ded4e68d1fc486 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-03.npz b/neo_1month/data_split/train/FIRE/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..531ded2953d209988aaea5c800ffa925200bf358 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62744e4c289cba878d695416c9303a6b291bfde2daae2e21b7cf4d9f52b9cc6 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-04.npz b/neo_1month/data_split/train/FIRE/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f62e8d9749d0fdef81706cf30bd87c51266bbdc3 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528cdf60ee12ee2a07a89731c019841d579b9b40c1a091c072b522a761f3d41a +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-05.npz b/neo_1month/data_split/train/FIRE/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4369211c23161cdfe27a73ed6cb086132707369 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127c1d90a62944738ba39f35f0fad32e0a9e24efb9e77cd2e729d57c061c9fd1 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-06.npz b/neo_1month/data_split/train/FIRE/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..079c9c0393dec5fef954a25bf4ff8acce6ae54fa --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b27929652374df969d12a7e0312f7f298e181fcba691c46c4d13f2ac1c7aa7 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-07.npz b/neo_1month/data_split/train/FIRE/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..de619207ea77bef804dfe0b883f24af0b50143c1 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a0dfbca79c1c3c3a736c414978efa35dbb7c04fb654a873868163f25144084 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-08.npz b/neo_1month/data_split/train/FIRE/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1f6aabe2b1f6c0bca82538ea9edb4e027d53146 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31ddc9020cc00e0f395fdacba45faa89840f474331a4c85c35fca521a3893f8 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-09.npz b/neo_1month/data_split/train/FIRE/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..44232a26541621d934bc66ae6afb67d7d002af92 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f195600bf044115b7a3224f33166e1e888b3ced1f4187b4b99e1dbc9818e15a5 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-10.npz b/neo_1month/data_split/train/FIRE/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f13985b49d299d7bafc9d894dffeb7cef51db3cd --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f27729ff16c74f3ab6e98be91e594b3eb029da16f8af21581bea51d267825c +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-11.npz b/neo_1month/data_split/train/FIRE/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a63cf774219c276569ba66ef10fb2bb344fa80e --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4e5b93d59e045d7943138fc2742ad9768d1f068ff245cc1692d51b84015bbb +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2010-12.npz b/neo_1month/data_split/train/FIRE/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b71c95e5268d420dd39a3f681e8079792a7a56cd --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea689100cc35b8a8c50fc6d6d5ac451a835ece48f153cd6e0a43a9b7ad8acca +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-01.npz b/neo_1month/data_split/train/FIRE/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..979bb9713a25308a8b41521731db47de1e8003f8 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e94153eed478a3c0770553523d9754d27c7f925fb22f8c4b72bb3045a440b68 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-02.npz b/neo_1month/data_split/train/FIRE/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..92606ead6a9c4ebf642b36b867dcb5953510a71c --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2506c998058a0d4afc8c3c6aaa9b2a345617b4528f0cad2ac1e95c60bc128564 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-03.npz b/neo_1month/data_split/train/FIRE/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fd138dcf7261d25dedd60051c37cd2a8e1315d6 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4250c850a8d3086c197118a1c447b12bb234f25d6045d59da08306db711556a2 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-04.npz b/neo_1month/data_split/train/FIRE/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..69ce462bb25534eb65a0b6e59738a4c2c1d05761 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d8825e6842b07ed17fd1237562f406ea0f2cc262d7872fb40be1cc28e67092 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-05.npz b/neo_1month/data_split/train/FIRE/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c47f33b0b255694cc017091dc4ee69088618df2c --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd97ddfe61b9d85c67ef75ebe5dc07e0236eaf0adf58b4c6a9dcbc44934b2e4 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-06.npz b/neo_1month/data_split/train/FIRE/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f2ffd82bfe31dbbb5dec91e4feadba475a56bdf --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ac97770bfed256b8918c04a159ba9fb324bdc0999c1277237402c33ebb80b1 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-07.npz b/neo_1month/data_split/train/FIRE/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0b78a3506e399c3adb4282e0e9d12b6ec1328ea6 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f6634b6aa5830482db185228145dfa4edfba8170bac15c8c1b7c24e19f89cd +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-08.npz b/neo_1month/data_split/train/FIRE/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..290778b47ec89a9c4c06ffce36dac21a56bd47ea --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4b0199897c88bf7a5276ea4ccdceb5b3396f6bb7d9741bcb1fb777dc054c1b +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-09.npz b/neo_1month/data_split/train/FIRE/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eee6d4d3639ce2cbe2e6a9145a0187b32858201 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7baf79ab9f375be592f0bf2557addc3710235a5e9bd7ffd21bcbf454f0b8d +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-10.npz b/neo_1month/data_split/train/FIRE/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b30c24a41053d60703de88aacb3edcb1d7d6479a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd98b9eb10d95953544f2e8e826c1c7a5b5066079d02750d3ee3f304f3b17b66 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-11.npz b/neo_1month/data_split/train/FIRE/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..971b35d8e7065e2228aad779ce39d1be3c0f1377 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac0198c7777b83f591843342f94417287da8786e829ec603915940f02698e9c +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2011-12.npz b/neo_1month/data_split/train/FIRE/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1453177c7f0cb56d5ce5cb2cc3dbaa446420a855 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f546404389443ae44eef8fb92def2e1a0a8914a0772a4cbbe245bca4b6ca9b +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-01.npz b/neo_1month/data_split/train/FIRE/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8107698c5f418ef761918652f2365971d482771f --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b638dfd2bbc9f63a5c13e1d1c3e27a31f94803a631eb5581a2c3b9efee34de90 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-02.npz b/neo_1month/data_split/train/FIRE/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..95f2bb04914377d6e6cb8f64667a351bf6e37125 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0714e2037465f626621bdcbc2aaa01fe22f119fc3e87ffcde67f02e3ed6c50c +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-03.npz b/neo_1month/data_split/train/FIRE/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..025366ea92916a18329888c58fc7338d92e80784 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741403d10080f1216e52519b2a366daadf0ddbedb32cd4871d29d62c9c3426ec +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-04.npz b/neo_1month/data_split/train/FIRE/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5441aa69079b7317ce466bae8380e94edaf6042a --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d786b437fbe265c3b311408d41f27ff33ebae01df07a52654a70cb0a75a161b +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-05.npz b/neo_1month/data_split/train/FIRE/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7c63c1545598ed9e7f991bfcb4010467bb6a3bd --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a058b91a90b2922716824279f5d4c0e96d3da420c543c2cdc0b327086f178c8b +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-06.npz b/neo_1month/data_split/train/FIRE/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6efd60b43265896d01d9a1a4c696f16a92f7bbd7 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff759505b3aec660cb525dda6a043fd1f8859ec2d1b4f54ad4fefa3e02d71672 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-07.npz b/neo_1month/data_split/train/FIRE/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4b0bc556a1663f531d20788f0a309e4914315e3 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07422e1d70f37f425827efef1a666549133df230b20e5d1e3e27d1f012411049 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-08.npz b/neo_1month/data_split/train/FIRE/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2636652e11b31c7e4bffcdcea5fbb9b57b5162c --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f0d2db1f527d0f184f8829623a3fa342f2da4c9486123e474a351c78cdd141 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-09.npz b/neo_1month/data_split/train/FIRE/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e017989b9baee8f2a0b0bc2072ef06549c4b1c79 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9929a5cad99ad74581e8737a9a03c0ddca82d83429d63bfa10af38a7fa7c5 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-10.npz b/neo_1month/data_split/train/FIRE/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b84e28d20af3c4f5df7e8ff2abcba3c6afba77c6 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5c2a7532b351aa5922c0806c237706d3b482d824a58ced1282050d21171821 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-11.npz b/neo_1month/data_split/train/FIRE/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3af5c16e8c4e5688ee8acb24253078fa2435574c --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc993b1660ca5731c09532c4787321bcee3ade307dc4e6cbbed7a42a72a950b9 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2012-12.npz b/neo_1month/data_split/train/FIRE/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6201fb2036b95f750a2ec0083a06594c8aae2b5 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5e1b52f2f54e2295093febbe3c5094b02b3b49e263e0f87d3756c7f249d1cd +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-01.npz b/neo_1month/data_split/train/FIRE/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c564545e1f1acf9132fad98bf3452e325610d018 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd606966d44decdceb367cd74afc829efe498a919ed035d7e9805bcdf97540d +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-02.npz b/neo_1month/data_split/train/FIRE/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9bc2bd0a3f345771e1c1da5a0ac2c6225834dc5 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bf2d3940122b18a67e6754cff2021d7da233384d5a5b13e9c38011054308a9 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-03.npz b/neo_1month/data_split/train/FIRE/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3a97dc994037f6fa941db799ac9bf42dd38e60b --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9ba9f4579804dfc1a218355be1fe4c7b7f0c658d8cd18239eba26aa1838726 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-04.npz b/neo_1month/data_split/train/FIRE/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..05fda6c2988b980cd27e5cde881d5188b9d976c1 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dabb9cb6db8f14ef774b85d4b03b2d861e8d70d2d84ded9e184ed1a4a557011 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-05.npz b/neo_1month/data_split/train/FIRE/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ea0d66d753ca1ea2b0e85b73dfcea0f70805bce --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62247777a49d56d2d398c2bde99b89f79ad5bcffb856159998ffcdd9a3923600 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-06.npz b/neo_1month/data_split/train/FIRE/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a9bf80929e9f0e9e45eb156f21e862eee637e60 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84a5bb8b90329d195979953277f112bbc6ed389447ff492325672caca7c32e0 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-07.npz b/neo_1month/data_split/train/FIRE/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cab3e8e8dfa8510d8a3f981d9e56c2033056bca5 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798bd3a09737e8fbba385986063bdccb6e6fc5416b1f813af00ec2313d75b121 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-08.npz b/neo_1month/data_split/train/FIRE/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..de2a1acda459187eafa96996129481be0ac4c11d --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a7939e6ae626750b47a237c1ad5f3cb01560476bd2fb2028d0ab3a43916d87 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-09.npz b/neo_1month/data_split/train/FIRE/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..710844b769cef7667177c1014e96e72fd715aeb0 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1e1697e87b97bf92d425822fd4b1915bb7ec0f977ecbaee90c98f314b96c5 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-10.npz b/neo_1month/data_split/train/FIRE/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9f80816068f0880dd141d5247d2ace01a2f1b35 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28bc416f183654438f6cab4c8a358dc0e89f07b14a7fc264a6bd0b743efaab +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-11.npz b/neo_1month/data_split/train/FIRE/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..04aa34f862001027c3df5f94883458e3affe50b4 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecaeb3eb140979113ad6f47e51577bd1676fd3ba8f914eb70a43f8eb16f2730 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2013-12.npz b/neo_1month/data_split/train/FIRE/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6fbcbab8f44d9ef38c88c9b4db87b52690b1cb2 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06e74fd68fa9963a72d641a99070d2e79a642fce71e9f1cfb88805b2b71bc92 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-01.npz b/neo_1month/data_split/train/FIRE/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4af940e3d5c747deab8a0c343dea9fbe6c5d02f --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d4a402c6c5091eaf3b27d179bef7b001eddaa11df4509691eeb2b614eb6f23 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-02.npz b/neo_1month/data_split/train/FIRE/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba9ad056c200a97f30b35d3385cbf1e5c99d0b7f --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c259363271547ed5c8818f280a2026c99379eb5a54851f28f63efd3d505864fb +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-03.npz b/neo_1month/data_split/train/FIRE/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9497484b7a4da9b994cf9e4ebbf6b829c5706a6 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62580c7cce19c814de945d87f942f76695056f74b84b7b2120c4e6d51dafaeab +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-04.npz b/neo_1month/data_split/train/FIRE/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5233d982c12572b167de0aaf15d41c0a2d62ea4 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46000e77d5e1afcace3430f782322bd3ce15b294a5e5fd4e8558a501010d55e9 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-05.npz b/neo_1month/data_split/train/FIRE/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ef443fe4b8ad3380f65fc00adf7c4233a0adee7 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7383b4cca5c614902df99126b9104c7d627c47a7621e7c728a4205ad72d07f3 +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-06.npz b/neo_1month/data_split/train/FIRE/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..03ca1d2b7778a3ce31b2c65576c79aa8e5779fb8 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1171fb41abe4a91c0c6c6b8e34404cec5d7098c5bb54724674da0837e045dc +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-07.npz b/neo_1month/data_split/train/FIRE/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c98c3044f2736138f50ba11c861f8144b1a30b90 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7710da217b21f3784fca5885c194fcdb03bc7b69ceeb754ee8f6815ca1466cee +size 1166664 diff --git a/neo_1month/data_split/train/FIRE/2014-08.npz b/neo_1month/data_split/train/FIRE/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5146d235f1a7fa26ff46674adaef49612df4bea7 --- /dev/null +++ b/neo_1month/data_split/train/FIRE/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e730ecbd58d4bb90644540948008d50b70e6deab4422e873c6edee48505aae49 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2004-10.npz b/neo_1month/data_split/train/LAI/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9124aff17e345737275c9a9a5a93dc30ae3305b3 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9411542a3f48653249dbb94507abc2681254a928393c39e6e89cbe4237704c7b +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2004-11.npz b/neo_1month/data_split/train/LAI/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0861183ff6f5a78da8dc2a010e67f1078301ac29 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b9358674008885b725df6244f7742bc3ae16f34740dee9b0580724432f5d76 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2004-12.npz b/neo_1month/data_split/train/LAI/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8b9b7189d82cf1518704e2f954e66d06cb2d84f8 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44ecb0f972d29ff69da8cbc4e75070ca0d1045f4e7c53606ed428c4dfb3378f +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-01.npz b/neo_1month/data_split/train/LAI/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..26027818269b18b359504a51f7223669a2f99429 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc762ad9f13f385e76a060911c5f7e3df05c777454f47b57b7633d589b7acde +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-02.npz b/neo_1month/data_split/train/LAI/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4301b1976473498dedefa8e3d8852ea4e6487530 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca28d7f20d832b5a2d1f505054b4c1a8868d6536fce898d57dad03d695210f7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-03.npz b/neo_1month/data_split/train/LAI/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fce457be4622e0a9770f7c06ab872a37c3bcee22 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3768c6a544bab02742cb0c7366c3c59d020e71fc0764b29287fa66a949e9582e +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-04.npz b/neo_1month/data_split/train/LAI/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc1e0ef0a72c19726fd53e0385493e62fcaf3917 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11263289a37f141effe32c5e01802de1334c58f357d6c57919476fe90431b71 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-05.npz b/neo_1month/data_split/train/LAI/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..613a07d2592e124f0c036dd4de3bc78f47401009 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02618f68a1c0b11d7bf450faee43893b115b74af50ea46601726d2393079f917 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-06.npz b/neo_1month/data_split/train/LAI/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac8a434983cfaa3713d19558d28a922ca3626034 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e5294d6f378f3ae4404061dcf57bc80162774d920e0007722a57e9e05540c +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-07.npz b/neo_1month/data_split/train/LAI/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..24dabd253352a477c43f117eeeb3e03e4e4c5fe3 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bf23322d1749710bf2ee474cf630ba420bf91a512b8a2cddb7a4b1710be86a +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-08.npz b/neo_1month/data_split/train/LAI/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..93efbcd8d781119cc6d2ddadbe7d4588fe4d91a0 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e10ac9979ff2ed5c946f3118945d27f6db37fa398d2e00d2a2e8ac0e12449b +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-09.npz b/neo_1month/data_split/train/LAI/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..52fb88479b11f781c5a075c29857e975a4fb746b --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8351b2deaad31f1cfb2400a196197ca9356b9be8c0840445342a302468a1a65 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-10.npz b/neo_1month/data_split/train/LAI/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb025a9f4e513d58428a5194bcf2e839ccddd117 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd0be50272e05c0727cb331d1349737f62ad1b1056e0743d6e143b911cb0479 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-11.npz b/neo_1month/data_split/train/LAI/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ed7842fbe3bb55699131935b26598f2533c7b85 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8e3140d977515ce0e12abcebeac79dc4354deb9ed043037a506d9e33ba6ef7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2005-12.npz b/neo_1month/data_split/train/LAI/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b0a3d3e7e62ae78fd46174c0a15b570d51e189f --- /dev/null +++ b/neo_1month/data_split/train/LAI/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6a25658c891246b501509302b75cf90e7538b90c2ce7ed76f5068815ffabda +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-01.npz b/neo_1month/data_split/train/LAI/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..586aac73f86e47918b9cdfcb31eed6a5a0c63252 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa245b207d675321b7169175d002f2b9105b81878ab5f09a9d64e4faaca64d8d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-02.npz b/neo_1month/data_split/train/LAI/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2609ec3f9f58ab35ffd66fbc1b02056ab12fbc16 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158a969ce0dd6a49123f2d68213a4354a3e36afa29bd5e2664d2064d6cf6be47 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-03.npz b/neo_1month/data_split/train/LAI/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2e6a0d0cd3fb51aa53c83f42f607087a401fb2e --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3942991361155fde247ee1e3d7efa02ed1b5bc2572050e66abba8a1c59e46faf +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-04.npz b/neo_1month/data_split/train/LAI/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a4384da65e04d4ba55db6960dc9672b8cfa07e2 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109c22e1d1277dab433bea29a64e6c3d11770113ae55f0ae81ccf0a064dfa7e0 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-05.npz b/neo_1month/data_split/train/LAI/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a1507503a43af04805cd586a0aee910b7d30e07 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ff88bbbfaf94035bd88494ebca2b3dc3e561cf19c5c0b39d64a8843841cca6 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-06.npz b/neo_1month/data_split/train/LAI/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..827f219c985c637723c56c6d076e2a0d3224dee4 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef9d5c7407a34a3126909cc8bf4220ff2302d7319038f54b0954e2957377eba +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-07.npz b/neo_1month/data_split/train/LAI/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..623da61660b6cc4e4cf075142bc52bbf19c80cdf --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488abe4fd22069dae431c84664d26c5920362f23a24ca6d8ae0095412768a258 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-08.npz b/neo_1month/data_split/train/LAI/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..33880e5f51a8b1138b51801f6f2f64905a8e730b --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0402db9b6fd6be9d919483b8a6220a0bb589b5428038721bb821900b5a376b +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-09.npz b/neo_1month/data_split/train/LAI/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..85f906bf8647778a981e5edc04e92d59bf2b8610 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccd4b1437790737bfa9adec5d152782fdbbc7298cfb0a076c202380da4a2693 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-10.npz b/neo_1month/data_split/train/LAI/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..40ed431384b862ea30c10535804c5283412eeaf2 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07e0abdbe31a09b32b2c224711da7e6a021ecc0f82c3508e997c684aef639a4 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-11.npz b/neo_1month/data_split/train/LAI/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..864d905c64ef9a2255dc7834e1ee1c46dcb67782 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11e118b590d6118aaf3703498fa7d9524581e4edd68dd0db731197e27a275b0 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2006-12.npz b/neo_1month/data_split/train/LAI/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebc0467420052a12b486af7977390235a6f35d98 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4662cd05667562b55990471b7d52445fd3202525e5942061ca3f416c61c78d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-01.npz b/neo_1month/data_split/train/LAI/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cf8633dd8d446ce13913864e14fd47e553cbb35 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db00ff02aba3981c822512ea70152c1ba1430aa7a11680f7e555481f1d343bf +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-02.npz b/neo_1month/data_split/train/LAI/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f722f646ee60a05c10fdd89371033420da63c08 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85242727d68d975a0b757954c7b50b27207239233cac98dd6ca36063b9f5751 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-03.npz b/neo_1month/data_split/train/LAI/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9018439a33bd4188e14aab325fea674c70ddfd55 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f08828ef4c8ee915d5134d655ca0cfe336e5a16368e1a35f6a7e2104f81efef +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-04.npz b/neo_1month/data_split/train/LAI/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..31d89d61c9b9cdd7ec971fc3d6f26ea7b501f3d4 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74c9cb2f56700a9800b95c80fc0b6ba313838d944cefe52c21fc93035cfc5c8 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-05.npz b/neo_1month/data_split/train/LAI/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..89ad2d5a5f9e091763d03f87610279aa0bf7b9be --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ff158e256c1f7380eebdc2c4fc7134a84373d1faf81c81f80cbb4f0d14a867 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-06.npz b/neo_1month/data_split/train/LAI/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..14eb5a89274e5406670e3e3402596362eb0ce308 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a905f66ff98a467432ba3e3935fed5824d4e2097c7d6aa7c8736fc18b61f59 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-07.npz b/neo_1month/data_split/train/LAI/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f71c0da734b022a8d397d6ce4c04d1e1515987a --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c594d8da33a4fd6963467d32b05c735be431f98632b7c0d636bc970dd8bbc0 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-08.npz b/neo_1month/data_split/train/LAI/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..44c284b9ab028d07ae93e7eb91391898b311e4a1 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8851f2fee27b9b6d7540a625250538d0ac47bff16b58290adb2c222ab8d2d8 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-09.npz b/neo_1month/data_split/train/LAI/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..797055cba0dfb92839410df08fdb009dc159c646 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f995e462af248437431bb2bc1c3e62548c202897a62ced493df231af8fb2a7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-10.npz b/neo_1month/data_split/train/LAI/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..36367f3cea191ae933ed45c419111865be3c6c03 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85570427e023554b79f7de0a56834baf34820fd94318eb3033045344f6e33df +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-11.npz b/neo_1month/data_split/train/LAI/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b4e19ccaa499211bfbb43c5cdd587959d1585ad --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95a4bc46cf8444afba3966afea45a5826d322e30c65f323131c5596ae1f4cf1 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2007-12.npz b/neo_1month/data_split/train/LAI/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ce49c370e6c6691e28fa9eaaa4084823ed953e8 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963ad75ab5cba36ef64848041cb2ef7ce579a2744752c2c07d12302622c797db +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-01.npz b/neo_1month/data_split/train/LAI/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc639efbf6d405588ceb2ab94e761ab844e11311 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e251c5688b2872a1be1bcb95472f9042b6e981f3faf7850d285ba53af0ae0b56 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-02.npz b/neo_1month/data_split/train/LAI/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8bb1f6724ac4c98463a7392a8786273fff6d2ac --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fbf343dfd0cba032fffdf95859a962ee0666d2c986e6abdd453500dfbccb4c +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-03.npz b/neo_1month/data_split/train/LAI/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dc563f5562c132e01fbe29d0d7b11275a970bfe --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389e4edce0d96443f2dae9ac07850b5b709e0207bf3954b6a5e984d5d00bec1f +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-04.npz b/neo_1month/data_split/train/LAI/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb63d43038ecf65bcf54af675a5a6ec4ae322e6a --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87343f8ec790df92319896fccf320b56053448af9f6077c9a9e0240100a6ec02 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-05.npz b/neo_1month/data_split/train/LAI/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe4200dd8069ab54acbe86031b41a0fcf0e5aa9e --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33af3c9957a87eac0064969336d988d917b01f06e3b79bc678a6f530100c9d5 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-06.npz b/neo_1month/data_split/train/LAI/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f9238b8249f659221d91c0ae426e857d3b5a57a --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac503797600596fa7415224d5f1dc15d3f43630eaa3a2e71b0de3ca4622ad5cc +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-07.npz b/neo_1month/data_split/train/LAI/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..544be22b2e1086b95c1e23b827d6c93d24b92573 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5632d39b9e0b24c837361cbbdeed34a8afa3a13822bd62254a8cce87c61dd3 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-08.npz b/neo_1month/data_split/train/LAI/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c139a13363a614170b9d4c4301ff10c087fe6c2 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08926821c0afadfd6a13360c7fb365ff9bc8fc8c1a4b2ce1b7d7b248c81d0cc +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-09.npz b/neo_1month/data_split/train/LAI/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..29de32b3f8ce48fb0e22017667fef150a60fdbe3 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa73982be1faebdc1af1f9e75fe681edf5e0034149f62483f8d202c84ace7dd +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-10.npz b/neo_1month/data_split/train/LAI/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e3eca68c5b0778cb032b020d973a5e1b18d91a2 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af5a909232df19325f7037a4dcc7f7b30fc3d1310b09c0e12e62e919bd634f3 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-11.npz b/neo_1month/data_split/train/LAI/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7012e349f519671b9a2910dc823cab5234548d2d --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7b71bb38e7265b9ba8f62232caa5051be68cff1edc2b9bc121bda62417f834 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2008-12.npz b/neo_1month/data_split/train/LAI/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0feb774b78bdeeed787720063ecc9878788762de --- /dev/null +++ b/neo_1month/data_split/train/LAI/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ffc90bb5be1eb4d148c326368f4f3b04b373a28710c16e8990512441c6b64d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-01.npz b/neo_1month/data_split/train/LAI/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..babfe9de5a5c55d50f2521e23c050c242fdf2d40 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da13bf1ae41f551fc0bdf299ecb13eeecdd9a4fb8e4e69f8bb077756820cc614 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-02.npz b/neo_1month/data_split/train/LAI/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..42184399859a3396f55d47d997fd3caa4500db71 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eec39a1c7bb3c22e07e52a4977715aacb340749998adef9be41c3a868d3da03 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-03.npz b/neo_1month/data_split/train/LAI/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9091634ab7b1d1ff333e22305527a4fb3670eb24 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e559b612bd9daae43bbe15bc1a31e035a845ac04d2dfea76a65f11a71125bd5d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-04.npz b/neo_1month/data_split/train/LAI/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..62847a6b0fe39e4c2b8503f8a04ff615d18d2035 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c655de74dcea4f76e91b600c758326043755b532b1135250345b786bf5a3feb +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-05.npz b/neo_1month/data_split/train/LAI/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..12ba71aacb995ff6a728020663aff658c8020007 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c5e461b08099f8eec44c5a18cb5728d495c863f5244ba94b5168447bb95c90 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-06.npz b/neo_1month/data_split/train/LAI/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b81ee4c85ba3f53c8a784d09bd5050f7afd4d0f9 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f754429f2f6b5df01fcbb5f21d5e8d4891c78b6b306aaebf4881a1064726745b +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-07.npz b/neo_1month/data_split/train/LAI/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..81c23ff95b1fbc7bb092883ca5c52746bfd825fa --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff2904610517ad8b26cb540f0b73e0d08246c66c9d53049a761f55592c4415d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-08.npz b/neo_1month/data_split/train/LAI/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..374f46b8122526b63c724a8c9c8975363df4724d --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cf5fb842d403a3ca8392cba3cfa9dace05621cff6a65971195efac948c0f32 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-09.npz b/neo_1month/data_split/train/LAI/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..62ba0fa4e35995a3b6f3977800bf573f77303545 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2ddc32dbd4512cd057e0803f88c03faa2c03e1bf117d9c6015175c0db2f13a +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-10.npz b/neo_1month/data_split/train/LAI/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cb5bcb0916406e009d4422576decc29c86ab13a --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79855f58b75898e990b154f8723a2eb47a3d8c3ca2eb6bd3389bf27b2e628705 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-11.npz b/neo_1month/data_split/train/LAI/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2e2c5383c85884e2de2618251e6bcfeda243abc --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1c1133337b399a613de611f744608d986480c15074ea9b8a61129cabc71e6b +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2009-12.npz b/neo_1month/data_split/train/LAI/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..139dc8eda7d902f3ae0f27cc810be4536dfda3fd --- /dev/null +++ b/neo_1month/data_split/train/LAI/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ce7a9fb19eb5b548cb34a5e77d0bd046f499bae5aee2b2c54fe9d3ccf10a2 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-01.npz b/neo_1month/data_split/train/LAI/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..c51f5b8e8004db2be4e146e9cc905820a6fde519 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09287cd0492490cdc9e64e99b4afade929bc260fca89a673686a0cab10992bb4 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-02.npz b/neo_1month/data_split/train/LAI/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..508fb53ffbb4aa6649f5d618c74da9450d968a95 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da147324fad5566857f7773b720d883ee8da9c727dde5fa78ccb0f93dc4dae +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-03.npz b/neo_1month/data_split/train/LAI/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c529ec96abe515595d9a37daab458174e7283f3b --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c988135c69cd49b4bcf51ad8e436cc6fe65feebf92fd79425848235bae2f3d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-04.npz b/neo_1month/data_split/train/LAI/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b0d2fe0f182e788a6ec2b67d6bea345fa2bcb21 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d6d18b0df8010480cfd141dc33f18233e2f8de8ef4281ff71d7f43add95241 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-05.npz b/neo_1month/data_split/train/LAI/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb849cd2da16b1b02d00c0fc65d298491be03c90 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d340ccfcd3167f5ebe39d7d2fc5936ae14c78d681457ae96df85425ee5e3f6 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-06.npz b/neo_1month/data_split/train/LAI/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..8be02532468ba0b46a94d6702ed6c2b562ccdfeb --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a416dc5d24fffd76c014d0e82d0e40eb9fdd62224f98ffaab8e4113a75961e74 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-07.npz b/neo_1month/data_split/train/LAI/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..73e5f7f730cf1297f3c0264f4dc491782bbd7a43 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f830b6941df6e9865693d6ee2a095b8485658c47de65140001f8c095dd7c2c7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-08.npz b/neo_1month/data_split/train/LAI/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..551c4ef2a1b8c2761198f23849f710418728416c --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742f3514f6f11757a7d8f8bb79d7c8520ca02b1fd44d6d49f2e7b4e6d736f25 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-09.npz b/neo_1month/data_split/train/LAI/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9766b58fc8e8b653815c782363b40b8dc8174a2e --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e18ddd1af123d7387c4a1a806cf1743fdd95be8baa2a00a66ba624d1fc19fc +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-10.npz b/neo_1month/data_split/train/LAI/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff132257a1a4effcdd95404ec1ebaa711903ea56 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88f164ee4f2d9a179c4dc1f04eda910db65c917661d3c5e88fbd07800a939c9 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-11.npz b/neo_1month/data_split/train/LAI/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dd5c86646c3af882054837e79b171ca7dea8afd --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6c9c12287a69b2d84ee8fba9a86d80f37ff4414f5f093e67f6d26080004eb9 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2010-12.npz b/neo_1month/data_split/train/LAI/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ed8901422d3e6e1183f5f97f080da26e89eaae5 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd24cce4094392f847cfab5e4cdf842e378fb4b754113d23c94ef52ffac7cc5 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-01.npz b/neo_1month/data_split/train/LAI/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbe386d883b2a990b2ccdde4cc15c3e58b3346a0 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dac61ebff36a68cabd73240ae3967dfbd858d8d7be21857d2ac420cbd8ae9d3 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-02.npz b/neo_1month/data_split/train/LAI/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bbe2302726b6f4dab3a62da8eb55416e7639726 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e11cc1c36e67407cffdab4ee2acd2641186fa05ca57b69fd82d6ae16e87b5c +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-03.npz b/neo_1month/data_split/train/LAI/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..96979b0febf90606e12a9055bee9eacc31279b7e --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8097f97fdf71495a70c24126bfdc32b9795b466b4873f13b6a13d6a574df5800 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-04.npz b/neo_1month/data_split/train/LAI/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..274212483ecd32cfef9b7abba6ca2bb66d3a7408 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405dc5f9f1d0524e5e6d35dac34cb49385f3f71b03869c1909f594e23ded1833 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-05.npz b/neo_1month/data_split/train/LAI/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..10b5c2b0d7bd458392122b251ebf565676f988a2 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0632581db105a83cda2128f440adab1da9d0d63dba5de28d7f0fe311c664a72 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-06.npz b/neo_1month/data_split/train/LAI/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0f675a2a78302c814d03036d85944ef143c2e3a --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669adea94d40ddd83053a240670790e61ba0b59f24dcb4be24d38118dd57c30a +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-07.npz b/neo_1month/data_split/train/LAI/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..775e610e2c7b22b8147e44297c6e890f3e0c7e60 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5096a22f69c4d46883a808813346c7d864d8ef458220f8e061e47574106a08 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-08.npz b/neo_1month/data_split/train/LAI/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c638e20e1edb7e8700d21c3cb1cf79d7d34f3fd --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cf0d9125a234dc2f2e39c39d799d9942e4c49d5e839f2a07c8b701fc1c93cf +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-09.npz b/neo_1month/data_split/train/LAI/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a13b27671597438d6eb7742dd013059a314cbcd --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df69b9ecb23998780ffd8f72495a74e3332ea513dbdaa77546639ecd12290d5 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-10.npz b/neo_1month/data_split/train/LAI/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..9752403cf9676d39d9766a59a9a701fe0dfc179e --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cdce3e0aea8f7b41068622cbd680bd02065d7dfc60e8682bb6b047da582213 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-11.npz b/neo_1month/data_split/train/LAI/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08083721f73b2a94ac5b5ca53dba0c74ea35a98f --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c99282d0636e9bcb4b843297285edf92796d5f7f3f4b5a801ded7927bdcd0e7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2011-12.npz b/neo_1month/data_split/train/LAI/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdfda233761542674db0a213014400ee626dfb49 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce8817a7795469a5b31a6d8567c4a8ffe8f408ef3e40e2b612a3a18832226a6 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-01.npz b/neo_1month/data_split/train/LAI/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..77ccdd85d7b082d99e4ceb62f8810a14e95e32a0 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8229683e263bf392da988cc81754b6f710503eb201742e4e3a6908e2d071dc76 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-02.npz b/neo_1month/data_split/train/LAI/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..73444daadf0436c176614b6edd2d3cc01f8868ac --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e8428d97abf267de604b41b14bd02502e8605e4670760967a645ef62d9f478 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-03.npz b/neo_1month/data_split/train/LAI/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5b0636e5818fc6c7d525e062177a5420587dbcf --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16db9dc601b4e15e1fce083fdee15cb946155e63a54647d439e7123f582831c8 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-04.npz b/neo_1month/data_split/train/LAI/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a69c5990dec1eeb2541d761019d672bde0af924 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d53966752a5b225f05d4c2d2886e8ab83dd0a05266142cbaf4244c51204fac +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-05.npz b/neo_1month/data_split/train/LAI/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f622ff246de4a01acd7e9f71688311f0c8875d94 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b66509ebe078636e683d085e73d5fd9931b5697ff60d457a0673c8eeb892969 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-06.npz b/neo_1month/data_split/train/LAI/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c55d8ba62b55c180cdf5fb4c51a83ba9f5b9795 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9fb48e616614b5731e874667b6f03dd5521e019aacecafaa1b498c653e465d +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-07.npz b/neo_1month/data_split/train/LAI/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc037c09e3d8a02b685c416a211a8c9c1f5cd37a --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9b9457eacd60400459cae35e54d724e4b07edd24ed06c3e49681424e62cfd +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-08.npz b/neo_1month/data_split/train/LAI/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7006d952e4e7e82302943441e354a608de689f71 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6129a0913c4b0d9db9ec8315173aadf129b81557f92e277ce4aac1ed89db9c09 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-09.npz b/neo_1month/data_split/train/LAI/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a46776a55d1184859a65d0bdb0acd6027e637f68 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e2799dd4d3036df88938ba1728021fd081e9ccd604590be374e098e62a96eb +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-10.npz b/neo_1month/data_split/train/LAI/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f294eb9ef2fdf475472b4e4308fe633f7d073411 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8578c72d93f158608c3fd597411fcb314247ff3ccc815c4ff958621b352c2da2 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-11.npz b/neo_1month/data_split/train/LAI/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08bd3f8efc703187a8c54dafb20f9b70c4e420e0 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d495cbedb19ec538072ff7b24c62aafd3b01f1378aa6378b4eefa4452d8bfc5a +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2012-12.npz b/neo_1month/data_split/train/LAI/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..196e8a832565ae719ed187e6fb959ead67a708f4 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e7769d8c17bd40333e51e1fbcface1c0ce4d15df2a2cb253f6b8bccc30500b +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-01.npz b/neo_1month/data_split/train/LAI/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..89513bc3bd670a8b6f07dda619ed25f6167b1011 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52610c8298102cbed7815c781756499185f8d7680d53b16c6478a8d5b52b7ac +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-02.npz b/neo_1month/data_split/train/LAI/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..61b60c7c0fe1ee6cb1e09ace5dea7f7a3c622c86 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a08915aaf4f57dc5c13902cc53832bec8925841e03fb90a76fc3fcaffd23aa +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-03.npz b/neo_1month/data_split/train/LAI/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b9cb26932c6db725970b3e3e1aa8142167a1ff5 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb319b1393e3085fd547a52cd13f70627da2a477ee25908c68b9478e39142a0 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-04.npz b/neo_1month/data_split/train/LAI/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..21051cb46cf512ae036a923aee0912eaf9dc3d4c --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4755ad9d2b0834e420103bc8317a8ae3dd2290efe0271fb0755599f490258c +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-05.npz b/neo_1month/data_split/train/LAI/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cf68ad4e200b133f1dc72df3183f1c9eb2cea75 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9101f426b9f33d77e451dc519cb88e46fd0a114c74bdede43e5c50794d416d6f +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-06.npz b/neo_1month/data_split/train/LAI/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f6ae2c5a523ff80a6d0171e172e3b31ea72b9ee --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc84e729013be898d358693b7b23e481a9742d7f600c8236fbd5f19e736b3d7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-07.npz b/neo_1month/data_split/train/LAI/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b69896c2b78fb28a0735f5770e5a04cc01d2e3dc --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab737c6ce62ece45d4b85770afe9820fb63421113f8bf4fe1110abb9aa33bf9 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-08.npz b/neo_1month/data_split/train/LAI/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e462ccb72bab5a7e502f0365276129369ddac90 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f642760b6667f8fd60f8715d051c4ecc7674ef439badbfd2d76805388f23a9 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-09.npz b/neo_1month/data_split/train/LAI/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9497eacc90f84c83b62b09044280e94adb18b948 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d90bcc11dc7585e5ae7747a5f7c5919312ffa73bc2e28a0e1adab721724d0d2 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-10.npz b/neo_1month/data_split/train/LAI/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3e6e850d362f3edb8535d558e5c6d903618f7c9 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e9ea0c23656ae56391a6d6a00f92f5cd5c15240f49e4e0a22c6b862af68256 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-11.npz b/neo_1month/data_split/train/LAI/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3b72b4cf37812a6134177926d12a94542c2be108 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcb27ac7765e69d1e5d9c405bed9f1fce18430fb2cfae126bfde197e4e50a98 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2013-12.npz b/neo_1month/data_split/train/LAI/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..17c3d1ab397ebaf75e3f78c1a7f1e701142126a2 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc933e2ff304a72e7ba18a120e709c97eb27e5c907f27c849cb365883c21be2 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-01.npz b/neo_1month/data_split/train/LAI/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d09af310632e8c0da3b6bbcf47df4f86f96a3db0 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e05244c498844c46f1a4414ee6ab4f7d0ea6c7dea7b50fafe690c1a41bfd3d7 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-02.npz b/neo_1month/data_split/train/LAI/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..10715c8539f8c639bab46600161d18908be7e698 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bb861c7b49bb26efa263c2a55329fcf8c7389a69e6695e1f764b11b1222179 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-03.npz b/neo_1month/data_split/train/LAI/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5da838ba1c4ca3d55357bf82ddf6b2a49df4eb6 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28d3add321efaea742683104a49a202925474425ec23e20413c63198a15d153 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-04.npz b/neo_1month/data_split/train/LAI/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ab80dcbbc92118b1856aaf2900eb5eb077fc744 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a969451dcea7842a3a9a22add68cd6ae813fc380eef9619a7ee799418c8f3f39 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-05.npz b/neo_1month/data_split/train/LAI/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d09b050dad4cecf55ab3aea3bd43de6e7fe01cc7 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0eb0ce4dfb810ff1e532013f1c5c4eed7cf1cc7dde40a7365ab29eaf5629d5 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-06.npz b/neo_1month/data_split/train/LAI/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f2bf41fcc60673c83fbabc0525ea6d93720acf7 --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f73de8d6ece1857145f963542084dafc5359273075d67c40a248e8f0175ef25 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-07.npz b/neo_1month/data_split/train/LAI/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc65d4b16c64185ebdae971eedb6ce9efe6b2ddd --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb834c10dcb9352d611e8517a87a0db968f34dd94fe5fb429845fec04c739c50 +size 1166664 diff --git a/neo_1month/data_split/train/LAI/2014-08.npz b/neo_1month/data_split/train/LAI/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9cca76daf1fd74c7e84b634a4b9850b0b2dbaeb --- /dev/null +++ b/neo_1month/data_split/train/LAI/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc70637673e2071f940247628721910ca1d00c7fb50d7e3c41f550cb1bd1a8a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2004-10.npz b/neo_1month/data_split/train/LSTD/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..5534f54001601b451287df2101d6063758d4bd68 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c2370d1b4cbd8744d97d41ae22473f6dbd94082584595010468b75ae06d2e5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2004-11.npz b/neo_1month/data_split/train/LSTD/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b32e300a94947b70b25c2939c81c97129bde6393 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548d21c55f6217f9482194906665548e5e823916bf76fe80252e1283147efaa8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2004-12.npz b/neo_1month/data_split/train/LSTD/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..561a0207207f9e79a6a6cb98c032189fc3d18c07 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ab65c49e00519c56b492e381d6bccfb5dceda061bda4339368ed0d46070e0e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-01.npz b/neo_1month/data_split/train/LSTD/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..62f55d3ebacae934e8e35472a9076bc7545d930e --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251868f82c25c417b972638a4de862ef6ac1558f0c90db2f6bb5cf74d45d6e8b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-02.npz b/neo_1month/data_split/train/LSTD/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7114688fa3ea7dc064c6825e752064a676ea5568 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747a0533a6a0e0bbffb53fa6d24c39d3c42fec3126807dfb399db81b52db3035 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-03.npz b/neo_1month/data_split/train/LSTD/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a7cd11076a2ff1c0281f888605362a12a17b97c --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f5baa7aa10d186708ff29e702bef4b5ba5c01bbc65f9d71a3502b88c65abd8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-04.npz b/neo_1month/data_split/train/LSTD/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f859fe56fc557b02a3f9d39a6352b3533b0015d5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505c43a3fb03ce49ccc18e8fe7ba74b1d114881a6c6f11866966d6d958d3527 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-05.npz b/neo_1month/data_split/train/LSTD/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..483bf2c9cca9d8521f2b6a21014269f21406581f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7526c937a6e46197aacb778590e0cfb7475f9553a9bb18e64f5355eaa71f4b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-06.npz b/neo_1month/data_split/train/LSTD/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5e9bc60328eec6b4294afd279fb97ed48309428 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dec44fd4edabacee83fd7946e0bc4051ac8e613b42eac87739275e598a26c5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-07.npz b/neo_1month/data_split/train/LSTD/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ec27d0c78a4111305c70d916310a4a5d9a17868 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8b133a82ceed5bb69cbb7d226b01c5a77e650703ed8aa2001d794a3254baae +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-08.npz b/neo_1month/data_split/train/LSTD/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e53ccd4d30f1d6531c74796bedc4860b7d94840 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb64aa41846db31418429be7526fb97e0b561941ecd9c23d39f7c66378ae612 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-09.npz b/neo_1month/data_split/train/LSTD/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..89772d00be3d5722c772d5af3ce95c76c048c8cc --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852858cb92eef20e470530ac83609ef6c7a98470f5913c84850df18d2538ff4a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-10.npz b/neo_1month/data_split/train/LSTD/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c1cdc39f30c028c2893c834ebed8870dd2afad3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ea354eb85c0b6363d133d04bd6312812fb277b1181838b3b6c251b088ee9cd +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-11.npz b/neo_1month/data_split/train/LSTD/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..67a616027b4ca311a09f9278b10c438c7d39a8f1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba0a2ff975cb9724f5e8c03e48557d1421fae18a4cc0c6f9999729fe007fee4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2005-12.npz b/neo_1month/data_split/train/LSTD/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..29e7a889b00d14d703208c827957e7b68a795b02 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d22aa758cd4884d21ba5d6cb11640aadbe7c050e6fe9c636e0c49ecf575fad +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-01.npz b/neo_1month/data_split/train/LSTD/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7b141f9060d757d8434a0769a88319b1037f9ab --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761bba45c4cf62c26a4200fce697f51fe67d01d553d725763618480f6c5e7dbd +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-02.npz b/neo_1month/data_split/train/LSTD/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..722850b4a454c75f7e68b3455724b191414e1f43 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630832c3a9b9ad337afd56ea0fd1d508bcfb4b27c4051c1d74e1a478c6d13ad8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-03.npz b/neo_1month/data_split/train/LSTD/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..40aafbc4678bcd1ef36b54fc72a7e46506b151b1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4148d4c89ee7f2539c9695ccee48a141edc9ed9d629528b96597cdb689973e83 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-04.npz b/neo_1month/data_split/train/LSTD/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb1f52e3abc02ab584b70871ed09dcd346a58fd1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf4564f59d76abcedfd6c1cdcd5f8e962bf0f8bd53cd6cc5e27b0cf1aabf704 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-05.npz b/neo_1month/data_split/train/LSTD/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9967fd2c873e597b459829eb0201c903ccfec8c --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13202bbb2a5acaa2181037c39da19a1bf8a2beb5d944f0196b5642a2fa2641e3 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-06.npz b/neo_1month/data_split/train/LSTD/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5c992075e8e7bc3126cacf466deb6628e39146b5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8629b1e0238cd94e230a4613ef2367973fea9fbfdb85c3925783772acc92d7dc +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-07.npz b/neo_1month/data_split/train/LSTD/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..67e6b7dd17a63625a9525f0fb184a53711810258 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88b76452d5dd973bfa2d37e7c541a1f83966b43a95f2c007276568afb00feff +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-08.npz b/neo_1month/data_split/train/LSTD/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b410a26bd8e1a6ace4a3b62c1554696ebdce37e --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5250d1ee9e62833edc107c660f848a0532e48bc2284af84911be749ff53ca050 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-09.npz b/neo_1month/data_split/train/LSTD/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..22946cf388b96a99367283b560dc6257b58366cf --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a456fb30bf2a280efe5c9d8c42863311a8cb506205f8419b6c8282638893aadd +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-10.npz b/neo_1month/data_split/train/LSTD/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5c5b5a6f2bbf8d90c3799f08e2b9f43da1e3f03 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f55b906430fddac3a3227bc487aa73239ab075ad42aeea2f5c490d62d51bc8b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-11.npz b/neo_1month/data_split/train/LSTD/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bcafdd9681b91672888ee3d7294b07ef1d8b0ad --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a5c1887712b4aefc4edce15a3e8c58d18eb4d5808242fd206708d790a26454 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2006-12.npz b/neo_1month/data_split/train/LSTD/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ed8873a54ba875b7234ecd480dd0803ea6b315a --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dea94449e762eb7fe3332b7544e394d92891b12a85056321a0490eaf93116b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-01.npz b/neo_1month/data_split/train/LSTD/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..58011fc6aa7a50197e58842d5d92bd5437fe6db3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23366cc0a5cacc1493599ec1c5c8745357c1ab67ee3cfbeb624ffd9f0f5e69b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-02.npz b/neo_1month/data_split/train/LSTD/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd580336618727cd9dca728eef72631269ddff61 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1c2533fd01da9d7d7e2106c7564c2f834c92c7a057384159bce0967dc52ea2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-03.npz b/neo_1month/data_split/train/LSTD/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a025c54c6322ab95128d422c17eae38209a866e7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6092113967ebdd36aef48eff3b72251516a367832cffdf6604f1effbfe671c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-04.npz b/neo_1month/data_split/train/LSTD/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e13258808770d03bc9d56d8a7c504e2f1a2b075 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff7cd61a8dfa9732133ac974c6130c0ccf278db4f026d4c861157321c8e6212 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-05.npz b/neo_1month/data_split/train/LSTD/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6a2f10e2b8e84735a6bd4ab4d4e9d7e42e55e23 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78c2bcc42c0f34a85120e4bff106f2bd8fee8f024cab9ae08e8f150279c16f7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-06.npz b/neo_1month/data_split/train/LSTD/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a77e740b8b5fc3ab614f2cf4290fe7acf20be3ba --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40945bfee2aad2c834a25a3aa7ae01448efd4b986dc43e2ac79c37630051b748 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-07.npz b/neo_1month/data_split/train/LSTD/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5480e08c348e6d97e38f132d9996f4c3ac029467 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c955466ba634de62ee222534fd0f45e22cc179fe14f2af6249cb86b7eb5b9ec0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-08.npz b/neo_1month/data_split/train/LSTD/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0018d1041a2fdb162f5164a6184ec91e42acccb7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685f7c9c1ab97f9e1885daf458dab8fe8b9d63e76b89808d0793ec5432dfe252 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-09.npz b/neo_1month/data_split/train/LSTD/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..73d71b1656b420b683fe77532995b044469b8c36 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a7fc692b60e0fb574bb8c6c571cda3cca87ffb2799a38157e7e8c6893baa56 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-10.npz b/neo_1month/data_split/train/LSTD/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fde32b538dc28e9aed6bf43b288155d8d5a3cf4 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a92be6af3a260e4e8d8c4827ff440c9d5eaecfc30cbdea080c7b9bc97b000a4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-11.npz b/neo_1month/data_split/train/LSTD/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c13197ebaa5a424922c4b4596254c69e3390776f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dd8d479129f07f3a91ddae45b1081b3ddfc66eb5bb9e92a440219a65d65bfb +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2007-12.npz b/neo_1month/data_split/train/LSTD/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7141b39aeabeea611d8962716eb922e2d8baff1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22eef4071abaa72feb1ea44b3f3f4d0dbc6ad8b6f96b3e97a6a6c3a1d174943 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-01.npz b/neo_1month/data_split/train/LSTD/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..34a47a0dc06c445750e7da6622f0ca3002971366 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a47a387bd00ce963ce5fef5e790726379ecd5a2b29a6903739d4f91585a6aeb +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-02.npz b/neo_1month/data_split/train/LSTD/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..be05356fd26083e0f5565dd8bf87fd812058ce90 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923cbfaf8df7349e8fa378988ae116c1cbc3d8bffbad0b4999041f4b6f0b78fd +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-03.npz b/neo_1month/data_split/train/LSTD/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..32ab64ec0c30599dff6fda7acd14df53c9d52eed --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c87f3784906b8c93d7a26506be4af4347a20f33fd1b2e25bd8df2d5fb97aa8b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-04.npz b/neo_1month/data_split/train/LSTD/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..56b57ddc5210df1b7c9f2c0a5ef83a5ba6b19dd8 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8118a7365821680402d511e5a5da0965bdf2b3d7485d47a2ee05a08cd29a5014 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-05.npz b/neo_1month/data_split/train/LSTD/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cf35e5bb354b043b2c4f6e5fb80a05e500fbb8d --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d20f9f217032080d050277636c778fe1874141a035d01284b5eb8fd97b7fc4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-06.npz b/neo_1month/data_split/train/LSTD/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fa40456aa7a30d622666e342f76045e3473fa08 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2cdbe3d910aa8ce7d35ff6b5ad50a8ddb637b6682f3230696b0878cc0ebaab +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-07.npz b/neo_1month/data_split/train/LSTD/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..60a4d30d516bc317e22d04ce7623fce2586e5242 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69584d3da57c5a11be4b660e2e574176c53684251c2f78fd837d9632ca0c13b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-08.npz b/neo_1month/data_split/train/LSTD/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc48ea00cc60e7e5c20288dfd2af01903e65ff5d --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c44d1e2dd75d63b3b1320284f386d3c055bb80ad8c8f257e1163c691c1eff9c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-09.npz b/neo_1month/data_split/train/LSTD/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fd2381a411c28692d28f9217120a1a591f90d60 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39058835a435507906e0901207031a21c29097190cc44339db19786f0eaa7a96 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-10.npz b/neo_1month/data_split/train/LSTD/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d22980b775b3b5d603c5bd97f650790fc0dec40 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acc80fdeb37812ff95080431bcb2d7c54e6ed4f7b64db4de72b1f28981024e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-11.npz b/neo_1month/data_split/train/LSTD/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..12358dd4e1e40e5da9a779b8a36fda8256bd29cb --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b8dd37a2500528af1194112c08b9acafd54739c2ab250872bbcc5a6bbcec77 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2008-12.npz b/neo_1month/data_split/train/LSTD/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e3915125456132287f5fa9311e5fa2ed8cb909d --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86cdc910a56f2c7baeaa2a541973501d5a24c8a77aabe78b6b36764ff9a3e1a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-01.npz b/neo_1month/data_split/train/LSTD/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b039a8a8c95c95964fefd3468eaa6ac94023096 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9741e9f6f0e3e321f489b0aa2e07994d05f9f74338f61b70b41448743616175e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-02.npz b/neo_1month/data_split/train/LSTD/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bdfba7c55569e571d6b7b47d0a0664dea33cb28 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea88711e2852d204d8b5e5ba568bebdb1c80a9ae0da677c0e260cf4c52035842 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-03.npz b/neo_1month/data_split/train/LSTD/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc6dc820fa074fd11d60cf18b91fa3e4509d6248 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a089ac1f64342f7bb019e8e67cdee5754e0dd303c5b85c7cc48fc0680851e078 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-04.npz b/neo_1month/data_split/train/LSTD/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..38b90cdfa6b3b2c41407702a6a2f5155baf535b7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16958bc27b6473a3e2b52373ae4e50181acd4833989281236933c11e86a1c9e9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-05.npz b/neo_1month/data_split/train/LSTD/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b183947097ace47d46981097692f34a2b1f6115f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cf3b893b1b250d46d342cbd413b4ff2def493293596de40a62a4afd7d77ca7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-06.npz b/neo_1month/data_split/train/LSTD/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..584dd746b408900ca2f4900acb9603e89f10b833 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2f883968ca7b6d5be37192bd3f5d7f7839a94719ccc1da4695e8a15a63a150 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-07.npz b/neo_1month/data_split/train/LSTD/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bc57fd15aa106b6749efb5e98e94430ddc66cf2 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a394ff59c805f178f467f0536622e9cb5ad33683f691512f14eda962c75b5ca +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-08.npz b/neo_1month/data_split/train/LSTD/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a3e60dc326c26de05c0e337a54f3697863469f3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3c5ce151cad3292c5f0bb5b06b85371d65f5211bae88b582efd15bcb6fa0bd +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-09.npz b/neo_1month/data_split/train/LSTD/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51cd25033083ffb14c5ac329f95dc5dd858aa6f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fa45d16fe90611e0c55373dae3978ce637681b8a885424a4a17f418b4db249 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-10.npz b/neo_1month/data_split/train/LSTD/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f46c484e556db1077212973643e9d80c24ffd50 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f38d887f5cb7890a47ca821c34686d1d7cd5b8bbee071a0773eee182aad0077 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-11.npz b/neo_1month/data_split/train/LSTD/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a095f1fa4e09f0609cec077e34fa55e5128819c --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d8370bacd05038cb60d5942062ea2def27c80faa8fd5841632b3d70f7c51d4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2009-12.npz b/neo_1month/data_split/train/LSTD/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d566304e1fdef0c4bddd6aa3bb1a599c462e443 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f15b81cc2445e6f895858e6e5c394c69f8c5c39d5de7aff156e8408b2620ef +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-01.npz b/neo_1month/data_split/train/LSTD/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..34914c33f062ba8259ee08707698a3c6ec874337 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c96f73206d699b774ede3956e21a1b987beab6e8cd4fe422dc8f569f55052a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-02.npz b/neo_1month/data_split/train/LSTD/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ae9216a1c8b571e8848676036317d5d9060c9fb --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490c6d9d83dc293399dc9e68b2a956fdaf0b0f4d848b69a67d89dae75ea62e3f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-03.npz b/neo_1month/data_split/train/LSTD/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..415bb1f2268ffb3eac00abdd89fce92019293f15 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aaca645a67256789f43a24526df310c1c2db77fb6e8ecaf18d97b03cc4fc9e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-04.npz b/neo_1month/data_split/train/LSTD/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..75300e9f75ba5a630b804f69fabefeee2bef64ca --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50fa88f6575cc17ebbd04bd0e72588d1d3873f77593b51653050ed50f582186 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-05.npz b/neo_1month/data_split/train/LSTD/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea29682ca5983ca3ba126776a9d032aaf5668ccc --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b83499db31df2165bebf1e84d491bbd520f5b5757c0c14e648d1f46134c650 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-06.npz b/neo_1month/data_split/train/LSTD/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed04f4ea16a50a0d10d4b87072774c6b6ba88b5f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895c1a526f00932f4de0824a7066a5fc7a5dccdd23842bc23e5b6f3375b83182 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-07.npz b/neo_1month/data_split/train/LSTD/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6dee5af9950ce80c632edac878c403b8ae6a8f5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f24b1734455c200c3a8d9893b917142f73786585aa5985cca519152126cb4c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-08.npz b/neo_1month/data_split/train/LSTD/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3090ef9c9122c9c87017faf7231c8595834c7aa --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b835ae5df978d767f670b52d828cc6f6727e7fea13da6b6e14ba83f6fb6a79 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-09.npz b/neo_1month/data_split/train/LSTD/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..df2ef2c2a9ddf04a637cf93749d82cebef365691 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e9ea2e81a6da8b361d08952717a8d10f386e4bdeffdf9f71a47849d98c0fd4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-10.npz b/neo_1month/data_split/train/LSTD/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff7b70841b57562a2a32d03ecd14c38bdaff5d8d --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202772aaff6e5b145c2779df25e89763dce25aecf83535647ef9b73e3a2ffb10 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-11.npz b/neo_1month/data_split/train/LSTD/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ba1f84ebe2df0ae03c1cf62164aea2d80b5bd9f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14434408e2872759224817145febc12aca998b0d9180a1c897049701fe34828d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2010-12.npz b/neo_1month/data_split/train/LSTD/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a068cd04e7866b825a026fa985cc435daa6a7d83 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973bae262c2c65233707745f95a0c6c5b25409c66e843299591bcdffb213c7c0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-01.npz b/neo_1month/data_split/train/LSTD/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..df1343a6450ee96178ad3d939b54e39d79e3c677 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b279fd2b2f373d6347d4e4facd3c353aa938f8dcbf74552b9e19504dc3621c7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-02.npz b/neo_1month/data_split/train/LSTD/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe5191731a19641c8ddb8077615d068161700934 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a703bd2a9fc58c7f333ddf08cae98497e19ff1c45d29fb0c8a481011b65aed +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-03.npz b/neo_1month/data_split/train/LSTD/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a203903f3d18100635119efc2a9cdad350b9434 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4befb5cba5cdf885b9cb5fc7483345c0723105561a644b6a9b19346f2cac9cf +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-04.npz b/neo_1month/data_split/train/LSTD/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4e83b591547750164b5c726920a85486558a637 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79ab9b80c23a2f5399e98759d1c70fcd9491ecba7b123b2bb3496b1fec6e97b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-05.npz b/neo_1month/data_split/train/LSTD/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ced1a4540ae310730263ca9f2167320f5f537ec9 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f90db409333067d3f5fa6aa8c022b5b18b58db2cf7f87e85364e7240cbfeb7e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-06.npz b/neo_1month/data_split/train/LSTD/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..21d4a4570b31e18359866d9bd6a564c79586dba6 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cb10f749bdb2e8d868cfd6ad487deceb0eeec73237d8f5de6f8259c8cb5b23 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-07.npz b/neo_1month/data_split/train/LSTD/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5bfd35962ff9595b8d0fe9410e8d7114e7cb977 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bf72c9248e7f8506593e24b6199f231dbc0014f33ec1bebb0d2a8efef253de +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-08.npz b/neo_1month/data_split/train/LSTD/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a7f7bc29316af40da6d2184f8b3808fa8a9ce1b7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b030667195e7a03046e8f958329eac26a620df0dfa860012f61b5b49f1cd84d2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-09.npz b/neo_1month/data_split/train/LSTD/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e89256a4adca0f0b5ef84e027b7fa21d02918d8 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda60f7241aafe5078a3e220c2e6dffb5e512ff1c56db722e5a45919a528185e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-10.npz b/neo_1month/data_split/train/LSTD/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ec15b8c870ccbca755ddf5123f36dffdb0f9412 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d765ff446ca4d3e8fa6d4c5b86affd0894799b6064f6f2864e0854b0459d26 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-11.npz b/neo_1month/data_split/train/LSTD/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a38c2f8e051c6f8c6df27e138bcbfc3ed66004b --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f8aa8bc22fabf720ae56f0411f6e9efbc3604171c17fa66ed7da3e372ee99f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2011-12.npz b/neo_1month/data_split/train/LSTD/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..90c6525f8cc7f56448e34e7052cd05064ecc9c2e --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f961e8b88de6179a5d6a56e2f6692925f107c8811d42bab7e52043fe86a5276 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-01.npz b/neo_1month/data_split/train/LSTD/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..decdb6f6f56d6df3a820be9291b92017169dddcd --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795e97ec515407685d67cb5fef786f6771d67d133809fb629b030b6115f5a3ab +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-02.npz b/neo_1month/data_split/train/LSTD/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f10171738b1c24fa086d117b6db6b8e0da38cd79 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc738b1fa6954fdfe92586f484c635be438456d25ce90f950f3fd4443e39e825 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-03.npz b/neo_1month/data_split/train/LSTD/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..27ecb843681dde85a8dd9031d09e59e32f7967a9 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaf9f176893f6034cc2700bb6917414ec74317009fea9daad4ef514ce5f1c1a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-04.npz b/neo_1month/data_split/train/LSTD/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..85603a2ec10e397b4d643bf9ec10b0fd7e5723e1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f83c697fb797b92a805b4a00e23361958e9144b55200ccd607b8ca2ba398507 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-05.npz b/neo_1month/data_split/train/LSTD/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4203723cfc4c7c110553a37dc178acdf1ce417cb --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ae74b8ba35389f59fb2439b4b0d2afcac97f1aba92b3fa5596629677dfec68 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-06.npz b/neo_1month/data_split/train/LSTD/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..61e6d24aa67fe864808c6cf3b934475f2abddd2f --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef76ab1db1979af817a9b1d650713f7663601f9a4394b83c3c3e03a1dea06fb +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-07.npz b/neo_1month/data_split/train/LSTD/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..aede6244e217af6bb4d28a783f66d894e5bd25b1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a861faf706d94a18282510db7c2e3a63092492e00453d2cc54e0006670e98cb +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-08.npz b/neo_1month/data_split/train/LSTD/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac29292d29f50dc362cdada6d89e5088e881c145 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8571ca8ab71fa70fed9dd2552cc0a1832c0bf5fbb550e2a5de24163556e3b964 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-09.npz b/neo_1month/data_split/train/LSTD/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb9b30c06362905e63dba5cfc998444eaf6ec921 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f774735c90de5ca6d8bfbd7d3f7441fba1cc0ec395e232bdc126790abad95c5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-10.npz b/neo_1month/data_split/train/LSTD/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..65f2978aa6c50fc5a3691c170317eee64154c308 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7964be14d7d6e22fe01573ccd3d8a88f85646eeb9cb9564ddcf27f1da915e97 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-11.npz b/neo_1month/data_split/train/LSTD/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..701ae3a53cd673dd388d1dcaa0cbbc3c4dca0497 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5be5d8e602126614ddd7b92b2099aa260f77bd3cd9545fce9168dc5166c539e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2012-12.npz b/neo_1month/data_split/train/LSTD/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8cfa89262978429caac7b0026f08da2acabbed3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40964122f787eb5dfcaa1683a00e4863a000a2780584092d703b638b97584b6c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-01.npz b/neo_1month/data_split/train/LSTD/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f13e6075da4d80c7be5c8e01d00d30424d328a6 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122431a7f2e55c79dc56e4a069f25e3131278d7938d1d872e179efeed7748c9d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-02.npz b/neo_1month/data_split/train/LSTD/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9505349873bb6500ec4078c120442fbfdfae0c7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90b186ce39eceedff0294eddff4f88ff004e9a8adda6cc423c5d9e2461d0848 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-03.npz b/neo_1month/data_split/train/LSTD/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9737ee0abc65851757ab593a83fcce521b5dca05 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7413ec359a963581da2b7987a5fb8fd1d49a355fe801a5cdc19faeff9b1e7b5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-04.npz b/neo_1month/data_split/train/LSTD/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a3e2b9105f5a227bc579b59545b463f51e68076 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7810d6d15c0c5afbc9a6970d67a3c3394e38babc728fad66b9718e74afeedf44 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-05.npz b/neo_1month/data_split/train/LSTD/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..59fdbb1233e03488769e4e3d1107864eaa7930d0 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d15b8b7dc5e4260483bbdfcc375c013bd392732838e5960f3bce86633ced5f1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-06.npz b/neo_1month/data_split/train/LSTD/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c067d69577799aa382cba712d2edabe1d37b4285 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ee6a00bb325fbce7fe5f6fb82aef7cffdaa4fa0ba8b089fe2f0051e011758f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-07.npz b/neo_1month/data_split/train/LSTD/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d60515d24b82cad8eb5e062ee4c40b2708b2e713 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40656a8e7e3bc16d87487e9a32ccff067736d1e0b6cbb41a30c9204e3fadbf2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-08.npz b/neo_1month/data_split/train/LSTD/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..823e4e380f0da370dc65ed53a776f5f337a1adee --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b91223abab4ac9cf126ccc39143f0e504c6e2e3e4d4403d3e953e6fb5befb2a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-09.npz b/neo_1month/data_split/train/LSTD/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4dbef97c58c43a5130c5685ffd0fefdac2fa92b1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f1132d44750257fd8f9a454d682c63fbe4d05dd8928c32f65316d4179bd471 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-10.npz b/neo_1month/data_split/train/LSTD/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..02474a7bfeead6e92d564e91729929a8a25f6f7c --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f533aedfa4f34930c21f1fe6a3bd327579b744a3225fb9dd9e4775e3eb42de +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-11.npz b/neo_1month/data_split/train/LSTD/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bd2d1fc609ac52c908f13caa63cd2128fce67985 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a94d11aba3b4183bfe5cddc5889b01f7493c8582cf03de3d4b2ba3ff261a8d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2013-12.npz b/neo_1month/data_split/train/LSTD/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..454c3ffedddd599d354a0df1b0e82be194058d1c --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2fb34d7e739dacad20b6a508ece687fac7a4b1e1d99943c098a30dfdc8ecd9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-01.npz b/neo_1month/data_split/train/LSTD/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d80e5b9cc574b0ea9f3900aec52edb1b4f82d6b4 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826ca83ee0aaa7d96225fc15a9a3344177eea0040deb7133a97e48de849da0bb +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-02.npz b/neo_1month/data_split/train/LSTD/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0e03ec88db3ac5be6cf001d7c603ebaab4461a7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d6905e9529593992d8e065ab35929a09cd79874b1a2b3e2348d8176a5573e6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-03.npz b/neo_1month/data_split/train/LSTD/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f21db6019d75cd9162a3cab52191102b4dbecad3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2d9cb27b86ceb64c8b482e0751629850bfe9f61b20e32dc446e109d45335d9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-04.npz b/neo_1month/data_split/train/LSTD/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..20b3b37955d6d8b2aee5aad43aeef56f521b22a7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcec0c6d6e3e44a7a6839e0c7bd2acddcae8a6131d1e0135232cce46385d9fb9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-05.npz b/neo_1month/data_split/train/LSTD/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..915aa7a7759cbdce7ea65ecc94741967462b9b49 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303e09affbf59c390d540945077f7abb622762f93ecd0efeb2aea206e401858e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-06.npz b/neo_1month/data_split/train/LSTD/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7336d68a0c4c2d1e2b71eedfa69abaa827e15d29 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c0a3b683bec88e08b970322f5cda283af5e02a2c13c0022f3c982031c6723f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-07.npz b/neo_1month/data_split/train/LSTD/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f35cbc588d96c562fe749fe49ccf162872f2a4f1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37439418b40b88433f08c7862ff803af81fca0943d6a5a6e71bfe4cf72e9dd41 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD/2014-08.npz b/neo_1month/data_split/train/LSTD/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e4e3037095d4a3b4136a5736766e6ac9198e4b3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0ac705d5bf66a70305ed732db37b22bd8753816227b17e9d56f5209b0ac471 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2004-10.npz b/neo_1month/data_split/train/LSTD_AN/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d89c157dbc0f1ff92e03ea3abe5a39703bb66e71 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028ec0bb3cc632d552a0fac55ba2b5cde7e5f0f938fd95ad77019e7b517afe0c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2004-11.npz b/neo_1month/data_split/train/LSTD_AN/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..72777eba05bdde8c8bf0f5525815c685aa3def66 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554f6c4a731e15e4b209013aaa9e038115d02d6f602d4b46f7499a8f238770d1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2004-12.npz b/neo_1month/data_split/train/LSTD_AN/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0a95a7f7d5dbad4f01a0c10a8065f71fb31f164 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590a25fb779d529cd14c1821f966a8a3a760c4a4a764214cb210a656564f3dd9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-01.npz b/neo_1month/data_split/train/LSTD_AN/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d564ec6cc2c0537086d414947103eb29e48ec04 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8d47dc76b77ef8c461913c4ebcb62ce89f662bc80855c52780b9ea51788dbe +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-02.npz b/neo_1month/data_split/train/LSTD_AN/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dbcd31d87615913299accb3e32d8c7b8f855b4b --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f467ed1dfb2ffd59a59bf3ef7d92811cc1f3de805507142267aac2ca7545da0a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-03.npz b/neo_1month/data_split/train/LSTD_AN/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..9cb8e8a037e65442309d731a9c23b9697bd0a021 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2040f411e3943f72e71a88ba907b5ac6f2642a7f3b18316c69d80fcd47cd73 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-04.npz b/neo_1month/data_split/train/LSTD_AN/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5a4fac439fd2a27f6ec0062e5af237ea23de6b8 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a793630e0547d491f9c285c2f8e91f81f16e9c384e795376bae28b9542803e5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-05.npz b/neo_1month/data_split/train/LSTD_AN/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9268a71511243ef63634be600f180cd1fe34b330 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e54a56174cdecd5a0938bd2da3c4c05f7661a90aeefc828efb629d8dd53093f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-06.npz b/neo_1month/data_split/train/LSTD_AN/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7da08aea3a3d6c65d84e44d17a4adca1cccd5bc2 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9c461598811e0a609495499758ae3f7b462d36a9bd67b9394889d4eb850f7d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-07.npz b/neo_1month/data_split/train/LSTD_AN/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0463516878c9aaacd702f0152f339a5444e0b94 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17172b4d67b139da55a11741a8a55fa327dcc69f8df90008cf15e439d5efb00e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-08.npz b/neo_1month/data_split/train/LSTD_AN/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a11585ffff95d055b20f42bb6390e62c455623cd --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1369f1a80203b0bbdbc921f11e3d96d020df1ec954c79d527da4239457ea4c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-09.npz b/neo_1month/data_split/train/LSTD_AN/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..19a5a2b54f3301cbed1d7ee4f99ecde52a00573d --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b330b528583cdb64a1621e7cf6de212834740d20993d93b11907d261ecb596 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-10.npz b/neo_1month/data_split/train/LSTD_AN/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d21494d7444b12be1c5eff2bdf2047d1173f272 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9a46e44736cbd99518b7ca1f65a79085e84fe7d0732d2b5981cd4fe2bffbe1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-11.npz b/neo_1month/data_split/train/LSTD_AN/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..129a55082531b6215aedfdafc6dcc7e79b06fe37 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7662f7e5e29308775bc3ba18eba3460420962f38e1653d84ad6a839d087d7d73 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2005-12.npz b/neo_1month/data_split/train/LSTD_AN/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ecc597872de27bb94a9134c8b03546735af8a04 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0242bf58564eaf7d4209084e3212d40d38811758bdfec88fed44bb431941b098 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-01.npz b/neo_1month/data_split/train/LSTD_AN/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f2cad63f6af70cc4f58d66e91de3a5d1760c104 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7aac0cfcd00b3127621125bf72d3609c5b6ff321d22cd0dff0bd601cbfb80b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-02.npz b/neo_1month/data_split/train/LSTD_AN/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..85c6de536f7709742173b707f321b3277369ad0e --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b8c7cca25f6f03ba20bc730b7d8655d1cd8403854c111e466c5e15535e3b8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-03.npz b/neo_1month/data_split/train/LSTD_AN/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f27f783ef6ae439065b7b184397ddb12623c03a5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88c491360ddf1293a5afd4cf2af6d30608f9f90262192ed1bd88486e6c770bf +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-04.npz b/neo_1month/data_split/train/LSTD_AN/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..93dd5ae312e91c5b101c095b947e805be7677c5e --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416ff79147da6e583d379fccc5e9cf79fbf7f3847dd06aac8c2b0851c329db48 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-05.npz b/neo_1month/data_split/train/LSTD_AN/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a232397f0fb67ac5ec697d1b4f3f4597329e002 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c1d4e6d4c6657ab8eb4543d664e3e7c6bdbac725e23b86033caaf9796cce63 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-06.npz b/neo_1month/data_split/train/LSTD_AN/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1090ee77157ee4dd5fa98ac110f19eb92420e112 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46edcdc52ffd18d51e14a1303407074a0c3a534e6cc179bc860075c29b9a750 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-07.npz b/neo_1month/data_split/train/LSTD_AN/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..908a47aa0d92efa2e8fb529a8afa126df3ace2eb --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad966a7ce7fa8ffb397cde622e99e2531af0dfc6db74d37a9bff441ef305ff11 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-08.npz b/neo_1month/data_split/train/LSTD_AN/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ab15855e9e1a89b7dd0ed7d12eb8f7f28d67588e --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a61dcb5ba7a7d90667a754327668f51988ac86859542b745465416fb8c932c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-09.npz b/neo_1month/data_split/train/LSTD_AN/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1d5caa9c028a284a06370c77f33a9a29e72e8a3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fb3d9121788dcab9e2b34d40da2adf0d3e9e3c5a2738479c28f71c1bb95023 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-10.npz b/neo_1month/data_split/train/LSTD_AN/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f86228b9e71208e6cba2a9ef7b0d67ab26e6a557 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d325808bc27bb3f8a86e753356af587a8ea4fd1d3d4a23832a1544bedaa1ed36 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-11.npz b/neo_1month/data_split/train/LSTD_AN/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a07532b5fb0dd065f0a91c97c597faf9a4a8fa5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7052a91ee667398401178604baaa1865a7b4c14d55691d34b660dfdbf3a61c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2006-12.npz b/neo_1month/data_split/train/LSTD_AN/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..06f89e48bf0f8b4fc64a3c8629a31839bfeb0860 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a79c68433f463d24bd9b24ae5b907ee6503e72e8ee46ba05b017117986a349 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-01.npz b/neo_1month/data_split/train/LSTD_AN/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7bf209928bf73f1e86b8d5895a79ade879288962 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecf6c8ca66ca53334b8942e3be7bf2664f16c95be70aa3d0d9c688106f6a683 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-02.npz b/neo_1month/data_split/train/LSTD_AN/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aaade74d8862d46681a9eaa58241a265c26fd93a --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbb23874259ae704dab6b222bc574f4789c9956f96c3d74479fc9290f572531 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-03.npz b/neo_1month/data_split/train/LSTD_AN/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a3bc69238e9555fa3ec868ff130b768909f97535 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5baa5f3dcf801601d19ecb89d0c4dd89f2291a4be6688e21a863d0f63ea11c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-04.npz b/neo_1month/data_split/train/LSTD_AN/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddcdb1698037c1408ada83b056e47790c5fa8b86 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88d2f58fee230eec82dcfba7fa237ca7000ed01dadc1a1d22f54211fdb79387 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-05.npz b/neo_1month/data_split/train/LSTD_AN/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a23ef07148db37876def00741113de962d68587a --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e90a83b5463a244681be9621d1229df6e7d50b587ff5421abe290ec0b997192 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-06.npz b/neo_1month/data_split/train/LSTD_AN/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..52aa76512c274949f1d21ba1238fbac5e4cb4bb4 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7e3d93c73a940077106c201eaec8a8cc90fd55670a61619e95cf1053f3ccd7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-07.npz b/neo_1month/data_split/train/LSTD_AN/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1a00b3c71bd068bdb4993030609b0e781fae920 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9329a73f25b621289c9978fb0d0cebb312bd7c03f13eb51eba54fa0a7b42a8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-08.npz b/neo_1month/data_split/train/LSTD_AN/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f368289b8e6477c3be6ba292a6f0f51149576d2c --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb3bc6aa89f49255dce8c45557b10fa6c91507ed16bb53477d9b3bd4b4d797c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-09.npz b/neo_1month/data_split/train/LSTD_AN/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..aae7c619a8a70a7f0f6c3ce81e36e07903f791e4 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aa84377f326a432075fd56b8e54d15dbb78bd1dc255a2ee9a335584e8436c0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-10.npz b/neo_1month/data_split/train/LSTD_AN/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..706077d043750ddd962e1560140994ae842170a3 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab4eb71f0f8f964062b7c7236a806bdaf86001ed4eafe6bce6bb5d28389a43a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-11.npz b/neo_1month/data_split/train/LSTD_AN/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c6ed2c7cddc60819db58295ae384a2ed9fac656 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9669dbfb73e5ff33d07fcc644b598635eab4e0f848b393b71ad96fcb341702 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2007-12.npz b/neo_1month/data_split/train/LSTD_AN/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e60c561b9a4d1ff11e946af7cb101f30fd961e9d --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49479f43b02f16d9bf7917aa48a9b149d8a4000c54a6225ce35f62f07395860 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-01.npz b/neo_1month/data_split/train/LSTD_AN/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fd874f5e9eb0114e096ea3d546584e80fce6ce5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38507842733c757de81ea6449aac09f10b801bcdd8a4195b9bdf790a8392dc4e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-02.npz b/neo_1month/data_split/train/LSTD_AN/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e125f72b22d61904464319ba040bdf45b3c7f1de --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ef801a7e6accf15a0d74e963f641d24bc6598a81703f0101306ab792a55f79 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-03.npz b/neo_1month/data_split/train/LSTD_AN/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4c2fff11822d85c063832c85aada5a3f6227b9c --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5429a8194c74f0e2d35611527c2e636b5b7825c727cb1e6ac60d3bb7dd100f37 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-04.npz b/neo_1month/data_split/train/LSTD_AN/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d8384e536be0c95eaa77e39a7de93e08f698beb --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02d41149092c6d94bbf5dd193bca2d011faadedfa8fb00e4a33e9e19364cf5d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-05.npz b/neo_1month/data_split/train/LSTD_AN/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..acc90e6446168229b39b9f3838f761d22b68a5b8 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9ccdd82449aa1ac052717ed5b043f25bdbac801830c2975fd99e6d22b6bbb1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-06.npz b/neo_1month/data_split/train/LSTD_AN/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb7626185273cc2127b37285342d3c8b6df99cdb --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc057b81dbb2b2e100f5fba4c63139c1edcb7fbf326d09b1a8c9e7cfd1e8db32 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-07.npz b/neo_1month/data_split/train/LSTD_AN/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c447da72616d22525ffaad6f6e62bd0c6d0c6600 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c683d618a4b593256de03cff340cad8b181176cc28173472089ef97732baa3b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-08.npz b/neo_1month/data_split/train/LSTD_AN/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e42fa2ab26acad941caead3ffc74b8e3e895ba97 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff66216e88d1aadb337c230707de69ebb6c1f2409774b41a64ca3fd836d56b2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-09.npz b/neo_1month/data_split/train/LSTD_AN/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b104492140babb14b72024eb5aec9e02aa62713 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdbf0afb91bfdd6650b708b1b942e497ed334c7420dc7117a3122c3413adaa7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-10.npz b/neo_1month/data_split/train/LSTD_AN/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..86830f892751cbb2ba725114b3d28b48ff4cd9d7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5d7012035659604cb6be9e348a5e162763eb17a92cb3d85cac0d562928bdf +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-11.npz b/neo_1month/data_split/train/LSTD_AN/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f417cf083c1db1f4b07d97a55640faed8fae39d --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e689dbcb8467e7ccf72ce468abbf5745973ac4e68fa23f6571e0a892dccd397 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2008-12.npz b/neo_1month/data_split/train/LSTD_AN/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c47a8ca51cafa682ec72c67bb6b132459b457230 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df0aaf89f8152f6fd3917bc3cc05680e0c487967f0e3e23596b2263fb8ad925 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-01.npz b/neo_1month/data_split/train/LSTD_AN/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c7b95d7207e50d48b0a233edede53a82519993e --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d169b403e2eb9c1764b37cec37a018fbe25d3e440290c0856f5a7851eca424c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-02.npz b/neo_1month/data_split/train/LSTD_AN/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5cd9e5b4fe5317451dc6dfbc772d8fe9a45fa71 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26692b395ba2b5aca5533c1b897bb17116947879e315e947c963f69b68f696d8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-03.npz b/neo_1month/data_split/train/LSTD_AN/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a56dfaf76b8a3fdce6b65b2a59c9afe210729f50 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c891e57330991a17774740e9242db72f88c3ec1c601f7708b539e641d5f100 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-04.npz b/neo_1month/data_split/train/LSTD_AN/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0eaedcd2cb5776f2f6e06a2b2841f7b111c191f7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0f906f89db0574e4c559cf8d067929b2bdb5a580d4a6a1e66866c532ce02c6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-05.npz b/neo_1month/data_split/train/LSTD_AN/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb2abded2c90fd3f4ff9249ec7b48a91aac8bb82 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb4263d197590c91685a5690882d68aaa48acea565d7d4280a68d345f08e1c4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-06.npz b/neo_1month/data_split/train/LSTD_AN/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27857995486597d061cae9de4dc9955b4925d02 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c3db1a4261eef6df5ccf79b117ef5a9d70b6109bdd15774da3df001b8a7752 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-07.npz b/neo_1month/data_split/train/LSTD_AN/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e45ff9a9c3dadc77238d382738bbcdefa3a1cdbb --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7f34adfa37416924ea498f020e2da4448d7c4a147c85a14dc9b54f85a40b58 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-08.npz b/neo_1month/data_split/train/LSTD_AN/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1098e0091f9352337de3c552a41949d399679c6d --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139e6af345a13a4de454c8dc2b916746ec40b59548f4c8417918686b55110588 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-09.npz b/neo_1month/data_split/train/LSTD_AN/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2143a938ca47adbfce33b518059a78dfa8b2b2da --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a1bcc097ea99ef49058a30ce1d3d5fd6672a99a484adc7d36be54f9586498 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-10.npz b/neo_1month/data_split/train/LSTD_AN/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..87ed7b26ed7b5a2e6c14eaa847607cb9964d113a --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34150f7879873abaa35277a83c8b0f6bbf26fae1f7e8ab2d0724cdafc53221cf +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-11.npz b/neo_1month/data_split/train/LSTD_AN/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b604139b21effccd00b2420a6a9cfb4687e5e810 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fc6b7b19deae3140f2b101b57d5667f1b6c4173bf693a0607f4fcfafd422e0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2009-12.npz b/neo_1month/data_split/train/LSTD_AN/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dd746b75684ed994ed3fe20cc069a4480947eac --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ccf01622f102c3fdb892f3877c3b8639b7bc7a1b8334bd81f083afadce5bce +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-01.npz b/neo_1month/data_split/train/LSTD_AN/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..55d350bc4e56a376e0cb784ebae27083cde3e911 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71623ce48710672e2bf47172345878a539504002958e13c14b8141946c6581b6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-02.npz b/neo_1month/data_split/train/LSTD_AN/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..12f6228397a4848d0b4c82497faad0134d767c1e --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013c8c1ac815ce232d3a541433bf12b8a2f98320ded7b42b29e9e2a4083ae042 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-03.npz b/neo_1month/data_split/train/LSTD_AN/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4361ef649e6255b35a673b251a24ce96cd86cf73 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e54239ce33dae608467c00fb097466946a795cd1d4289dccc822d8d6eb16b13 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-04.npz b/neo_1month/data_split/train/LSTD_AN/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f841df2c0316a199852eac40a343a164719fb200 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c531d57c7532b61561d4072694b340bdd208e6a534734ed12520519f73259c6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-05.npz b/neo_1month/data_split/train/LSTD_AN/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e9ec32ac5231618c477bf44c923f1928a63e54a --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d003a481dffa056da8199815b3cf7b95116d3c9cc8166a3243f7810bf60c8a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-06.npz b/neo_1month/data_split/train/LSTD_AN/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c62dc86cfca7d1dafbb9a31e753712a6bc374094 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12860d43c5f679ba88e6a9155dd74071266e377294fc50e6ad29274d9cc3dda2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-07.npz b/neo_1month/data_split/train/LSTD_AN/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a021849dd1be65c1c8b6840967cbfa00fd13172 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e745f4e8b6d045f5fb8e0a47d13938df091352425185a0bf58ac79ba23fbd2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-08.npz b/neo_1month/data_split/train/LSTD_AN/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b31120c563b8c6373081a80aceb688678d36e3c --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5298792180c52248a31006bee741d815e269fa6d3d3fd8b95ed94b8bb47058a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-09.npz b/neo_1month/data_split/train/LSTD_AN/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cdf1291d36e82c318631ccc9dfda15ebc413a015 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16df55ba177afbdc4fd89031764b9696dca356cd0a0bd63d9679bc093a50442b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-10.npz b/neo_1month/data_split/train/LSTD_AN/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e519d22fa6d4dd6c9146473d2770d2e9992b2caf --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf6cdb9d63fc230ba1b222e671c741dd329ffdd9e114ec5a2398b2c91cd2cef +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-11.npz b/neo_1month/data_split/train/LSTD_AN/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcdb44afb099425379f270517f6d98b0aae83026 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c30a9f6501fb9d61e31d66c921c8448a80cb24caf6cdbb0ca0f8e974ceedc21 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2010-12.npz b/neo_1month/data_split/train/LSTD_AN/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ca85efbf708f161b511833608c859c2242d89fa --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330e734bb1a1615d0e00365dfe00a2f33824aa5404b38b16fe9d745106329fe6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-01.npz b/neo_1month/data_split/train/LSTD_AN/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6119001945a529813770d92f28b745b4b6882271 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e940ae6b38160d69ba901a90af76930d0613a966e82a54b1eb00901028d9e67f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-02.npz b/neo_1month/data_split/train/LSTD_AN/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..02828758d1f955ec392b96b87b355e28a627ffaa --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8496e41b2068c773810198115bc2ec2238d270ae628f6fc390cdbca32286e74e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-03.npz b/neo_1month/data_split/train/LSTD_AN/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b1e009098d5a193dc67f4e781d013124a4be575 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a97395f5bdfa209eaba0b9d80edb3678b73f322a367836081985579d83ba7f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-04.npz b/neo_1month/data_split/train/LSTD_AN/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..804be4f2104422b11ba80d2a7d5d2a4a773ee166 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be8ac47c6901c402bb0ed0c6817c818a9a4f906039d9738486488317e57f385 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-05.npz b/neo_1month/data_split/train/LSTD_AN/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1edf26028dc5c1a606eb102115042c402587f2c0 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72ea5a069b38a2af43549714fbe939602cd05a093ceeb621c338b1420c4539a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-06.npz b/neo_1month/data_split/train/LSTD_AN/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..dabafeec97bf1ec6296530d4e8725f5b2a111c8e --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d785682a5896f7d9dc25dd9f3cbab616de546c3fae380599edf3cead5be1c714 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-07.npz b/neo_1month/data_split/train/LSTD_AN/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6fa5146c868a8ed481a9b842e76aec3054bfde30 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d54eb819d49c3e814c93a240f931fcc3f17b926315e2330bd22e56f8c36862 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-08.npz b/neo_1month/data_split/train/LSTD_AN/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b3a513230430ab5d115a506af2208fb8dbd864d --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf37e6ca19e024f1ec63dbe5b174c39e6111740244dbab53c0a74e91817fdfb +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-09.npz b/neo_1month/data_split/train/LSTD_AN/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef033b16fcf412581d934ea3a37d4e9639e2e77d --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2422a2dd45d248d7f9775340a533597e1b87742e64876b5919a95fd1f763d64 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-10.npz b/neo_1month/data_split/train/LSTD_AN/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f2d09404bb2893bb14636f63d1d40396e1c2fce --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6e78aaa063edca35533fdd8f013d16d5940e0247fb4859bde9bc145a3fe98e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-11.npz b/neo_1month/data_split/train/LSTD_AN/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7585d32f428c62ced30e047bc9c0582bf5f17088 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92d6eebcfd8b88f4e7ab2a382d791f93b33f8537400c18bd27332e5fc7192f0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2011-12.npz b/neo_1month/data_split/train/LSTD_AN/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..834c884271c7a91b904c31bfdc4db4a5b7e5b735 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4fdf76ed3afbbf215f43fb1a202b25be58a857d5b6d7fc6ae12809d6be593b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-01.npz b/neo_1month/data_split/train/LSTD_AN/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e919cd77ca248b674685e237eda515f1c6b9edcd --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9905afc70f5424a731befc693f22dda6b100e76c099e5c2c2331322638ad1db5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-02.npz b/neo_1month/data_split/train/LSTD_AN/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d94206f681e0a215b39ed3449170875fd4543fc --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713466d08b3d7849471a15b4a11d9307a077256d4e16196dab06918bb88e9945 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-03.npz b/neo_1month/data_split/train/LSTD_AN/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8f0573c8916ad0cf94ba590e1de80dcb98feca7 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280ea344519c2060ca0618a0425018902e1297c8adec7ee6fa03ddfacddcb1c8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-04.npz b/neo_1month/data_split/train/LSTD_AN/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c0f529c473e6c357f3d4334e675a2d320cee03b --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220c956a05fd007fabce4d79f0ef7be5d8b2e24e529a2285e46c0416b23c17ef +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-05.npz b/neo_1month/data_split/train/LSTD_AN/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..10339bf66e4662d70733a885145e3611d6324e8a --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b13c6fa7b44bbf75d012d57b93518bc26d88582ff758c8f87b9b159ea5114d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-06.npz b/neo_1month/data_split/train/LSTD_AN/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ae45e5735feb8256d439db45c1da73273d88884 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460ea484d41610aaa0944d90d903f26b38a53db257a6ee600cb97007094927d9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-07.npz b/neo_1month/data_split/train/LSTD_AN/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..38d2229130ea8643987b5188facdb50c48430cf5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b184e28657bd07b5025f6c64f8e58b6294725baf498001f6bd04348ac7afdd4e +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-08.npz b/neo_1month/data_split/train/LSTD_AN/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff759a49d87c430cfca85dbe5c943bde7894aa19 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac47007f4eb1091f445b6377e997ac9adb9f94b86378148d0f3dbb5cae8f00f +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-09.npz b/neo_1month/data_split/train/LSTD_AN/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..71c6d660fb7eedaa8d5d7d67c279075de909e092 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ed81de98cb3bd35edb515ee38da4ec120831bc5003ff15f7bf3428446befa1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-10.npz b/neo_1month/data_split/train/LSTD_AN/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0e993434ba7d62a8d52eec338a90af90d2f7d75 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77594b9d420ab820dfb50c7af43e1f07d892ac296510202259f5680427b5c689 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-11.npz b/neo_1month/data_split/train/LSTD_AN/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac3a797b835af7eb355c06b989dd424b2ebd6b6c --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e12ee42598e0d1019e8dd1c9097d06165d7a21acde9296a03e97c36c1897cc +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2012-12.npz b/neo_1month/data_split/train/LSTD_AN/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31c63e6ff01347cf07c974da967472ce72fe0220 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dbdba17dce7a6640c5913cbe516e39fac9195eaf7e7e95d20ea96e36042524 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-01.npz b/neo_1month/data_split/train/LSTD_AN/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..370a0cec07f4ec6e63014bdd58561f13002d9514 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ada5c166ec271ed21e2e63b99a3d7778c01425d9143ea082a9a8cd0ad36018 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-02.npz b/neo_1month/data_split/train/LSTD_AN/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e53c2d074be7645a74d86e62d63701e0d63675fd --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c63150be5e81b545171c721d5c75caad21aa4191121f6d228564dd8c98d9e8c +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-03.npz b/neo_1month/data_split/train/LSTD_AN/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..466963acb01b0933651a5adbace2701072524690 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955f5473a34e80897ffc4a4eb7b8a79321a29cd9ef5cbc1129d0a4984ea9e0e8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-04.npz b/neo_1month/data_split/train/LSTD_AN/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9b4f2a9e3b8e0309002bd6aabf1bc4f482b51a2 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447014fc0cc888601f8c76017d82c42f48f8c3c8279d1645d2510608e723c721 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-05.npz b/neo_1month/data_split/train/LSTD_AN/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccd2369c783154aa6ae9865e14ad93f4d9de549c --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecb1de9d7aa51d0b578d9686983aece7988a2d53a781b94115d69f8a657d68b +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-06.npz b/neo_1month/data_split/train/LSTD_AN/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5e88de6e4961dd2be9994b7be9e00cb128c4bc5 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff0fc0e5c2911db7a80b7be744ffb0c2e0d35e86562a71eb45fc4bb1b5b849 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-07.npz b/neo_1month/data_split/train/LSTD_AN/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..feb93b5bc57f2d5a0f26336f3c2d680bc7c9a5ef --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea6df427aa1ddbfe090c504a2baa4976bfe1542ea43d5ef0dc4233d5328b7de +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-08.npz b/neo_1month/data_split/train/LSTD_AN/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d352c24b447eb7935174a0394da442108901ceb1 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42eef4017c1f89feaea949642f5080b0f5899b947a25dcbe432c14889ae6dc4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-09.npz b/neo_1month/data_split/train/LSTD_AN/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a359140a68f3677b261acda29a2acfdc4e883dc --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df56516c9a947c4221367e547fcbbb16abce0c9e8cc08b0a8396b15d80b65cd +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-10.npz b/neo_1month/data_split/train/LSTD_AN/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca982fc788fab956612f19e3101db7274c13423c --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec13c7a1e36876034b4a0ccab7c5abe663d9ce20ed899df341b82f1b3e55920 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-11.npz b/neo_1month/data_split/train/LSTD_AN/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb0fd9bca3efae981fdb123fb3fe6edb333d95ae --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3990295a3e77a5bcc5992d379659a1a61f5e669e248dcc72fd1dfab44a8c586d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2013-12.npz b/neo_1month/data_split/train/LSTD_AN/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31503f1bd332133d0445a3003444b7d12e5da743 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2cbebe3c059687837b54fff7bf752ff49b9b0a1dea98f38535956bd9395b62 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-01.npz b/neo_1month/data_split/train/LSTD_AN/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..69bc6b89a99f1cd61c73484c48a36828ecdb7273 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeb3b6e7d99b8818924299cee36274d5d8b851aace79327e741daefab4903db +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-02.npz b/neo_1month/data_split/train/LSTD_AN/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f99fe38e4a8373ab216e3342afb937a0febcb462 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452843bdea9b413da34e0c0ed771fd09397d63687c537141a296fb8c475f1acf +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-03.npz b/neo_1month/data_split/train/LSTD_AN/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e446fb4e0bf9e92ebb71b9aab8450a13e4abd2f4 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee9af11b0b898798b3f7d07a4a5d401bc63161a3e14aaae11208ce486df7a61 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-04.npz b/neo_1month/data_split/train/LSTD_AN/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3897b9c5cb6f13e04697cfb48e4bdf615b15dad8 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccba9a78305dc922ec50b590b7f7f04e02ed2d05ad81ffe4a7c53889f1c1f22d +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-05.npz b/neo_1month/data_split/train/LSTD_AN/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..805ecc3fe2f0aa0042d2ca105461645236b3d37a --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f5393b4840a5731de508cb5fa05348da52031064c9e78a036bb248cda6b182 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-06.npz b/neo_1month/data_split/train/LSTD_AN/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..38953040d2fd7f3a49cc58b9f135bdc428efa5d4 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13af0e7e5fe4cb5929c3ee577cff6f47a2ccc7b297abb25d379e9a0d2204329a +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-07.npz b/neo_1month/data_split/train/LSTD_AN/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6ff2be36989bb4346cbe76d49c7c27e4faf3e35 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbca50398a3e0e2ab3cd1b5fce6f631ae6985787e52f91af3b17d51d469e4a9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTD_AN/2014-08.npz b/neo_1month/data_split/train/LSTD_AN/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c80783a0889337f9a3947f65eed7256fb31dba36 --- /dev/null +++ b/neo_1month/data_split/train/LSTD_AN/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e7373960d325fb85748a27939f5a5acc56379a55b586887870702b077ecbfb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2004-10.npz b/neo_1month/data_split/train/LSTN/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..33d832dc706bf98d1b4a4a59cefe541f91204686 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b33fd22777ac03af3f87dc224f5c761410a186a7ef5bc0f48dd4c3f35e7112 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2004-11.npz b/neo_1month/data_split/train/LSTN/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..de5efa7c7ff28094861afdec1067334bc6300526 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777aa9b6845c1d137ffb568bf8e7de493d691c4aef74999db928a83efa915ba0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2004-12.npz b/neo_1month/data_split/train/LSTN/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f335671984b656a04a3c35fad71877aa622a1e2b --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba772b50923d9043937a90d888c6dadaabf9de4660db4d10904c587cad13bd87 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-01.npz b/neo_1month/data_split/train/LSTN/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..58fdd5525eb1055133f1dbc2361b6f32ef777830 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f602cf92c2b62c87e501572e70b1d0c42d2ab70bc2ecd994698c451ec2f8923a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-02.npz b/neo_1month/data_split/train/LSTN/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bc70f92e082dbde02bf21d7c8c1b6b83ee41deb --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d373d6f617f3d6da1d37bfb953af1511eaa700a4523b30415a586c5f596634 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-03.npz b/neo_1month/data_split/train/LSTN/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..878a3cd06fc67adf1c8edce497caf3accb2fbe79 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5449c22a7a9bd883c0e4e66d220cd34499ba8dc8b0b6526cf876b543eb5d8a1e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-04.npz b/neo_1month/data_split/train/LSTN/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdb3b626a5805e6c72bd7cb396848a49d029b5b8 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f916e0d46e61b2e1099cd8c0dd19a148f2e63107580b722c55ce3ea2ee767a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-05.npz b/neo_1month/data_split/train/LSTN/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..56d599e891a88c040ff9a8f156aa8c00fa628432 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8c6579af3916086aec55f71b80140704464cb41827919f00d62e24e5ee49b9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-06.npz b/neo_1month/data_split/train/LSTN/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa446c64c24a13474e3a366cfcdf399d90c356af --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b5ac9002393b36970d6c80ddc019a48c4c28d2a128cb4066af858d49162d33 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-07.npz b/neo_1month/data_split/train/LSTN/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9bb7bf82902e1fe51a28396ac908ac03427995f --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7fcc1d698135ee85990476b3661dd205199dd7a39441e8698df976261955f0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-08.npz b/neo_1month/data_split/train/LSTN/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..151ddad17c31f93e2b26c77f5ad0a6dbbe5f73aa --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5453963b135b7e3a7ad29de33b09886d0a1d93062f592350b5d8f116a1d47ce +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-09.npz b/neo_1month/data_split/train/LSTN/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..636809d6ceb6e0248d14421e1c8af9cff1cf9ff5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a15b3783462ec12d57cff51915a313b6f6e7915525fd568f0e659606e86962e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-10.npz b/neo_1month/data_split/train/LSTN/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..73182a747d1afcd647af50131da84260051afc98 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff706c14ab2dceca0c3cd01712c284cd32eefaa10a1f2228232b4b395ece86cd +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-11.npz b/neo_1month/data_split/train/LSTN/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e17e44e3130e2f04febbaae8f54f06d7f3a2fa47 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5fc88f5e04c14f0d9a4a06d9d73abb3601b5447b6a5fc3f23f97de25d7f29d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2005-12.npz b/neo_1month/data_split/train/LSTN/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcf123cf2a32616a5dd771676883570b14854b50 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c8cfe57e49cceda0c7303b0ee55bcdb20a5ec4071897bd7033dc8d39d5f98c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-01.npz b/neo_1month/data_split/train/LSTN/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3b3bfe67865423ad3e2b703f786213af2498c82 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01881803a217af81446df0089f2e5d66dc0353d4039e75c508f7d0a2245a421 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-02.npz b/neo_1month/data_split/train/LSTN/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2fbdf352f8b8cc09f2fdaef43c11feb1c3dcdac --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c023987c3cb20311baab23e12a6d694185a14bef96221defade8b129827d6360 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-03.npz b/neo_1month/data_split/train/LSTN/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c1511e3a76558d7e465be736d0aade270657498 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a773b3e8f33986b400c42cdac093624ba40bb9c7e0a732dfbb793c4d2e2f4774 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-04.npz b/neo_1month/data_split/train/LSTN/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b2234dcc9929f0ddf742fd872afe191819427f4e --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a9e470cb6d64b935d5089b89d550dcad06a523ef3f6596e5d413566160c7b4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-05.npz b/neo_1month/data_split/train/LSTN/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f5f63a568e351feae0401aee0e78bbc52a26eaa --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2369a4a5b598061a1c3ab782a528ad1430c7922d0cdd4e6dbad5d652ba02194 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-06.npz b/neo_1month/data_split/train/LSTN/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3dc5d227518a71659dc57729b677f14cf0564e91 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a625d3da6c812e104943d09e7d4b989ca4dcfeb3d75c0ed7120c0f4e700bc3 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-07.npz b/neo_1month/data_split/train/LSTN/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..537e222f3ec95e5467efa3b68feee02586ce43bc --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b9c0edb6b28e3895984061696a422f1f01fd6f9f868ed22818e3a1f504bbb0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-08.npz b/neo_1month/data_split/train/LSTN/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6b3a431328dd9ec8cc4886ae7bafbe3b2ed25eb --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445c51aec0d89e953f261bf763d3c470434eacf9e5717b80812fc0ee368a87a2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-09.npz b/neo_1month/data_split/train/LSTN/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b66cc2148944510a41a6860bc6e3f8ac814472b0 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f50faca66ec1b8afbabc76d3f3495afb8eea0c060572f542fe268e14a604a21 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-10.npz b/neo_1month/data_split/train/LSTN/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d57659ea713f2d0426699a549ac5a90e717e16e --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e774dc2ea8d5e34df2d4775b66c1ee0382843bb3ef79db38454a2a01d7f3ed60 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-11.npz b/neo_1month/data_split/train/LSTN/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a42c1f0e801dc9f8420f4f1c9d66263b3dba463 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8180a4b49b4b39511cbb6c24a846482f54d310763bb2380849d32a4d8ac466cc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2006-12.npz b/neo_1month/data_split/train/LSTN/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..65a7166c8f8ef18d6c1531fea5c114a6715cce2c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96b2e7b3e63794b6673a4b4f2a44943315943a99cbd4e55d5f126ba470bb196 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-01.npz b/neo_1month/data_split/train/LSTN/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1daf1181153c67623bc360b743ea18768db33ed7 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689c70ed5374e3373eb430341ee5a7febeccda043187f7133767d32f7262794b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-02.npz b/neo_1month/data_split/train/LSTN/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c443f9176d2298c1ecbfd2de9f56ca71df8304d --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c17017307f515d87eff81b9f789ec4806818ac6b15132a96ebc138681f6268b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-03.npz b/neo_1month/data_split/train/LSTN/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..216fb83e10538ae740dfc61929f9a5354d05d811 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd94ea11e684843160d3c6c5423ab82460371255b4cb62788fbfdded2ece930b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-04.npz b/neo_1month/data_split/train/LSTN/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1285e2def98b3593a1e51009d9165def86c2bb96 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed47986ce15599b835b0f5579f408fef45fa9e1c8f8f3a69e19490db8fe5d54 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-05.npz b/neo_1month/data_split/train/LSTN/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a8fd32a1721d3c51b46cfe209b169e2889925ef --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b5af3ce95d5c2e7d972baa4c2a3f58449a0b057568651409e85524cb69197d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-06.npz b/neo_1month/data_split/train/LSTN/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..24877c9bef5e75a93d5b00d10caea85635343506 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4e77ffba97833984806e7a72d26482f2d06c6adda00ccd8f0122240281ac88 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-07.npz b/neo_1month/data_split/train/LSTN/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea6b475388bd95699ae287d69de7433fc1b55b15 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2ab252b7a8dcbd269d38f4f268c9bc0604fc9278efc988d567ebb6182008e3 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-08.npz b/neo_1month/data_split/train/LSTN/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..97181dbc58487b9aa9e0160c8fd9e5732f05c16a --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fb9680ac9d5426108299d68a896e589f64188291fa77744f9f78fe3100bdcb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-09.npz b/neo_1month/data_split/train/LSTN/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b52d4d655268ab3fb4bc643d834eb3d8c2a339f --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fcf782c417898f9002e7877b1672d1cea5f583a0f86dbfba5ac22bd290c4f9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-10.npz b/neo_1month/data_split/train/LSTN/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4645e830e32e19876753d0bb557d481c3a73b68 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b854570946a2fdf631fed1a8e2662f067831954eb57ff020899e79219de7a9c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-11.npz b/neo_1month/data_split/train/LSTN/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0c2d1cf7a24467b27fdb3d4bb3ee96aba7ecdfd --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6107394d0baebb77e2d48236af5eb7374b0e24b941190a73dd76fffcd3fdf72c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2007-12.npz b/neo_1month/data_split/train/LSTN/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9fc7fccfdaf3de0d37507040ee5e92facda81b96 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2ef27f13a62336e1ee79a948807e4d50dd31071a38ab8bb732646e0322e344 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-01.npz b/neo_1month/data_split/train/LSTN/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9bfed7da528affe4134043270d00296326678574 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5ce978044b97d91b4c16cc960f90a344b56919c37a4e949fa0789c0255b4f2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-02.npz b/neo_1month/data_split/train/LSTN/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d04fc0a54bda199fe65d122529324c2b8550b6ee --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45de74ad09a3cfb44a885d039cf624efb18bb457a40b1f340adb3bf4f499da49 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-03.npz b/neo_1month/data_split/train/LSTN/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..21ba660d80e536ea25a114b844402b0dac3ee87c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe2b085493220802163760bbfc3638c7120bcffac2110ce53e6176466fca6c9 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-04.npz b/neo_1month/data_split/train/LSTN/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1dc318f1fedb646bd5bec48f48cae6e2445164c0 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf888f8f53ab64607bdab587972407af80046b71b18f06bf2829600e603e749d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-05.npz b/neo_1month/data_split/train/LSTN/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..31e249b215763f451c1da30979a70ba10190962f --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c6c76f715f6bc419bc8971db5e6688ff8db5fde14e5d4db22c49f7401b77cd +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-06.npz b/neo_1month/data_split/train/LSTN/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..782da0dc20defd263b2bfae5b1456f7f93c6c83a --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaa148bd4e9e68f122f3f881434f3b183bf48e505fae2ad400d94a955f2d68d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-07.npz b/neo_1month/data_split/train/LSTN/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a48269c9a577dd969a708ba212c491580aab6d80 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198744dcb83afbacf6b5813b6003ddbfa6d83b8f318ad721d3dd57cffe054c01 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-08.npz b/neo_1month/data_split/train/LSTN/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5bd83830debe6c679ec8eb4fbb4080031f6840e --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b68a29f64fc5c4771c2cdfb0b95fe7b21358101ad2bae6ebec9a7c9be3993e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-09.npz b/neo_1month/data_split/train/LSTN/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..76609c40cbbcf78414bfb7239eb38237896c8ebf --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9098a7794ea1b192e469dff8ad75d56d0a3e46c3b5e9cb15f1e43c464435bfe +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-10.npz b/neo_1month/data_split/train/LSTN/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..24085f2b294152c1a2c00cc821e8601ce22ce312 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4416874d482026fb046489c977547db46b2582e00f9efe02c6f26ff946706170 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-11.npz b/neo_1month/data_split/train/LSTN/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a167b33ce3ca51c453cfb398fcee9b8b78143967 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eafe63ee5acf88393d2d8df3c67076c5f9484c0b361f7549981fae36bfd3f94 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2008-12.npz b/neo_1month/data_split/train/LSTN/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1493dacbfb3bfe9911f88942d1be67d00d044b76 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609246a1e226049bfccb021c4c711dc9adcdf9d0de44eac41bd732885e5fec5a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-01.npz b/neo_1month/data_split/train/LSTN/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d28cfe86e3a0ec72f076b1368aee8226898e4426 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05d4e96a3e507e870b056eb96e08dbb694be11579e21d61d2b4c90ba262fbb5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-02.npz b/neo_1month/data_split/train/LSTN/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a944fb4c1b414792b6bc9c64d5e128dc40e5c6a4 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1506dd95e8be772156b78ffc815f6bd590416e304c943990518dacb36bd10a73 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-03.npz b/neo_1month/data_split/train/LSTN/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e7a7cac709c37e1a4ac95689f95666bca6c3bf8 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f28fddd2adc793741957fd39d54a63ed98d2258edeb9f4ea85feaa557c8e5d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-04.npz b/neo_1month/data_split/train/LSTN/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4cc02650dc0220d4723a0e75d6b108a02edd4e6 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1692fc78756f1a63bc7a03ddc4d19d1fa9d4de3ae0ab5ff422548b13c1b566a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-05.npz b/neo_1month/data_split/train/LSTN/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..afee8c3d3687c4176e6e8fc60a68dd95fb8c4273 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928c0a857ed899809971f022237164b5dfabb9fe780a774010fbb1a50e366fd0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-06.npz b/neo_1month/data_split/train/LSTN/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..4bc6b47c57f1be08c645c0841451c2d0554aaf7a --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fd9ab0e9bfa160c7986ba0d24b055377128c5364119aed3ad941af5d6995ff +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-07.npz b/neo_1month/data_split/train/LSTN/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcfe418ff4ab8c588e1c5c821abca6bc6d8433aa --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1b783e696fb049256355e57241054b034be2500e8b549b85c3ccd8f1e1d2b8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-08.npz b/neo_1month/data_split/train/LSTN/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7cf3c2d1fb977a1fe4eab9935896b718293dcca --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7668a8269c015a3717014c6c63550fa93388d8e35ecee4e9dde3e2d6d24178b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-09.npz b/neo_1month/data_split/train/LSTN/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..529486730fff3f25426c5d2ea24b3ddf8b248968 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef0219fc9c5fbcd27dd6978f1aedd435ff7f2440ed258ac4dd9fa6259671b64 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-10.npz b/neo_1month/data_split/train/LSTN/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..645134351c96082cf9b5f77dd83e5271d014e325 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285c98c5653442967db738fae9769aee37820458008b36248b33ecb21ed46d19 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-11.npz b/neo_1month/data_split/train/LSTN/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..466706aca36a26ba01e621b2971f83a2c043cd6d --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1377747eaa7d3752123011d7855ac557cbf2149d7c08a72ff2f74a0153636b0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2009-12.npz b/neo_1month/data_split/train/LSTN/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..66805fbba0bc23e36fc7c785f6b9edd661b460d7 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446e50b131c25c8a47f86dc82a8c161a638b3a9b28a756f51f5daf82e4333fbc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-01.npz b/neo_1month/data_split/train/LSTN/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..30bd8b961464154ac1f88cf5a1be2acf66365312 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e54b0dc87a1a98ac3b5ccccb92c14e5c8e5bda680aca45f8f8f0a6c61c980b8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-02.npz b/neo_1month/data_split/train/LSTN/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d023d1ae2ca54de3b6f2b9bf3bd45b9be89855e6 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f57c97b70b460cc058d81bac585a2dc29d77596d7db4b92218d5af356c8048 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-03.npz b/neo_1month/data_split/train/LSTN/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a988fa9ae097c787ba5cb2a9d289822a71cfc30d --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb2ea905d13cfd7dee53df7296b0221ce54c516e477b709cf71e693c55df3ac +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-04.npz b/neo_1month/data_split/train/LSTN/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9b54b7785696c03d108419cf1703f4dfdc181590 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f0e4ddd44ed0f8df510ed6960a4959d322ce36dae036c79830544e81ed18c0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-05.npz b/neo_1month/data_split/train/LSTN/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..59bfd5681e8956838bf0363193ace894ec4caf97 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4016b20ecabf995e46c6d13f8c274f129f879dc272ea121e8897f87dd6b1dfa1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-06.npz b/neo_1month/data_split/train/LSTN/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b36371383bc1e63070a9635b1b92a3a6289fc0ae --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf33a357f54ddb0062968d0aa0707ec4f23906b39cba85e26df4e01d1089c9c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-07.npz b/neo_1month/data_split/train/LSTN/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dbcc6fc66b079f2ef76307dec57eed8124c5211 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4278f9044e3cce2b9ec82b8965167381ecf6cf7bc924e87f0f8aeeff13c2bf5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-08.npz b/neo_1month/data_split/train/LSTN/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..35fdb1d43c0de30735e752c4f6fc8d59ede2b912 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb9f608b6aa25211c5ad461b91f64e72d51f087dc4e2b9aa52d2eb75c295687 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-09.npz b/neo_1month/data_split/train/LSTN/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..71e7223793f1579cf971bfdc65c160872c460ef9 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567f54b2346691827a6772de11edfe4b85b208334cb2eeb2c92ca6a48bf4f30d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-10.npz b/neo_1month/data_split/train/LSTN/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e141a063baec84f7d16cc203d021fe5df256edf5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe97924f4963b6ecc90277492ede0f20ed51e75854f1aaf78d1af7c2e9ed57d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-11.npz b/neo_1month/data_split/train/LSTN/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..23269ff385f8f20b800e650d3e1d48be7ad946b0 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f1be905137aa7fcd6bb247529e913b801737338f2df2d27f51dcd654a36637 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2010-12.npz b/neo_1month/data_split/train/LSTN/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..18d1b1935ac961045c89bd6356c62173247b6223 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050b9b274d39ea6f054f1f3503c54687868655749c8b132f60b4976c8884cc1f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-01.npz b/neo_1month/data_split/train/LSTN/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5b91b1ba9a0856ed8e025dc367891a0d9d3bcd5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf78e88fca769271724edeacfc52a08242973d12914fc97108cd292a1e4e7d93 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-02.npz b/neo_1month/data_split/train/LSTN/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa3b1d5b61538ebcc7ee90da0958300c4328d9eb --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f068c45f2da2114bca2820ad693271605235506f5a90b3210af89ba37605dddd +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-03.npz b/neo_1month/data_split/train/LSTN/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..34866b979bb6f90bfe9c8869a94c8f3b7fa943a1 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dd354fa9fcc115099451ff007d6eb48c119e7952fbcbf687ce5a00696f7f2f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-04.npz b/neo_1month/data_split/train/LSTN/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8c1a6515976863f5c2df9ca33f090786763c004 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7850dbe173e2e1846244181ac4b7805f1a4032abd9ba6b89f3c31466f705f1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-05.npz b/neo_1month/data_split/train/LSTN/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c94011a29da315c60d064770725513d48aa88e5b --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3e2fd4849c4150174f556dfa1c2a6395702c8012151275d70ef11cd676057c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-06.npz b/neo_1month/data_split/train/LSTN/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..68729bdbe2f103093bf42c646f9ffd6f4ab63f81 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686641420764676eb72463402e6eec8fcf6021ac01594ca01869b3fcdb064024 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-07.npz b/neo_1month/data_split/train/LSTN/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..982073c14c97eae686c3dda0c5ff0a46ca7de136 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e06d885152a1c2ed28159cf9637d1821b8177bb27a2ea1bfc001f0a2e0dfce +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-08.npz b/neo_1month/data_split/train/LSTN/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a4f3451a3cc3872d8a36bcceed601f64d0ba946 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba21c63d6355d9c774041fb0da20a8ebc7c5574b2e2bbcb4f643e46d99b64fe +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-09.npz b/neo_1month/data_split/train/LSTN/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4dfc7678972785b4c60b404de4ba20f08e8c9e2 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526d21e26c0c310a0849f2fee9b5a8f4c9ce1480b526c8fbf80922e061f8ea3d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-10.npz b/neo_1month/data_split/train/LSTN/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a77597d48dc78c1e4fefcaecfb7836dc79d867c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70f10cd706fcd7d7c922b1839ae25f416038b23a734a38e660180b389b036c0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-11.npz b/neo_1month/data_split/train/LSTN/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a989392f40ab45e090ddcd2d34347653463943a --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1011507b43f8b73f50e0af2305a76ae246eba6ed8e4c9cd643894c05571d870 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2011-12.npz b/neo_1month/data_split/train/LSTN/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..71521fca06e3846529242c075467d365df3d15db --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d4c486f7654b7be5e261c378ac0d0422483f796ee21730857dc944b5a2da78 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-01.npz b/neo_1month/data_split/train/LSTN/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f9a8d5738e9a5dd8dad0bbfa90be3fe6bd1aca7 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97778b675a37ecaf2636664ca725d5bb3cb7adcc4eb565a9f2f5258aeef06e5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-02.npz b/neo_1month/data_split/train/LSTN/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..168d10a2002abebf21ce490f69b93e6541fa92ce --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f26d7ed3428b46a16835fbcfcbffc654337058d33e4861cbd73d5b4e108954b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-03.npz b/neo_1month/data_split/train/LSTN/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..502649d61563fb70bb54011d4f16c7246ea1981c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e06168a940aa02b9831454a30433bad7b28f15772a3f3c44d48c63e4427f0b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-04.npz b/neo_1month/data_split/train/LSTN/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0628e04178943668f8a5ac9a1b06d7ee115dc21 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74d8a3f98161b3b7080483927fbc6f473fe1a995ebbf2b6346d15eb2b9217ce +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-05.npz b/neo_1month/data_split/train/LSTN/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c368d88cdf2ad44f339d858e2ece8772144b793 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682b73b308f962c51bfa7cd97285f188b0cfd74c57b0d0df0b116384acea0ca3 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-06.npz b/neo_1month/data_split/train/LSTN/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..09dc4e3e468c9f6b787876c070b6173e0e370000 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0733210dbc491407ed2e70e3a37d5fa6852a4a9d32733498a1802c432bd07add +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-07.npz b/neo_1month/data_split/train/LSTN/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dcee4e693b20a143deafcfeed179addff617631c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fdb1f8f9321469b7e51c5967dd79aa413487f8e6ce5a4100ceb2120f5d5ac1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-08.npz b/neo_1month/data_split/train/LSTN/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c2b66c59d952330507ea45f9dc688206f16f6bd --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdf5cb9c9c7f108db143272b8e7e0c6f8598fbbbb763fb3b3b421fa8a3168fa +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-09.npz b/neo_1month/data_split/train/LSTN/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..143ff5af64d08b8cbe071c9a85dff8c9a4f8b704 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99edf7a8572d6e80f4af33cdd36977131434700efdebad5be8d478fbc5579ea +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-10.npz b/neo_1month/data_split/train/LSTN/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6d840604b1757788fdbb33398f91bd24511d518 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e884f15dc27d2d5dce620a03a40d97eb99d01235df79b4a0536c15af129ba949 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-11.npz b/neo_1month/data_split/train/LSTN/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..394aa888d587c36a2495c71d882738742562d0c2 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60019560cbdc7d5cf3e29cd84d79dc16c3a201c9869d3b04efaaf9134c383fcb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2012-12.npz b/neo_1month/data_split/train/LSTN/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..595412d34f44ded109ab194a0156426a996d13fe --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e21e36d538109c0f5c1ba9edfc2f7a9467f618d7bff65b4348ae54f20866df +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-01.npz b/neo_1month/data_split/train/LSTN/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ab7d66b079d28238f9f5c64d8873a9660627d6f --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ff2c98699648fc1e62cffd0a5d612876345b993ab816c6bb4fb487b4f7d459 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-02.npz b/neo_1month/data_split/train/LSTN/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bdc8f791b6a6f2d4133b7bd970fb365f7d7c966a --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee598a6c9ee0c8517ddf3ccaab18555839d0206dc5d9b335ecf4b1164b25131 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-03.npz b/neo_1month/data_split/train/LSTN/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbdd8ff660837c4ee94aca0627d4e13cde0a777d --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c286c9aa77261e663516face512f7e7a39d214d312666b32fdba1cdb346f81e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-04.npz b/neo_1month/data_split/train/LSTN/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..56eb9803cf4540da52f58515f55b337bc485a4cf --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821619d6fa95a18e4d6cc112f87c8e747ddf50d75196056956c7fa498b63072d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-05.npz b/neo_1month/data_split/train/LSTN/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..520d3f8e2babc6c01afb208c97c40b2cf2c36447 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04d40cfd992b3d3a0ccb21bd5799be34411f0de7ef0b8012a262589272cd2cc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-06.npz b/neo_1month/data_split/train/LSTN/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..199967771c06044fb7d6dcec3e7573e9196c32dd --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abba9996942756c1e3a631aa10a631e4786a1f768227f07facbb592c0f1bc35d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-07.npz b/neo_1month/data_split/train/LSTN/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..860b6e9170e2a2fdbb580f52d214cc9c2a3257ef --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db758d5c7321fce8c71b7fe221a33345aab7f5f8659719807ccaff078a2b19fe +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-08.npz b/neo_1month/data_split/train/LSTN/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9efde3ca422d92c97afafaf1b4c0bca8e5474636 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b4f856ce91d77843b05dc63cf84d4a8110546b1a900fd82ad5a3e7f790b6c0 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-09.npz b/neo_1month/data_split/train/LSTN/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..72c29d2e32ee51618038563f3afb901d6521ea2c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b4499a1eea65a0565eb0b60ad2c51d1173b91200a55d5f76487f76bad16607 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-10.npz b/neo_1month/data_split/train/LSTN/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c959fab7f2eef110b0475b468c77fc43da7a5b3 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727bbb84834e8624f92dfb58d4cf82a7c155f6cab07d64865f398e221186de83 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-11.npz b/neo_1month/data_split/train/LSTN/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fee8f6f724373424981c65b2a0d4673d36f819c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d378e12c208adb5d7774f5a91192c30ffc82ebdd8567ec024d0aeefa31ff58 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2013-12.npz b/neo_1month/data_split/train/LSTN/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3a624557f84efcba1053fca88ee392275ba5874 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfc4dd97fa8677767e57b1fc8cde88e9ef021948914b016a8cb34c649b5e6bf +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-01.npz b/neo_1month/data_split/train/LSTN/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a9c5c288ab49513b287a96552171110d23c0e13 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13542765d241a4652313617132931051b2d88620446c586095e66576614b500 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-02.npz b/neo_1month/data_split/train/LSTN/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4593dee72eb41c7b8f13db6b53371b8ee034eab5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bce633b0f0c4fdc5858fb47c185f318ab12611b29dd9cc287c060dcb71f79f8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-03.npz b/neo_1month/data_split/train/LSTN/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7fada7164e3dce0786194e9e56b0afefee52789f --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb984c81bb0f4ff32d7dbc0166b27755f5a282a8e2d07b61f8611f85f36745ce +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-04.npz b/neo_1month/data_split/train/LSTN/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43c5bead3137a0df1bbbadb065fc591c9cfa6577 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5501b5da8a1e2ca1b93400631bbd1f2fa8ab002729ffbb5768b229647a4aeeff +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-05.npz b/neo_1month/data_split/train/LSTN/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..221dee91de94749aaaf2b86a6e080394d41aa1ce --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4034ad3f2ee06211f5cf0928bf417a20730161cc36f79fe8c17d9d6783d2c369 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-06.npz b/neo_1month/data_split/train/LSTN/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..007ed4a895a4f2c997742a1dfe9eb4c4031ab1a7 --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c765360c28b4966114c78167a934c336a6475d93c17890959dbdaa05ea01611 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-07.npz b/neo_1month/data_split/train/LSTN/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fce6cc45c078edd802829c21db9fd837b9a3a85c --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b9e7a8b807dc3882265b415f04c1219a92a83e9aedaa503a0253dca57c4101 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN/2014-08.npz b/neo_1month/data_split/train/LSTN/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..690935bc9438949c478ce12f544aadfcd535d7ac --- /dev/null +++ b/neo_1month/data_split/train/LSTN/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771205a800d27d5cdc2c908c1b703695270dc27c2c6b16ce7ed2b094e598372a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2004-10.npz b/neo_1month/data_split/train/LSTN_AN/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..7437d92b39d4e7a9bd0caa433a92c8b2bf7c2f1b --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a62289c9fd0380e01e0201a6412b8f997742fb82c033e39b1de5728021f8999 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2004-11.npz b/neo_1month/data_split/train/LSTN_AN/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b8bc663f70872d94dc5549a63232c4abd6e51ed2 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c4c1642cb35e39c65141e0bf7932f3370f3a81dd8ae4af3168c0e80c5615eb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2004-12.npz b/neo_1month/data_split/train/LSTN_AN/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1bef28babb36aef84006e0d3ca7f6a8cb5a55606 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e14d908ea9d6f88c877918c4c6915b8e5a7f82db7539ee70fa44c85a1fe2962 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-01.npz b/neo_1month/data_split/train/LSTN_AN/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3492473c998accd3c4c4dd99cdf09c1975aeffdc --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ade43c7f775cd7548b0329fa576eb3414dd78412b344909b69d7a86ad883c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-02.npz b/neo_1month/data_split/train/LSTN_AN/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5fafba74611a85564aa24026fd04508debf66e8f --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28940f644a8824e9fddb15a0f24695a9a8500bbaefc65ae32c23e1166da9c65d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-03.npz b/neo_1month/data_split/train/LSTN_AN/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ea01551806b933bad07cce00743cf9b483928f6 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879fa94fb2415a92f745103db670d35112e337386ec4138a08c23a9b2cd9f216 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-04.npz b/neo_1month/data_split/train/LSTN_AN/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c08d87ff9827d186fe54621b1e28bea4b01fc8b --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b10f635b440adf2acc7239e04b3e40a1fc3c415484407949a1220f33a52d54 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-05.npz b/neo_1month/data_split/train/LSTN_AN/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8da20e18d8324909914ed0bbed3ae290c7055230 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb51cf6fec99070dfca13321ac4e4ee544d1159267c901d4e00357242a253bc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-06.npz b/neo_1month/data_split/train/LSTN_AN/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..59d6861df54056e7177486677dc77274bf0809fd --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5902fa996f578fa5eaa716e7515513d42f968acdea85b68d5e3bb4994d126d7b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-07.npz b/neo_1month/data_split/train/LSTN_AN/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d22df57659c4afaa363e2d63163a1c1a1c990ec --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93af06b2db22c5f6cc19e173c5265c78d687cea76213c1f3cf9ea5abc917f85 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-08.npz b/neo_1month/data_split/train/LSTN_AN/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..965786355fb70210d1480d592213fecf7d84290a --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00399421baee4e49e526a7d46a6a3245713c22656e5443f3480565237438dbf +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-09.npz b/neo_1month/data_split/train/LSTN_AN/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..36d0ad05c89d3bc7f25f93ebd772c16895ca09de --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7febeead62662f94212b94514dbc176e414bb970a1adf92c6832920ce7316bf5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-10.npz b/neo_1month/data_split/train/LSTN_AN/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..17de2c58bfef0144b77238fd18f31bc701555d28 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4df54a2730c807d234cab8f042d36897438e80713ca8e9b8f26cdb40d0a1c7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-11.npz b/neo_1month/data_split/train/LSTN_AN/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c2d1e8da01b6af39cac261a7385193dd60dce2d --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831dfe94a1baca694d9c862ac7f17e1516aa76bed4332ce28e967e551534c2c7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2005-12.npz b/neo_1month/data_split/train/LSTN_AN/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..36f6deee272a970b206774c65f09b532329ff87c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba9d66198a227c7ebf23a200493bee652aa104af1f34727bed1e2e0e39378ba +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-01.npz b/neo_1month/data_split/train/LSTN_AN/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1615c686f6fdff0a6cb51b7aca26711a8cba0ca --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4a5c5fab82957f91ce4f4e26ab390e346e3056de8b8098081417b7ea3d50f6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-02.npz b/neo_1month/data_split/train/LSTN_AN/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc31540f07b03f534443f7f54435b7314bea6f51 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df628c218e04e2b203fafdcb10b1a6e93e52462ca53b39ffcdcc603e5993cd67 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-03.npz b/neo_1month/data_split/train/LSTN_AN/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a434bf9f58dd855b7024642df424847d80a8bf91 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b159329c9999aba2752ce4d6f47cee5ddf9819425dd03a39bc90c1f585556b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-04.npz b/neo_1month/data_split/train/LSTN_AN/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a71a30edf7a72059ad6e9c91b490738cbcfc4b2c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4d53da305131ad823ebbfee5f0d5db3408a16d1ae4bd03ec3f620ebac84c31 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-05.npz b/neo_1month/data_split/train/LSTN_AN/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5feec8453ae0e080a794ca3161b46b55c119c1e5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a424412b4344b4e822da78aa6a525d9e0db7ea6378a36e9667bc7eda761c3e4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-06.npz b/neo_1month/data_split/train/LSTN_AN/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..81fdc5b91b86a5e5ec20ea8e38a580b062b92174 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3162171af32d449c51d2e8221387a70974659f40317399c373faf4f24e792434 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-07.npz b/neo_1month/data_split/train/LSTN_AN/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd4bcfd7e9bba613ce62d2d62bd6fb0c8d8314be --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5f14b1c9850332765c19f400e897af7da0914c47c6b67fb7b5b5d92739890e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-08.npz b/neo_1month/data_split/train/LSTN_AN/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..35a376046aca892c4443e60218d9e8341fa1e719 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc3db55499f4216059f95515b5349dbaece2ac03931dbbc6c1f0be44faa9feb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-09.npz b/neo_1month/data_split/train/LSTN_AN/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..9160e4166808f3772dc26e3b478d1766cb06abd0 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896db300d58d64049647616010ee8f7cbb974ed3f8478ba69c531ddfd9e53fc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-10.npz b/neo_1month/data_split/train/LSTN_AN/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b461e283996b5cacc3c2434e6f877780c495ed30 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fd0c69ba01245f6387d9083b21bd2baf28b5a014415e8b16048450cc2bc0ce +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-11.npz b/neo_1month/data_split/train/LSTN_AN/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a2cad937c5222f6643c2a554bd872ad48a5fbe7 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1461d287d02129f2912a91dc15db0ad1034611ae31f15ab22bcd32ead670dc91 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2006-12.npz b/neo_1month/data_split/train/LSTN_AN/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b455f9164ddccc7d6a43cceff845e35d5d181d0f --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d079a0db051ed608a806a6438a19c5fb2881e50d44ed3408b5a1633093b34d1c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-01.npz b/neo_1month/data_split/train/LSTN_AN/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..1285474a066281e55b49c5fc5c29ce6f9e550861 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fd09410af3550fc5c01848a99828f542ddda99a33d329581211ebaa2cc5c8b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-02.npz b/neo_1month/data_split/train/LSTN_AN/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d8483d38f11a45f2246214bc5be3c71544214fd0 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd8a32b320983eacd0cc8893a9cc29ab804f510277f647b71563a5888055296 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-03.npz b/neo_1month/data_split/train/LSTN_AN/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6aba487268ac95288fcefe3d4646142201e2cd00 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0543a3d12122a55dc57bdae2f560e269c28bf47ae20149eeaaef675b8ee752 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-04.npz b/neo_1month/data_split/train/LSTN_AN/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..43d898f1e88f5e60a9865bb18f591a74e1c7c571 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9515b8de886358f06f4a149c990e8b72c831b296b964bd7f8a71a357acb5786 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-05.npz b/neo_1month/data_split/train/LSTN_AN/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6eea811d201baadac270b4dacd929ea4eb6480ee --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33cbc6715798ea41976c13071c661e7104c5b292d4436d2538e78ac63675a4c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-06.npz b/neo_1month/data_split/train/LSTN_AN/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0449effdd6a5077deeb42e09028c090ddbc4a2f3 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8412803aafff0e7e8eb06ada5f7ba8a255339efc4b04af70870bcff829ab429c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-07.npz b/neo_1month/data_split/train/LSTN_AN/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..02b040ea62a8fca61cb30071b7685a7fdbdb5bdf --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b413d38474204c0e8eeb173c76997d102098e0e1cc6cd4fb0e8705fa8175d36 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-08.npz b/neo_1month/data_split/train/LSTN_AN/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..49c7cad010723cc955a96f3186cab9464406110a --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6840bc704b69aaa28671ec0fd463c1c3b4471ebb32257f8df342c33088042a2 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-09.npz b/neo_1month/data_split/train/LSTN_AN/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b23114382f86780867bec0e6c7cb7943b26170c5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdbf344ba6983b97d9815aa9ffb87d5cb40bd0771bd11261650be962a7c463a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-10.npz b/neo_1month/data_split/train/LSTN_AN/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a57ea3a30b8d5e947d5b2c3613621a9c97bebc5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b478341567af20a202887a9ea16da26519dd0c7e59eb199879e7b03548a509a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-11.npz b/neo_1month/data_split/train/LSTN_AN/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d66fc9be3061205485940c68b9cdd58dece77bfc --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52a24e302e14b49f4d5abb127a65f89b2921937c9bfd5a3cec8cc27e22f60e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2007-12.npz b/neo_1month/data_split/train/LSTN_AN/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f4fe34da18d1b8d4cf5e183c295524c2818c8ec6 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ac7261e40e0b852583bf95b515f236e3db009bddf11a77a1c1a7094e685543 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-01.npz b/neo_1month/data_split/train/LSTN_AN/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a072b707d72918fdfe2c4d19ee82b55adb06aac4 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da634dd4dc122c650eebf10def886c3b0b53c4636c44ba1b2ecedc35759e4b98 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-02.npz b/neo_1month/data_split/train/LSTN_AN/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa74f4c4c8c2931880017f988ebe3c08925b94ce --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f36342895c85c53b744d64055cb7fe375d18b21c8a210e728f607226256520 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-03.npz b/neo_1month/data_split/train/LSTN_AN/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5727f7646e344f01f1cc7c4f33866512d2b8efb --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a56684234346c4bc9fc83321b80b3395af18f9de9066fa8b441feb39cc14b7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-04.npz b/neo_1month/data_split/train/LSTN_AN/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..293c62673d904e1486821c6a9992c78f70c5d87e --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418dcef6c61b80fe232ab582255151dbd660c61e317c4a51928da0776c7841f6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-05.npz b/neo_1month/data_split/train/LSTN_AN/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f9a966b2bf7e706b131bcac7a23700503d7e667 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cc3c56b39582483fc88902f49c59632bae9167c4ab28148bcbaf1a8a3c7554 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-06.npz b/neo_1month/data_split/train/LSTN_AN/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ace98c59e6d761726c049b282b6d271a1e6b2b5 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0be14b60749c611b336ffacb89cf48e372b1fcd8841ed045fd31d2d9fe5c15 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-07.npz b/neo_1month/data_split/train/LSTN_AN/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d7e03626ab727832f13a28f12eff86b686182de6 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dadfae10fa1e8140342216a985d93691f59299e9fc6e4007aac56ea4afb39f1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-08.npz b/neo_1month/data_split/train/LSTN_AN/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cc3f6a02274f43c67efa67cd2b861338fe42b84 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c00368d0d43232e87171a0d16be4e09aafe6b29641b99519d85e5ba573cbba1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-09.npz b/neo_1month/data_split/train/LSTN_AN/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1b54414bf7914b558ee2afa5a7a043dbe156271 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caaaf0070efd8aed22f5a5d2866a4152530fbae713917e758c5b92845d4a78f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-10.npz b/neo_1month/data_split/train/LSTN_AN/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..859d43bddb90a662b61a117950d28f3e1032c246 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd57ebeab54b939a68da78d10fc31df610c8f4e2ea4f87e5b1ac65556222c2e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-11.npz b/neo_1month/data_split/train/LSTN_AN/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b27be201ead5e68487d3477f0db10284f1dff207 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f44e86ccd7f0749a10430c7e757ac98240fba19543bb1dda169127b4b0b955 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2008-12.npz b/neo_1month/data_split/train/LSTN_AN/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..454c22e2a5737f4ad844d8fdabebbb547ee6d92a --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81b900c7b4bc52ca43023e6a21e91bf9dd01ee669fe5687460de3e84243d7ed +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-01.npz b/neo_1month/data_split/train/LSTN_AN/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e75621814721012c09258599f0b0ee31b4a70597 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dce3190de730118372637b4ef7b7e0b37770c9fc7b92dd3cca097f13ecc592 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-02.npz b/neo_1month/data_split/train/LSTN_AN/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c57c9b336b4b092c560ce0f2ff89bd27f2588d3c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9000994b265500aad8a36b9af83c7f8ba9bec51c380367e73926549662d96eaf +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-03.npz b/neo_1month/data_split/train/LSTN_AN/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea713ecec7fcfb55a2743ec37f9f393caa028c63 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b86c55f1e63a0e8505ff3c7b33f568e119e2f708869116214782dc8bd05532 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-04.npz b/neo_1month/data_split/train/LSTN_AN/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcf8ae7a4aa46f8fe49092e5393f5a5f0224948d --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5e6d8f243f51dfa081474566312ced593046806cfa36a3838f34060d274ae3 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-05.npz b/neo_1month/data_split/train/LSTN_AN/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..9aeaad814f73622f8452eb5740f5b1692f21b38b --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43424bb84eb57d4b0fe5cee5f583d9b650d24d23579191be5bc2d5cfa8d7bea3 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-06.npz b/neo_1month/data_split/train/LSTN_AN/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3db8e812a7a769898af03bd1077fea1191333835 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f11c7a58a2377081f6299c402fd9ab84ad1c05f5ff765b2fb102e880d3fb67 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-07.npz b/neo_1month/data_split/train/LSTN_AN/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8712d1ab5524a2ab0eef1ba6adb405d5cc4ef8dc --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5d219b7a2eb07ea6fe66dda6b412357cbc77a8f810cdfcd78d7fc71f29e652 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-08.npz b/neo_1month/data_split/train/LSTN_AN/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..619ce3819a90b34e547c7ded3bb1e9e17655fe83 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1255b1e73cc5894bbbfd079a735cd52d8957bbc48514bd8e592ed361d6615b88 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-09.npz b/neo_1month/data_split/train/LSTN_AN/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..baf9533250bf3f9bba1f921b92cae036854772c9 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d944a437d9123d0c2502080653267c2a2f09a303100d3f7a28a5b721840cef +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-10.npz b/neo_1month/data_split/train/LSTN_AN/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb94afb9b77ac078e10c94b25deaf04575901649 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1a47e04e1586ce6d2a31ef11a0524369dddd07f40c982d45f110412e8e60b4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-11.npz b/neo_1month/data_split/train/LSTN_AN/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6697b77038aebe5798bcebe2ae6adf0f719267f --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53937f00d99376c05902bed9f79f8e01b00ef76c5104484022fbbceb5dec9587 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2009-12.npz b/neo_1month/data_split/train/LSTN_AN/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bd78f7e4386019d6d4faff5e918f443a1465b8b --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe5a79a19a59ca78b86978deaa58f03aab94786244e2449ccfb762f4c133690 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-01.npz b/neo_1month/data_split/train/LSTN_AN/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..009da1733c829f1121a36ac90134f9aff6f0e808 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026a422e31e5f867ed444048172e71edd757c94b13a0556c6b65c6169c566733 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-02.npz b/neo_1month/data_split/train/LSTN_AN/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..74403003abcc05257a5be1244a63fb1107e30c44 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6381eeb4f188cd0c38a19becbaefea7acfcc58276b7aabdc650301c9006ae509 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-03.npz b/neo_1month/data_split/train/LSTN_AN/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..86686ce9c550615346d2ba4cf1f00dd48f30ee7c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811348eb4ba1b68a518e22ab1b8be8b257d6bb189406861c3b8684fb6db02a7a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-04.npz b/neo_1month/data_split/train/LSTN_AN/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..48d4e61b00fb4205af650a7b8063d95e0098b528 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed5b3e9ab52cc7272bc7ca6009265f1b403dbb4f9dee55e9568abcfb95b0574 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-05.npz b/neo_1month/data_split/train/LSTN_AN/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe296f1eafdac5331430c92feeb913ec4794b9a3 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c78a86fac292d3df4ad1d761762ad607d2bbe53454cd7f0078b916386bbed8 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-06.npz b/neo_1month/data_split/train/LSTN_AN/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3cf9fd34ff249df18abeec772564bfdf6f340196 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ca433a41095dba09fab83c2e9ec34c5b145c9c7a5c4690558d53e306970c1d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-07.npz b/neo_1month/data_split/train/LSTN_AN/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1faa937297a2077c79eced557d5e3ee3e058f09 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75a943ef7b909442667b91512cf66be4fa56c78d39b58f7b6ad354b53fba250 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-08.npz b/neo_1month/data_split/train/LSTN_AN/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f939709b237ddbbb0146b0b83388a59e0025b42a --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cdd5afe250001cf371fe9ea90b6452d1f34cf72e6eaea4dc3c0bf60614f89b +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-09.npz b/neo_1month/data_split/train/LSTN_AN/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cb5deef306ac5c161a6c1546d4db90ce3c2927aa --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a70891c18dadf2d3ba50181129bd4c5a8fa322b9decf728c270fcde5287376d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-10.npz b/neo_1month/data_split/train/LSTN_AN/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b549b4ac457f84fccfd5a51a9fda907b546a46e2 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e286de3edcc34acf5dcf5d2ba54aa321aaadead6e76264286e6e2a1a4ad847b1 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-11.npz b/neo_1month/data_split/train/LSTN_AN/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..03a6ae2107d9a6e1939140e4f14c09d278a195ee --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b9c3accc43864fc673b4d11730ef6c99282f56aa650ff35affdc1c9ff7458e +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2010-12.npz b/neo_1month/data_split/train/LSTN_AN/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..19b119b6d0e84198eff4a9ff3a7e6e5a71d8f6ba --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6794b2be3de69abd8f5c91f9d9f2c2ca259b4ee0251841bb1aca6bd1b9807473 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-01.npz b/neo_1month/data_split/train/LSTN_AN/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5fb31a0fb42b8e06d49b3b95ed3f38239be5bee --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a358f8bbb0a96ba230380ba9e7177f24fd0f304b2d25e0f9b81687247385a2f7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-02.npz b/neo_1month/data_split/train/LSTN_AN/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c1538df2e054988b7e1cc63030dd02faa5687973 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f1be223a32416dbaaefb66744e828ad4d76fb11183168dd58cba1cfc2c2d59 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-03.npz b/neo_1month/data_split/train/LSTN_AN/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a67c3e160edf04f14934f8c05b4336ef28ccdbf4 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a887ddb8906142d08c55e62180c852eb41bd94116a6e9bf9ad363c0b18bbd5 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-04.npz b/neo_1month/data_split/train/LSTN_AN/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..a54854c051e70254ffbabf4cb8257e39b50d13ca --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333ec86b511b7747e3917fe3d15d4419899b42d9507fff3d5728aa6f1c306426 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-05.npz b/neo_1month/data_split/train/LSTN_AN/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac2cad696317aa4484593e8b6068d5bed0d32444 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fcd327ca0071d5247d9d8cca61f6c455ee8fde6216748402b9c7919abc1530 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-06.npz b/neo_1month/data_split/train/LSTN_AN/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e4d199953761c349ad35bd12b732f1e38bc242f --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a0b809e74239d65d6f6dff76c3c54c2be45711667f158a0504d0e4638e758f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-07.npz b/neo_1month/data_split/train/LSTN_AN/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..23591dcf094c909db7b543ef83c2d46a061fb289 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a59d5c015b5682589646694db9026726e9c51be0f149485f27c433d828093ed +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-08.npz b/neo_1month/data_split/train/LSTN_AN/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3d5b578b6589cd208101253221bebd3ac5fee4b --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1f72c1346ba32d909711b6b0b66b9af9b4a9b72e71d0665ff72da45aadfdd7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-09.npz b/neo_1month/data_split/train/LSTN_AN/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d41d3b6dcf4b05ddffcaba412afbeae0d72bb17 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff21e3ed74a87b359170eb6319d5f3435a1233cd63efe804ddf9d1f1be7c392 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-10.npz b/neo_1month/data_split/train/LSTN_AN/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22e4d12ecedeec436c48e7c6f92366d42fda0d8a --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95c34b6910e4b01c4548b4fcff88f7961da5094283cc04fecf7c298285272cc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-11.npz b/neo_1month/data_split/train/LSTN_AN/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b03c8cae57c20684f97326c878a2602a594cb9d --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42c5daf5b0d8e4614b022b1ab5cbf1f6bf3e871e04f686e96f3a6c5d7cb7711 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2011-12.npz b/neo_1month/data_split/train/LSTN_AN/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..384bb025f395ff188b22110410a868d647a3d781 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f844cf2991cba527a53d754538f2133d60373dda928341fcf2cf37ec5344c7 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-01.npz b/neo_1month/data_split/train/LSTN_AN/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f2fafe5e5e402b9dfe5a681c21044ca3ab29f35 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0611c81432fbd6b9ce785c4d67b28885733e38249039caced8292d09181a94 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-02.npz b/neo_1month/data_split/train/LSTN_AN/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..025d2eae3d88d15f3a3145c288d95f93cf264f19 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f845f12eefb329a3b6c51f5eb42e0cbf94349a3474a8bbed5e720ba8f0e4c4f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-03.npz b/neo_1month/data_split/train/LSTN_AN/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4d83020ed52ae503305c987bd5ba00337fa8744 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a116458d05cf1d11e6fce9d4c25988d98d72c6315d3654ce6e1c4d190374d081 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-04.npz b/neo_1month/data_split/train/LSTN_AN/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddaeec8a97045dfd17a0d7c9e0faf9b370d9eeba --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7e23d957e4472240af33dc94eba7ffe5c8043868a685b2b9446ccfff5dcaee +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-05.npz b/neo_1month/data_split/train/LSTN_AN/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3964e216df5aec3d5a01943a6873e97fba70de7a --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5337a804526ee14b2f638a823ddc6ca1766b3780ed51b4db7da7cdcf2be915 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-06.npz b/neo_1month/data_split/train/LSTN_AN/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0745dc2bba29320b4fcfb7dff1a6a92d4e4c6911 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c873d4269ac955a62adbff1b0eff332e38850cae98cc2744ae4d4ce6b9420a +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-07.npz b/neo_1month/data_split/train/LSTN_AN/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5d4b1f80fcb5d707b61964d5ed3381e1e60fda0 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ce9ac75df752d17a19fcd9d4540365f9d3b7c1cd3ea7fa93d829a924c2730 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-08.npz b/neo_1month/data_split/train/LSTN_AN/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0f5ab3ee03f4cda7193f851d1efbc7ea69cc508 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deb0dfc6eef9ce8816b7aeb00b5d3d1a9aece266daf37add05b6694c4af4301 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-09.npz b/neo_1month/data_split/train/LSTN_AN/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a004c040b4a866ca7acf3916fa3a75beac355971 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee28ac4bd797b39243684d77cc8e583b1cfe75a7fdef2d7e511a4e7d47f34460 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-10.npz b/neo_1month/data_split/train/LSTN_AN/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..efd9321563e9530ca67636266e05f8438127f98c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ba01052142fcea42bd1f4e04deccfd2923ba19db0003393edebae8212afe84 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-11.npz b/neo_1month/data_split/train/LSTN_AN/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5cbc8a9f6d11cae48aa6611958cda3d56aab444 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140e43cfc401c01305c6355fadf7765a42dbf7e2c307edf91d16de5fcbb1049c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2012-12.npz b/neo_1month/data_split/train/LSTN_AN/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2fc5ac7301c60fc196326a8c4648d90f8bc1c1c1 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5d2f26c29a00590f50b00758afd5cd43e0f8277e84854d616f8d158ad7784c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-01.npz b/neo_1month/data_split/train/LSTN_AN/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1f7a77069f80027b949d442c55d207eadc032a1 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa096f1ac6bbba03278fcc0268aafe862f21acadc2e964a839fb541460242bf +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-02.npz b/neo_1month/data_split/train/LSTN_AN/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..17bc9334c5e2114251d315a0ae110972f6b65f33 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb50d77465a83fe4a50305716b642ab09face375e58f7f809f8a9e8ea6ecc23 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-03.npz b/neo_1month/data_split/train/LSTN_AN/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7aad5c1b5b56e739a2bccef5d4d38aeb9494de40 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd437f03290f1999b1d46d89f66fc2bacb61272adec6c33e209ebb91dad9ca94 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-04.npz b/neo_1month/data_split/train/LSTN_AN/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c316a685c95e2f3b1a8bc46269e080cdf5a112c7 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0af77341c0a3931ca6de1b0dd4f1162788d4df5cd77dc43ff1d6a6ee445dfb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-05.npz b/neo_1month/data_split/train/LSTN_AN/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0161f37f4e25f7b30cecf9464c7e0efc357b966 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72662ce03a13622bd14afc15d0b42c276cd8d9de737d85443055dbc36c2e818c +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-06.npz b/neo_1month/data_split/train/LSTN_AN/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..559f5eb26e393d78bd0027a28fcfce7ea061938d --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d104b01d08ac965231a9ae85a7dfe6cc5be0a9b17bd29f1bfc111153f556aed +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-07.npz b/neo_1month/data_split/train/LSTN_AN/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..edd49fe52600e783a97165bee9c77c0d268c2b24 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1830daf41456fb7f1edcc2215b39f53a221ecf90a571a1e44342399123f4f9f6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-08.npz b/neo_1month/data_split/train/LSTN_AN/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..181eaea6b51160a923094925cf3e6ad2189e57a6 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4919663e089ac33bc05a74e7536ec78acabd31fe0fc8bdcfc8c239b6bdefcf6 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-09.npz b/neo_1month/data_split/train/LSTN_AN/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d5426615fb783db3f52b7c4be6d04e809a23f63d --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4477bd1bd2c51f4c2561d683d1f2c9be9d9547e1556aabd07e1afe6547d1cc +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-10.npz b/neo_1month/data_split/train/LSTN_AN/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8562be1f5bb7663ff12ec2e60986d81874149eb --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4749e34281e705b4fc0bc997a576bc7d5095b35441dd988c6206a701438dfb +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-11.npz b/neo_1month/data_split/train/LSTN_AN/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..321aa1a995830cdf9616e0c41857a9e9e54332b4 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be4df2229166d9b5947c3a0755f886b6c69af41b799d392aeefed706a6baa25 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2013-12.npz b/neo_1month/data_split/train/LSTN_AN/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1ac394ce1b7d61c5bb4cbb40741a3ccfe249cd1 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba62d27212e2c6a6db6d2f85e176ae58293dfa2f58ec868d8fb33834b19799b4 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-01.npz b/neo_1month/data_split/train/LSTN_AN/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d9cc1333347e27a5438d20c0e2076a87942841e --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f458b27f4b449e61d6b62227a9577a551210a828c82b812a3600a4890022aa2d +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-02.npz b/neo_1month/data_split/train/LSTN_AN/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c558d69faa3995eb07335086bcd72a7bb291c75c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34396bbc3e1015bf7c3342f6705eef593b7189f94b10016d58b3b2f9e7a7da3f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-03.npz b/neo_1month/data_split/train/LSTN_AN/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a362cf23d9bae9ba641c98baab62df04f2a00279 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d16659d069a50ea1f5780babe65536ed4298765c90384b013d0d1d606984ed +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-04.npz b/neo_1month/data_split/train/LSTN_AN/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7f1d0702ec4a8b78f70c4c5a7bcc3bfa26c0ddb4 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9febd1f6c82cb3cc6f5986dc9a91075a1e110bf3638df36e63d542e9b4d575 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-05.npz b/neo_1month/data_split/train/LSTN_AN/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d0f90aadb91fa9d6249c8778817d007b0a13d60 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e174ab1d313f08c2fb1216977a9711e94486a7ec9f88fb7a4100c104a33d196 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-06.npz b/neo_1month/data_split/train/LSTN_AN/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..861457459022223c3eb907dcb83515d63d13990c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab56b12dfe4e917ccac1258d987fe0781dbc23421190887f5cb896aebb3fec3f +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-07.npz b/neo_1month/data_split/train/LSTN_AN/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3450469f6fab2aeaaa4e1a916099d06e109ed080 --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae400c82dc1388477be6d7856be643606bf51aac3c8ba30e9eb15b16e726516 +size 1166664 diff --git a/neo_1month/data_split/train/LSTN_AN/2014-08.npz b/neo_1month/data_split/train/LSTN_AN/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fac345a18b2cefd41e805f28d1d84ebf06bcbf0c --- /dev/null +++ b/neo_1month/data_split/train/LSTN_AN/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9dd35f7d553405b110dfda7dd3ac3cc41c80bace16c09011c40bd7178ae492 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2004-10.npz b/neo_1month/data_split/train/NDVI/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ccbe932c0c1eb2b177e01cf1c648838ca990293 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa67cf79f3e0b144267c294b4686f1f926c72699f7ffc8573472027f7749f6be +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2004-11.npz b/neo_1month/data_split/train/NDVI/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a69cd69493640b8de65d0316db953657da084219 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc17b59682b144d9b5a97cd39c670d9030593495d328f45ddedca43c868ca970 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2004-12.npz b/neo_1month/data_split/train/NDVI/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f326faf96d62c4be50605496dd3745c1576132e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979f78d33a40919f563fd0bafe562d0d47e15ad9071241fc7dccdbb9e66cedd0 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-01.npz b/neo_1month/data_split/train/NDVI/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e386cded11c34886157eeaa12d0b519a6a1449 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5acfe61b4dcb1479acd37dd1d066cbe05546c5fb816e212f422ef09ae07fa03 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-02.npz b/neo_1month/data_split/train/NDVI/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5844ab6c4ed338c8de675fe0fb1ab6e4d057723f --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9cb965c37f861a2c6683b934d949251c844353e1a944156b40ac58a21a9ba +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-03.npz b/neo_1month/data_split/train/NDVI/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..05809f2dc233aa115d1584e4fe2c354c964a4323 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bcb7fca8a7a3031d545498d0e874914a9b4bdaa361066a856ce1605f087e12 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-04.npz b/neo_1month/data_split/train/NDVI/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..55dfec86ae37035c026680cd4cecbd63ff9f0eea --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d3fceed8120d97de1425ccdc445978af3a97518f057ce5086a8a28637c56be +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-05.npz b/neo_1month/data_split/train/NDVI/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..59e931e54fc267649550f07fa988538290588651 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc64ecded928246f7c6c2e4ec8e9cdb43e4720c21034c0e47aa767862ed55c33 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-06.npz b/neo_1month/data_split/train/NDVI/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..757cef5c22291218f99b704c600cf6665f47ca28 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2236438d0653543304c02709dba7f7c963324faecdd890438e8c7840d273ec7c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-07.npz b/neo_1month/data_split/train/NDVI/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc92d522f0331f16bde57f8cc90d40096c925331 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2b3adfcd44ff984212381bb413653258142ab64d2d2018b5d8670f6ce2693f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-08.npz b/neo_1month/data_split/train/NDVI/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0a31d1fbe99a59e01cceb5f57769a4329fd42e7 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d8f334a81510de50373bcdbf1d9d94139aa589cff18c87e0d02742d75f1a3e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-09.npz b/neo_1month/data_split/train/NDVI/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e29365a0173649b79a1b9bc35bc0bc8cd54dfa6 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dceab90a055bc564e5614b921917dacf044bea2c3ecbc4a9347fab84cbf42ba +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-10.npz b/neo_1month/data_split/train/NDVI/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c74fa730afe8f696b78429b674cc6b9e59179de1 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d41f49e412a79c4cea0360ef854346de11c82b2c1f3fdd44e4711362ad3427 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-11.npz b/neo_1month/data_split/train/NDVI/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..431db3a9751467344952da4b62c7febdb5061ec5 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196f17a2982731028b1a2677e98a5a30b0185181b37fad28635f183022c344dc +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2005-12.npz b/neo_1month/data_split/train/NDVI/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..643abdd07c19e03c4863f23467f7d08d68fc85df --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b79e4a36acc152376d82bb3c43486fce6434077ce32e9780dc74d044a899b41 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-01.npz b/neo_1month/data_split/train/NDVI/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..370b1052adc5f464f81cf0712baa1db41da08da0 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0632b9617a3b915e1bd39e2fecf98d276e17de3008e829ed5e406026cabcfd25 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-02.npz b/neo_1month/data_split/train/NDVI/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..74a01ba9d1d2ab1fa076268bcb0699fa7a21202c --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d8c3c0d00c77851339871178e7adf9e0d040a2598d4ffea5651fbecb4c48c4 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-03.npz b/neo_1month/data_split/train/NDVI/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b9c93f170f2a227cb3e6168e1668121966b9e98 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d0c4ecfd62d7ccbe3e7236eb51dba2d8995c1e1973b62f76886d80a1467ce5 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-04.npz b/neo_1month/data_split/train/NDVI/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8373fbea8ba259372f1a804f039e0be56d604cfa --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fe87c024b77a7f863f7d451f82ac5a3f2d096214de3c8dc02c48a21000eba1 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-05.npz b/neo_1month/data_split/train/NDVI/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b911bb67dc3cf2c693f5f29ccf8d05569f2389da --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beed4fc22087860d0e2417d6be9279e2ab20e91bb56b48164ba6bdafcfee239b +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-06.npz b/neo_1month/data_split/train/NDVI/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe6d737e9d29057c382c2f77e01be2a8b78696ab --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dd7bf1a2f0c541a7cbd937e7133df7bac71731feed4e0c45cff764c58da23c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-07.npz b/neo_1month/data_split/train/NDVI/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac148d52020ee0559a70823fd8a5bc538cfc0a43 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20daeb2597043c5cf30777d87fe22aab49b17f5aa428d0dc73f0ef54221c1d6d +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-08.npz b/neo_1month/data_split/train/NDVI/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7d77397e4635b0cab2136522bf2b1f9636463011 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd097c9006d565b49438a084288715d714210a9223f90f8bbba8011770e7abd3 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-09.npz b/neo_1month/data_split/train/NDVI/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f807a17c8c3ddb82cb59c5b529d6a9f2b1fdd07d --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6839d5da1d8c784208eb336ecf93b000b64c38ef788cf3c3359266577a816f15 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-10.npz b/neo_1month/data_split/train/NDVI/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ecb7027e451600e013c60da62f6b5e59357374f --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edd070440a9f278953fb1757c8c11573dc20a8419015626399fe7ba8819f164 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-11.npz b/neo_1month/data_split/train/NDVI/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..91d091d4d810c9205f358e81b4122a69ef9fe870 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2aaf59810eb300ad89ed77bb92f44ca3147812e7b7a84fd7206eb27d240bd7 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2006-12.npz b/neo_1month/data_split/train/NDVI/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d3205973ea007a1240f665588a3185c9058eb56 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c8862ca6532653f6ebabb861f6c05919a132a7ab6a8682f3b45839d6a2d7e7 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-01.npz b/neo_1month/data_split/train/NDVI/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6919b8d40529a3faac6950a294a937ec17f951e3 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f84dfd23251f30714e8d756a9bf20dd3fe41e3aa94126b396d9626e6d1cf7e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-02.npz b/neo_1month/data_split/train/NDVI/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3afe3fb17c339cbfee892c9c14a3a72a0e9e401c --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85525745623f7f861986958aff9d968908112ac5760ba1035da9b3372666c795 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-03.npz b/neo_1month/data_split/train/NDVI/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..226df3d0486d65fcb752f3d8c724c0126af14d3e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3abedfc50b0d244bd7abd307a5471ba5ee89372caf1ad27273555c2ff27994d +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-04.npz b/neo_1month/data_split/train/NDVI/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..91557e45bfe3834de653d24de1db4c6e5ee49771 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da871157236414a404f2b2b2672bac1dea6116c83b9136501a57ea53b5ff347e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-05.npz b/neo_1month/data_split/train/NDVI/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc1c4eccf04dde12aac2bd1072da4fa7c1b65031 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17edd856c58c06d31639ec09b156ddac26203865fdffd25868556e0c07316a97 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-06.npz b/neo_1month/data_split/train/NDVI/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3502729d55c33c2afa443263b11c68a900c28eab --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b06b0274686d4d6fe9512e896ef12aceb8a39b1da149edb2949889f7d032404 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-07.npz b/neo_1month/data_split/train/NDVI/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..07a5a54a08f6a846dae72e9742ab53e5dbb0fdc1 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3d976e16390db3d0e57ff00722f57a7aaf5df6ed1cc1830e7a9368301c96a2 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-08.npz b/neo_1month/data_split/train/NDVI/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..90dbb585ae1e1427b9555a2d2e2d74a7ff0b236d --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396045bb0cedcb0884647d57b25841187b11c486ed15e74a66fb69d53d031c33 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-09.npz b/neo_1month/data_split/train/NDVI/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1f44845ce76991e5a520c4a96996ccac6a46690 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee04488c4ea04ac250fb3543ac3931ee7d3dbffc0b644f346ff4781fae189766 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-10.npz b/neo_1month/data_split/train/NDVI/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddbb7065a6af6f341b3922538858ddd8023f6b0e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ade71721b1fafbbbe8ebccc72c8162a850b7e199b236b6a5e306609db4baff +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-11.npz b/neo_1month/data_split/train/NDVI/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a30d0bb3622096fc5c98537fe07696e9236a4717 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73428c4fd88825864cb90d03da3ab1e97103341deb90c45faf906b2443fed64c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2007-12.npz b/neo_1month/data_split/train/NDVI/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..60e24f990d25b099fdb116609782a6432d631179 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998f3cc3878800255f6a79b9262034d4c93ef80ef6cf5916e51ba3cb29035881 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-01.npz b/neo_1month/data_split/train/NDVI/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f9673f8322acbc0c92cba43b52cfce86dcc3304 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e514a685f01f77b5b222c3b228aee55cb7a4b3cc202e85f55d28b899045de6d +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-02.npz b/neo_1month/data_split/train/NDVI/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..81470343fea9fb2b56df0760695aefcb09a31a9d --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2128e5b9e6795fd53f6bb27a97ff78e3f3f55ffeb8287ba076b537a6ac08d935 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-03.npz b/neo_1month/data_split/train/NDVI/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..eeaa143bc7fffcc14de9b0473440746e87d22b27 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f173842c22ae249cf8ea8dcd6aeef2e91e4daf3462b39ac0ddc2d6e4e13e9c95 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-04.npz b/neo_1month/data_split/train/NDVI/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0bd07b77370fc8b0e7b495a142f853d87cf60f9 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abb323745780b6b5ac711f9b06af7b813b97f4eb9b20ad79116c0c2409f83e3 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-05.npz b/neo_1month/data_split/train/NDVI/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e09fb7e3694e4e0f7a234d087b0bd4b940fa8775 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8c680f0aefa10d3e2915a60e7266ef788aeab360051044d3c854c6403bd155 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-06.npz b/neo_1month/data_split/train/NDVI/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..573915d58dc29fd215bea47a61ae478b6bad4aa9 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9be98fbe8e28a70ab4aa8ed4100ab01fa306a9c90d89d9563db921df14ff11f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-07.npz b/neo_1month/data_split/train/NDVI/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ced73d82e8291f945b96899f1949a1066ab6434 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d838461921153b1578d7e74577cb40088e19687d454b9f93f0a59ee033f68476 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-08.npz b/neo_1month/data_split/train/NDVI/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b03a2b76f9392b0ec613bf20aadd993090badd83 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674c620bc8d8cc8164589aa736fe5de03d278d2f1452bc0fc024b0145c9a7d6f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-09.npz b/neo_1month/data_split/train/NDVI/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f82ef469ca0a8c21916f9177e4ee74eedbb320fb --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379ca235553db4a561765a7e3d2a9271ef5d147ac56dd8235ea854c18f39093d +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-10.npz b/neo_1month/data_split/train/NDVI/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c187809f107885609c4dcbca365f44b1a37eb1de --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97c64a5761d4fdb828907db8bda92f8da97c1fd361d4e262a2f8a5de006a753 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-11.npz b/neo_1month/data_split/train/NDVI/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..74c301cb55d2da5acb1027e82cba9b724eb2d8a4 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0051c971691ba4ac5668b032e8851085a875a41811d3db2d6f70efc702b4cc30 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2008-12.npz b/neo_1month/data_split/train/NDVI/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..59d764a34b8032aec7814051565b33ce84ed9df3 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae740b6074f9748fb8affd89a0f0614c10dfe2f81610324452ee0ca7422a8de +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-01.npz b/neo_1month/data_split/train/NDVI/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..27b296386ddd5a50bad351e946738263bdc882a6 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534a2ce32e96ca6fee691a8198db8eeecc10eee72bc5e2b016e53d94c02899ed +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-02.npz b/neo_1month/data_split/train/NDVI/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf5ab1f1ca1ca0375f467617743a56b23dd494d8 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf0564cf6182e21567fd99e5bd609f6f7793650a335b3f269e93216cee2e52d +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-03.npz b/neo_1month/data_split/train/NDVI/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..46e18ae8f38a07a323cfbe84636c0d460c8f785b --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e969fd8823fee262985fef97d9e15d5d677b510be84c39fd5b4985676108c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-04.npz b/neo_1month/data_split/train/NDVI/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c905feefbdf7301db402acdf5e8b0ca188a07507 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312c67423f68a4c9857ad35bc9f5bceff75258352ce888f05286f76343d6b33c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-05.npz b/neo_1month/data_split/train/NDVI/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca88f734d16f7429e4ef1dab9493cde4a18a7bd1 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef91ed17cc089c85864841f975ff3f5b7d6704c2ef52da67b189d6708e46d0b +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-06.npz b/neo_1month/data_split/train/NDVI/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f5b33d87a827366d6d28253933b32b9be34cd405 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae60b85e7f113d7508465496063394e42d3fc213a3e6ba7c01b1c930f77e43a8 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-07.npz b/neo_1month/data_split/train/NDVI/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b592687a94cabc48cd23789b3e2b9d5b4ac28c9 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0995421781cca9a8698efca2396e720afcdd6fff6607cbe3ebbc94c4e77c7207 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-08.npz b/neo_1month/data_split/train/NDVI/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f695a8c816ef309bc4d0e80ed4dd994389b40ef7 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d8f7e20739ee53d5c7607ea002267c5f97cc721d64e8bbfb351b788c8c1446 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-09.npz b/neo_1month/data_split/train/NDVI/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..43db2196a0de4cd4306f085ffe3247f4ad3b4894 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e7bad36d00387d6bdc1c22bee66fc061da8a76a8e536f303effd717b153dda +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-10.npz b/neo_1month/data_split/train/NDVI/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..bfa188ed77986804adef2d542c8ae904c183c8fe --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c7f9f486b60aabe77f7db65b176ccf7431a769392c10d3ac4034e0c25ee0d7 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-11.npz b/neo_1month/data_split/train/NDVI/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..925ce5b2ef7012dfa70f35f52846d01a38824a23 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2d8938798e6fdf5fd0574c3ffd55b756806e8fc988ea234c2d979514e6d92d +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2009-12.npz b/neo_1month/data_split/train/NDVI/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb7813b37005be4e059b6db87949d24414e232f9 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069fa23ade23e77bef049b66c8052bc2654e9d0ab6bedf6e9fd62ae78a8e3ac8 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-01.npz b/neo_1month/data_split/train/NDVI/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..03eb39bbf037017d64835065df2e5303c8499b05 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a06851da3e153f03aa82bf19fe65058f6bf73e51e70af71c869520a0db0d55 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-02.npz b/neo_1month/data_split/train/NDVI/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..76a65d78c23276c426be3884b450471f4f88da7a --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331bca5c842b6588c754b0a500a135b26a9402dc2205852e1db1a5d5ea30bd2f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-03.npz b/neo_1month/data_split/train/NDVI/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4223eae71e99983bc4acd7088da9033110ce362 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d2f10bca32c8b14a731915a857dc13d42bdff70a4faab39ea00aa416a3223f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-04.npz b/neo_1month/data_split/train/NDVI/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc0b0389e79d1f8bdcef7de9e0ad925424ac8094 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d771c223ab0b99cfecf9f5d2226e52f06190599f41bcf1fa14490dd1d30f52bb +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-05.npz b/neo_1month/data_split/train/NDVI/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6283b9357ddd5d8d1b5a5b48b87d77b996bf54c5 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7f7387e190e305e926dac28bafcf47ec74f777f6b5ae64f17d53575895c806 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-06.npz b/neo_1month/data_split/train/NDVI/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..c56ad7819c6ab0e89e30b433e6eeb92d92eb7da5 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b7af0a4d08cf66f4ebe5a54d4216305e58d69bffed66170c510125eeb0b24e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-07.npz b/neo_1month/data_split/train/NDVI/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e06f4792a1dfbf5f910df25fd71a60944eaea67d --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e36ccb868f454e47d22c7fe15ccc5772e1af58c628bb09f00eff5b733651e23 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-08.npz b/neo_1month/data_split/train/NDVI/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..47b210a5094db906c4406fb406476e5253c5658e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81e893e82217ed7dc07b20af5f0e2c9bbba243c667c22a950a055ba7e64858a +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-09.npz b/neo_1month/data_split/train/NDVI/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..62d050e1e0fcf5fc1c15afacf38e7e3ceeb6175e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d93c11bd858d4c05eaea4ac4356c904be2d38975a1d885312039cc8cb623286 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-10.npz b/neo_1month/data_split/train/NDVI/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d4aa5954d3aa4fef1f5ea193036ced73bccae9a --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1ad50f1f42661d416faf8278a796229347422636b381ac98c900888e7f0094 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-11.npz b/neo_1month/data_split/train/NDVI/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2df1e333b95415ef0e77cc63e51b0c65df92299 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2466e1c2c36e496f6286a2026f7b0f94a4a0291a4ee6a46921ad717fc714c317 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2010-12.npz b/neo_1month/data_split/train/NDVI/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..89eda6b449356032575221cc9d7d57d79c130061 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1f7e4b7ef2acbbf2deb5028bb6b1dc017cc6abc5482f134e27a3de897ecd2b +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-01.npz b/neo_1month/data_split/train/NDVI/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..63bee51c5f0414145d10f5c88b3d654c1e7769bf --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053492fc728def2d7edb500c2b90b59f6681eccb5fb46a91a8d4898b15d99740 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-02.npz b/neo_1month/data_split/train/NDVI/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9ce1e2fbccd1dd687f1ae8e07d773d0ebe52a8f0 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7d123d7a7920d5dd18445bcd513c86354cd03108a53d9a54624f65b1b12827 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-03.npz b/neo_1month/data_split/train/NDVI/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..d9c0c6ff51c954b83cdb10d4e83d54fbe94df0e3 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6014c6a94b31adc2f55ff331db0c5b2434efd65d637119d15f09e06d27c4b5b +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-04.npz b/neo_1month/data_split/train/NDVI/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..49ebcdda9011a5f648065330be27a74bb96476e4 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798add42efac7239995253a98f8c56c93f1c20bd88c405c6f394eb935182009 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-05.npz b/neo_1month/data_split/train/NDVI/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..71908813a940994dd28d6d2bf8acdfa8393d6944 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a6f685dd649fd7797e4ff4b7a2706b2e3ce4046b5d735fdd5e10bd32a7ea3a +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-06.npz b/neo_1month/data_split/train/NDVI/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..06c8bac29d1f0a24e459b0c15128b1566d2fb16d --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617434416709e2eebdde1ccd02564d2d18d393b4b4c34a3b17e5713bc2b2034e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-07.npz b/neo_1month/data_split/train/NDVI/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b52eb557389148ee3446bb1157bce5668899e968 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434772d2882c5f6a1bee00dc41932af0b5a990b6dd5b69b0032390cbe4558c7c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-08.npz b/neo_1month/data_split/train/NDVI/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..098a6f65a3e32b6569af784241dac09d8c023cda --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2cb170af40f6a9b5d6e01ae78be4c8d8d12d4319558b852f90f8110cffdfa8 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-09.npz b/neo_1month/data_split/train/NDVI/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc9909f5dc8e78c529d84af3e261a64c99331ddd --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e771c843a71475c4d98f1560827ab11a337f658e4143e7fc63f2126136c92e83 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-10.npz b/neo_1month/data_split/train/NDVI/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc4b911d11f296826f0cf387e79109242a9ae3c7 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728b2205c089664ab966b207336d2609592310472633cd268daf3ab92899d277 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-11.npz b/neo_1month/data_split/train/NDVI/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c26d8b081a20141b0855d8209d4cd8034de82004 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ed5647b85da5feb125fcd7a24d6da4cc40ff02189f48ef194241c47371ee9a +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2011-12.npz b/neo_1month/data_split/train/NDVI/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6715a0e74ce1d9ec6a484d2b4b28f30c4e2d8e9 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e483a914d90c5e4a7f6a13744614946468166a19d97621331b6b699daaec1bc +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-01.npz b/neo_1month/data_split/train/NDVI/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..17d22deae718a25e63cba2ff6ea105215c314193 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1954d3751a1cee03127b3207b547963bfae225ee805ce220638697c06289466c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-02.npz b/neo_1month/data_split/train/NDVI/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e39c1e97e2ef9d6e2c140476308b2d1b273aa3bc --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea680c4d7288e812cf8025824e3d548f323288188ffe89635ded91318f480a +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-03.npz b/neo_1month/data_split/train/NDVI/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6202afebb5e1c713d9e71f54cc24e3daeee80848 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8eba75209ad4db3c8188b211a3cad8b454e2a3acbd657422f9b42ad4ab883b +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-04.npz b/neo_1month/data_split/train/NDVI/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..341fcc3c23122e463483b139a9ea852fd66a771e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657eb6bff3bac91134c8d8d3305534baa53c9ffdddadc7954c78360740009d50 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-05.npz b/neo_1month/data_split/train/NDVI/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0057537e8ca3ec8ee2130e2df58c4f2e25393df0 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5ec9eb7c705c59b3d160a21901cb0b214928a5817f5f1e9299a5a78c39e854 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-06.npz b/neo_1month/data_split/train/NDVI/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f8fa13a8739bbbd08055136095ec6826573f3ae --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643473a136185e6457d17e8740e8c88438c4c35b485d7ab33b6951eb69e684cb +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-07.npz b/neo_1month/data_split/train/NDVI/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe4fca96c86fc75e891646d986371036f605a7a7 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ef436c5ed1b3fec45096669356ff40c7219bcc86caef0e3103e95c85d59270 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-08.npz b/neo_1month/data_split/train/NDVI/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..90c70e60e105413f60cd25b9729678d0c324524a --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bbe7e2406724f3987fa232d5dbab58a2233e48a753ef67eedb851a3c573757 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-09.npz b/neo_1month/data_split/train/NDVI/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..bcbe596a037b9bc73e5808af8d5549e42198761e --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d5fc1a17d9736d46fd8b2b5c3930fac8f25dc24819b612f73a0b2e46139a1e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-10.npz b/neo_1month/data_split/train/NDVI/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..14249f6e1c5e95575c45e1150d83d54ede3becb2 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daf26493c20fe15ac63841bb2a297aea0041ff46406ac3574e5e373cab413df +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-11.npz b/neo_1month/data_split/train/NDVI/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2459f43e763e10b63cf274c28938831c3ff2df06 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e40012fb27435306a1e0e354020c746843c1f6b3449a15d324f4f5d616ebb7 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2012-12.npz b/neo_1month/data_split/train/NDVI/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ed6629cb2cfc157b343eaaf32a24f9cf28bfb97 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f27dddff9d093503b74e7412ceb041113f086bd9aeb82f3a4c2015d47f1f57c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-01.npz b/neo_1month/data_split/train/NDVI/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c9ddf2cd8e3cf1aafd25962096c177d3c0181d0 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0eb4653280ccaab69c419f21fd1b4534490a20d0d6e8eae31c1a3d4cae279f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-02.npz b/neo_1month/data_split/train/NDVI/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d7d92e322cccf83426b5a96b4f462e5218ff4c6 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92bbdd14cba5993520dbb89fd6661ca2557def4cf61387d09086f6dfb22303c +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-03.npz b/neo_1month/data_split/train/NDVI/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0187fb4ff7887ca866cfd481d6beeaed2115a40c --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd399d0291ad8338c2496bb489f3fd990256be961c92273d21252c051c1cf473 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-04.npz b/neo_1month/data_split/train/NDVI/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddc724aa61a1ff9f021dd441da7130ac814a106c --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca12e7c6f4608c953921a28b534698f3bcfc312c1334d0e41235dc2014b0053 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-05.npz b/neo_1month/data_split/train/NDVI/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0a8db7217276aa51589aa5d51393d0268961beba --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a364846d97c596a777212998edbc9b68a75231749a2c18038419636ceeddd8ec +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-06.npz b/neo_1month/data_split/train/NDVI/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c3cfdc9653578935bf7641d6aa4a161a2f86a12 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddeb4e6bebf7782ae0e50364ebee33d58720054cbe9c85cf328ae584118aea8 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-07.npz b/neo_1month/data_split/train/NDVI/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef932249e9d0964a5520b710f38f2a13b2dd43ef --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74119738ee83e875b2c3c972c80ecb6fc67843ff129830f75f56fa14257f510 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-08.npz b/neo_1month/data_split/train/NDVI/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ae234d4fb3f150ecf3bc2a85d9835d7980fc1b8 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1780e3483d7c7bead207c34c543e29416b91bae4174df346b1b417c7b6fa206 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-09.npz b/neo_1month/data_split/train/NDVI/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dc107f1b80a5ec94b0b9c67f91ea879faf0246b --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36394e1097f5774888d611627a287b34eec0157d2dff75db0af878b92417a5f1 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-10.npz b/neo_1month/data_split/train/NDVI/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..833ff2c9d170cef1be066dc291156f022808cf53 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156aafffde9126dd22e5209c64028eec55fe25f3268032eb35d9668250aff41f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-11.npz b/neo_1month/data_split/train/NDVI/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ece7e59ad7e69071428ee0f0379aab92311f6536 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5574c084dd6cc76fe08d3b870f5a832fa5fecdeb9b98b2b7b2b7833bc59e9e +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2013-12.npz b/neo_1month/data_split/train/NDVI/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f438e7a5afa3fd681a3e31c3bdf9eea44c21209a --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6820744fb4c391f7927969a0a00643f37d080b68af70790e7b2912ac6430667f +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-01.npz b/neo_1month/data_split/train/NDVI/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..00d12da81c2c268b80eb4391afa996e8c15e21a8 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6338e0d5bfa9a9b335000fd2b45f84e1011ddc33ccf010132f49bd60aaca4132 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-02.npz b/neo_1month/data_split/train/NDVI/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2ae13903aacc47cc2268926ce73e19a1ecced787 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec63bfab54ccd3411affa7e20afb63d7263ddce6846862f6ad193baa955c9dd +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-03.npz b/neo_1month/data_split/train/NDVI/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..848f6e8372a7175de39702a40e51076581aba742 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb33c6d7941b84a3103262c71ac8c2006b669548367541be168af51631fc68e1 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-04.npz b/neo_1month/data_split/train/NDVI/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7510e566aa013dfaf11c6db3c434871d21f4cdd1 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcfb6d165b8e549b1cd25da7c74c8f875f2b640a7344b174c590722aab8c6e1 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-05.npz b/neo_1month/data_split/train/NDVI/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..17cfa5341c36990111b5035f4c14af6c44eaafe7 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee25c505bccd0fc3ba677ee972bd8eeb98895a89937a56e33bc2140a1cfc32b +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-06.npz b/neo_1month/data_split/train/NDVI/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..99ee6b56618f8dfbf7757a6658cafdbd5673fda9 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3758f297fdac4baaf5a45c2a78b9569540e23a21f3fd6c9005648a4ef541eed7 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-07.npz b/neo_1month/data_split/train/NDVI/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..4139501e7a346d084fd4a896c7dcac962f0ccbdd --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2252afc899996d2d54402328ba9a9fea2595908107c372309773e2cbd9af8383 +size 1166664 diff --git a/neo_1month/data_split/train/NDVI/2014-08.npz b/neo_1month/data_split/train/NDVI/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..27fbb31972387eccf81692a672b9c3e8757e3b28 --- /dev/null +++ b/neo_1month/data_split/train/NDVI/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d91db081ef4cc1ef7c190287270d87fbf06885ff0dc1e700ad50af8bc6d1694 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2004-10.npz b/neo_1month/data_split/train/NO2/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4ca9bf8b9f5ac2729995896e9cc6fd2fc26c850e --- /dev/null +++ b/neo_1month/data_split/train/NO2/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3684d22a29be65137fae7e9967fe2f2c05868b2a44bbfee8012279439c3e9a20 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2004-11.npz b/neo_1month/data_split/train/NO2/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ece413beb23240a54f3f4e5db1f8919d3a8d767 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66e828b0defa6005533a18263e8746aace4732860a539a5b63525c98363390a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2004-12.npz b/neo_1month/data_split/train/NO2/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..190e3e01c82578a4a7aa40a484d7af994b4d5e49 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa1c8a2fe6277a2105fc8b3a798b0c86117fffd23950b40075a613d6426cbd7 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-01.npz b/neo_1month/data_split/train/NO2/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac2b6195fb7bb329c284b46fa3c095ce2618da58 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00732715016c4fe085e2025d94a1b78af45a654cb84cff8f85d91e8f0ab8f9 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-02.npz b/neo_1month/data_split/train/NO2/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..86cacefe094b0a2cf713432f7069c40e7ab0aaa6 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7924f0ffab8dd9d9825d129807d7598236835b2d6eec86c28d61f68dad3a927e +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-03.npz b/neo_1month/data_split/train/NO2/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..62b1aaefd584c41c597a53b5db18c5b82ca50724 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd893c3e0d3c9dc878a8833cc41db135ce0ae6002251546b8ecef0b7a7ce16c +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-04.npz b/neo_1month/data_split/train/NO2/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..024b2e54ed6c58240865262532289f8bbc125539 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf7d5e927c92018768d9359ee5b5fa1e16e992de8f99994149acffd9c18b305 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-05.npz b/neo_1month/data_split/train/NO2/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d94bccddcc9d2faf516615eae368e67acf1bcbe --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374ddbbcc8416cca2b14f0cf8da2d7bf5a2be038412652acf57c6a89aa8d7df8 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-06.npz b/neo_1month/data_split/train/NO2/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..97733fa77806c6e0bb7288f839794ad7c5586ccb --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98d0c5f2fab0604df47d90a410a5b3e93c32b73085dbcd3c851edf5f9f3fdfe +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-07.npz b/neo_1month/data_split/train/NO2/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6d93c1cb84110830c2e2b6a6b6d7a3958e5a97b --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f279f7ea7946aa523967b817c1f892d2e9aed7f19a6cf62bf3892adbc0a929 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-08.npz b/neo_1month/data_split/train/NO2/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..36adaf9da07ec7e1dba2f9b94f64d9426a297beb --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50a86f3f7acf7ed59b43285888a4e55da57fe3763dcd8adeaf24b84f3226bc5 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-09.npz b/neo_1month/data_split/train/NO2/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b66e9b9a930609c87da6d2ecb78daae30ce53f73 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75be1d3f163cca0bc37fa220d3700c0090a2286fa43b12726af8984fd7aba666 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-10.npz b/neo_1month/data_split/train/NO2/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ac38cfba4199bd37b9f8d34e8cef57803bf8bfa --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700398f195d85bccebf06c0591ab696948f183c025a92083632396338b7db021 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-11.npz b/neo_1month/data_split/train/NO2/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..44531e175bb1f4ec425a7aa81893f118ccce2558 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb16fc83ebe6d61943c5fbf533bdff3e49a2f09e34617b1b7adeb07fd78b5903 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2005-12.npz b/neo_1month/data_split/train/NO2/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e78f629e97d7f342890658a414392264d72ff45a --- /dev/null +++ b/neo_1month/data_split/train/NO2/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ca0fd575c4b3a3745f63f364b08bdfd88774ad76dcd2d7d97feecd103407fe +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-01.npz b/neo_1month/data_split/train/NO2/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..8bb66193a68a22764ed0711e1b0fc484669c8dab --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832e52cc42151719ec8e65bd71d4693e5b438e971c6db04620f28aeed46b6b0b +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-02.npz b/neo_1month/data_split/train/NO2/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..518f61402415293e7dbe8bf36b3ec742f314dbb4 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8a6a411df425453571df7e3a31cbd74df938d88b0966d833d4a70783ebc21d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-03.npz b/neo_1month/data_split/train/NO2/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef2288b59992afe06bfe08efa2d3363e5cfffb38 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef59f67519cf4f94d0271fb0d08e504f8a8fb5b2e060262289c835b9ec675a2 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-04.npz b/neo_1month/data_split/train/NO2/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e944392be70f594245f14c4c549de5bc1025b8d --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c9feb95cacfcc048320f89d6169f746e8adc8a33caf287af4d752ccf1df669 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-05.npz b/neo_1month/data_split/train/NO2/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..24f0ed3732c8583cc31638cfa0e85fdbcd65b9b0 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bd7ff2ee86eb007315c7203ecbe7f9e259879477642c9b6c60a0607c365ba3 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-06.npz b/neo_1month/data_split/train/NO2/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..02a867677884c586e430238c23bf35963b079aa0 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc47b7e77ee1cf0559aa5933c457b07a71c1a47f5553c2c1207cee381bb8e81 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-07.npz b/neo_1month/data_split/train/NO2/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f818d9f7d8047dbd8e68725557c09547de9756cc --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9f0e4eeddc29ee18def3514fd4b0576285d54b2da7bfe1c8d64d674b977c8 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-08.npz b/neo_1month/data_split/train/NO2/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..42f54e062b3d6b771807219141257750582cc386 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25bea1a9a5ae75ca34ce29b2e85a5f614cafc9c5da4bfb74f570f69aa168bab +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-09.npz b/neo_1month/data_split/train/NO2/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..87eed43ae9615167f5b3e3db3e6bc31b2a561e7c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746a2be2812be8cd1a941408415dc5047b889b69356b7d7282bd08fd59ad6cc2 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-10.npz b/neo_1month/data_split/train/NO2/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f91c2a047db12d7f971c949ede29ea3f8689ec1 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a19d9755d3e82d36dd07ce3c62b98d2bc5218d0b125b95d4aab042f8dcc5fe4 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-11.npz b/neo_1month/data_split/train/NO2/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e502a2c75f2bb49a97ebebcefbf9f5de7e390a31 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c790f29b776c675f5a972894963dfeddb4b7004df6623a729e68487156bff6a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2006-12.npz b/neo_1month/data_split/train/NO2/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..baceb171482897974215b97828b06da3305f35a8 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12402c04949e931a91b4a29a207ce64db4843bbf56a274635f8269bedc06fe5d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-01.npz b/neo_1month/data_split/train/NO2/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..512ff3ff00af0145c28be4e2999bbde047d3b78d --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0d0c9ae0ea34e13e4c18162c5c8a35fe675dcf3d147f97ee8d759f674210c6 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-02.npz b/neo_1month/data_split/train/NO2/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..199a4782462f68c6c53756e1375624e36b82e48a --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b22e0d24a445731add74df50d5dfb5d2d76dbab2b7c53bef9c9f0263482f517 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-03.npz b/neo_1month/data_split/train/NO2/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fcca3302b8f57a9fa15bef0ecf21baac8e53359 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe16c2f38159d68d36b2e0877234e2236076be150ca9a98a53cfb216917db4b +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-04.npz b/neo_1month/data_split/train/NO2/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..97c9595990df47ff0a14555d1f60249543f2505b --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cddd145d53bd453c7a5a69022baf28bcc7bd3b50ff284c067e7405e8e787b0 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-05.npz b/neo_1month/data_split/train/NO2/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..16d105d4b6912a350ea6465e693d18834f53d333 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d618d6116d3792feb91bd6e282a5df646987e38eb9737af444d588879d4737be +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-06.npz b/neo_1month/data_split/train/NO2/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0ac694e9d175738165fd4ab003ba16110bb1a3d --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0ec8d66eaadb76ed0f4cfd3b778c87397d4128c208d5685508a65e75850d5d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-07.npz b/neo_1month/data_split/train/NO2/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b8edde9e6b601ee051fc6c312567a2ecbd7bb41 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5500b96d8791feb81486d93f8a126045a3bc9a1c2c18e31f9a002b0e780dcd +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-08.npz b/neo_1month/data_split/train/NO2/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d860520fd3100423308ecea1a78af1ce0846e70c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0beb1c1e7665d3d5a80145ecd94f85a8ab0b3672baba8c63bc5c2da16bfe99 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-09.npz b/neo_1month/data_split/train/NO2/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2d0148194b7c6bbc16964365d29b7f635243d9c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651da681a34798ead7ed0536df50cc675aea430732bffb3dcaa5eee3424d455f +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-10.npz b/neo_1month/data_split/train/NO2/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..40d1e18fb132569e558b39f581ad7d886e4ccac8 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129f4115ad113b32306bbb01e70e87e2785ad7b24aba64db85c2e694f866713f +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-11.npz b/neo_1month/data_split/train/NO2/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b145c714a0d2f579f3a6869ae720142bd5200a2 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14f61a4081e097c172077179df90b51463ebbe93abd9aafa3aa8121a6d55096 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2007-12.npz b/neo_1month/data_split/train/NO2/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4f120327f799d5cf883692f3af1cdaf65cc38625 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f1bd80667164872057ebaa9294455ac92f1394f0e1bf689ea01bc761cd592c +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-01.npz b/neo_1month/data_split/train/NO2/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d6dbfddc4ac8f02816abc4c4532029fe2ba9a38 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f203d1512f37547f4ed665aaa29b8a7cf928aed38146b98e5114d94e7db3278a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-02.npz b/neo_1month/data_split/train/NO2/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0f1a9f9f2248c2c0e3e7829dd3d3221168a3b05 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375863a3193a1e1d90b4abeca82e9162672056b8005f839227ceed68f5cd309e +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-03.npz b/neo_1month/data_split/train/NO2/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b99127ffd1b6a963820d7ab43fb9b9aee38e2060 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416fd3270c823db56cafe0ea7ac0672e1d065411a9cc8882d6197dbe87f891c1 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-04.npz b/neo_1month/data_split/train/NO2/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7c982de682d3e7d5a0516b6ca8b13a9aae8b00a --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab85d5af73a0b775bb070c53a385b8624985703c6bdf053a5ec9e681829487e8 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-05.npz b/neo_1month/data_split/train/NO2/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bdf0f239d25e4b98f1d400d347115fd0d7750bd --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c633ecaf6a2d287ed2f05e45b5e9634a5e742100123bd6eb6429937ea00af050 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-06.npz b/neo_1month/data_split/train/NO2/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a6123274bfef3b9de97e47e0ae6c9beaaf48455 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcfc118ea1b899705af83d00d99429c7393185c53238af09f2614b8f3dd7ba0 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-07.npz b/neo_1month/data_split/train/NO2/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb3afc38e8aece4c28a90f9da0efa72ea64540cb --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2639116407466eb29f09cb2c96c54241fd23c65b615a00a7f4220d4d49e3218a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-08.npz b/neo_1month/data_split/train/NO2/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc3b6b46af8b2bfd39a24fc82d385a348e9aebec --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a9abf05bc1aa31bad4dc7ce85e36bb880ecd5bd77c93dce707b6411c0f0479 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-09.npz b/neo_1month/data_split/train/NO2/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..55ae132609ae08086da736a6f3d5e54ba0109cf4 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf88c5d5007c1c068ca5cae1acd04a986f928627e353e5cf7eb9ac4384bf4623 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-10.npz b/neo_1month/data_split/train/NO2/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3a4a9a7281ade2d5c695a9ad8ee4ab71da975b5 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1096650d696ac2266c9e97c8ff7dc9e60b3b9faca3e1f264b061a36a9cb09042 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-11.npz b/neo_1month/data_split/train/NO2/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5d89b04a881509b8cc7d6e335f05379473915a3 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4f8b9884da8640d80a712f422be6f1498327ed735a77ba94219ac3d4a05eb8 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2008-12.npz b/neo_1month/data_split/train/NO2/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2d6b1b7f42aa0910b3d69df3c9d72769aa498ea6 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7636bb967d6844c75d7e1fd4a6d88f7b5c83f1824bedd2f90d1c44b87d6f21 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-01.npz b/neo_1month/data_split/train/NO2/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d1794f49e73321ec36a6d78262449ca983edb8f --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac4df05b7822138b83a4092b3396413bdd01248609a7980c1826f3ec37d5f6c +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-02.npz b/neo_1month/data_split/train/NO2/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a13a3fe5e681f75d062b684127eba99ac8fe1d4f --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0df5bfcba50a0ea855c15955224248b19fecd2d114c7372f8f1636e85d1ac70 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-03.npz b/neo_1month/data_split/train/NO2/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..62e146e8be23bdac482f0902f614937bc235b7e2 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf54e42888674ce30a3241ada906b3d0a599903a27a0b03d8b8887dfadbe2798 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-04.npz b/neo_1month/data_split/train/NO2/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..861a0608fa35cab495598f9a383f09ead6e4d9eb --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faaa7eeb204bc3fc19e7fb56264718384b651f90865d0f048047a042682bc7c +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-05.npz b/neo_1month/data_split/train/NO2/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e82ea8a7492682e19359bd6f5ed033ac3ce2625 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6dfe05cfc7033fbc0af4dc207fa671bc12795c9ebb5d0f2c84cb1a6af3f0d8 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-06.npz b/neo_1month/data_split/train/NO2/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bd3cdadb5c100e793bec02356a56a5c1a1dd8b4 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56c8ffb5e0ea63136833841e24218d1d18f8db5ac720cc75d909172faedc735 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-07.npz b/neo_1month/data_split/train/NO2/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e0dacca753223359497feeaba5a40cc895d7e1d --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5604d092bfd9fb2cbe6dc862f0ba2373c9f5f98ef6ad86af3513c34548265542 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-08.npz b/neo_1month/data_split/train/NO2/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..682556c692af9068f8c24fa89e9b551c16eb622f --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef7661422132ae6f1838eed60ba73d2f55c658e507f44d4ff006c47f2cd655f +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-09.npz b/neo_1month/data_split/train/NO2/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b64c33e692f00d620e3a9a04a3c9eb37bdf68e78 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5001654168746535788e839009f68b934c8ac009c6cc7bdb59a022bd4fb71e6 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-10.npz b/neo_1month/data_split/train/NO2/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c83af59038f419df35f4d2969d285093535821d --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1848566049446c9664f76a6b73431b4cf951944913809778024cfcb97b00ea42 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-11.npz b/neo_1month/data_split/train/NO2/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4298b11d14c0979f0d71884bbf1b369e8d87eee --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7a2fe0da7cb3059f4bed22487b191828a1be5bc72c83377999734ac3cdaca7 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2009-12.npz b/neo_1month/data_split/train/NO2/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfd31be77176908c7132351ee2e654fdf52206be --- /dev/null +++ b/neo_1month/data_split/train/NO2/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3b904bde924f662edb52c78208ef7ada4e3d02a9bb9ce1712d84f8bafef71 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-01.npz b/neo_1month/data_split/train/NO2/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c9b81ffb84d469d810bcf503924d03f18c8c4ca --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a5e15ea4f2fa321c8c3838db0cbf3b7a2bd77e966e8748a6f120bd563f1e6 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-02.npz b/neo_1month/data_split/train/NO2/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a18c6cb768a6c98d1570eaee88a9e0b24627709c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7191a534b9de7a086d650517f7341052c86a66e87fd6a43de616af553d8773 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-03.npz b/neo_1month/data_split/train/NO2/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c398551c08633196b81cb9a26dc9473626db7826 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e92dad62b190f0825657ba30e7008d32c427ab0e5fd17550b6a4944874503f9 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-04.npz b/neo_1month/data_split/train/NO2/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..53515daa532f1127e721a7339dd289093920fef1 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d06297caacbceb068272d16ab2a57001626d0ea2b8155c84ae60805f7c6a77 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-05.npz b/neo_1month/data_split/train/NO2/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..3087acb7c88de545ff043d650bae0152a0b2dbd7 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3f9ca9cb3c9a595c258cc3dd42ba6bd6de7fbdf0ecbbc92183b81655a31f7b +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-06.npz b/neo_1month/data_split/train/NO2/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..d936824482426675809990c421db7ba854fae201 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5b29c0344fc343713224321f140476ab88574448eb16cf9d51907b879956f6 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-07.npz b/neo_1month/data_split/train/NO2/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..adcf64e7233e581c7841a121e80cb3262fee1e80 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce623ad8c0a14adf0dac602da27e72bec3f237033e57a2bc31de498ad3e36cdf +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-08.npz b/neo_1month/data_split/train/NO2/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..984879ce5d65894bb8ef717377844bc617c42ab3 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4b46a2faaa56aad229cdb414013974a473573af9dc29eef94686f96760d57 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-09.npz b/neo_1month/data_split/train/NO2/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a53edf148d1ad0868c618e6bef91351a2d121fa2 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6e6c6d4666e98b7ed255ff3be4a9a8e498843b5731ad38b3b14ebf476a9334 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-10.npz b/neo_1month/data_split/train/NO2/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..42b01b20c28b31e7dbc84fb6ea8f918b44521e69 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100bd2a206e99aa582bed5cfd822e8c48fc87e463405b88c70a7b38c0df309b3 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-11.npz b/neo_1month/data_split/train/NO2/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..63d02b09c0daa98bc6d34eb01610cf0cb2176537 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cac11d2cc5564eca11c6035664e85db556c03114efc9d284e0ab55f21e70c2 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2010-12.npz b/neo_1month/data_split/train/NO2/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5945741452f6f3e014a34cb9eead42f087002958 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46b3d05efa478a94edcbc11c86072473733eea8b80b600403e30dd522685e63 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-01.npz b/neo_1month/data_split/train/NO2/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b253e6141f976e1cb156637dc5cd3d82f6c32979 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dd8aa743ca2094f57422fe9783ed3859d6d768e849a605d96bace6bbe733c2 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-02.npz b/neo_1month/data_split/train/NO2/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed164fcd2b49d8a3c2f422d3c13392abf60855d4 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d394669d2a98009e63ef9ad7adf5126dc0c04cc52b48643e38f16892aa1e684 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-03.npz b/neo_1month/data_split/train/NO2/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f01da6c0801b011a90411d046b88cfd814aa51dc --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757c1f84ed3fcdb6ef32c4cd925264f20b158fbaa3578204dde21d6b5cd649d5 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-04.npz b/neo_1month/data_split/train/NO2/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..678caf7eb508d5b0f04b85787b25eedf51483716 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeec365675dba8f400f247e90aee900b8778558f81143980ab3a2bc6ddf2c030 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-05.npz b/neo_1month/data_split/train/NO2/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1d9c1d291ba887ea7dd2b678d57872c095c24bd --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700653a5fd0bd4bb57a456b00e97b323182695ec9b276ff3ff118e62f78a91e0 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-06.npz b/neo_1month/data_split/train/NO2/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b23dd59858191a16223e182c6170f82bd5d6ae5 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8be58fc4366f52abcece75311081705d6d1e246fbea63a54ab9ad0e242e22a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-07.npz b/neo_1month/data_split/train/NO2/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..97ce76d8d3f803ed406a426338a99276f30ab73e --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b99c0211e10a63894dd279b488b2a560d7c67d4d2265ada43cedfdb045a070 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-08.npz b/neo_1month/data_split/train/NO2/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e4ff5c49f7c6502cc1edc9c398386116ae2d779 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ed28f1ffcb43bf044d4cf29f10d805499a4ea5476eebe6fe839df59a48bff5 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-09.npz b/neo_1month/data_split/train/NO2/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5b3b1613ac927e5bb62bfd0fc4ee5dfeb20015df --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caad9f679b3694a08c63eea393b4ca0c3be76937f5b01bd560f72b5fecf5b479 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-10.npz b/neo_1month/data_split/train/NO2/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1a81da3a480978f85b0a01800e955b2c21421752 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4c8014b51a7219d0ee15514c1f867e5b208298e016ea64bdba9d173599aa1 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-11.npz b/neo_1month/data_split/train/NO2/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..76e1b40702df525a00e418ad72e2cedce067be0f --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33083b79e843e6f98530d2ee245e81c12b1118237b8a8cb6e65be0e5b11c692 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2011-12.npz b/neo_1month/data_split/train/NO2/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2cdf505a3dd8934db9831eaf3dfe86622754cc6 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4c62a16a207d3870adfaad0341054a56fcf8060a3dcb7a3910e8e261304bae +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-01.npz b/neo_1month/data_split/train/NO2/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aa65ceb5bc6645ab6b00bb0949968d3f9e5ac19e --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a078a42eabd0d142d7d377e8f88b10168e63917f5a0d542b69f4ed9fefa621 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-02.npz b/neo_1month/data_split/train/NO2/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7479c7d26243369430d1efb93a3474acf7933637 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec22538f775d04ad515b3527556f0eaa43018638d90a61d68c2d11960adf39d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-03.npz b/neo_1month/data_split/train/NO2/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4fd6b599ba10220fd9666e9b3d74af482f682ebc --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94894a04a87ed0a5154c36c4f31fdab961e4f8cfba43a4491885fdae731b767b +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-04.npz b/neo_1month/data_split/train/NO2/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b846d481a8995a770f4d2670b2ac1245a9746994 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad9438d5d942e460455ad806c9c560d451bb845e1fd7eed07e388bf71d66f4b +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-05.npz b/neo_1month/data_split/train/NO2/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a491b3b23df1e470c3e972a76fb0702a0cba65fa --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944596bf39e228996349ec0a05a014862b2688a80d3df8d98aa51863d6c10e42 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-06.npz b/neo_1month/data_split/train/NO2/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7876d5b7d7f11216af60420529fed848cc69dd35 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6effba01f5d3b40e4b6d747513b9f95df33e583a2b6e56fe9b13857c9dbdfe88 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-07.npz b/neo_1month/data_split/train/NO2/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bfcc453886cd391eb34bb0478447ad87982dd67 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293b7522661b69151b5655cae5e628ad2e8c2bc3022fd347e795a515e40295fe +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-08.npz b/neo_1month/data_split/train/NO2/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5f1111770cafaf4447e20ad28dc5f10b0a942f1 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5518504b1f3445d5b7a73b241af9733d99a58fa7de98107241e39de50a837578 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-09.npz b/neo_1month/data_split/train/NO2/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..56b768d884fcd323aaaa38f17b8e5c40c2d33011 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380fc6ff919ec8cdeff44c0318fad3742df3a2438601ad37f228fb274fdf033d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-10.npz b/neo_1month/data_split/train/NO2/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0177d86e9d789236ccf8cae011d790089a8e6f9e --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210a589486bbc445a658f3dd9259e9dc40b4fbdf12988929ff062fbc08b26d42 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-11.npz b/neo_1month/data_split/train/NO2/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..afc988190fd0f2df800569302fa1a3e36eeeba7e --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c9367f593211ba82fced48bb6a10d58686d3f0fa020fd4207adf16152e0489 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2012-12.npz b/neo_1month/data_split/train/NO2/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dbe226f9cbc75767e9167cb4b025404e86557a72 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70960da49792c375c8879d731b659927f802cf0b12eaeb4e918f08e28e4f8962 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-01.npz b/neo_1month/data_split/train/NO2/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51dd95e0064a8cf64df2b8cc0d137a3d092ac7d --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a6a5ea9b6ecddae01209df415f9e2bf1b907c5d37d70af15f3f7ec9292aa4d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-02.npz b/neo_1month/data_split/train/NO2/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..71f193ed700e862b3c3a1c6a6dfe3fbf7a72ee76 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e35fa5c8508243d3ebdb44341066ab9bc394d1be635db7220e78184a0a588 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-03.npz b/neo_1month/data_split/train/NO2/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf9c65eb049f6191b390df239c3c68b0e1a25cae --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98343ee9109a4e7fcf569f9451d52b20a865cc99b1ad8751c0806a74ae2fae4d +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-04.npz b/neo_1month/data_split/train/NO2/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c0c04851cd1204b6072f56196ae1745c2b0bbdcc --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f2856ce13d413555646f5587e766756e3423b7281333fbbe27d40891455ad4 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-05.npz b/neo_1month/data_split/train/NO2/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..779ad16601c4a8e3fc09b7036198f4f166594898 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2817349b999fc1fb9bbd689634a0060a330346b350d8dc4734f7a73d3895d61a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-06.npz b/neo_1month/data_split/train/NO2/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a69d27d8fe5887cca69609eb019067ab33f0ce02 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb7dbfd32afa5c177671b983f87fc7cab66872c64eb6bf5e3cbac9b9803d4ec +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-07.npz b/neo_1month/data_split/train/NO2/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2becfe689eba5a0cf431fc6dacd2da55fdf5a2b7 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1adc8a38125c2d8a9ebfb904e886ff9ca2bf9f9ac350cd21653c7d49db1de9 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-08.npz b/neo_1month/data_split/train/NO2/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..23ac27fc37ec3147b92bc8afdae62ad7f43ac517 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dca45ec8d0e5cea8367176fe1d6245f03bfa20a4def1ab6d1f9284c0ecc925 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-09.npz b/neo_1month/data_split/train/NO2/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e8d1acebf4db7e8e70a155bf141479ebb44726ad --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cc67a7b8cfb19da2db399deb4c037d638e0d5ccd590f6f4eb11b55c4df0a58 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-10.npz b/neo_1month/data_split/train/NO2/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..f437f554f4347b98bf3794b9b6846f4618ed5a80 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71f65504e86c59f08aa82fd3836da7e9a2d512db5f65c7e9924538f57c15308 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-11.npz b/neo_1month/data_split/train/NO2/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c50d425f9802a8628fde949e5bd34d66be0e406f --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1be3ffce6e8a33ad3aa8576ea1b55e5ead14cf823f28673ad8622db272d2f8 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2013-12.npz b/neo_1month/data_split/train/NO2/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..efd03e57ebb7f2b8bd9295561603d1517c129b92 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0d9bef4355d04f34b9a20132dc0ebac0c57ad7c7b4b93b5fd45251c23aeea0 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-01.npz b/neo_1month/data_split/train/NO2/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc1b10b61b699e6a4f9b6d0f343f7300ed5c943c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465d93b3ea7cd8b530b1a0493908fcab4f4f187ab7dd6ab7a26917df4c0255a +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-02.npz b/neo_1month/data_split/train/NO2/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d85223804875203b1a2984fd779237707320a4cb --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c902d6cafcf34154036276667f950877c6cddda310c157438547e2163d31100b +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-03.npz b/neo_1month/data_split/train/NO2/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..18426cb7fa16231e9b75984e0dacef0005d5f41c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60ee539ab6bf943c15f6436cdda87edbdb7b96b3421a7355fea2836141eb53f +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-04.npz b/neo_1month/data_split/train/NO2/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..551b37ef005450d48f4772ac9de9b2dd321dd435 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2814281700fd0909df1be4781ca7bcd991751ef246823e80c6643a170cb6fb +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-05.npz b/neo_1month/data_split/train/NO2/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d04c34346102a9499e00423fa326c5a0fec60192 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c95c2a5e8703c5e02757247cbf629e031c634c076f9936deffa662b3574bfc +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-06.npz b/neo_1month/data_split/train/NO2/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9268addef173688239373c989574882f090f9e13 --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f493982c58d99fbc6275f89e07bafd0f71416012a26752e5f93932771d7da2e +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-07.npz b/neo_1month/data_split/train/NO2/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..26a0959689632fad1316527e891bbefa16f0273c --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8312724ef550a3529739c3eac20028a5b7591677b4fc2fce95cae7004d46c592 +size 1166664 diff --git a/neo_1month/data_split/train/NO2/2014-08.npz b/neo_1month/data_split/train/NO2/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..9401db05805253e7ce3d451b9abc9482915ea6eb --- /dev/null +++ b/neo_1month/data_split/train/NO2/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e507e72a6b3892d42ad50ecf300a80a02d394f2795365b486c8090924f0df6ba +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2004-10.npz b/neo_1month/data_split/train/OZONE/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..75156c33669293f3a62afebd800be267fb49d300 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8b6cae1f289449b65bfc0ddeeabb60bed7677664136a0efa3d76db8f40802a +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2004-11.npz b/neo_1month/data_split/train/OZONE/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..79fb1e6c64092f6aab4647b067e25de8966de937 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167da8a75289c4354d906d2b5470bb27c568926fbda286f756eba5babc999296 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2004-12.npz b/neo_1month/data_split/train/OZONE/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8afdb9816848506cb9fab256c6e2698ecce38e47 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9932eba7d96c84214e847952170f7e076f150136278fbd92ada36298aa5070c6 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-01.npz b/neo_1month/data_split/train/OZONE/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb0d266ab3982bc9d058f05a80c00051b8249dd3 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc47281eddec8a5ea672cbf5fccacaba0aef3c644ed0d9704127942548bc834a +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-02.npz b/neo_1month/data_split/train/OZONE/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..921cd944b2ca0372a628b08823f44f91699dd4fb --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229665e072e7ebf125c6b8b1095e0676341c48ad9d28d053157d05fd2df30ba0 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-03.npz b/neo_1month/data_split/train/OZONE/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a712aca381d683ffb3f6d67843488ba6649dfd3d --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe88c1da89c820de183eba93190c606e015e7e6aad62dc21d21c48c64bea0f6 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-04.npz b/neo_1month/data_split/train/OZONE/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..b0bc1a05793a11aa44b36182ea2162eab19c4b05 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01554823b718768f61615dfaa139bf083b8b635c351e5d7519fdc05821e5890 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-05.npz b/neo_1month/data_split/train/OZONE/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cfc67ceb7a724de1aa2019858c94874cabeb6a5 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491a09ddd00d695a4b343729413d603083954a026b961878a30980dae39264c7 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-06.npz b/neo_1month/data_split/train/OZONE/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1d56320cd74ffc7cecc34f6412b8da705e260c1 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9ea01a6974643b06b96dc64c455432fa586f535c8a1fd9cb64278ef45862bf +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-07.npz b/neo_1month/data_split/train/OZONE/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2cd182585ae44bf7d39cafdf63edb73a93ababc2 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6914a92d5fde45f8c0785f425d8619c601dbd1d7210afe1e95178e3715435086 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-08.npz b/neo_1month/data_split/train/OZONE/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..144999ee37513e1787f08ea4f7f7372862623e49 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18097a1e19717741b1904fece3f9bb8e878457222e0ed5ddcb42c1e93466ed2d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-09.npz b/neo_1month/data_split/train/OZONE/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b7ea3f7322e0ef9a8c04516804fffeb5c4c35d0f --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a941e93d2533900a935af25a9a0123f829cca39301b95f2d7898f440c31790 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-10.npz b/neo_1month/data_split/train/OZONE/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..29ce7c1b5509d9465c7290f3651416364a5e27da --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb06ade8d535b923347f82c7461398a58f0cb6f5ed17078487a3c5c36020d01 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-11.npz b/neo_1month/data_split/train/OZONE/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca87fcd18578faf5f8642d304bc2eb5df344d48d --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fb9f51b7a9ae3958169935c0902031d036cbff58ca080720764bf0f37561cc +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2005-12.npz b/neo_1month/data_split/train/OZONE/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dfcaae0eb616c905acb02331e7f8f7bf4f8e173 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a36125a46d3e328fe4716b54df0778eea13dd7944f23d25b33a24680c924fb +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-01.npz b/neo_1month/data_split/train/OZONE/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ccbf7aa7f0cacda15fbaf3b55fed42b2e458f89a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff62496ccfdd4d3400e66acf184eca05359015f6bf1282fab075dc8ab6810ca +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-02.npz b/neo_1month/data_split/train/OZONE/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebbfe438cabe0214574ef0b2a738e1573a55fe25 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb1f766f8bcc51951a0738efafc0e0d8b35a803fe3484e8112fe2bdd416c4f3 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-03.npz b/neo_1month/data_split/train/OZONE/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..926f69e74086a4ab68cf288a1f2a98ccc61615a2 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c2a28bd159504e37ded68f2d1f0daa18ae0caafb8e5cfdca844550d48441a5 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-04.npz b/neo_1month/data_split/train/OZONE/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1261f0e18c1aa278f443ebf488c648aad8006cf --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0212d7b56aa0bfc510bb10bcf5fecde3338025c0accc0833f0df8d79b711e00a +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-05.npz b/neo_1month/data_split/train/OZONE/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e72c4d20b8ab397a6dbf67a1ec0fe851a2d950b --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0360fa9acec0b2892a99e681c553366fce6588f763395d8a109c2c74eb23d4 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-06.npz b/neo_1month/data_split/train/OZONE/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..22cefc2318f0fac563f629f913375c5ad932541a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5967e6c23c470cd223b345e07fb347939c7e0f3c6df1a3c28b31fb3af3f34d8d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-07.npz b/neo_1month/data_split/train/OZONE/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e269a59444b0a64afc945214e956f626c2175be1 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7963362a03aceebead2bb0a845fdc20501e031c0cac96d4078cc0d7dc354eea +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-08.npz b/neo_1month/data_split/train/OZONE/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..847e3eeba40cf76ba65a57fe9e890cb21701a1b1 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7751943067df0cc5cb1bc93bc454d82b45a1feef3b2f86805267946cd89e9d7 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-09.npz b/neo_1month/data_split/train/OZONE/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bfcabdb4984bd968c1a969a4cd9bed281057a67 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e238590b341349feb9a5181b8ec517449752ae34a13d1fcc8b853daefa04ff05 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-10.npz b/neo_1month/data_split/train/OZONE/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef48d372e41f1aa4f31a7ba32fc6b902c49553e2 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617564eac64451e9ae647c4385fe1cf416103ed4dda46ef5623e3565f98230ca +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-11.npz b/neo_1month/data_split/train/OZONE/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..f00aeeb6bb14658c7457c49c2ffdc42024c48f86 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6fcfc134c4b5d8e6a926a86fe68a6df8376de550c66756a71df26bdbf7333b +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2006-12.npz b/neo_1month/data_split/train/OZONE/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c65a5e7d7070a44a615aebeda9983b2a4a0e113 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d897fb049a4090bd19d3b18b88dd26e7a7963e324166e153b9fdd656058c2f5 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-01.npz b/neo_1month/data_split/train/OZONE/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d6c69941b79f690da37f9365d06473820c75127 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf7c6515395219a9c83f74dc27421ddd73cff5598f2a076e737c4ccad1b9e6f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-02.npz b/neo_1month/data_split/train/OZONE/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbcc1ecfc2f6c28dbd822ac0c97fa04508367f65 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c466e8ddbd72dc1e7ba92c75251a54f5c125941b5ed52bb4f392b481d87e727 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-03.npz b/neo_1month/data_split/train/OZONE/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a34db95efe3bdfb1c5ccc1816c03320bf0aa83dc --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937842bd00c7fc4cdfce69501f642f14964c21f2ca99bf2bae116bca31e8dc73 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-04.npz b/neo_1month/data_split/train/OZONE/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4740efec647df04fd1028d99363c64bbe9ff344e --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5c2cb3078a059cce171d029b0d56e1f77f14442824832a4046022172e6cef4 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-05.npz b/neo_1month/data_split/train/OZONE/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..75cafb2f68c1a5632abbadfd6a7415f4cb54df03 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5d6e89da51fe4426e0317a73b2adda169bc7933122ed96b2380a6d13fb0641 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-06.npz b/neo_1month/data_split/train/OZONE/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9a8d5eec72cb260b63004f249e0d686542406f2d --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f0c0dfb4a9e1007c2390a57cae221837219fed00a96ecdf100ec25a22a1ff0 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-07.npz b/neo_1month/data_split/train/OZONE/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc905d983f99e263e4185bc87f216e03123a51f9 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d678b9a5f557f59306b1975e4682fd7fb7f65b6159ea93439d81c638212900 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-08.npz b/neo_1month/data_split/train/OZONE/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fbb184a53e2c9d86dc153e877622e7433794c3c4 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e2a8fa52f2fd29e1fb29c0c8ee345298de63149e919e1f75d8799c573187a +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-09.npz b/neo_1month/data_split/train/OZONE/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..98a3ed140ceeb35b075094be112417bca801b4e0 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fda5d291957927ff101b41e4d33fad4f81f845812e6a5c06027c932601489ce +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-10.npz b/neo_1month/data_split/train/OZONE/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fb04fe21ba4cf6dc8106276ee4b98daa109c5cf --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcfae351c1cf2775bbbab13ed6add72169c44fb8af72680a61e73b344b992ac +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-11.npz b/neo_1month/data_split/train/OZONE/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..602fb3c63f53694700c8600f5654c85408fea790 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacb281dee3f596cfcb086f88b494345a80b029f041414460e931578d99003b5 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2007-12.npz b/neo_1month/data_split/train/OZONE/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..40d611196dcc10ee38867689f86081c33eb9bb21 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144401f07322e1bc161a3fa2fbaed598110fff127ed62b3c33730513d3daa998 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-01.npz b/neo_1month/data_split/train/OZONE/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d94eca626a9c006c56ff680b21f6183ce36999f --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d10125773414d603a3cd9cf24b8720650bea6e7f33aa823c44449586dbb8e4 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-02.npz b/neo_1month/data_split/train/OZONE/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..07a29953dc81dca93c97ca5b6603de0dd21c0a8f --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa69accfbb32c0e73d9857c73b4add9ed032ada0db024b989e0a2d38359277c +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-03.npz b/neo_1month/data_split/train/OZONE/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..37ced1295fa917bcce8e6f819dbc874cbb3505ca --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017fe785fc23a0e710cc860b5b7c759d33abbeafa2466918035639e8137a832f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-04.npz b/neo_1month/data_split/train/OZONE/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..af7c5f2bbbb4bc91f2e029d7a0349fb1df44bf9e --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e36f7c9ccb8c8ad4e28e1c24d24b17b59f4e8b8487712936937fc68677a362 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-05.npz b/neo_1month/data_split/train/OZONE/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..63d0b757d291f1610d0f4b2d47c84ed73ec39f95 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e130e9b4f40866e0a41cf05aba63beb75dc1e11677ff1dbe1ab22e4ddcc28c6d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-06.npz b/neo_1month/data_split/train/OZONE/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..377dbde0ac10125f6f26ad6a7422cd0fd5622557 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2d393322fada466f03deac7ccffdde21fefe6061a1b40206ed7e10a0e73143 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-07.npz b/neo_1month/data_split/train/OZONE/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd1907079557785468eb17e786c3dd1c846be994 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1118c923df687d253e99be72e232dd9f635469ae430a1181508f79e261bc01 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-08.npz b/neo_1month/data_split/train/OZONE/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..634095217ddc3d982058b6cb84cff33367c88823 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f53c886372dd772cc4c084b5eb3f7440c43a23b901a87e62b32bdbb0885652 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-09.npz b/neo_1month/data_split/train/OZONE/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..81682c93a18c594f89b9154a3d638a1411add501 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe604c612404f9894186ad9543223bc930dc7294b789a91f65d6da25d5eba48e +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-10.npz b/neo_1month/data_split/train/OZONE/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..28ad71de019e1e49e7c637133e75b04da7d7411d --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96c61a21a7ce558f75e75534badcf346b7cba233dbaf35b91447d794414e967 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-11.npz b/neo_1month/data_split/train/OZONE/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..035358c52d959d8651bad7e0a51a0e9f0b497a6e --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62c57a5acdc683c04800a8a5fa39c91e9d784a16e2d43f2d3d5c0b07eb4759f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2008-12.npz b/neo_1month/data_split/train/OZONE/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d275552bfc3f37c5b59702dcc876d232f59d4303 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c46b1a1eba904f254471a715469c5b77f9646bc5f78dfb46893c4878b40a3d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-01.npz b/neo_1month/data_split/train/OZONE/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..21fe05dae4224507822f18362044777fe69bdf2a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80232f4830508060c85c1a66aed054818b9d45003ed0718c3a1639d47ee2c13c +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-02.npz b/neo_1month/data_split/train/OZONE/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3c55d140d8a098cfd02b6ef05e0262660a900b9 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206028d0122ef937eabc43d54df1db7100d76041f2da52eb31fcdb04ddd666c8 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-03.npz b/neo_1month/data_split/train/OZONE/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..2e7c8b84fa109c227b896a912bfa1bfd77d01457 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707095b8f6db715b7353efb84d370866772947890edf7c5ed8c7c498d3a17abe +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-04.npz b/neo_1month/data_split/train/OZONE/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f5eca2a0d9016fb7afbd372579b1a59b5feb7d0 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2aefc5a9581de9568aa6e6cd8162c0292d8112119340cd51caf5922655601a +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-05.npz b/neo_1month/data_split/train/OZONE/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f85bdae3ee0704bae6fb36126bc0e26275e4b58c --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277c3ba8e101ded729efd2598878cc909c0a88a1a655864ed75cd3b5e1c110e1 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-06.npz b/neo_1month/data_split/train/OZONE/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..28bf2bb9b6e1651ce685eb75307ece5b7d7fd489 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaa6e5bb6a0b30dd3fb0e1ac0fb9e767afb1ee13b691b38a393e1cca7490f5d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-07.npz b/neo_1month/data_split/train/OZONE/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac72b98d9998af27eb224c1d837f22856cddc42b --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd83646e7cc7d632296cf069e5f04fb492f2ff5f46f83351f544147f40e9a810 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-08.npz b/neo_1month/data_split/train/OZONE/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e2f3003a51d9e6883ac12c7558efd29d9a8714b6 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cf0bf7edaffe7d30aebf2b488de084472f174b21b1ed393650128f6336d656 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-09.npz b/neo_1month/data_split/train/OZONE/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f456373fba8c83a5ad78c76d70dfad651979bcd --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ff082b444111409d64fa2e8bc8da533865033d04e0c4097bf9fb64573ee5a5 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-10.npz b/neo_1month/data_split/train/OZONE/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..14444b0cbe1dff4edbc6429c2a208409d02a2b14 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d323ec189dc255de12088b94c1104c4a97c6f7985a714c2fdd36ea2cb6a9e6e +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-11.npz b/neo_1month/data_split/train/OZONE/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdae27e2315d20095f5a2d28f06074f383c6cc89 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e32a8c11ac186b6a6c02a8a0d9d4281213b2f4ea79e98b6742f60f8752e96f4 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2009-12.npz b/neo_1month/data_split/train/OZONE/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..69e6d793a8609ba0ab1574d1b60e1c09d80b64b1 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b176d3b4358e6e95c2fe6acd240f608702d02926102ec47198ed438a360cb766 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-01.npz b/neo_1month/data_split/train/OZONE/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..264a546ebcffc88abc51439157b3304729af3391 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8caf61d2bf12b2d6707de69ac0c7eeb79e4cae2f7129029b03edb8e3537780 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-02.npz b/neo_1month/data_split/train/OZONE/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..233bbdaa7732abb0c4d1ff5a9fed9f1d82356f8f --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f4fc60eca8bf97a50a44287d54e7511f96af1e9967f860db0848f1ce823aa5 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-03.npz b/neo_1month/data_split/train/OZONE/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..079dfc100f7f2e686e28699e5ef294db5539545a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511c0fdcb6975933579055b2cb19599662b812e37c8a601ca573ec9f89bbc335 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-04.npz b/neo_1month/data_split/train/OZONE/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..11ac5fde2d10ecbd45ee785a07b02ad1c8984625 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa67c6a75533ec00ff7045b8357dab4ba9b93dbf47348a6db0f4dda665d73bee +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-05.npz b/neo_1month/data_split/train/OZONE/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b88dd6d5db6dd1f78eac50d2c8dd09ad75780d67 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74db0c83edc423a4aab39743aa68b8849879adc44a474e85348f7930af691fd5 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-06.npz b/neo_1month/data_split/train/OZONE/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ce3283fc2fa2749aca4d33aaf192c3cc7ea8d157 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b11708b4098bfc1a993f9712f2623f68968d17780a53ac5be571063cd3f9259 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-07.npz b/neo_1month/data_split/train/OZONE/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..547643388122754cca6916b9d46451985542d23a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fb65388ee9b472709876668fc0cc21b91880b44dc8a842045bcab7e5334560 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-08.npz b/neo_1month/data_split/train/OZONE/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9ae45f531e5287edc8d7dd76aa02cd4c20bb708 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876e23eed288f77a15a31597c50f846b5135725124c5266d6ddbb535b6bd10dd +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-09.npz b/neo_1month/data_split/train/OZONE/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d024a11ae10cde28055fe08047f3a751463c765f --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe71e110aa92daa5f04a84c3cc264fcc773a128919fb6011f0605e8a1b1415d9 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-10.npz b/neo_1month/data_split/train/OZONE/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..88cdad4078f731f2045bb41369655f4983e4819e --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc0e8cb4ca0e5a91b82740afb1ce95fbb8a2101375accd1a2c02d4356c71f26 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-11.npz b/neo_1month/data_split/train/OZONE/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7e8a152613de62157af243fc60177fa187363829 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334af9805431c6b2b70b4c5cda1ecf5116e1e7eb555c24f9a6ded7bcc8b3b457 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2010-12.npz b/neo_1month/data_split/train/OZONE/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..d52a42b003b69c7c73a1da81dad916467c143d8d --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2e4de77d8139a58c4a5292e2e186c3e6ed6934d3bb3939d88829ed72c64df3 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-01.npz b/neo_1month/data_split/train/OZONE/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ab774170cafe1d24c8590bbc9a5037858d262ed --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63a11dbe4211778e88808ea884007af5150f9d5baf2229e39a5370f51c2e26f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-02.npz b/neo_1month/data_split/train/OZONE/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..9909579c0ceb047cde5b3d4ced36acd12a42860b --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a779e20f90dc8914eefba29ad5a8501629a3a6b6cffefc49bef3c811e1f37c26 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-03.npz b/neo_1month/data_split/train/OZONE/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d23282b8d99786368209ecbd710616d9bae59ee --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8955996beb1b9bd9e06555a93c85d8bb2c1c08ff1786b1c747cca3fddc7e6af3 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-04.npz b/neo_1month/data_split/train/OZONE/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5efd45ccfd7721da144131db60909c8ddccf9a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e855cfb6ee49203bdcc87698faa64fc409a5afeaff43bbfda44b6b34ab0e32ff +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-05.npz b/neo_1month/data_split/train/OZONE/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..81b1c2ec533913bfb5eb054b8be133d65b1c6a1a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5bc934334a2ddbd0725329a2c143bf993d38e5512975510113ac5f12e189f2 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-06.npz b/neo_1month/data_split/train/OZONE/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..38f187e71a3363c8b98b54aa09fc2ce7acc2e610 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da095aa93a80e5f8b0de3e11f2cdaaea7d73d25fa5562491c701a149c8973b85 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-07.npz b/neo_1month/data_split/train/OZONE/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..1d0087291cf8c72f4d6bcd7842089efe4b68d4bd --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ddd7cb1f24588be59bba2b1553c8415fb52cfe3353de6eac0cff478327dc9e +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-08.npz b/neo_1month/data_split/train/OZONE/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..daddb28f4fbc8392502f405d0af8a8deba172567 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13eb1ab8da7fd72505ea96035a2a584726545af9aa31c1bb961ed8446557fa0f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-09.npz b/neo_1month/data_split/train/OZONE/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a436bec3fcf70dc8b64c7bb950cc0f81841df4e1 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512a194d0286bf02e2e4f20a389fc1e6b5ed07c9c00cd8b52134e92164fde055 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-10.npz b/neo_1month/data_split/train/OZONE/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..86fa77b5cda473b03c73a4cdd06b2893800d654e --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9670bc23349a8814a42bcb3a3ce55e7a4b07eb73ba50d7a1828099b0b0da6aa2 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-11.npz b/neo_1month/data_split/train/OZONE/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..a56285f43a3998bbdda8d55da6b23040b3f18cd8 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e66758ddee38c8b2e183e45d10d94dfd5af5b10f4fe555601e3f0c975c0aaa2 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2011-12.npz b/neo_1month/data_split/train/OZONE/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..07456524b1ec0aa036baae1372f01e295c8485b4 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7478856774b6cb948f77947b4220f84d7909b1df4968f459291ea42a8d3086 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-01.npz b/neo_1month/data_split/train/OZONE/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..f436e4debec676590f27718423a0cfb0b4534fb6 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2112046b72384db0dc820f1fe8650fcf4d3ede057e6ab13c0462b79f7e14d941 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-02.npz b/neo_1month/data_split/train/OZONE/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..7fcf64cfd7570850d1c8f222528bf7a3465de683 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a6d5096f35dc633f62efba1ad8bc210c12bf45c594d517b5f612d58ec4bf7d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-03.npz b/neo_1month/data_split/train/OZONE/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8533f348e48504dd8c7b587a54d94d425ac2b691 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3258aa680541412c1a80e1524b8cdc013ce13197d24898dc021024dc0884753 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-04.npz b/neo_1month/data_split/train/OZONE/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a0d4c7d59c6093489dddf6c5cbdd4b352bd2425 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ef790c87a97c74726bab20f9ba0a3bbd02e039d4001e088db0ce38924ddd0d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-05.npz b/neo_1month/data_split/train/OZONE/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..189db31ca6a2206ff969e433984ee7b25781d286 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1504a702186460519430745ca06069e03db88c43c4eb0458bd92d024f3a9b35b +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-06.npz b/neo_1month/data_split/train/OZONE/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..20018b4a7babd7a22a6e0d04aa1179c3bb1968ee --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd12ebd90f13d5dc8698f29005adf4eddb934ca2a218b837a6e91318a104f923 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-07.npz b/neo_1month/data_split/train/OZONE/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c74778f7f6bf23a2b5736db7387b599ab3a0dbd --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590bf4c45f622157178b70ac15b80a141d087c76e79a48cbb002abfa6056d0ae +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-08.npz b/neo_1month/data_split/train/OZONE/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd7933aaa3fce2a6c249e2075425f23e56e4e7e0 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733a90e8b7bb2cd458d86b4faa8c3a95bbc52297215dc70c94c2da2a9347df6b +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-09.npz b/neo_1month/data_split/train/OZONE/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1f2a008be7e4dbf6c3973877e53eb52f6fed5d6 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2316979de1eebb05b433fe238e818640b63dbc420756b9e30fd6b9ec6aaa490d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-10.npz b/neo_1month/data_split/train/OZONE/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e2f2fdedd3e41b7f7d374af5b27024c40d66f4e --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6498cc36b915d27d63d974e988ce895595769a0ed5a3f6f2fb69cad59b419f4 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-11.npz b/neo_1month/data_split/train/OZONE/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae0aa2c2d40719439354029b5883ce4e82f8e099 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275a1f249fe473aa0b544906b25551a4ae653f04f26665af21cadd6188b00c3f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2012-12.npz b/neo_1month/data_split/train/OZONE/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf1aac04cf2f5d0404c6219768ba676449c91342 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba2a5686aa712822c4824d1dd61d2be73d97d1ee346184c3128487dcefe2f9b +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-01.npz b/neo_1month/data_split/train/OZONE/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..251a60c6c412d9f5185b9b63b6bb1e2608dbb0a5 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e071b2d12669d3f25ffeea02d05907b1e79c6a4da1b1f37bea822a23458c1c7a +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-02.npz b/neo_1month/data_split/train/OZONE/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf0d8ba377a06c79ba5edc9b0aa05e5b61c34b3c --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0184bc29ad219196b29f49b433a42394f560c8f6901f7d6333a306742b84a8ff +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-03.npz b/neo_1month/data_split/train/OZONE/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf13e4df7cf41daa4e16f8828772689e74646ec4 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe937179d0381bc8f2fc9b340599fe20cbaff8d97bbdd2e7fc4eee3b7edf536 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-04.npz b/neo_1month/data_split/train/OZONE/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..18b8f7f8edda29fc2bcbd1783a39fbe1246ef7d8 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262c4e4191197bbabe6a8c365d0ff88e4783ffb105fcc9ac217a0f64c6414824 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-05.npz b/neo_1month/data_split/train/OZONE/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..5faf1cb69dcc631dc8c46d06653949f79c9ea54b --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f8dda5931ad0ff6a51e83e38ade845ef68ffacd2f60a2820f947399a6170ee +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-06.npz b/neo_1month/data_split/train/OZONE/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..1b2d26340192b8c645be9a55ab3f0eea8dfe668c --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829deb2267e087520dd5c500dd70e7b8da725670b73f30937d24451a2dd8da5c +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-07.npz b/neo_1month/data_split/train/OZONE/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a1d9aea08956c3a37c301befe4b6ee5885154478 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ebf4b89c322634ec6ea6bf033202250971af694b5baf90824b7c1be9ab415d +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-08.npz b/neo_1month/data_split/train/OZONE/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..11c4e3a456b64c3cab1c5e5698c80644814326ba --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739c8e8ad94573a213ebf470b8e5eada043a70e81fa1f5e9e5c20f4453056f5f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-09.npz b/neo_1month/data_split/train/OZONE/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..77f4a714fe1bfba7c644d76e86f0f80a9ce8b28d --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dd4fd06b77ae85429eb3905e0e15fc036ab776b32300314d0b578e4b87640e +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-10.npz b/neo_1month/data_split/train/OZONE/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..d1aa9a68311148bc21ea87cb5313da4b27e725f1 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1274e1a36c277f7c6606c149d25ce5295e184cbb09cd86a479b3d4b7d3df2b86 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-11.npz b/neo_1month/data_split/train/OZONE/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4467b278eb398d87523ff38acf4f6aa837d0d91 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccefe49cc469a25d0ca5b40f0410eadbf862c8f413730d6f1f2968d2a4f95cf +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2013-12.npz b/neo_1month/data_split/train/OZONE/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..31b5bb8bd111de561f773dffe4f043cd3a8f7d4a --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d19c49e17dd08b5563e0cb620c2169db4841ae33ccc286cf8c9d9a78143b3eb +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-01.npz b/neo_1month/data_split/train/OZONE/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..baff51538e98ca3506432b3e2625ab6f5c882ce9 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7635f1589deaea40ac6fcad4d00db08cf7f1ae57c6ada266b2de462ca9430c31 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-02.npz b/neo_1month/data_split/train/OZONE/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..32a598865cea5ab667de87a9590e4fc389a197ee --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed1954d16ced629ad889aaeba3e4e7edabc74f6850d1a612471e4792137c4f1 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-03.npz b/neo_1month/data_split/train/OZONE/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..66030dc309d7ad448f51b5080fefc2de8fef4e81 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fac1e21360db36f49e063deb8ca65d10b9284f1f248222d2a43cf908c03179e +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-04.npz b/neo_1month/data_split/train/OZONE/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..9da2007b8160eddcdd8b80805f314d6044fb2e49 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a0d15e6ed2b70ee1fb21d98afc0ea4fa665f3ba11e86b076a7c39b90c8b12f +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-05.npz b/neo_1month/data_split/train/OZONE/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a99cc045d0534b791a933e2e07b39bbf0404060c --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d44dc3a9ef98ded9d4b8c0ed001f2099e3035c090a3a96790851f584c45ffa +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-06.npz b/neo_1month/data_split/train/OZONE/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b1c1091f63be68c46ef46e6c5cde95e6bf656106 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdbd96febdd571c97ef04949caa18b312c7bd3ea27c142583c19fa7ccf5e599 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-07.npz b/neo_1month/data_split/train/OZONE/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..64ea61e267b8d00ede5dfb1bc87a421972c73157 --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeebdd35440dc49aa6470d9e230dcf8caec8e09091c4e9cd56360f11612c765 +size 1166664 diff --git a/neo_1month/data_split/train/OZONE/2014-08.npz b/neo_1month/data_split/train/OZONE/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c99de7e294c28437a86e65c97b6333a39713914c --- /dev/null +++ b/neo_1month/data_split/train/OZONE/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf13c9bcd12d851d7788cb6ba868d36798fbcd1de642c7f5fd068cfc1dabea5 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2004-10.npz b/neo_1month/data_split/train/SNOWC/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc6cdb8070a137c816435d1a7b3c32501e898ad8 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3d20ae5359ba5563a016f4f33ea3992b0918d0f31bb764ce5957969f126d30 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2004-11.npz b/neo_1month/data_split/train/SNOWC/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..05df09b7f33189dbd94405eb564476b1e8f7bd1e --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55598efb92cc907a3864d90a119143c302575e40476198ba2da47f72a89ef935 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2004-12.npz b/neo_1month/data_split/train/SNOWC/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..68a97220500fe588c813c203625624bcd8b51326 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc548312c8dc6b88fe3a2e18fa005c79ece3344ad88553e077f8d29b4d462f11 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-01.npz b/neo_1month/data_split/train/SNOWC/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ca30a35e70bdb98e9604b1a66bf106b4b307807f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb7dcb4225803cb5174aede1bc3a86c90f76202c5f19f27191b325de8767dca +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-02.npz b/neo_1month/data_split/train/SNOWC/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d36cfcfd5c88fdfb2bdee262a18ec69bd1ec302 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508895685de263413906bf63b7a2614a5e95b63c399cfd4eb19509e6e52d9d87 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-03.npz b/neo_1month/data_split/train/SNOWC/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6352133f5fab244969e538620cc79c8b4e868d92 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1650b31ae94852249d9bb7293bc7ccb4633329dcfb17282a0c0a8bf4c4687d +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-04.npz b/neo_1month/data_split/train/SNOWC/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b02ec95c5f6da6e849603f8082f6b565f653617 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb4598e76d1689c1e8d7161c3221eb6eb1fbb8b89c12b444fb36ff9b2fb887a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-05.npz b/neo_1month/data_split/train/SNOWC/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ecfaa1060a12f7898200cedb02bd7261031150ed --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f171a8f377341f5dbafcad91a6762d43a42679b9c17b7d35520628222f7079 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-06.npz b/neo_1month/data_split/train/SNOWC/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..b50d5f003fb011482fbf9b6ac5b42fb5175b21f4 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b906f4f06132d240973ac09748d888fa9b903a6c07c9cfc2ad8b23857aa531 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-07.npz b/neo_1month/data_split/train/SNOWC/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..68a5f0d996d326c29978e7ee79ebcb00c3ed6037 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50961da876ac43d05bae81b1e567cb6ba6886fe9750df949197bc59f73571ee +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-08.npz b/neo_1month/data_split/train/SNOWC/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4eba591c107f60830f59c5a7102b8da068701e94 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b863a1dd3ea148b2d906cde71c0417bf4c56b61271a6dba367dd83e0b211b4 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-09.npz b/neo_1month/data_split/train/SNOWC/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eae843fd011eddf9b4a3b76d925053a6afe726fa --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3a5ea920489c5086b692381c6d0ddb311904eec024915318a9e49af80539a5 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-10.npz b/neo_1month/data_split/train/SNOWC/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..a052784832fe92ba7e6ca999505d15c65015cfcc --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdea802b4e40e27bff13d464581fa094d1ce977113a551f4c1faddc6e31619c +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-11.npz b/neo_1month/data_split/train/SNOWC/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..013aedd2ca4d8c95882571195c337ce01fad7c65 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd3ed99dc7d9f4d40d328c0a29bf900f0be49a0954c9626afce752f4e5fd9fc +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2005-12.npz b/neo_1month/data_split/train/SNOWC/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ea7eab586755dd818b888526b6d99483fa0134f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6a34b87d0d20e24b8ba2909dbb6a203ccfb1cc0e1c1373edc7c07303303c64 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-01.npz b/neo_1month/data_split/train/SNOWC/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..673825688bb0c0410bfe696ee08df150933e6630 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5863e759d0a872b27a661d38f3c95bcc227b49aee2b6bb8b93e0fa128215160b +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-02.npz b/neo_1month/data_split/train/SNOWC/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef947380001da9b8b26d7a3deb7f0586102bdabd --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30769bcdd98625699d991cbd74083639699a70ac18fd531bfa845c9427b40dd +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-03.npz b/neo_1month/data_split/train/SNOWC/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..945959e2e074c250cb45b14fb0fd1dc63c78e987 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4378f6acf9be2c4de9ebe06d1033545a7b9b99bcb75554e85aeaa0cbd69809a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-04.npz b/neo_1month/data_split/train/SNOWC/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4572f661f5efdebee546d7bf6791542b11fb655e --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7f962a08886fc5cba3f088426a3970501fe90a6e4ec029ad3a964f894d810a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-05.npz b/neo_1month/data_split/train/SNOWC/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb1a5bf787883687f0b8acf985be8c97d462d1da --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946d3d7a210880ed98cf15d036a9d6105ca5b90a39374da7b042b6c6d29205f8 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-06.npz b/neo_1month/data_split/train/SNOWC/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..44214ab18494413fc0a897d32831c49ee03299ed --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8091f994ebc80ecc70902cd2f118fa5214a04d5abfe0fb59917ec42fcb1b8347 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-07.npz b/neo_1month/data_split/train/SNOWC/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7cbbe63c17febbd1bee70eda009bd48224e7a4a --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c439b10a4969d72e427dd7d804ac52c899f9dc1520dd33c94bad8d01929fefe +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-08.npz b/neo_1month/data_split/train/SNOWC/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..fa16472ad84577cb56d08898ed8767ac7fd08333 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d57f244f77dc50f9ba39a7f8680f2691b68c93f685345d2b45248b3fe6eca5a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-09.npz b/neo_1month/data_split/train/SNOWC/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc5d044d91b346d9aa2306f125a08d7652215904 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a5babfdbcbf862c836f9c5effad1df11b433b55fce56ca841adefd6f309c3 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-10.npz b/neo_1month/data_split/train/SNOWC/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0eba7b4b2f3c70c63829630b8d41a4de1ae7430c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6beb0f6cdbc36e26e792fc75f179530225c94d4825a20c1ba9c61e5baa872e65 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-11.npz b/neo_1month/data_split/train/SNOWC/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..08f08af089eccc5ff25396ca755e203dc0adcd93 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde8355e8c52f30bcdd580601a16ddbb92005b074826558e60ad4ca91e953847 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2006-12.npz b/neo_1month/data_split/train/SNOWC/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..edbd6e194a702b383d175fea03db443b682b8800 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3755ee243179e2f29dfcd0d36c522acd4932ae7878c98a1387a9480f9553aaf +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-01.npz b/neo_1month/data_split/train/SNOWC/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a3d338f2cd8758b0cb3693c9d1c3ab4da28f352 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479c84701707ac6b70dc9971f9674ac4f1441f768c7a1cbb0eab471e03c85133 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-02.npz b/neo_1month/data_split/train/SNOWC/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..65f6718af78a288a43826d79ff4cb828a0e7ea6f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf1a041763c3b316abef900ab7f22be17ea9c5aa22ef84e8e31d64bd717a036 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-03.npz b/neo_1month/data_split/train/SNOWC/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3fc57aeef627cc8f2da9a48fb64b02131057ffe --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111b2ba15ac8100b91c875b219f5dc8584ab95f47414df0881c38cdf248f79d5 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-04.npz b/neo_1month/data_split/train/SNOWC/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dbac8bd81246e54154e35d26b21cec8ded635a8 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f2ba6ba0bbc49cd6dab6644b2bb83b3e1b24bcf849e76537bf77e2a716ab7d +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-05.npz b/neo_1month/data_split/train/SNOWC/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..d3f6cc4377895b171b0fc672f791b9735b047120 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680c8ffe0bc988a4f019ac9b83b639180a5abf27297eea6825d72e4c412c1eca +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-06.npz b/neo_1month/data_split/train/SNOWC/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..76d3760310b1cb848d4630ea225349f04cb98f99 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fec1df6e1ab12b2f11072005e10123ad9f909f607fc1e678f0ebf88bad20ba +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-07.npz b/neo_1month/data_split/train/SNOWC/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb3c30a279c9bc07260df5511cac86e1b37f023a --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb40840865a12702c31f728f58db37372853040667f8c09d65af3d7345b7ea11 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-08.npz b/neo_1month/data_split/train/SNOWC/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8eeb7bdb4530d9c4f9d4747a601402845094640c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8f632d8e906a8f514ede1e432fbe2d4f70841369b6d3a2fd46d57da7e4a712 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-09.npz b/neo_1month/data_split/train/SNOWC/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..41bcdbdbfda841a30b1195d3168b3d9ca59f1c39 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecad477c1fd06c2df1c22dc9977dc993d1fb6de9763728357110a1355f7a406c +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-10.npz b/neo_1month/data_split/train/SNOWC/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..48e0b2bbc1680994645a401f7d511c2622740ae1 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1620bb3e6c5e769d742171b4379ccbbd10cf08c724c074c60e0bcd20af37158f +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-11.npz b/neo_1month/data_split/train/SNOWC/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..300fcff1145a1233ba438b8b3aff136528d97350 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60f110e31890ee0481ee640151933812ab3501b7425485dea07c8eda247ae87 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2007-12.npz b/neo_1month/data_split/train/SNOWC/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..dfcd2bce03ae31ea7007433cbafd69f3a6f9bcfd --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c3c74f8c0102589bccd9847435b9a809a7e2558115aa9332df9eb003fc5aef +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-01.npz b/neo_1month/data_split/train/SNOWC/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..a087c7661865634d278c9d1f9552cc4f43fdc97c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55016d636042c972c5a21657a62778ad4d3209bd9e02d41d2cf1d5bcf4686d91 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-02.npz b/neo_1month/data_split/train/SNOWC/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..73e269404fd72d65c6bc4d6e58bad30fbc3802c6 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8f77bf5a95917565a669c6fad7c448266dbf875382c46739cdc8c443b72cde +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-03.npz b/neo_1month/data_split/train/SNOWC/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..de834023a22e05b2aa00efc104b7f648901ed7c8 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a9ad897630b80459f8a8f35ac63d6d0bb803b210f1bda6f34f0be17ed0e059 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-04.npz b/neo_1month/data_split/train/SNOWC/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..d4a10321b098b3f7a1f2d243bb91955cfff7f2d0 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56797eb36a42b4713fe17d1eebbe5f273baaa808f4d47941d9c9d03191a03cd3 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-05.npz b/neo_1month/data_split/train/SNOWC/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6028489086ae45d0940d027680b005ef24fcd3f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0504bf5996f746ae45ab0d24d57437426e7da1d188bf47eaf48af91bc4e209 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-06.npz b/neo_1month/data_split/train/SNOWC/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..cbfe68784c1db229e3ed7edd784e310ccfc76a40 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246ee896bc0dcd0b9a2f1fc5097a9ca57c84cc17d04e6c9564a9173e203df584 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-07.npz b/neo_1month/data_split/train/SNOWC/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..a062a70131b1704400b49c80035c549cdb3473f8 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79223ebf92d9f92b08291efc73221d0a3ce8250d8c1dced5a2ebd9290ca8f408 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-08.npz b/neo_1month/data_split/train/SNOWC/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5728aaa21a7fd0cb7e81e1e9fa538f6753e0e0c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d646fa210afe4a1617966805db22dba8112111bec6c79830917ae351e11c4c +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-09.npz b/neo_1month/data_split/train/SNOWC/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8edde8b9167860463dcf975eeefd390047aad38 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a55fd15213250fe9f01294a69dd150909f3af1a24e9a4254b37bb209a933f24 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-10.npz b/neo_1month/data_split/train/SNOWC/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac397c6f38b2c436c8920908bee9bc44d7805ba3 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963a1c29c4910dc698e6a4f74c60b2c35d0c255e3f90a0f878987fb28c2ac471 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-11.npz b/neo_1month/data_split/train/SNOWC/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..164cbc9d7d3b3c1eee34bdf11c1fb665b1f5577c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa05f2b59aefc97daae52d10d89c6be9f9d7c4ab93c115c36098a24695cc3b0 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2008-12.npz b/neo_1month/data_split/train/SNOWC/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e53e7505e7026d785ced132e9489d4944e1bc46 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15471174c97d70ae3af2f0d0342c86128eb6138613369e19899fd604b051d6f +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-01.npz b/neo_1month/data_split/train/SNOWC/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..70193c23538cb24f4448c31ed4ba7db8287797d9 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2627b7b018111834d941dbecef5663239237b23755f381277d39fb7afd71bd3d +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-02.npz b/neo_1month/data_split/train/SNOWC/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..676a0d4beea667582ad85be93fd386b266ddeca1 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c005b8f3eb868225e3e0c133df85c9cac5abaad37c202ac7f21298ee6cb7cd +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-03.npz b/neo_1month/data_split/train/SNOWC/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..732faf5682ac25b2c8031e7d27bc146b3cceaa1d --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd27552b612dafefa6cca7330f0e7db1b889be53f17236640ff7b7af193c6f2 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-04.npz b/neo_1month/data_split/train/SNOWC/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..95d54ab69b2014eac90c5dabd015c7a8c2fe0ec5 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0144f66f8eb0c2b1baad3988e1409291a9554375b2494fac330c38d474b2070 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-05.npz b/neo_1month/data_split/train/SNOWC/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f3f74e046c6e8d82fa1bc87bf33b5f2e968b669 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426fa18e3788deaa6ec15d3cab15d9d68459e16861553f996006cabffdd3a592 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-06.npz b/neo_1month/data_split/train/SNOWC/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..527ff5a5566c907563bd4130f7c561a22f87c3fc --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd3e5f0692164cf06f515721fcba1b6d894e6f0611633f77f0c2c708e1cc17b +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-07.npz b/neo_1month/data_split/train/SNOWC/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..eda4c4b0887c5ee60db426b9e3fb1179c33a65b6 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e31cf7e3563339e7c2afbe24aaeaa65d24d5aaceeb755a0fee35fe17f64901 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-08.npz b/neo_1month/data_split/train/SNOWC/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a74e5d1bd113db7abf3f503cfc8fc7682fc3946c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42093157a185984d406db7eb3951e0c46326a8bc6dfaf607ef6f16372db50363 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-09.npz b/neo_1month/data_split/train/SNOWC/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f253368bc2a333bac956f8bebfe196dbb1e5150e --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f447624b67846e00c899f4227c8f8045de482e93550cee62bcd92fb49fc6130 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-10.npz b/neo_1month/data_split/train/SNOWC/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47fcb8a36367968d7363e914a64afac44d280cfe --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73135daef01f378990b59d798befcc4f41ce2ed4b12ec6191ab6591885054d7c +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-11.npz b/neo_1month/data_split/train/SNOWC/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..aeaebde60877734585518caa3fbf88e66bcfbda4 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2925f0aaefa70252b876c3cf07a377737021761d37371b650eb8289d4d58cde +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2009-12.npz b/neo_1month/data_split/train/SNOWC/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..818eda795fa7e9ce575ec253ef7a9b283172f755 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2687fc0b7dd42e1757b9aba5280b9e9ae85d599579ff25c83b0aec4d274a6010 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-01.npz b/neo_1month/data_split/train/SNOWC/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0b7472606bdc90a0593ad23bb3328296e648390 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0152fe7137c00abf9d56f17c0b8e126e725542cb92f7008608067f8cde27671b +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-02.npz b/neo_1month/data_split/train/SNOWC/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a5af7593957576390265060f65e938973a6739d --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7700cd8274e04108a087213b19aec25525b77d8ea3f21ed7426c6b9b19bf200 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-03.npz b/neo_1month/data_split/train/SNOWC/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..e68544f4184d4b92e4bf759d43a2796a00fbb54c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10116cef92284fa0c45fb618d865180839b647972ac1d5f2482a6aab10b9697d +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-04.npz b/neo_1month/data_split/train/SNOWC/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..98c4c719af194382b44a261218ec6bfec05fd0bc --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7cfc2644b54dd311ea5f19f628da8b849727a2b304035ee62c78e3f24d83c8 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-05.npz b/neo_1month/data_split/train/SNOWC/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2c4f84b93b0e44f6ecbaa01cc51e27212e3f6fe0 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9b3a0c29fc813025d535ae08bd185f1ff636646839eb94aaa55bf477155613 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-06.npz b/neo_1month/data_split/train/SNOWC/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3eeb4885be027a87bcc4f1e6ed5c57760198e86e --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c206e3efcbb9c6d8b92ae13ee14f41ad586c0bfef82997d543f9a62724069516 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-07.npz b/neo_1month/data_split/train/SNOWC/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..babdd0f33062d4a20b771cb24accecbb3c2df1d7 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517d9fb229131ed0196b32bb5d58f4a505d6c6f669d093f06754979baffc76cf +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-08.npz b/neo_1month/data_split/train/SNOWC/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..96fe56f98614640577ce4a6e429bfaabe3191b6d --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f726b2578a96ee37d57c837d686d961cfe903452a1bd1f84396bd32d037d0da +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-09.npz b/neo_1month/data_split/train/SNOWC/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..5dc4ba411ede33d992a018fb8cd60456d1c0198e --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d22601d8122fabab24a8cdace12aa28fc2518c6b8cf7f6d448b72f61bcf03a8 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-10.npz b/neo_1month/data_split/train/SNOWC/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd898b7862962e3c229be739e89836f90d21fa9b --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2e0ab65cdabda2ebc9b2153e40d15896801b0542d8155145e78770105d3d75 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-11.npz b/neo_1month/data_split/train/SNOWC/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..aee089baf834748c3bf5a93b3858f10a435f4431 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bba23117f5c502359ad83ba506e94ccfe41fdf1290b0e59b2ba6d29a2b62861 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2010-12.npz b/neo_1month/data_split/train/SNOWC/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f7476611f0a76cbca31bc2aaf6fbed2f05db9fd --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a626286d5e1e9a4dcaaa217c8b3b887ec454e26bcfbf9c3e1220ab1f78ef8a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-01.npz b/neo_1month/data_split/train/SNOWC/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..6533a4e0f57f6e18c1e32d43177f18ae7a10770f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5839c09837be4049a4fb00e7730a3eb5047f03c0f6be6e93282aca91f7793ea4 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-02.npz b/neo_1month/data_split/train/SNOWC/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..1765c9ab6c11f4cc1e3b8a33d159deff565dd802 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bda433e616391779173a6959918f48c3cffe3548cda9df3fb8d778cb821b72 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-03.npz b/neo_1month/data_split/train/SNOWC/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..58e71ae9dcb43d331cd759fc2f22f3c0030d2040 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dca3cc64023fb94944ea193e7f428462bead3bf25cd232de035f04beba301a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-04.npz b/neo_1month/data_split/train/SNOWC/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..66388b1aab3a9e2dfd01c7cfeda87141d36ac2d7 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5d1b627c69d7595a0b9c63549e400412371965fc8929967016ab34e1735cc5 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-05.npz b/neo_1month/data_split/train/SNOWC/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..f84c6aa7faf0233f5d521123dc980fe50d2dda95 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa80f641867e560961a5ccdcf90f88bbddf35f3057ca06e3f17f22076df6aab9 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-06.npz b/neo_1month/data_split/train/SNOWC/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fb166b0ff3ef0051388ec6d9dcd6080c9882499 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2728be09dd174dcc542ab1ff5ada855c1e600172f2b397730c98c74e3fe6d6d6 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-07.npz b/neo_1month/data_split/train/SNOWC/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f50f458f585d0a58e747609224e4c888dece311 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb5a24a1c024b6f8c6752e99e951a1071d546ac35aa9086c62d394917da06a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-08.npz b/neo_1month/data_split/train/SNOWC/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..effc34a8b44d08a16c1d206b3bb5e5cd9a0a56fa --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699647d820f6faa1f5105f7f2f6d942dd7f1b7754bc8ff5effb9e15527b5054f +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-09.npz b/neo_1month/data_split/train/SNOWC/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..36581f22fb48d8464c078c6d6e0a0ca74a6e0d47 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574b852089ac73cb2a2891619a0bdfd454f6e525f20d9c17f4b571972c24042e +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-10.npz b/neo_1month/data_split/train/SNOWC/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b899934761826b4bd40d1d4dc94ac2e0d3ef2826 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d7227bf393e23dfdfb20cc1d4181bd14aa2424a1138da56f96fdc50e642173 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-11.npz b/neo_1month/data_split/train/SNOWC/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e6d7459c4ec17efbb3bdefba6d4aeb0c62aafaa --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7119581997045f7a8d873dbbb3c404cd82675cfa38016056bf4196de2b0c51b +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2011-12.npz b/neo_1month/data_split/train/SNOWC/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..185f4caf76085dcffd16ba40f5c8367fecdf030c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab616368453cc684c13a3a5d6909d5886b2c27598d9bc34e1a7f8575a18e4d3 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-01.npz b/neo_1month/data_split/train/SNOWC/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..197802c5d33c5666475b0a9d41179f73efd65aed --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b8b8de91973d96c8782bec79fd40b7594d0a96afe28e9e1c8160ebce505dc6 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-02.npz b/neo_1month/data_split/train/SNOWC/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..b9afb582900a3755b8a9c9f868587547c498dbc4 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad45027387c2ea3733c0167b9acf90524f105b2ca1712532698f52a737712c36 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-03.npz b/neo_1month/data_split/train/SNOWC/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..f79a8c2503c92d80aa25efb5571750ca77b3bbfd --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4210e0d50c2b9efb5f5cdc41b52957580e632961d7fc4c7eec19cb3bdd77f57 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-04.npz b/neo_1month/data_split/train/SNOWC/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..aca5c377271285c5b634b4cbdc01a4e819da1eda --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc044467d64e4816f4fd47dde589367cf4604e5b3cb18d88b520beafa5eafcb +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-05.npz b/neo_1month/data_split/train/SNOWC/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c6e80bee2194bd8cc6b1afe63af3449d75eca696 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840dfebe9005bca5dd5e7771726b6114bb9b71ea7a483c18814df22a57e4fa11 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-06.npz b/neo_1month/data_split/train/SNOWC/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0606167a4f47ba4f5b2ffbf567bb8fb21a0d879c --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e1254af8bab05381f1c877cf6e7bb89311f3858fd8224671372f6cd98e3e3e +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-07.npz b/neo_1month/data_split/train/SNOWC/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e7be9e58b6f1eeeb23b6fb8327d1bcded660f81 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a2635a245bda54570b045e6d61e09abbaad2895fc80ec226f08cdda3a1f803 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-08.npz b/neo_1month/data_split/train/SNOWC/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..c5f18d0b1550c43ef402cd3eabc61cd65b2de531 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc91f890b93464073aa286a1bc9d7ff4d43204bb7df3c79a6fd9514af9186f4d +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-09.npz b/neo_1month/data_split/train/SNOWC/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7cec4aa035f657b75299438d72191f5d3f33915 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c896aa7127e7356bbcac33fe5c9ab36097bf88e3985f69da6359009b7074c288 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-10.npz b/neo_1month/data_split/train/SNOWC/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..485380321f3dd4dd0375358cc03e23e29c8b9938 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e272aa79f14ece1adfd4f13c6dfac2bb12e2a8c4b066a7c17d41e6d04881c372 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-11.npz b/neo_1month/data_split/train/SNOWC/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..519d4870b65151cdac27c2baf24100eabd3dcde7 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f8649ff039959c335a5bc2ab8315bbf9db8f0823beb2a4a1123814585c0044 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2012-12.npz b/neo_1month/data_split/train/SNOWC/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..93ec022c135a3c9b837b9bda02b9629a55bc341a --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572ccbe5dc443b58f9d7e3623f1eb47744dd96d5371d72afca51192bbfcb3f09 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-01.npz b/neo_1month/data_split/train/SNOWC/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebd4445680c01f68f66608fd0607d0ae354d620e --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e412518bbf6316b85761aef61263e69a2a7d0ce2e72601b3aba65d0d9bd3b73 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-02.npz b/neo_1month/data_split/train/SNOWC/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..78fc191df4ff0d62a23bcd13923f61a47f5ac114 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0a60308d06f5e037ba557630f0dc4aba6b1374ab62e0f8973ba10a28c48918 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-03.npz b/neo_1month/data_split/train/SNOWC/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d2c33d087e5907d67ba8eadc3732ffc76e9c79a --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4392ba950662d19e8555fd03bbac0d5796c8b310a76c86c977ef624cec6b27 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-04.npz b/neo_1month/data_split/train/SNOWC/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e8a03fc92807de365f369d978e3a121cfd5a835 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce39b02e5dd3527e8c7b66963388ec23857b79dfb611bd4fa48b62369e58233 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-05.npz b/neo_1month/data_split/train/SNOWC/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..361b935f2600f0437482701ea6aee71cd4d7b5ea --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6644c18b27d96e988ebdebb6ac9ea2434e9da4de76d24d6541df2ed78dfe98b +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-06.npz b/neo_1month/data_split/train/SNOWC/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..036a579d27a96ed9c2248533a8f34fce594be386 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c5c7bc600ac08ebb4c491d8042b216244421918088c09b19f58589321807ab +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-07.npz b/neo_1month/data_split/train/SNOWC/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..64560ccec7d42f163b787d1aa1ce1a1ca549078b --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2843b758591e63523a9345fc5efc69b514fc6fd052ea41d43c477a48c78eb1f +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-08.npz b/neo_1month/data_split/train/SNOWC/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3be2a2ab754f068e4eb87dc1abad19c75e75eab1 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4999e6982c7222134c48c83b8094bf3a6b81ff2f2b9abb3f087ada83af893 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-09.npz b/neo_1month/data_split/train/SNOWC/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..75d4d3681c8da23982399bac414655973032ceb1 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47b8ffe65d07f3a1616d43f8f58fcc6f8fc30745a535f813b4c798c38db53ae +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-10.npz b/neo_1month/data_split/train/SNOWC/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..0ec92ecf002662832e8ac2848590d56d1d6b8c97 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87fe2527947da3349695c1f4077ac5e3722f992ad06a419f88f4264f6a52e3d +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-11.npz b/neo_1month/data_split/train/SNOWC/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9bf53a5975da59db4323bee2dc4a2ca51b81c61 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a5d2a147f40060fbba1f40f7c98de96e669ed3cbf9caaf9d680903781ec82a +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2013-12.npz b/neo_1month/data_split/train/SNOWC/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8a8f8e81d562778d223b91e4eb5f98428705cce5 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dd827f3095098b6f2a7d476ec16cf17813a2eef02bf9cab6f34ab575f710fc +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-01.npz b/neo_1month/data_split/train/SNOWC/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdd5c4e390d3576f1e998d71fefa33c6da3e872b --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f96e093eb071ed18bf815c4716391f5cd30edade092c351bdeacce2f49ce1d5 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-02.npz b/neo_1month/data_split/train/SNOWC/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..48c67ea29af1742889bac7320b6976460436f742 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd1d101fe89da9f54eca89cd164d0690cd4da397ff1272cff5ac61c6a691eaf +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-03.npz b/neo_1month/data_split/train/SNOWC/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..166988c75855bf8e1915ded5763ee26c4fb9902f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d52f19065c656c7deab7cc4769956bae95da58ba4b2d43099ca5b9b1a553319 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-04.npz b/neo_1month/data_split/train/SNOWC/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3bc6bdde41b0e4db49a3c11a8e59401549e432f --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7471808a1dff3b9f8be3fcd360be23a9f4cad70dcc9e17d0ee0bb99907e05afa +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-05.npz b/neo_1month/data_split/train/SNOWC/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7c66890664ada926ad944d0b7b9942985594ad01 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5a31e65a4a112e608a7bad3a48eea4d03b80ec5792680c6c5cdfa66f4685e7 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-06.npz b/neo_1month/data_split/train/SNOWC/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..61020e3ae170fa5c8cea824ce960ba6228ed7195 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0df035d1ce5369be4b74e1794a43291988f967556a1cc770aef11caa667e41e +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-07.npz b/neo_1month/data_split/train/SNOWC/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e6f95117fb0fd2fb3a0c9513f8d415d52fddcb2 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd207040cace095c250417dd080f9512abdd51dda7ca7c34e8710a4679abfb3 +size 1166664 diff --git a/neo_1month/data_split/train/SNOWC/2014-08.npz b/neo_1month/data_split/train/SNOWC/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff612fbc0284779a3bfd9bb727340baf58beb635 --- /dev/null +++ b/neo_1month/data_split/train/SNOWC/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dac888b72e078bd8f3c0b6bb836154c9388d43427790c96c328a3c71a2f8e97 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2004-10.npz b/neo_1month/data_split/train/SST/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..847a83e246a5f1c57565f187652549a21193f347 --- /dev/null +++ b/neo_1month/data_split/train/SST/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d751b02f9c21bdbbb6f1dd890fab63105c8c4354dea951650b9d65b507dbed +size 1166664 diff --git a/neo_1month/data_split/train/SST/2004-11.npz b/neo_1month/data_split/train/SST/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..55ae3d4c51ed176471ea2481d90c02ce1f212241 --- /dev/null +++ b/neo_1month/data_split/train/SST/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bece156f4c3c635129e0693fe4e4fb0b92132d7bf3dd12682b54dfabc4307d16 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2004-12.npz b/neo_1month/data_split/train/SST/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8ab1ccfe8f7fb3a86c116e4dec66a9f24baee528 --- /dev/null +++ b/neo_1month/data_split/train/SST/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd207cf77b440817b7b53b96d6dbfc15c08914f9b7941c7f296a45cef3682657 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-01.npz b/neo_1month/data_split/train/SST/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..0947ab3d6c27f275a2346778ed990a441b91a429 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0efe10f5c1bc0cf4936885e6d7ac2955f967107c05f8efbf98e7ea8497084a7 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-02.npz b/neo_1month/data_split/train/SST/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..5a5617f02880250a2d650291060f1c89e093c40c --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75047f13697ca4b33ff5f820c2a7ae421590aefe5ab057fca871d7390cb88af9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-03.npz b/neo_1month/data_split/train/SST/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..24fef6d14ffb7815c486d403a1aa585b1de39b49 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90c78d02a82da05aa76959d419d22d0f6662b4f11aa61bdd46564a0f909f8b1 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-04.npz b/neo_1month/data_split/train/SST/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..abd0fa08078bd5d48d669163eac2e733c33b8457 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036c91f61d786054cc1b31e3e4087f09c6b25c9cd515c4331289ebefcf340f70 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-05.npz b/neo_1month/data_split/train/SST/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..94ddbb6cca9572299a5e629273988e4c314bb2a8 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce123526f58f928b001f01e6c40b88a54bf96236057cb9504f70a80bd25b7e8c +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-06.npz b/neo_1month/data_split/train/SST/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..20119e45e799e0ebf346d6e66bf781b4eecbc079 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b8e4e1f58e98d80101f3e9d4fcbd217e1ba37e9865c8f712f9f96153c3781d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-07.npz b/neo_1month/data_split/train/SST/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..96ce6d37691344ae18bea5e0f9e098b1b19fb3e6 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0a7a5437f6c6856558d992d3bae2e5be47bb57ed6434f6e4cdf35615b248a2 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-08.npz b/neo_1month/data_split/train/SST/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d95756d81815539437f4920d1116acfedfcf9e50 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3690fee3191ef7818cbfcc7b05e4a842a2df9d0d102465cd2eaeccb571099821 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-09.npz b/neo_1month/data_split/train/SST/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..60ffacc8e92976a28de70211110ddd1c8c0932b9 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87e3b58cce95e4e366cb3e414d9bac491f319446615ca9b09196872fd644fc3 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-10.npz b/neo_1month/data_split/train/SST/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9949d6df33340e25754cf9077c1e8357e4389fe --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776b13d3bdac6c08c26ae9aad8e6525b7739a8c7bdc409772187957e481613de +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-11.npz b/neo_1month/data_split/train/SST/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b235207f0bb9b94f1b36c555392d59a465504a6a --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7d18415fef3cef93e318f4e25089f57ed3dde2c1ea9813c5d4e52e6c3c72c7 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2005-12.npz b/neo_1month/data_split/train/SST/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a51514f8dfb656bb74e5db703823a472abd4faf1 --- /dev/null +++ b/neo_1month/data_split/train/SST/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536934a0919d89be974d65b28658d652e73969fc911939acd957be4d875e88ee +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-01.npz b/neo_1month/data_split/train/SST/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..86be8f1eeff52572f85a8245bfe06b3893c2cc99 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9d363d2f6994c6626219b629cc1e64fef3fdaad208877051aacb435adf9fc0 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-02.npz b/neo_1month/data_split/train/SST/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..2499b29952be5716b2e191255877ac30c3015904 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a04979a21646110499fda57982c2afa8b01b19e986c62c73eba0d46cd33f3be +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-03.npz b/neo_1month/data_split/train/SST/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..8c352901a9e66d6d891f3e688aad026724b84af3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9ce2155e94abeb326ea98c0244f2e2857063e61a65c02c446ced8b3085d9d9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-04.npz b/neo_1month/data_split/train/SST/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..88062c83145c6787932f189bcfe9e216b7546e8f --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d446a1c693d206c3c9722c04aebf33d4f0a1ff707ab121bcad7066527ea7a624 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-05.npz b/neo_1month/data_split/train/SST/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..388a17e19dcfed563e83437e53c4bb19bc27f012 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6b1821058b5dd4230649edb0068d8882fd13d5aceed18c3c99a25179b4a221 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-06.npz b/neo_1month/data_split/train/SST/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d092e76e1a8318df42af7db74fe0bd9d31c81a1 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cdcf1d46a6c2be4a1ec0bdbee33152c6dbf6c1c9d6332384783f8849004e68 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-07.npz b/neo_1month/data_split/train/SST/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..893c7bea3cdd512951f2922628203f7b190683d4 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f145a8ccfee24bd30331cf4e7bf05457df18ddbe7521c6e9167805f47238f42a +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-08.npz b/neo_1month/data_split/train/SST/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f26c061ac2a2845c6838e96b549c130c265b42c4 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df07119401da596f24e775a9b8d1ebcaa749058ac365e8e154dc6b2d5b4b3b69 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-09.npz b/neo_1month/data_split/train/SST/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..570bf85c5e61f3e3bb02ffc0f9f7e08c20164a07 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c75b91c15b4f5ef07f98935092573d4f9ca55df04a8914b64b9effeee6edfa5 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-10.npz b/neo_1month/data_split/train/SST/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..b13c98fc051a558a9d61713a91ebbfaf58f03fb0 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c578a743581e002443fb4ca380ad0b4f0da7ea209bea15faeb0b1801577b3e +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-11.npz b/neo_1month/data_split/train/SST/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb3f6cd2b98b8f4d3d31eb7ca4d19360f23b3c83 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d6927a1bb35693deef8cdda25abcfa4de0c6373b8d64d59231a6f42672452e +size 1166664 diff --git a/neo_1month/data_split/train/SST/2006-12.npz b/neo_1month/data_split/train/SST/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..e1ab6d381ae66097d8d4f327705ba0f6e109c153 --- /dev/null +++ b/neo_1month/data_split/train/SST/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b0eace4ed717001db25dbfbe6a68e01dcd20ac96f83e252c67f3c91e623ae9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-01.npz b/neo_1month/data_split/train/SST/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..aab514f69456ff6467433a001209ae17c14a34ef --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cb745a5991b7078e176074c8799ccad62f14ed2af98f3e9833d60b508fbf68 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-02.npz b/neo_1month/data_split/train/SST/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..e052bf323d73ab6fbf42420d0cb1f924079a58b9 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fa65884397692fc48a0b4d47ee264d9cfb4cc3ba2d7567d0c058db85a71592 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-03.npz b/neo_1month/data_split/train/SST/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a12ccb90f1c6519f1c6f79743c877bb8ff8e38a5 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362c2dd6ce3a24a90085cdebe24a69d73bd2f939203960b72bd26e448b15bace +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-04.npz b/neo_1month/data_split/train/SST/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..098407a613aa824b931257da69ed3a9dd4999881 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e349b916b8139ef5bebb83fbc3f29535f12d5fef7ff1600f618b478d6f674d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-05.npz b/neo_1month/data_split/train/SST/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..04bf170fe5c3c3cbb05faa5df37778750374c729 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2e98eef1b5910a78346d60de5636e38da1665bd28aecdbb184b76ba1ece41f +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-06.npz b/neo_1month/data_split/train/SST/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..16452a0668c7abd9e32b3c2c9891c3921dbb7105 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca3135baa9c3f15a113d20b75b886287633338ce3adb25409e7b384f8b99cfd +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-07.npz b/neo_1month/data_split/train/SST/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..b55ba583104fad5577c90e3bf7198e76e7f4f88b --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03dc98d3bf8b9ec3a73056afff43810d62cfee331bfa30d91992667db6505e9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-08.npz b/neo_1month/data_split/train/SST/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e419df0f88b70756388ef7d5293d1d04f6ff9441 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c468ceb188ca9f92c26818eb09f8b8c4fec2a14e7d4b4edaaed4dd1a116ea5 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-09.npz b/neo_1month/data_split/train/SST/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fcb28caa0ba7670a825186e7f3e66b431098e8a --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5096e228ab9e77f1fe3b1db894c6279cda8b8377a69ab23913f4933327db1d7 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-10.npz b/neo_1month/data_split/train/SST/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ab5244aedf5198982a0c78883bce0bc7b7e04ab --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f27002bb6fd73b7d21273d5099ec0bcd112743029bfe9d5daaa038fb353a56 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-11.npz b/neo_1month/data_split/train/SST/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..9d8f4dd15c0aee919168e2620b820d918eda24cf --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4ceb755b330f2aab5955d7cf83a883909c93cc35dd82bf6fd81cefe9dd594a +size 1166664 diff --git a/neo_1month/data_split/train/SST/2007-12.npz b/neo_1month/data_split/train/SST/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a2d234a7a7129e627ac2555345571376ae81be3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b7af170684d9c5971b938e27ef58e99f88abb67ece06371fb6c8a7bfbc0e3b +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-01.npz b/neo_1month/data_split/train/SST/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..20c7b0c5c9501a8ea97e6a84d6fab84c4db07892 --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1364e3241c24aab69c90fbeabe38a8a513c0dcefc8d0443ea5b723beb7060084 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-02.npz b/neo_1month/data_split/train/SST/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..253b30185e122ccf8d03af4ea07b1dda22e8752f --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d01c67d94f7f3752f1e6ae97fb097f250119b0b5724b6ffc12dfb417431074 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-03.npz b/neo_1month/data_split/train/SST/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..1581fc556a56967744a3e8a1027006233e84df45 --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27999474d45cd32acb9b2623743049625174ef15d29a8cb588c716519969b805 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-04.npz b/neo_1month/data_split/train/SST/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..633f130f13ab7c097f06408e6b726e00d56b5078 --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b591dbe668d93220dd1a56c9218b516ad0e4a9b77f974c9ab042c78e553f4067 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-05.npz b/neo_1month/data_split/train/SST/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3c02117fdea31ad551090d3f2ab8d7b1192354b --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785be9d4b7927b158fa93fd5ce7e15a95883ed53ff3bb9f3e7394e80fe65d332 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-06.npz b/neo_1month/data_split/train/SST/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..60dea66934b24b325687e75219e07d93ed8709da --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d5c9f312460187456ea64719d1c2647cdba4f8b8d7b9c34182c26834ca441a +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-07.npz b/neo_1month/data_split/train/SST/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..e4f3efa0056a27046f4e1522422c8c5b65ae2cc8 --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2457e661b58daaba0789d6b66cc5f16988f805079686cd22c005b4dd57036d81 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-08.npz b/neo_1month/data_split/train/SST/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6f6ab04f2c93b2206df83f3bf6c5fa7c872e4a0a --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3758e23a478d69a5a6b46b2f99d3e1a903b8133c0268cd3d7dba292cf9c4680 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-09.npz b/neo_1month/data_split/train/SST/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..af97283baaee9c9bb08b365e8178485ec15a70ca --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e745e863aff41ba0e13f50e616902d78051564f609172e29e787d9201209514 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-10.npz b/neo_1month/data_split/train/SST/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3fae445d2532db3abb56582b2567cd42a3dca2ec --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783b1f8ac44ac7b40bc5367c564b395346a51a669d49493812f844df7a707069 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-11.npz b/neo_1month/data_split/train/SST/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..14903d7c6ebacb579a343bc31ae47bc847ff1b47 --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ac4aa7116cbe584aa176b8d69588c29ea37eee555059c33cefa948dfc2271d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2008-12.npz b/neo_1month/data_split/train/SST/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..388466523b629a05eeb11c6a75b4d48f1278ecd4 --- /dev/null +++ b/neo_1month/data_split/train/SST/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc8efca8489db11996bf703cf5b34bc5254402b7d971d8c13ada12f2571372c +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-01.npz b/neo_1month/data_split/train/SST/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..d929d6b093f7501b5838b9d7e82188586d0131c8 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99e368d33cb800f72232789477038078d325df1da5e9fd404f7f014d55ac0e0 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-02.npz b/neo_1month/data_split/train/SST/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..bac1e84a2aaadd176f98e8ed31749940ecf8ff0f --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f88088ae6ee9917f990fb4d2f868dd2f5ff327e324f9b251b2745ef2e87679d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-03.npz b/neo_1month/data_split/train/SST/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..146c6b785cebebdf88f739951f044bc2ce1722d7 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19d0cb4cd22ce56121a250fe4bb8faa1c7442d0dde98911aed058d183dc6b0d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-04.npz b/neo_1month/data_split/train/SST/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b476e26a5e334cbf748b0729bd9e9deda8b604f --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c404fad2cfb4e481be40673926c405a9b96fb86a099f59e1c7af9d728174142d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-05.npz b/neo_1month/data_split/train/SST/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..fd34cecbdfd938ad954eb0d88612ccee0c52d472 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63fa495f9861a575d2c5706ce77a7c96ff12a2b9e9a76a661279ec1d9d1ea28 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-06.npz b/neo_1month/data_split/train/SST/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..eb8191d8cc2ee336f08b3b918d39fc3b38727e62 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fc2b48ef61a18ceba1927a9c35bf546f2108d9a49eee563be8c761e262477e +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-07.npz b/neo_1month/data_split/train/SST/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d0482c5aabef08daf963d418dfc0f6aaf4cc380 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfce7fca83048d184b692c7dca1422ca4528419d8688329a3b89d9a9afcb416 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-08.npz b/neo_1month/data_split/train/SST/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..f3bfbf92e3aeb44ec7522551f4c3bf10cb51178a --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9073a86ef5a9a60449a6b38028765f782db9b5262477930014c33208f1a0865 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-09.npz b/neo_1month/data_split/train/SST/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..f84b1260d6b07a194b57013a8da5fdca0ec77183 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61337e964551ec61c74d227923e901c2c42000492d299af11465c2eee1588830 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-10.npz b/neo_1month/data_split/train/SST/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..47be31d849a253d865f059a030d38044845acee9 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29075db44a72e2eba4a77783992899c0b863a207b9d6f8bf8d51f2c54d8a427e +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-11.npz b/neo_1month/data_split/train/SST/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..32e5ccb46b3ba549be19f8a3a49ad43921f092dc --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0fc02f8fbc03bac03ad934faeed951cadbf71b1c2a3a65c71f903085bbd9ac +size 1166664 diff --git a/neo_1month/data_split/train/SST/2009-12.npz b/neo_1month/data_split/train/SST/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..61062b6c684bc9a1b30a579dfc323c1c7eb10845 --- /dev/null +++ b/neo_1month/data_split/train/SST/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0077c789ae4af6f708f48169f02e721d09b52f4f00cda5a2b5bd6f8e38a62ac5 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-01.npz b/neo_1month/data_split/train/SST/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..58cf1df586720a91419b0e23f10eb91be1ba20e9 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3372638a62bcd0f3b804edafc4412b1fe293daa7e03a99df4d7ad66da62bf326 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-02.npz b/neo_1month/data_split/train/SST/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..6729b2574a4d316183fcac11e7b84bf985b030d3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7a27f46021fc52009ac04c77cd2e6ae9e2161618ce4cc4de151dd4e0a0cff8 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-03.npz b/neo_1month/data_split/train/SST/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..968258475fcf03ff764c1f39535a6351eff28d9e --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51ab7622b41e6aaa3a62019eec5d8ef06dceb44781146cb91cf616755f2726d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-04.npz b/neo_1month/data_split/train/SST/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..3c39e31ee85aab5ec12dc50edb12f155282f1ff7 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a589a2b8f5c4a44bf284d5c88301424b5eacd058be61309e31fe66a58776bca0 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-05.npz b/neo_1month/data_split/train/SST/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..a032bb006d904c98d29d4992a35ec9a8c4854571 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe68a11be8f68733054c6acea267b0991a3f57eccadc4e943cb5f05a291efc28 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-06.npz b/neo_1month/data_split/train/SST/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..9fa08042d1349461a1edc0a371f4cf0231a36d3c --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2b12d104eb560583fcc5cd3b92296a8f69333a55d30c1c8cb047fb5175a859 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-07.npz b/neo_1month/data_split/train/SST/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..f2cae6b7d72b4b68a75e80c4045b16cddee64d8e --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feb51dca2b33e0b148a6fb5c80774ec031db4b50e8ed189ea32b4bc3755e4d8 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-08.npz b/neo_1month/data_split/train/SST/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..2b142aadb93a3ee04dd6dd0ffede174a69bfcc62 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1f51288377b1b2554d3133f3376eb3104cbba7b76320a8b72cb621f77842b0 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-09.npz b/neo_1month/data_split/train/SST/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..180bc1d1e5a70889157e8d56eb107f615b7fcdf3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc32e44bec0559605ce8aca56bc0fc732c36319505fb6082d10cb4e3db58367d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-10.npz b/neo_1month/data_split/train/SST/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e4587610c2379333bccfe68e62695477ebbfc68 --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896ae4c78795b52499ed9d94f502b17e6b8a773f5b2711fbd9810e025531da2 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-11.npz b/neo_1month/data_split/train/SST/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..7cde07200edf3d5848cde7766dfeb186ca92ecde --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebe591157091472a340802aa792930aa482bffd7588e06340be99baef0d2861 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2010-12.npz b/neo_1month/data_split/train/SST/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..de1d3f559ef417a3404cfda6ed5db1bd4c770e2b --- /dev/null +++ b/neo_1month/data_split/train/SST/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da9af7581c507bddbd65c1b09a53ab78d01bd1a3ab341820168fb88fc7cf0b1 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-01.npz b/neo_1month/data_split/train/SST/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..898118ecb67f5f1ae9b18eca79eeafa059a03e4f --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f619fb6a08fc2c08e9a4c36b36859ec7d0fa4944de88bd2a8ca842e5eaf51dfc +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-02.npz b/neo_1month/data_split/train/SST/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..03fa30840b8c474f009165afbd4d7211b2ae7469 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606c0fa3f3050519e33535f719a574c31e5b24a9b5cedd5fc01f9755be295c6c +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-03.npz b/neo_1month/data_split/train/SST/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..0f03631dd1fd316baafcc62eac103a470d04bfff --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79c046bb79c14f54565ad25163f0310e44131223cc637982d323e25cc103f10 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-04.npz b/neo_1month/data_split/train/SST/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6fcb80e41528967cb8c8f9f5bfc39483301d93ab --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e11169efb543a8f7dddca63b2dfc35367e7cc24bcdb87e1f080f82885eb911 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-05.npz b/neo_1month/data_split/train/SST/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..ebb870aff516119e297747ff2a3fa5a011b2966f --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f59f074012a8d4cda9ce8a9b55845deea572067edcc3a07d758973ad6eb1c0 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-06.npz b/neo_1month/data_split/train/SST/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..5655c843371b60569b1e1cd9c75f80747017dee3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0912d4c9e06f395282b2a9f611033e7a28af0042bbebef897629cb8b8c5ebaa4 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-07.npz b/neo_1month/data_split/train/SST/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..2dda91ab167c19a0a0dd5520055fa4e03156b3b5 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d314d0a6db2dfaa47a0d58fc0b4f062e9e8956df063a56268306465de412636c +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-08.npz b/neo_1month/data_split/train/SST/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..986048d72407655dfc882ccb3a8c9f816b5c8ca1 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743eb54b3ee17277d4906f9b2646d96555cfe4e93d9c64daa02aef43de643a36 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-09.npz b/neo_1month/data_split/train/SST/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..8827a8626e9be891e00a339715f32f2df8a630e2 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7841aabe3513d1bb817a95eade1869210640755fbee3caf51a91fc05cdf09d4c +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-10.npz b/neo_1month/data_split/train/SST/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..ed77e9781ecaf918baebab414e6b8c1ed3a26a7c --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0a0db528a70afc05886e45199b964db2aad10eacbf641aef58e3b3b3d770a9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-11.npz b/neo_1month/data_split/train/SST/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..6a27c7cd8ae3bb51242bf41ac9492a35d3b9c8c8 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bd7f6c990c94e3c37f2d10805616a3271f024c30354f5b23090793ca808bd1 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2011-12.npz b/neo_1month/data_split/train/SST/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6157f5fc2ba4b87a743867908cb03c56f3f3c255 --- /dev/null +++ b/neo_1month/data_split/train/SST/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418484ab81d71253a0d691df4247391001046fec7f51f664fc8f0e252f9c313a +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-01.npz b/neo_1month/data_split/train/SST/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..428ef9a129b391b29d2b06aa2c4255f96beffabb --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fc2428c3c99f12259120ed7ac065c44ac24747f5640342d0c6f4dcef5444bf +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-02.npz b/neo_1month/data_split/train/SST/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..42b8d698baa23fbe32d8fa359df6a28cf89096be --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60561dfd0631975f3dc91b24d8fd3fea2342d92e3bbbaac1903d52a5e1d0d441 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-03.npz b/neo_1month/data_split/train/SST/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a59df9c6029ab1162e032fabf0d12cce0526b807 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc919b82a10b969456be3881e5687cc89364611334b89392d23e1980307cb9c1 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-04.npz b/neo_1month/data_split/train/SST/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..c83c53dc715795a465404a0aff040b047736f020 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba107be714f5fcde180b202c9d30f1c2de6ab15e4dd38ae83e8b3d2c63143e46 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-05.npz b/neo_1month/data_split/train/SST/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..634b06f53fec17a6aac6db59904690d7b38b512f --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca435171893e39e1d53fc37bfec8aa0347ac5ced76404af27a406b046d6f196 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-06.npz b/neo_1month/data_split/train/SST/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..63e099545859aee90e337eb3f2f8184f75475e69 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545f46aff42c18ede61e172e7eca9f1cbc2231138bd60cb051076083e5db58dc +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-07.npz b/neo_1month/data_split/train/SST/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..17e281c825573770579382d451469828189f77ce --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017bd0c6e37264aed5b6314f0abde341b7952e715585dd10d1f7cb2ff05a1118 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-08.npz b/neo_1month/data_split/train/SST/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..245be16fa0c7663955c5c60290edc0cef39c9176 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c504054cc1d9fb035f811f208a9b3f93fc81de0ca28a64b233ae1d50dc30acca +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-09.npz b/neo_1month/data_split/train/SST/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..eec0ffe4243710779ddce86c87a4c1e9005f9238 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595b4e50e9179329e39ce5d215b3aff13a6e088a5869a27d0c0621ae0e7d9fc7 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-10.npz b/neo_1month/data_split/train/SST/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..cfb44d42bdfd6206cb208862a7bf92d8aabe11c3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10027467303b0de640746b8f9cd3c670f51bb765f94be4ef1ccff2988d0b846f +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-11.npz b/neo_1month/data_split/train/SST/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..31590b1b93f8860768f1b41b6ad8d6770452f290 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e52135552e24684359d3b4a3e8433ad557a39ae1c68f80e8c69d2f670ccc776 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2012-12.npz b/neo_1month/data_split/train/SST/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..a6c8a6b33bdb5c70eb098d01a37d940278e5dac2 --- /dev/null +++ b/neo_1month/data_split/train/SST/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2501ac8f42da21e248618dc04f882160dcc2e8ca49f990cbc78674ca109a13 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-01.npz b/neo_1month/data_split/train/SST/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a8fc35ac64ce9b2d8afba2e01913d231e5c8a2e --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a4d9b379219188f564dd2fd7e8a2e456ae00ad88e4f564674d780f9549e1e9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-02.npz b/neo_1month/data_split/train/SST/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..563fdb5f74cca464aeef07432caa4d51698261e2 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2cfe7cbe20b4eba09b996bbee1a71e420efcdbcfe419b0d630ee7ff1d2b567 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-03.npz b/neo_1month/data_split/train/SST/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..b193b77a264a9fcb17dd080a37fb6ee193306f31 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcf9e8b58dc8aab94d64fef6cd9eeb1ee87726010b7eb29db1388b3a1b1b728 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-04.npz b/neo_1month/data_split/train/SST/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..21b6c0df5559d3e7554e31d627afeec61f87eb55 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d5c5c88e9ecaeb19bbf7bd4bca5a3e6ac6471fb56456961fedfb048a83253d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-05.npz b/neo_1month/data_split/train/SST/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..0093f92f083dd441fad7850e3885e6bcc396e2e3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e790bdb9a14f965efb5a2ef3b8c23f4b41e6fbdd94425a98f343210773e4600 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-06.npz b/neo_1month/data_split/train/SST/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..6e02579e62416461a808578fa41aa1b204b87b1c --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d9b7340d57b16970e7edfbbc46ad831d64029488abf3316cb0fc78bc382eec +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-07.npz b/neo_1month/data_split/train/SST/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..dd8d5dab477a8a4ec9ccae7e4136efb8efa00a04 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa24f0c5bcce60d665f892aa609d01789891353659a3fc04cb1182c6fd4aa5e +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-08.npz b/neo_1month/data_split/train/SST/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f96257f9352c3e9ff479aee12967d8aae2c1650 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534b7e43669d15168884c0cae9a405409549b889405a342d5c1bf19c3f3e361a +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-09.npz b/neo_1month/data_split/train/SST/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..12eb63cced0863302ab5017578c65cb22c589be3 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8efa44fb2d1c80c43763f11b885e2a6bb53d8dacad97d1d319ad826273a2b9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-10.npz b/neo_1month/data_split/train/SST/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..af5ffd3f51170561279fb46c9a6738e601dc3766 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79b18750e332f750c5907c13e2c632b3ff2399f8abaf599256bf5fe350cbc4d +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-11.npz b/neo_1month/data_split/train/SST/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..c756f30a2081ed77b8e4c9bc569aac4bca2d3c37 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4828dcaf2f676f693e6e6c5cc06246d7d096e844c9443b4b7e780242ff35118 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2013-12.npz b/neo_1month/data_split/train/SST/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..022369cfab2da517bdd3ed88ac38994aff983513 --- /dev/null +++ b/neo_1month/data_split/train/SST/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005fc7f4591a0b1ba3d91024de8cabe927da474c44961a7400d3add2bf785da7 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-01.npz b/neo_1month/data_split/train/SST/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..cf5bb3d867f9e6f9b66a39814140719cbf6f638a --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538ae0b223086a1d4c29c51ac18ac9b3d171e00cbd3bb4c38bd1ca8b91df68a7 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-02.npz b/neo_1month/data_split/train/SST/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef48a959c23178cf36dc1af352f20596ff539c0e --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154659e59e00ac2d5c5a4aa73b341be201998feeed92d009c87bbf62768c91c5 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-03.npz b/neo_1month/data_split/train/SST/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..15477d738e6036913f0ec40c2dfd0ba9eb100a85 --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b4e6a8707a585eeccecbcb87a1b2217e73a238ec35474c9a3d113ce02328e6 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-04.npz b/neo_1month/data_split/train/SST/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad71cce822d652b37e2f6f465a6f5ca320e6897e --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c957b043b90900a3ea15791df8a98bffdf62c46bbc5743c813ce8c495b93af16 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-05.npz b/neo_1month/data_split/train/SST/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a4f3d9baf0dab0bd34820b340fb105f7dfc685e --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa11e2187a0f2c8233580c332ffa094e23b9dc905a03fe2c616570957c8cdfd +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-06.npz b/neo_1month/data_split/train/SST/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..f816bd320d5f0c706a50a4696b6784422652dd8e --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd5c47a67da1f90766e69c90f5e6932404f6214fe6cd649be26eab89ea8e6a9 +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-07.npz b/neo_1month/data_split/train/SST/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f74d36f4e782be47b0ac0abd5d3453e71e45456 --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217fd2fa1f2635faa8a06564480e1c375e9c0468a16448effc34568f8fce3dbb +size 1166664 diff --git a/neo_1month/data_split/train/SST/2014-08.npz b/neo_1month/data_split/train/SST/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5116dc33076abbbb2b0129cdb6acc91b6dc2b34d --- /dev/null +++ b/neo_1month/data_split/train/SST/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e1f6535be8c4d89c495259e0c8dfaf1727acca4738dc4409e572357dbef1cc +size 1166664 diff --git a/neo_1month/data_split/train/WV/2004-10.npz b/neo_1month/data_split/train/WV/2004-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..29782e650ccda505c32d1b54cdaa9b5a19144260 --- /dev/null +++ b/neo_1month/data_split/train/WV/2004-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8397d2c6817a4dbdc726501755c7b5d4caa84f30b1d1a6e7a58228238c313377 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2004-11.npz b/neo_1month/data_split/train/WV/2004-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..469a53b81a3722131b0ed434870a2f589a4810b4 --- /dev/null +++ b/neo_1month/data_split/train/WV/2004-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ad88fb5938c72dd6093bdac57c62d4c1358f9fa87c07a2db098b1ed640410e +size 1166664 diff --git a/neo_1month/data_split/train/WV/2004-12.npz b/neo_1month/data_split/train/WV/2004-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..2da3e5ce943f8ae0cfffaa78411edab5248871a1 --- /dev/null +++ b/neo_1month/data_split/train/WV/2004-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cebc1d4f108db6e06e02ba5e89a12fd7e9033f8d059066f6d3dccc65e7c4a5 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-01.npz b/neo_1month/data_split/train/WV/2005-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..26740bfe76b6ae71e45dda74d547148eb48590d2 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b5df8da9d25fe8b57c4ad6a1278f7db97b38fd9f49f86fafe3f35658708d8 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-02.npz b/neo_1month/data_split/train/WV/2005-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd6d4d8cd5c8b405a840c40912f4ec1cc20085dd --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afe45b03ab69c455dc566f6aa7ba65e6e9c8d30e307e73807f971fb5f9ca1fa +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-03.npz b/neo_1month/data_split/train/WV/2005-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..21c300fef7ad082cae392b4c4ed4a4334da0a2a9 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f951ebc3ac9db427da1a001b779f910ecb6d6ddd6364d4e676019c69c6f1e008 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-04.npz b/neo_1month/data_split/train/WV/2005-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..88a615e3b94530cdf7833a131b40509f769d0192 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54db1844100b7f1545ad5d1563a1c3ae2ffaeccaa38a29a145a2ed61abe6f7a9 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-05.npz b/neo_1month/data_split/train/WV/2005-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..c4b1dc2223c08fc3c7329f55df4ebf01aabbb246 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f11f344ebd981a067e969cae79d1af6fd9000bd315d0bb1cfb5fdab1893f38 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-06.npz b/neo_1month/data_split/train/WV/2005-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fb33a3d44636daa0e573dd501730bb22e31e4c5e --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbf17a4864eaa9750c0eb8f4d9330ad56024e4e6d3c9a456b31ecfaeed4fc41 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-07.npz b/neo_1month/data_split/train/WV/2005-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..de0eee82c60705e7eb895fcc545fafafe296c227 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02b5dae65c5cc91ccddbb091da1235c2265b0aac0954d04719ec884528205b0 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-08.npz b/neo_1month/data_split/train/WV/2005-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2396c0f0d35cd8fd261cc8526f3dc3c536ff048 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c703b126973f3f91d0221b343b6d0b08f310b9e5967b5258d8e1518fbc857d +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-09.npz b/neo_1month/data_split/train/WV/2005-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba694c241a2dcc9a23d6c85ff99f4b8360804d66 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a9f264d7c307fab1d9089d45e49da6e8ad44796c7e7c708db19e2ab137350b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-10.npz b/neo_1month/data_split/train/WV/2005-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..354e072c6a1b00838260157c7427644773fcadd6 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6facf7cc3bcd95dee6297b32d3af0b63b177a278e6eee2f01cdd0c73be8a12dc +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-11.npz b/neo_1month/data_split/train/WV/2005-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..2f412d50c7c20c9368d52fe5a7347906c90a7024 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf98b8432764a870a63d227bcc791c1095d509a97b62ff6fd0796548174bd90 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2005-12.npz b/neo_1month/data_split/train/WV/2005-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..8753b3be72228b17a6d56063254c8aa2f0260f15 --- /dev/null +++ b/neo_1month/data_split/train/WV/2005-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e658b5c4ea875d4e9a6a772d009c85f3dd493774e38f14d54b27dde5ce2dba7f +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-01.npz b/neo_1month/data_split/train/WV/2006-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ac0e5da0469de8dcc7b28dc6624e746fc7d763a --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a636d8a905766aaae706d282286857786ff11672a6a52451aca499d7957abd +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-02.npz b/neo_1month/data_split/train/WV/2006-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..44f27bfed12442bca125cdcdb1fce9897fadbf58 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fb4e2488780bfcb36677b3e3ead9bfec1571a2b9fd2bb288377d715ffde4b0 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-03.npz b/neo_1month/data_split/train/WV/2006-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..72ce322669dc50cc0bf1dafa470323a3b3d8fa31 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8e390cd22b2a09391aa58693fe26ad94548317a112d538254889b7f1d56749 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-04.npz b/neo_1month/data_split/train/WV/2006-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..395a3d2ce0b9518221c97aa3bf498a557fb61591 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b407a16ecdd82647ec9a48b72815fcaa31459ea04828953b602016158765314 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-05.npz b/neo_1month/data_split/train/WV/2006-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..11fcbb1f6983cd160be005cf9d738a39814c877c --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0f0b54a23f65125ee6ea9826793e6e80699f589da53c2e72f230299e3b2548 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-06.npz b/neo_1month/data_split/train/WV/2006-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..3d7f1233d31bf594f27bcf8b0b8fa535996a780c --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d97e418109672b3d10a1eab2a41115ebefef1a543fb546e563dd009a4a4cb3 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-07.npz b/neo_1month/data_split/train/WV/2006-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..27679912a87ddb084bb932fdf3901fcfc1442edb --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706f9858dd8db12ef298ed3071f55c5a74ddb25a26fe00666cab5ef94dd32178 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-08.npz b/neo_1month/data_split/train/WV/2006-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..13c9fa02710d2fbdf691f9087e5f70b1fd72db6b --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc763ba3a4e01434c51b9ae735e8e055391490f4f5417345598aef0b91b9fa7a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-09.npz b/neo_1month/data_split/train/WV/2006-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..d71ae333a71de1d4eccd57cb42c5922237861453 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0df2c786d7fc6b54aef9efee108547e606fb42150a5dbd8a9645abf40ce061a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-10.npz b/neo_1month/data_split/train/WV/2006-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..4aea11c46c74e82526208a36dfda76155a801b32 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d8379306e1f37f5fed53e9fcef983ebf132b9ee43b1576e67f2325c50af523 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-11.npz b/neo_1month/data_split/train/WV/2006-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..ad0334f7bfafe1bb9c4d6d6c0762ea00342546e1 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b1b33ee5fb7817b40f27e9ecb325f3f5901fa27fc749113a251317ea003f7 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2006-12.npz b/neo_1month/data_split/train/WV/2006-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..51a5e9a0054ba3a307b8408e4e85a66f99d524f3 --- /dev/null +++ b/neo_1month/data_split/train/WV/2006-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d7c80cbe9984317b74951d9431e99dd49607003cedfdf3997e2e9b83ad768c +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-01.npz b/neo_1month/data_split/train/WV/2007-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..9512eb9e9ded7180db169903943e1930b2f33b80 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e6883da03e7ead17a73cce6861c24bd9b664748b4743025ae38a1ccc55491f +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-02.npz b/neo_1month/data_split/train/WV/2007-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..dccb13c9ceb6b535f6b40830893e58713c685fef --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5faa468da115524b6dc5f12225084f25a4f1753373b5b1bb0ad9a04db3463b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-03.npz b/neo_1month/data_split/train/WV/2007-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..c2c8fc811027dde6398885cc600acd27ee921863 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695988f3011d3efe450c05b11b36d0cc442b3f854be207831080c11719ca435a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-04.npz b/neo_1month/data_split/train/WV/2007-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b55cf4339a54371ad799b6ad1e48df870179c25 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079c4ddca03a74f1821b07796e5bf597f01ced84d9f000cc13a237557dfd942c +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-05.npz b/neo_1month/data_split/train/WV/2007-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2a90a0cf5aa841426ca93fc016764401476da0f1 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8044fab6a66c61f58886f0961c70c116c8f840fb1461a0749de9d1365b4b52ae +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-06.npz b/neo_1month/data_split/train/WV/2007-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..0683713a27d95515775a0564f4885e3fccb216d0 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e56d02e07bec621bff753d8a26cccb32124f047ca3affc13d0dcdc77c5901e +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-07.npz b/neo_1month/data_split/train/WV/2007-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..5ee3335531cff7bd36b81332e1400b3e2ad37317 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7f50fd0eff26c64432bacaf6a3a9c68e1feefc55185e08e2bc446a138fe5af +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-08.npz b/neo_1month/data_split/train/WV/2007-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a70258b0b637c01aa677d1d4f626c469a995501 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14844ba339d32048dd6a0170fc4f12ac208c6005322c3a6ad72581bca87acd84 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-09.npz b/neo_1month/data_split/train/WV/2007-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..b51b569694a5718e39911b999198b2c4284ffd12 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce1a02cce91c31c9b1aed93ea927032eb4da93b0913b58f9b51f8b4ef96916d +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-10.npz b/neo_1month/data_split/train/WV/2007-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..22563e40cea389d1a4191f110b1a13387bc7db93 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40422a39527aceda394a6f5d99f7b33bd70ece1b2399dc07c28e3520ee06658b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-11.npz b/neo_1month/data_split/train/WV/2007-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f0381132b647f060e9d20da2c9e5377a9119766 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd5dd363fd7bc35662b47c3c9221c35384c6544fcab0ce1401a5887cafbf15e +size 1166664 diff --git a/neo_1month/data_split/train/WV/2007-12.npz b/neo_1month/data_split/train/WV/2007-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..c9e394282c1a075941e79ce48f0e704f86755b11 --- /dev/null +++ b/neo_1month/data_split/train/WV/2007-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50002bc4b6f8aa3bc3e9abd70f51fd976913af90c5e70878d3b8c3739df23f40 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-01.npz b/neo_1month/data_split/train/WV/2008-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e5eb8282baa60b38813af7e9664ac79ca57a8b1e --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c523e6643bfe3ea2acaba950322b751af7581ba7ee77390d4bc61651f8a3bf +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-02.npz b/neo_1month/data_split/train/WV/2008-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..a04709503dced0a26a5371aa1d8238acd73f92e3 --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b394ca4b3edb4c49247dde89e53a411ee365e662667991060b8c15c0a7a3b38 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-03.npz b/neo_1month/data_split/train/WV/2008-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b59f1502e7a087e2582677a7e72d0335ad8ce1f --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa0badcf978715fc9a99b353e0e62bd33721a423a3d29f729560d7cf02c5c9c +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-04.npz b/neo_1month/data_split/train/WV/2008-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..1fdefdff48d95ffb72741315343e990c1fe061fc --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c6fba7ceed30e1d9a5328b792f74cf8b1b7bb33fa3c563b2653b2af1ae914e +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-05.npz b/neo_1month/data_split/train/WV/2008-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..2649de96bdee094278143c898acf3ee1b3900650 --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0475c12b532e70c98a6cbb153653531caa60eb676615caff48fefe18d592fa87 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-06.npz b/neo_1month/data_split/train/WV/2008-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..fc10d2c91500b1a32a1f59a35cc38922ae8307a3 --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4548438cac1a1d5e5ac8ca2d462260493cbc122e961edea639c7ce2bddf31e9d +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-07.npz b/neo_1month/data_split/train/WV/2008-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..91eb012055479b782b127f23e7072469d67a2ddd --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48482c0aeb63662f28e73df2dc17ef913905b3b041005ffe69228afa808ce63b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-08.npz b/neo_1month/data_split/train/WV/2008-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..e7b28c3fb7926e4e795121cf4febd0540a547185 --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09f1c4ab8e8cf78120bbd1dd33ef0b91e9b727899ce8cf7231ace00312da946 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-09.npz b/neo_1month/data_split/train/WV/2008-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..e51b2042ff77bf1db8d5eb195b8481d847e0adef --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f79f7ea048d5f4106f446a72411119dcad77be9027f2b381b9917bc2fc8beb4 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-10.npz b/neo_1month/data_split/train/WV/2008-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..846e22ae83b243d5b16d90242d7dac31c34c6e19 --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7962f9f1213ed79eb3d72f081e3701092e8759e479845ea2624f94f461e303da +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-11.npz b/neo_1month/data_split/train/WV/2008-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..b05ce8f02aefd30ac8d0011480c685548a6bd856 --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50858239d6e7ecc4d501e53eba5d363751919a8b51821596cb8a8132d1a70fd7 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2008-12.npz b/neo_1month/data_split/train/WV/2008-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..24d2ef7c951b0f518d77fe11f21d1aecf805c65b --- /dev/null +++ b/neo_1month/data_split/train/WV/2008-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55cd7fa9cdd032fad9208896eea3318c0c364e91e3dea86f4542aab6f6e677a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-01.npz b/neo_1month/data_split/train/WV/2009-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b865f47aed54f1311ec63b8d135908651e4e270 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ed9e7e0adea7db9d62aa090dade9c5ae04728bafcef107435ace19d3836ea9 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-02.npz b/neo_1month/data_split/train/WV/2009-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea46c1ea423b15cd6d8305b3760a28f2a495a961 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bf84cd695fe396f1a3facf043d0fb398e22bae3e26786ebb00889c73e9e045 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-03.npz b/neo_1month/data_split/train/WV/2009-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..bbe3db329b9737a6be61b336f40c23c6e8851302 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88a91e759d088ecf81df15c058cf55f302ad582636006b61602fc72f19b81b4 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-04.npz b/neo_1month/data_split/train/WV/2009-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..57783aeb29a55a31cf1f3cc39702d98b5b0ab348 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a523553b6d1a61537c4ca44d365f16d4793b2b938808a1543a3ccac6e5c8f9cb +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-05.npz b/neo_1month/data_split/train/WV/2009-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b895bcf53d46710c6444178995a1035479506395 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b95b69e7b6a6867ce2209763414bf378689271ab0f7695ea966485b0ccc68 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-06.npz b/neo_1month/data_split/train/WV/2009-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..ac9171a5771f14f2711b3cbc1897919518aa9fb3 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b9b8f5f0423fe4225a7596f19e89aee15836bee60cf754c0367b2cfe802be2 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-07.npz b/neo_1month/data_split/train/WV/2009-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..844f22ce217383cd7f3b3d7f357de8e961db5dca --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823a4b080b6cf3bdc78b2cbb00602ac4d4523ff53be54d5f8fc5297310c74df8 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-08.npz b/neo_1month/data_split/train/WV/2009-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..4d720c7f6f90e6ebf4ab62d33bb2c1ec3735756d --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63edec8fd77de0b4761d77a1185a833e54f5a7c4e5c42dbd8a0691b85ebfb524 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-09.npz b/neo_1month/data_split/train/WV/2009-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..580ce48749870a5b808f0a60180463ece61b62d6 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b0087bc4bff6e7ff600d5978ba9155fd27a7b2ecb1cfc5439aedfd30971520 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-10.npz b/neo_1month/data_split/train/WV/2009-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..e6324ea8b6cf8e2c63092ed92076b81a77cc5a6f --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac49403251bba441f45cae6970c4ff0b59b542bd257a2505c9029e2cfcfac375 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-11.npz b/neo_1month/data_split/train/WV/2009-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..389b06eae13eb1125f987f18ddf527f1de3463fd --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56033180e6e14af677f568c807872b611fd2fb42800c8bc11ea1b1dfdb6f374 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2009-12.npz b/neo_1month/data_split/train/WV/2009-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..84aa253f0fcb50d09667973933c74bef5a321675 --- /dev/null +++ b/neo_1month/data_split/train/WV/2009-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15241528749cbb1ab8bce388027dc19a09bf82f76d64f8314fb182866e327fde +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-01.npz b/neo_1month/data_split/train/WV/2010-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..e973c94d1e778befa98014281f4bccd56fff1446 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8273108a8b555e142c9c20f65b67addcc043bc4d42a44f3020845012ac123814 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-02.npz b/neo_1month/data_split/train/WV/2010-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d84a37efd51d993bb1abd46022e653dd8d7a0ad4 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36abba28b62e643dd676ede5bb6dadc58929c470d2c1d21b46b1c84b3bf08f4f +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-03.npz b/neo_1month/data_split/train/WV/2010-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..06ab3bdce2608993215456dca821b806457d0708 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c0ef32eeb9f2a57d99c6f04720f6753dd78e3acfffdf423806b4da9960ce25 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-04.npz b/neo_1month/data_split/train/WV/2010-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..8faf88e86a977a14e8dded7d994b4738b0d28e46 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700a8c6b1f3c61afc3b25b23e19a87239011d63ca95834535215edfaa3a99692 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-05.npz b/neo_1month/data_split/train/WV/2010-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..263f1b1dbf2166c1e0b70f29e48d8edd3d97fa24 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a973ee0004515ed300b8acdc7228ca3da3557a89b804e9f2bb1830a5a20088 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-06.npz b/neo_1month/data_split/train/WV/2010-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..a5e1cebec2eb895d53217eea97738643dca5edd9 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0792414fdf8ecd64d5ae41e55e663dddf97edc4dbc8c3a7530eee99510318c +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-07.npz b/neo_1month/data_split/train/WV/2010-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..d2425c7963702dacd9a0a10742a5b62357020216 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9132e8a852815b163dbcdd2777f0ba763b69624031bba181167776d38c53d932 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-08.npz b/neo_1month/data_split/train/WV/2010-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..6129579d6e531eb06469ec83248e658c44d0c0d1 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94e1efd1c8b5222313923f4e3f24a7070b0e772919b3095ef4864617053325c +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-09.npz b/neo_1month/data_split/train/WV/2010-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..0dc6ceab1f11b01bdcd3f5c75670d754c569088c --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5d7b7b64b06fdec81eacf3485988545c118a2d76643e926a176173f0be33c0 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-10.npz b/neo_1month/data_split/train/WV/2010-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..36f22cca04237e264baec4bff1296ccd90f9dfe6 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ed48804f083a5adbc3dc59c3fcbcb0bcaa7a2dd5903eb9494887e7320cedb8 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-11.npz b/neo_1month/data_split/train/WV/2010-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..58c14af998bf38b9ff873ac3991ad2a26c6d521e --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe56e756e7a13ad50b4f40a2bfc4bb4f5438efdbced3840016d93f54836b8a95 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2010-12.npz b/neo_1month/data_split/train/WV/2010-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..9c67c737ec9072179b154322346ebfeaa1ac5717 --- /dev/null +++ b/neo_1month/data_split/train/WV/2010-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b389b98ebda9e968f4d5258032e41383f7d9658f1cd2a16720658aac9dcb2ba +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-01.npz b/neo_1month/data_split/train/WV/2011-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..ee1e4267164fbcd61d33c7bfd0d48b764d0f3efe --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4289388d42239beb26183637bace49e11b4f7b02da996bef10aa8950cce18417 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-02.npz b/neo_1month/data_split/train/WV/2011-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..14246ca21085a62e8ade788a99ea063af9104c1e --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c52576c9a75e810ba7c1fbcf9217ce7c3ac9bcea07b1b89df94449314d7747 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-03.npz b/neo_1month/data_split/train/WV/2011-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..cc8c77bb2b9cd355b9d9d5074069d13308d59105 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac01c19a7fdc92387cae1bc984f544d7ea707b4dd9e21a7f57db45531231d66 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-04.npz b/neo_1month/data_split/train/WV/2011-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..71586dd45b24be1f8165ca3e6b2e17d6b7df191a --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3c369fdd40785683b55189aff5640885e40d7be87658fb90224c1bc9d62350 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-05.npz b/neo_1month/data_split/train/WV/2011-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..6b2371f0050b156657f4bc3f79cc79a90a88d336 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a8c1e37a8c57f907e7b2d832576a519668c0c133781206384b55e3d993a6c4 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-06.npz b/neo_1month/data_split/train/WV/2011-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..e9074c03fc34de3aeaef11368b35bc9ee74b0041 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc53ee978f73a023a755bf1279502431eb356a58f4f73ade37bc387375f3ea85 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-07.npz b/neo_1month/data_split/train/WV/2011-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..92f1dc41e825cf0e68c2d17f41845c1aba96ff01 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9477bcb2d2bd4546506a63a93eabe3e0fd0876b88dfb14439e6ad52e92d2ad +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-08.npz b/neo_1month/data_split/train/WV/2011-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..0d0ffbdf1fa56b7d5dfa8632df0f165f992080ef --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d8eb6a5369facc7caa69a3e8fb973e5668e4841289ba73391e079bd6524bef +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-09.npz b/neo_1month/data_split/train/WV/2011-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..05710718e0776c3fa8a893d8897dedb50024d7b7 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a8a80df68fcecf0bfb5777ccc8e451e521a38ac693b9cce09972932d15ca6f +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-10.npz b/neo_1month/data_split/train/WV/2011-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e2cd85513e67a45fdf7c477b0ee792713d5a5b2 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba15cf352b6685d6e0f66162c466f4fad699b679496b21eaef302991a7fad2b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-11.npz b/neo_1month/data_split/train/WV/2011-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..394f786fd426f2947a3fd13a4c88365bac2f10b7 --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9f7a0465c60fd2b86c32387e35305913a04771664cc631dd8db73f86cab326 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2011-12.npz b/neo_1month/data_split/train/WV/2011-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..1f11228675f852012bd86d7eb8423880926c971d --- /dev/null +++ b/neo_1month/data_split/train/WV/2011-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016b6759f4e5a9d6a8d29de7f643378d611845c5bf4c53e98296d867a9295c2e +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-01.npz b/neo_1month/data_split/train/WV/2012-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..86d95b9600729051a8098d271ab390cf61d333e1 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ec2109d7a3eef3d6ddc2735f0a2e0c335978d104201ade298532d0e0a5ed28 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-02.npz b/neo_1month/data_split/train/WV/2012-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..14b29cd0c978590b5b1de7ea00fca83d053c0890 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403033474c17f2c1b567ed24a6cbc75eee095c918df334fac02bb05c33489cc +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-03.npz b/neo_1month/data_split/train/WV/2012-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..16a928e5800f455347ed145c051cbc0cf18e457a --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22460ea96a25e6268574e5bcfe0f8783f5101514d5ae0ef08510a2854f4a781b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-04.npz b/neo_1month/data_split/train/WV/2012-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..fe7617ece7b617e44e6136aa079236ebd612b8c6 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824943264a28e9832c733ecc59b737ab979207a77e3e2567456640a981dca0da +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-05.npz b/neo_1month/data_split/train/WV/2012-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..b62d2816d60230a13b1eaa66d71f706ace3df46c --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a49c2e410ef07462e7fc89789443d0dd751efec222d4ea0b2e69862f4f8ec3 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-06.npz b/neo_1month/data_split/train/WV/2012-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..53b6a7122655ad40d62950f112eef80d5b99c97e --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958245d84fe4fc780560e28e57be718c5003bb45ff5cb45d4480374354656b87 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-07.npz b/neo_1month/data_split/train/WV/2012-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..3a1f4210aac555a00afe762a06c59d7773355a56 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5191604cd1b014bf35bc77fbcb47382ecff903292a7e92d09f724d970abba15 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-08.npz b/neo_1month/data_split/train/WV/2012-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..8fb8bb998b67d653214221d0e4accc789b79e039 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89696271c76093e3f30c603e186d7ba2a078e6a5101430d85723476875c51aa8 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-09.npz b/neo_1month/data_split/train/WV/2012-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..2bf79dd0559194260a9f4d45b83c4b65f6710843 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f9c31f4db07431ab7f9d6e4cf486157b37d25767993fddc2678b6872c45c56 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-10.npz b/neo_1month/data_split/train/WV/2012-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..53ce73892cd1e79dc52d78439b6c4a736cdf1063 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15496a4a7537fc2aab35d005c396f36cb087af0a8af9602d48ebc62228b4761e +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-11.npz b/neo_1month/data_split/train/WV/2012-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..3e6917f79bfc454016f7525340242dca6184dbb8 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9f0a587258fa6d2499c1704a535a74b4a60d3b36dde671aaa379e59e26d0fe +size 1166664 diff --git a/neo_1month/data_split/train/WV/2012-12.npz b/neo_1month/data_split/train/WV/2012-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..6d6f1f6fc57382e77372f92f93fe45dd507160b3 --- /dev/null +++ b/neo_1month/data_split/train/WV/2012-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b534c419946fab4d855e5fcc8cff0fbf8da541d58e3deea0cb1dc8640c90d5d5 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-01.npz b/neo_1month/data_split/train/WV/2013-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bbbbe0d6132311431bd31cfddbb6d6b51883ac0 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdb86fa77f1feac3a740723d5dcbf32740c49c49facc7c9bab1a1c0ed08544f +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-02.npz b/neo_1month/data_split/train/WV/2013-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..c95903c3fcade2e669ee6f8b3985aab90565912d --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6366070465feff898955e80c394a24be563062d659c67251a97dbc0a35de3129 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-03.npz b/neo_1month/data_split/train/WV/2013-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..45cbc3fbfe06092567cf106572747c2756d98c1f --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0c95044a24d0afda3a63fa710d469e74c7a3a413e17fd188474c62e4aca965 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-04.npz b/neo_1month/data_split/train/WV/2013-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef2ee002bc0ccc9db106e143e36150d14fb9fa31 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8391eaf3feced98abf4b2eb7ca94d6e04d2a387042e8d660193fbec0ead2339 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-05.npz b/neo_1month/data_split/train/WV/2013-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..4560ca0864c34b5b80cdb8ac49a343c814e37636 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93da09107e3de99a0d1f11627474b6932fcb9966327937c4d1df8437ed6ec37 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-06.npz b/neo_1month/data_split/train/WV/2013-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..983bcccc38a81519dbbdd4052afe749b87a90b4a --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16437ee97c82705366da8f6951e3ebe05ebb3f0574d9d9c0ba6ef067e5079f6b +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-07.npz b/neo_1month/data_split/train/WV/2013-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..477d35b62db7b89d8310dc470efdecbd6706fcb6 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37020df97de4c25f367c6cb670dd6ce5508451fdef296b5bf56916b4606a6225 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-08.npz b/neo_1month/data_split/train/WV/2013-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..a4eb14f8d6011b54433579ad176845b54a001275 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dc892cfe36b4aded7a10ff7255db7b935ac049f40235caffb36ed9a28bc0ab +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-09.npz b/neo_1month/data_split/train/WV/2013-09.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdd5b5f063fd5bf0c20531cf621eadf24340e41c --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-09.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b4e6a90fdc3e05f8da690001ff82610c917eb7fa052f6d20d20edab7307f8a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-10.npz b/neo_1month/data_split/train/WV/2013-10.npz new file mode 100644 index 0000000000000000000000000000000000000000..57d960f3e7e9ed61b9e8b15560cbe08e963dc072 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-10.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97392a20ca1586ea98787032e759636ad69286a4f3f8896ac923dfa028c392b4 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-11.npz b/neo_1month/data_split/train/WV/2013-11.npz new file mode 100644 index 0000000000000000000000000000000000000000..28afe5443f8c4f4fea43c9e83d12cd7c1a8e884c --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-11.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7253ef8358fe1cf5241cfa249b7494c86ca31566a757d8192934044a0d48d888 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2013-12.npz b/neo_1month/data_split/train/WV/2013-12.npz new file mode 100644 index 0000000000000000000000000000000000000000..bf674fb72c995a898a79be44d2f2c546a4c700c0 --- /dev/null +++ b/neo_1month/data_split/train/WV/2013-12.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce4fb083f3c44a535b8bdaca7e56b44547c9e0900503992999bb7a7f8b56ed1 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-01.npz b/neo_1month/data_split/train/WV/2014-01.npz new file mode 100644 index 0000000000000000000000000000000000000000..544b520dffbabb98dcb927a777c9f7a18129dcd0 --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-01.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239ee0d7a88e852d2cedb1e7294e2c15f3aba31b946941d37dc5318c9147d362 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-02.npz b/neo_1month/data_split/train/WV/2014-02.npz new file mode 100644 index 0000000000000000000000000000000000000000..d0ecc5925be18660dead9d8b1d84f3eb4955fd58 --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-02.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acea49d6073ae7819fda424db195fe3756e7373c8d58edb8ad1c2ac34bd4c165 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-03.npz b/neo_1month/data_split/train/WV/2014-03.npz new file mode 100644 index 0000000000000000000000000000000000000000..a647b85e4f6d2601c1408370381155d6c0e43701 --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-03.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d378a4f7af751e543e9e6a44d93b38d2fab07e121f97739731ff8165b97a6c9a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-04.npz b/neo_1month/data_split/train/WV/2014-04.npz new file mode 100644 index 0000000000000000000000000000000000000000..6440d119bf2a930cb9c0524f29052e64e3a96094 --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-04.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de551524c25c052960d3ac4d6e6da2731e617112d7f1eedf0a349ccd20bb0fed +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-05.npz b/neo_1month/data_split/train/WV/2014-05.npz new file mode 100644 index 0000000000000000000000000000000000000000..66e087de78de3087c2bb8185f8b2d228b2049b4e --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-05.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b06eb9c89605154cf8bddb44e6a3a27d5fc297d8a3352391987b8c2081f4d3 +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-06.npz b/neo_1month/data_split/train/WV/2014-06.npz new file mode 100644 index 0000000000000000000000000000000000000000..7fea10be89face2725e95ca4f75fe3736f9d7766 --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-06.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbe6bee50d91e7251cab22203182b0fd3f8568370e83531883a1c7d53eb690a +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-07.npz b/neo_1month/data_split/train/WV/2014-07.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ca80ecaac15d742d7d35b80041934d8f1fa393c --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-07.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a97c0ceab14137d6e47be8a1d5fb2d1678fe6b9bdfb791169058833d561d00f +size 1166664 diff --git a/neo_1month/data_split/train/WV/2014-08.npz b/neo_1month/data_split/train/WV/2014-08.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cfcf472127d55021428e616102464046d015e16 --- /dev/null +++ b/neo_1month/data_split/train/WV/2014-08.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d6c242ee878acf5630e3034e5223e8d1187d4ae18ca9d6b68ec2ccd757d3f0 +size 1166664 diff --git a/neo_reader/__init__.py b/neo_reader/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..32cb2f3f762fa05d144ffa9412be634fc802aa1b --- /dev/null +++ b/neo_reader/__init__.py @@ -0,0 +1,3 @@ +"""init file""" +from .neo_reader import NEOReader +from .neo_node import NEONode diff --git a/neo_reader/cmaps/AerosolOpticalDepth.act b/neo_reader/cmaps/AerosolOpticalDepth.act new file mode 100644 index 0000000000000000000000000000000000000000..70e5dd766f4c94c06fb98d2d0bfd32de54001cd6 Binary files /dev/null and b/neo_reader/cmaps/AerosolOpticalDepth.act differ diff --git a/neo_reader/cmaps/Albedo.act b/neo_reader/cmaps/Albedo.act new file mode 100644 index 0000000000000000000000000000000000000000..c2a38714df757bd6503609bf96c8e097fbb66d83 Binary files /dev/null and b/neo_reader/cmaps/Albedo.act differ diff --git a/neo_reader/cmaps/CarbonMonoxide.act b/neo_reader/cmaps/CarbonMonoxide.act new file mode 100644 index 0000000000000000000000000000000000000000..04fe989698fcec3572b9382401dbd9189e22b980 Binary files /dev/null and b/neo_reader/cmaps/CarbonMonoxide.act differ diff --git a/neo_reader/cmaps/Chlorophyll.act b/neo_reader/cmaps/Chlorophyll.act new file mode 100644 index 0000000000000000000000000000000000000000..e4a691a8f57b9fced398cc647f6462a97bd6ff0f Binary files /dev/null and b/neo_reader/cmaps/Chlorophyll.act differ diff --git a/neo_reader/cmaps/CloudFraction.act b/neo_reader/cmaps/CloudFraction.act new file mode 100644 index 0000000000000000000000000000000000000000..fbe7e475247c066936340c65795900f7c2e20220 Binary files /dev/null and b/neo_reader/cmaps/CloudFraction.act differ diff --git a/neo_reader/cmaps/CloudOpticalThickness.act b/neo_reader/cmaps/CloudOpticalThickness.act new file mode 100644 index 0000000000000000000000000000000000000000..33a6d15d3403b208900b18a92a1bcede072c6c34 Binary files /dev/null and b/neo_reader/cmaps/CloudOpticalThickness.act differ diff --git a/neo_reader/cmaps/CloudParticleRadius.act b/neo_reader/cmaps/CloudParticleRadius.act new file mode 100644 index 0000000000000000000000000000000000000000..a266a464d79d10fbefe555a79e09b7b351f8b155 Binary files /dev/null and b/neo_reader/cmaps/CloudParticleRadius.act differ diff --git a/neo_reader/cmaps/CloudWaterContent.act b/neo_reader/cmaps/CloudWaterContent.act new file mode 100644 index 0000000000000000000000000000000000000000..773738bc970ca11356a4da7dee837b5850b53e8a Binary files /dev/null and b/neo_reader/cmaps/CloudWaterContent.act differ diff --git a/neo_reader/cmaps/Fire.act b/neo_reader/cmaps/Fire.act new file mode 100644 index 0000000000000000000000000000000000000000..a14c7c42ddbd8b0d3cc84b3984fa947374041388 Binary files /dev/null and b/neo_reader/cmaps/Fire.act differ diff --git a/neo_reader/cmaps/LeafAreaIndex.act b/neo_reader/cmaps/LeafAreaIndex.act new file mode 100644 index 0000000000000000000000000000000000000000..6ebe80d0bc7e93c9e2a3af373e2f61c1c5826b4c Binary files /dev/null and b/neo_reader/cmaps/LeafAreaIndex.act differ diff --git a/neo_reader/cmaps/NetRadiation.act b/neo_reader/cmaps/NetRadiation.act new file mode 100644 index 0000000000000000000000000000000000000000..856b306c86a933e88a7c65389fb2f40b0102ceb2 Binary files /dev/null and b/neo_reader/cmaps/NetRadiation.act differ diff --git a/neo_reader/cmaps/NitrogenDioxide.act b/neo_reader/cmaps/NitrogenDioxide.act new file mode 100644 index 0000000000000000000000000000000000000000..f0c21db45e53c94789f2fab06f6e4cf8aebf1861 Binary files /dev/null and b/neo_reader/cmaps/NitrogenDioxide.act differ diff --git a/neo_reader/cmaps/OutgoingLongwaveRadiation.act b/neo_reader/cmaps/OutgoingLongwaveRadiation.act new file mode 100644 index 0000000000000000000000000000000000000000..8804dc9027bb9fa4fc3dec516fbd69ce10e508fa Binary files /dev/null and b/neo_reader/cmaps/OutgoingLongwaveRadiation.act differ diff --git a/neo_reader/cmaps/Ozone.act b/neo_reader/cmaps/Ozone.act new file mode 100644 index 0000000000000000000000000000000000000000..297aae5a555f45c2d3518846295487f7d173e03d Binary files /dev/null and b/neo_reader/cmaps/Ozone.act differ diff --git a/neo_reader/cmaps/ReflectedShortwaveRadiation.act b/neo_reader/cmaps/ReflectedShortwaveRadiation.act new file mode 100644 index 0000000000000000000000000000000000000000..b55e84952c96f532dd41c9fb856b71e83b5fa3c4 Binary files /dev/null and b/neo_reader/cmaps/ReflectedShortwaveRadiation.act differ diff --git a/neo_reader/cmaps/SeaSurfaceTemperature.act b/neo_reader/cmaps/SeaSurfaceTemperature.act new file mode 100644 index 0000000000000000000000000000000000000000..b2c43549ff2edda9f3bf722e588175532feeae85 Binary files /dev/null and b/neo_reader/cmaps/SeaSurfaceTemperature.act differ diff --git a/neo_reader/cmaps/SnowCover.act b/neo_reader/cmaps/SnowCover.act new file mode 100644 index 0000000000000000000000000000000000000000..4760e0fc8433ccb63e26782a9bf457241546b861 Binary files /dev/null and b/neo_reader/cmaps/SnowCover.act differ diff --git a/neo_reader/cmaps/SolarInsolation.act b/neo_reader/cmaps/SolarInsolation.act new file mode 100644 index 0000000000000000000000000000000000000000..7ea58a82ba76d778fabded6231639b685082fb97 Binary files /dev/null and b/neo_reader/cmaps/SolarInsolation.act differ diff --git a/neo_reader/cmaps/Temperature.act b/neo_reader/cmaps/Temperature.act new file mode 100644 index 0000000000000000000000000000000000000000..de034ee73ace1b3bebf459213c9d17e21f688bb5 Binary files /dev/null and b/neo_reader/cmaps/Temperature.act differ diff --git a/neo_reader/cmaps/TemperatureAnomaly.act b/neo_reader/cmaps/TemperatureAnomaly.act new file mode 100644 index 0000000000000000000000000000000000000000..828f3f7d8de4d9b5b28f3ebd6e5c10e2292fe214 Binary files /dev/null and b/neo_reader/cmaps/TemperatureAnomaly.act differ diff --git a/neo_reader/cmaps/Vegetation.act b/neo_reader/cmaps/Vegetation.act new file mode 100644 index 0000000000000000000000000000000000000000..b7ae1aa4e1e2ccbe428cba6ae324845fff3f806b Binary files /dev/null and b/neo_reader/cmaps/Vegetation.act differ diff --git a/neo_reader/cmaps/WaterVapor.act b/neo_reader/cmaps/WaterVapor.act new file mode 100644 index 0000000000000000000000000000000000000000..eb9fe2a96348ecf5f1500cf2dfec5ccdd5c44dbc Binary files /dev/null and b/neo_reader/cmaps/WaterVapor.act differ diff --git a/neo_reader/neo_node.py b/neo_reader/neo_node.py new file mode 100644 index 0000000000000000000000000000000000000000..5ef8e9eacb59c38e9df5452de307d0d65645f8c2 --- /dev/null +++ b/neo_reader/neo_node.py @@ -0,0 +1,71 @@ +"""NEO nodes implementation in ngclib repository""" +from pathlib import Path +import numpy as np +from codecs import encode + +def _cmap_hex_to_rgb(hex_list): + res = [] + for hex_data in hex_list: + r = int(hex_data[1: 3], 16) + g = int(hex_data[3: 5], 16) + b = int(hex_data[5: 7], 16) + res.append([r, g, b]) + return np.array(res) + +def _act_to_cmap(act_file: Path) -> np.ndarray: + """converts the .act file to a matplotlib cmap representation""" + with open(act_file, "rb") as act: + raw_data = act.read() # Read binary data + hex_data = encode(raw_data, "hex") # Convert it to hexadecimal values + total_colors_count = int(hex_data[-7:-4], 16) # Get last 3 digits to get number of colors total + total_colors_count = 256 + + # Decode colors from hex to string and split it by 6 (because colors are #1c1c1c) + colors = [hex_data[i: i + 6].decode() for i in range(0, total_colors_count * 6, 6)] + + # Add # to each item and filter empty items if there is a corrupted total_colors_count bit + hex_colors = [f"#{i}" for i in colors if len(i)] + rgb_colors = _cmap_hex_to_rgb(hex_colors) + return rgb_colors + +class NEONode: + """NEO nodes implementation in ngclib repository""" + def __init__(self, node_type: str, name: str): + # all neo nodes have 1 dimension. + valid_node_types = ["AerosolOpticalDepth", "Albedo", "CarbonMonoxide", "Chlorophyll", "CloudFraction", + "CloudOpticalThickness", "CloudParticleRadius", "CloudWaterContent", "Fire", + "LeafAreaIndex", "NetRadiation", "NitrogenDioxide", "OutgoingLongwaveRadiation", "Ozone", + "ReflectedShortwaveRadiation", "SeaSurfaceTemperature", "SnowCover", "SolarInsolation", + "Temperature", "TemperatureAnomaly", "Vegetation", "WaterVapor"] + assert node_type in valid_node_types, f"Node type '{node_type}' not in {valid_node_types}" + self.node_type = node_type + self.name = name + self.cmap = _act_to_cmap(Path(__file__).absolute().parent / "cmaps" / f"{self.node_type}.act") + + def load_from_disk(self, x: np.ndarray) -> np.ndarray: + y: np.ndarray = np.float32(x) + if y.shape[0] == 1: # pylint: disable=unsubscriptable-object + y = y[0] # pylint: disable=unsubscriptable-object + if len(y.shape) == 2: + y = np.expand_dims(y, axis=-1) + y[np.isnan(y)] = 0 + return y.astype(np.float32) + + def save_to_disk(self, x: np.ndarray) -> np.ndarray: + return x.clip(0, 1) + + def plot_fn(self, x: np.ndarray | None) -> np.ndarray | None: + if x is None: + return x + y = np.clip(x, 0, 1) + y = y * 255 + y[y == 0] = 255 + y = y.astype(np.uint).squeeze() + y_rgb = self.cmap[y].astype(np.uint8) + return y_rgb + + def __repr__(self): + return self.name + + def __str__(self): + return f"NEONode({self.name})" diff --git a/neo_reader/neo_reader.py b/neo_reader/neo_reader.py new file mode 100755 index 0000000000000000000000000000000000000000..92f69d6f0474891e3e2ae5808daab874740a37cf --- /dev/null +++ b/neo_reader/neo_reader.py @@ -0,0 +1,183 @@ +#!/usr/bin/env python3 +"""NEO Reader module""" +from __future__ import annotations +from pathlib import Path +from argparse import Namespace, ArgumentParser +from pprint import pprint +from natsort import natsorted +from loguru import logger +import numpy as np +from torch.utils.data import Dataset + +try: + from .neo_node import NEONode +except ImportError: + from neo_node import NEONode + +class NEOReader(Dataset): + """ + NEO Reader implementation. Reads data from npz files and returns them as a dict. + + Parameters: + - path: Path to the directory containing the npz files. + - nodes: List of nodes that are present in the dataset. + - handle_missing_data: Modes to handle missing data. Valid options are: + - drop: Drop the data point if any of the nodes is missing. + - fill_none: Fill the missing data with Nones. + + Expected directory structure: + path/ + - node_1/0.npz, ..., N.npz + - ... + - node_n/0.npz, ..., N.npz + + Names can be in a different format (i.e. 2022-01-01.npz), but must be consistent and equal across all nodes. + """ + # The default names and their corresponding types for NEO datasets (1week or 1month) + name_to_type = {"AOD": "AerosolOpticalDepth", "BS_ALBEDO": "Albedo", "CHLORA": "Chlorophyll", + "CLD_FR": "CloudFraction", "CLD_RD": "CloudParticleRadius", "CLD_WP": "CloudWaterContent", + "COT": "CloudOpticalThickness", "CO_M": "CarbonMonoxide", "FIRE": "Fire", + "INSOL": "SolarInsolation", "LAI": "LeafAreaIndex", "LSTD": "Temperature", + "LSTD_AN": "TemperatureAnomaly", "LSTN": "Temperature", "LSTN_AN": "TemperatureAnomaly", + "LWFLUX": "OutgoingLongwaveRadiation", "NDVI": "Vegetation", "NETFLUX": "NetRadiation", + "NO2": "NitrogenDioxide", "OZONE": "Ozone", "SNOWC": "SnowCover", "SST": "SeaSurfaceTemperature", + "SWFLUX": "ReflectedShortwaveRadiation", "WV": "WaterVapor"} + + def __init__(self, path: Path, nodes: list[str] | None = None, handle_missing_data: str = "fill_none"): + assert path.exists(), f"Provided path '{path}' doesn't exist!" + assert handle_missing_data in ("drop", "fill_none"), f"Invalid handle_missing_data mode: {handle_missing_data}" + self.path = Path(path).absolute() + self.files_per_node, self.file_names = self._build_dataset(handle_missing_data) + if nodes is None: + nodes = list(self.files_per_node.keys()) + logger.debug("No nodes provided. Using all of them as read from the paths.") + assert all(isinstance(x, str) for x in nodes), tuple(zip(nodes, (type(x) for x in nodes))) + + self.node_names = sorted(nodes) + logger.info(f"Nodes used in this reader: {self.node_names}") + self.nodes = [NEONode(NEOReader.name_to_type[x], x) for x in self.node_names] + self.handle_missing_data = handle_missing_data + + self._images_shape: tuple[int, int, int] | None = None + + # Public methods and properties + + @property + def images_shape(self) -> tuple[int, int, int]: + """Returns a triple of (H, W, C) for all images shape, which are assumed to be consistent for all data points""" + if self._images_shape is None: + i = 0 + while True: + for img in self[i][0].values(): + if img is not None: + self._images_shape = img.shape + assert len(self._images_shape) == 3 and self._images_shape[-1] == 1, self._images_shape + return self._images_shape + i += 1 + return self._images_shape + + # Private methods + + def _get_all_npz_files(self) -> dict[str, list[Path]]: + in_files = {} + nodes = [x for x in self.path.iterdir() if x.is_dir()] + for node in nodes: + dir_name = self.path / node.name + items = dir_name.glob("*.npz") + items = set(natsorted(items, key=lambda x: x.name)) + in_files[node.name] = items + assert not any(len(x) == 0 for x in in_files.values()), f"{ [k for k, v in in_files.items() if len(v) == 0] }" + return in_files + + def _build_dataset_drop(self) -> tuple[dict[str, list[Path]], list[str]]: + in_files = self._get_all_npz_files() + common = set(x.name for x in next(iter(in_files.values()))) + nodes = in_files.keys() + for node in nodes: + common = common.intersection([f.name for f in in_files[node]]) + assert len(common) > 0, f"Node '{node}' made the intersection null" + common = natsorted(list(common)) + logger.info(f"Found {len(common)} data points for each node ({len(nodes)} nodes).") + files_per_node = {node: [self.path / node / x for x in common] for node in nodes} + return files_per_node, common + + def _build_dataset_fill_none(self) -> tuple[dict[str, list[Path]], list[str]]: + in_files = self._get_all_npz_files() + all_files = set(x.name for x in next(iter(in_files.values()))) + nodes = in_files.keys() + for node in nodes: + all_files = all_files.union([f.name for f in in_files[node]]) + all_files = natsorted(list(all_files)) + logger.info(f"Found {len(all_files)} data points as union of all nodes' data ({len(nodes)} nodes).") + + files_per_node = {node: [] for node in nodes} + in_file_names = {node: [f.name for f in in_files[node]] for node in nodes} + for node in nodes: + for file_name in all_files: + file_path = self.path / node / file_name if file_name in in_file_names[node] else None + files_per_node[node].append(file_path) + return files_per_node, all_files + + def _build_dataset(self, handle_missing_data: str) -> tuple[dict[str, list[Path]], list[str]]: + logger.debug(f"Building dataset from: '{self.path}'") + if handle_missing_data == "drop": + return self._build_dataset_drop() + else: + return self._build_dataset_fill_none() + + def _read_node_data(self, node: NEONode, index: int) -> np.ndarray | None: + """Reads the npz data from the disk and transforms it properly""" + file_path = self.files_per_node[node.name][index] + if file_path is None: + return None + item = np.load(file_path, allow_pickle=True)["arr_0"] + transformed_item = node.load_from_disk(item) + return transformed_item + + # Python magic methods (pretty printing the reader object, reader[0], len(reader) etc.) + + def __getitem__(self, index: int) -> tuple[dict[str, np.ndarray], str, list[str]]: + """Read the data all the desired nodes""" + assert isinstance(index, int), type(index) + res = {} + item_name = self.file_names[index] + + for node in self.nodes: + item = self._read_node_data(node, index) + assert self.handle_missing_data == "fill_none" or item is not None, item_name + res[node.name] = item + return (res, item_name, self.node_names) + + def __len__(self) -> int: + return len(self.files_per_node[self.node_names[0]]) + + def __str__(self): + f_str = "[NGC Npz Reader]" + f_str += f"\n - Path: '{self.path}'" + f_str += f"\n - Only full data: {self.handle_missing_data == 'drop'}" + f_str += f"\n - Nodes ({len(self.nodes)}): {self.nodes}" + f_str += f"\n - Length: {len(self)}" + return f_str + + def __repr__(self): + return str(self) + +def get_args() -> Namespace: + """cli args""" + parser = ArgumentParser() + parser.add_argument("dataset_path", type=Path) + parser.add_argument("--handle_missing_data", choices=("drop", "fill_none"), default="fill_none") + args = parser.parse_args() + return args + +def main(args: Namespace): + """main fn""" + reader = NEOReader(args.dataset_path, nodes=None, handle_missing_data=args.handle_missing_data) + print(reader) + print(f"Shape: {reader.images_shape}") + data, name, node_names = reader[np.random.randint(len(reader))] + print(f"Name: {name}. Nodes: {node_names}") + pprint({k: (v.shape if v is not None else None) for k, v in data.items()}) + +if __name__ == "__main__": + main(get_args()) diff --git a/neo_viewer.ipynb b/neo_viewer.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..451bdb22a301fd09849f4b12a821e9647f6de460 --- /dev/null +++ b/neo_viewer.ipynb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c8ec700dc0df69d0ee88c6c0998e287fc76ef21b0ce2fc31d5697fb283e8b5 +size 11757180 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8922e11e2b7d6b3aae2f5aef44072c2cf5e938a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +numpy==1.23.5 +media-processing-lib==0.6.3 +loguru +lovely_numpy +natsort +torch>=2.0.0 +requests +bs4 +pandas +matplotlib