MetOffice / XBTs_classification

Project for the classification of eXpendable Bathy Thermographs
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Made year range or start'/end year an optional parameter #78

Closed stevehadd closed 3 years ago

stevehadd commented 3 years ago

Previously the command line options or JSON experiemnt file would need to specify the range of years in the experiment. This should not be necessary because the input data should determine the year range. This pull requests updates the scrpts and implements functionality so fate range can be derived from the data when it is not specified. Similarly, if the year range specified is larger than what is present in the input data, ensure that scripts don't try to open non-existent files.

closes #60