.:dmtccnc:Surface Lab: Difference between revisions

From ADPAA
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Droplet Measurement Technologies (DMT) Cloud Condensation Nuclei Counter -- Surface Data Processing
Droplet Measurement Technologies (DMT) Cloud Condensation Nuclei Counter -- Surface Data Processing


==process_day_dmtccnc==
==convert_dmtccntonasa==


'''Purpose'''
'''Purpose'''
Converts CCN_data_YYMMDDHHMISS.csv file recorded directly by the DMT Cloud Condensation Nuclei Counter (CCNC) to the NASA/UND format for processing.  Where YY is the year, MM is the month, DD is the day, HH is the hour, MI is the minute, and SS is the second when the data file started.


Converts CCN_data_YYMMDDHHMISS.csv file recorded directly by the DMT Cloud Condensation Nuclei Counter (CCNC) to the NASA/UND format for processingWhere YY is the year, MM is the month, DD is the day, HH is the hour, MI is the minute, and SS is the second when the data file started.
'''Note'''
* convert_dmtccntonasa
May have to change nameremove _100_




Combine several NASA/UND format files into a single NASA/UND formatted file.
'''Required Input Files'''
* combine_und
CCN_data_YYMMDDHHMISS.csv


Process the converted files.
'''Output files'''
* combine_und
<nowiki>*.serialc.dmtccnc.raw</nowiki>
* dmtccnc2stp
<nowiki>*.serialh.dmtccnc.raw</nowiki>
* dmtccnc2avg
* dmtavg2efit


More information about these scripts can be found [[.:dmtccnc:home|here]].
'''Example'''
convert_dmtccntonasa file=CCN_data_180620075902.csv


'''Required Input Files'''


<nowiki>*.csv</nowiki>
==combine_und==
'''Purpose'''
combines YY_MM_DD_HH_MT_SS.serialc.dmtccnc.raw files to one file named YY_MM_DD_00_00_00.serialc.dmtccnc.raw


'''Output files'''


<nowiki>*.serialc.dmtccnc.raw</nowiki>
'''Required Input Files'''
YY_MM_DD_HH_MT_SS.serialc.dmtccnc.raw & YY_MM_DD_HH_MT_SS.serialh.dmtccnc.raw


<nowiki>*.serialh.dmtccnc.raw</nowiki>


<nowiki>*.dmtccn_conc.raw</nowiki>
'''Output files'''
YY_MM_DD_00_00_00.serialc.dmtccnc.raw & YY_MM_DD_00_00_00.serialh.dmtccnc.raw


<nowiki>*.dmtccn_conc_avg.raw</nowiki>


<nowiki>*.dmtccn_ss_efit.raw</nowiki>
'''Example'''
combine_und serialc.dmtccnc.raw 18_06_20_00_00_00.serialc.dmtccnc.raw
combine_und serialh.dmtccnc.raw 18_06_20_00_00_00.serialh.dmtccnc.raw

Latest revision as of 17:08, 8 October 2018

Droplet Measurement Technologies (DMT) Cloud Condensation Nuclei Counter -- Surface Data Processing

convert_dmtccntonasa

Purpose Converts CCN_data_YYMMDDHHMISS.csv file recorded directly by the DMT Cloud Condensation Nuclei Counter (CCNC) to the NASA/UND format for processing. Where YY is the year, MM is the month, DD is the day, HH is the hour, MI is the minute, and SS is the second when the data file started.


Note May have to change name. remove _100_


Required Input Files CCN_data_YYMMDDHHMISS.csv

Output files *.serialc.dmtccnc.raw *.serialh.dmtccnc.raw

Example convert_dmtccntonasa file=CCN_data_180620075902.csv


combine_und

Purpose combines YY_MM_DD_HH_MT_SS.serialc.dmtccnc.raw files to one file named YY_MM_DD_00_00_00.serialc.dmtccnc.raw


Required Input Files YY_MM_DD_HH_MT_SS.serialc.dmtccnc.raw & YY_MM_DD_HH_MT_SS.serialh.dmtccnc.raw


Output files YY_MM_DD_00_00_00.serialc.dmtccnc.raw & YY_MM_DD_00_00_00.serialh.dmtccnc.raw


Example combine_und serialc.dmtccnc.raw 18_06_20_00_00_00.serialc.dmtccnc.raw combine_und serialh.dmtccnc.raw 18_06_20_00_00_00.serialh.dmtccnc.raw