IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2005, 5:51:43 PM (21 years ago)
Author:
drobbin
Message:

Updated/fixed Image Mask/Keep fxns and implemented tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r5222 r5224  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-10-04 01:31:40 $
     12 *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-10-05 03:51:41 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    11511151        jd = time->sec / SEC_PER_DAY + time->nsec / NSEC_PER_DAY + JD_EPOCH_OFFSET;
    11521152    }
    1153 
    11541153    return jd;
    11551154}
     
    11711170        mjd = time->sec / SEC_PER_DAY + time->nsec / NSEC_PER_DAY + MJD_EPOCH_OFFSET;
    11721171    }
    1173 
    11741172    return mjd;
    11751173}
Note: See TracChangeset for help on using the changeset viewer.