o
    Nrf_  ã                   @   s,   d dl Z d dlZd dlZe ¡ Zdd„ ZdS )é    Nc                 C   sJ   t  ¡ t ¡ | d | ¡t|ƒt dt t	¡¡t d¡t
t ¡ t	 dƒdœS )a6  
    Create a JSON structure describing how this dataset
    was created. The input is the parsed set of command line arguments used to
    run this program.

    :param args: The arguments used to run the program.
    :return: A JSON file with the arguments as well as some other identifying information.
    ú z%Y-%m-%d %H:%M:%S %zé   )ÚuuidÚcwdÚargs_rawÚcommandÚargs_parsedÚimport_timeÚcurrent_timeZelapsed_time)Ú	shortuuidr   ÚosÚgetcwdÚjoinÚvarsÚtimeÚstrftimeÚ	localtimer	   Úround)r   r   © r   úa/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/clodius/describe_dataset.pyÚdescribe_dataset   s   

ÿör   )r   r   r   r	   r   r   r   r   r   Ú<module>   s
    