Package | Description |
---|---|
edu.wisc.ssec.mcidasv.data.hydra |
Modifier and Type | Field and Description |
---|---|
private Map<String,QualityFlag> |
SuomiNPPDataSource.qfMap |
(package private) Map<String,QualityFlag> |
GranuleAggregation.qfMap |
(package private) HashMap<String,ArrayList<QualityFlag>> |
SuomiNPPProductProfile.qualityFlags |
Modifier and Type | Method and Description |
---|---|
Map<String,QualityFlag> |
SuomiNPPDataSource.getQfMap() |
ArrayList<QualityFlag> |
SuomiNPPProductProfile.getQualityFlags(String name) |
Modifier and Type | Method and Description |
---|---|
float[] |
RangeProcessor.processRangeQualityFlag(byte[] values,
Map subset,
QualityFlag qf)
Process a range of data from an array of
byte values where bytes
are packed bit or multi-bit fields of quality flags. |
Modifier and Type | Method and Description |
---|---|
void |
GranuleAggregation.setQfMap(Map<String,QualityFlag> qfMap) |