cts5_energy_process | R Documentation |
call NKE routine to estimate energy from all technical files included in a directory
cts5_energy_process(
floatname = "",
subdir = "./ENY",
AutoLoad = T,
FromLastReset = F,
CycleNumber = NULL,
metadata = NULL,
default_vol = 800,
default_TS = 5,
default_SDCard = 0,
default_bat_self_discharge = 1.5,
default_ExtTrig = 0,
Nke_ProgPath = ""
)
floatname |
hexa name of the float. If "", the floatname will automatically found. |
subdir |
subdir where to put .csv ASCII files |
AutoLoad |
if true, the last estimation will be loaded and only new technical files will be processed |
FromLastReset |
if true, restricts the decoding from the last reset |
CycleNumber |
if not null, restricts the decoding to the list of cycles |
default_vol |
default emergence volume in cc. To be used if the inifile file is not found |
default_TS |
default temperature at surface. To be used if sbe41 data are not found |
default_SDCard |
default SDCard status (0 = not present). To be used if information is not found in metadata. |
default_bat_self_discharge |
batterie self discharge in A / year |
default_ExtTrig |
intensity of the External Triggered sensor in A |
Nke_ProgPath |
path to the nke decoder (APMTEnergy.exe). This path is stored to Sys.getenv("USEAR_Nke_ProgPath"). For Linux, if the Decoder path is in the .bashrc, you can leave this parameters empty. |
this function must be call in the directory where are technical files
This function create an ASCII files in the subdir directory
Meta<-cts5_readMetaSensor()
cts5_energy_process(floatname="3ab0",Nke_ProgPath="D:/Data/Provor_USEA/USEA_R/",metadata = Meta)
cts5_energy_plot(login,floatname,metadata = Meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.