(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.25 and 1.26

version 1.25, 2014/03/13 18:46:09 version 1.26, 2014/03/19 20:37:18
Line 2233  void setKeys(DRMS_Record_t *outRec, DRMS
Line 2233  void setKeys(DRMS_Record_t *outRec, DRMS
  
         }         }
  
           // Mar 19 XS
           if (fullDisk) {
                   drms_setkey_int(outRec, "AMBPATCH", 0);
           } else {
                   drms_setkey_int(outRec, "AMBPATCH", 1);
           }
   
     TIME val, trec, tnow, UNIX_epoch = -220924792.000; /* 1970.01.01_00:00:00_UTC */     TIME val, trec, tnow, UNIX_epoch = -220924792.000; /* 1970.01.01_00:00:00_UTC */
     tnow = (double)time(NULL);     tnow = (double)time(NULL);
     tnow += UNIX_epoch;     tnow += UNIX_epoch;


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

Karen Tian
Powered by
ViewCVS 0.9.4