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

Diff for /JSOC/proj/sharp/apps/sharp.c between version 1.11 and 1.12

version 1.11, 2013/01/24 00:05:58 version 1.12, 2013/05/09 19:20:43
Line 930  int findPosition(DRMS_Record_t *inRec, s
Line 930  int findPosition(DRMS_Record_t *inRec, s
  
         float psize = drms_getkey_float(inRec, "SIZE", &status);         float psize = drms_getkey_float(inRec, "SIZE", &status);
         if (psize != psize) {         if (psize != psize) {
                 TIME t0 = drms_getkey_time(inRec, "T_FRST", &status); if (status) return 1;                  TIME t0 = drms_getkey_time(inRec, "T_FRST1", &status); if (status) return 1;                    // changed from T_FRST to T_FRST1, T_FRST may not exist
                 double omega = drms_getkey_double(inRec, "OMEGA_DT", &status); if (status) return 1;                 double omega = drms_getkey_double(inRec, "OMEGA_DT", &status); if (status) return 1;
                 char firstRecQuery[100], t0_str[100];                 char firstRecQuery[100], t0_str[100];
                 sprint_time(t0_str, t0, "TAI", 0);                 sprint_time(t0_str, t0, "TAI", 0);


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Karen Tian
Powered by
ViewCVS 0.9.4