Package | Description |
---|---|
edu.wisc.ssec.mcidasv.data.hydra |
Modifier and Type | Field and Description |
---|---|
private HashMap<String,QualityFlag> |
SuomiNPPDataSource.qfMap |
(package private) HashMap<String,QualityFlag> |
GranuleAggregation.qfMap |
(package private) HashMap<String,ArrayList<QualityFlag>> |
SuomiNPPProductProfile.qualityFlags |
Modifier and Type | Method and Description |
---|---|
HashMap<String,QualityFlag> |
SuomiNPPDataSource.getQfMap() |
ArrayList<QualityFlag> |
SuomiNPPProductProfile.getQualityFlags(String name) |
Modifier and Type | Method and Description |
---|---|
float[] |
RangeProcessor.processRangeQualityFlag(byte[] values,
HashMap 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(HashMap<String,QualityFlag> qfMap) |