Changes between Initial Version and Version 3 of Ticket #531


Ignore:
Timestamp:
01/01/12 00:44:04 (13 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #531

    • Property ResolutionDone
    • Property Status newclosed
    • Property Summary qUpdated Matlab processing scripts for NetCDFUpdated Matlab processing scripts for NetCDF
  • Ticket #531 – Description

    initial v3  
    1818   f(ind)=ReplaceValue;         % usually zero or NaN for ploting
    1919}}}
    20   Therefore, the steps are as follows: '''i''') read requested date in its native (raw) numerical data type, '''ii''') search for fill or missing values if any, '''iii''') unpack the data if the attributes '''scale_factor''' and/or '''add_offset''' are present, '''iv''') replace fill/missing values with the provided replace value.  Notice that the function call to '''nc_read''' is now:
     20  Therefore, the steps are as follows: '''i''') read requested data in its native (raw) numerical data type, '''ii''') search for fill or missing values if any, '''iii''') unpack the data if the attributes '''scale_factor''' and/or '''add_offset''' are present, '''iv''') replace fill/missing values with the provided replace value.  Notice that the function call to '''nc_read''' is now:
    2121{{{
    2222   f=nc_read(Fname,Vname,Tindex,ReplaceValue,PreserveType);