(file) Return to smarp.c CVS log (file) (dir) Up to [Development] / JSOC / proj / sharp / apps

Diff for /JSOC/proj/sharp/apps/smarp.c between version 1.3 and 1.4

version 1.3, 2020/06/29 22:29:52 version 1.4, 2021/05/24 22:24:07
Line 1137  void computeSWIndex(struct swIndex *swKe
Line 1137  void computeSWIndex(struct swIndex *swKe
  
 void setSWIndex(DRMS_Record_t *outRec, struct swIndex *swKeys_ptr) void setSWIndex(DRMS_Record_t *outRec, struct swIndex *swKeys_ptr)
 { {
     drms_setkey_float(outRec, "USFLUX",  swKeys_ptr->mean_vf);      drms_setkey_float(outRec, "USFLUXL",  swKeys_ptr->mean_vf);
     drms_setkey_float(outRec, "MEANGBZ", swKeys_ptr->mean_derivative_los);      drms_setkey_float(outRec, "MEANGBL", swKeys_ptr->mean_derivative_los);
     drms_setkey_float(outRec, "R_VALUE", swKeys_ptr->Rparam);     drms_setkey_float(outRec, "R_VALUE", swKeys_ptr->Rparam);
     drms_setkey_float(outRec, "CMASK", swKeys_ptr->count_mask);      drms_setkey_float(outRec, "CMASKL", swKeys_ptr->count_mask);
 }; };
  
 /* /*


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Karen Tian
Powered by
ViewCVS 0.9.4