DssatCulGenerator

실험 내의 품종(Genotype) 정보를 추출하여 DSSAT Cultivar 파일(*.CUL) 포맷으로 변환하는 생성기입니다. 식물 유전 계수(P1, P2 등)가 포함된 경우 자동으로 해당 컬럼을 생성합니다.

Methods

public method Generate(OpenAgriSynapse.Models.Icasa.IcasaExperiment)
실험 객체의 품종 정보를 기반으로 작물별 CUL 파일 문자열을 생성합니다. (현재 단일 작물 처리에 최적화되어 있으나 루프 내에서 처리 가능)
Parameters:
Name Description
experiment 변환할 실험 객체
Returns: 생성된 CUL 파일 문자열