We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4772fc commit ba624a5Copy full SHA for ba624a5
1 file changed
kessler/util.py
@@ -515,7 +515,7 @@ def get_ccsds_time_format(time_string):
515
def doy_2_date(value, doy, year, idx):
516
'''
517
Written by Andrew Ng, 18/03/2022,
518
- Based on source code @ https://github.com/nasa/CARA_Analysis_Tools/blob/master/two-dimension_Pc/Main/TransformationCode/TimeTransformations/DOY2Date.m
+ Based on source code @ https://github.com/nasa/CARA_Analysis_Tools
519
Use the datetime python package.
520
doy_2_date - Converts Day of Year (DOY) date format to date format.
521
0 commit comments