*STUDY_GET_SIMULATIONS

Description: Gets simulations belonging to the study

Syntax: study_get_simulations(study_id)

Inputs
ID Name Type Default Remarks
1 IOTS remote_lookup   ID of the study
Outputs
ID Name Type Remarks
1   integer  
2   dataset  
3   dataset  

*STUDY_COMPARE_WITH_PHYSICALTEST

Description: Compare simulations from study with given Test

Syntax: study_compare_with_physicaltest(study_id,physicaltest_id,responsetemplate_id)

Inputs
ID Name Type Default Remarks
1 IOTS remote_lookup   ID of the study
2 Physicaltest remote_lookup   Physicaltest
3 Responsetemplate remote_lookup   Responsetemplate
Outputs
ID Name Type Remarks
1   scalar  
2   dataset  
3   dataset  

*STUDY_COMPILE_OPTIMIZATION_RESULTS_BY_TEMPLATE

Description: Compile Study Results by Template

Syntax: study_compile_optimization_results_by_template(study_id,responsetemplate_id,objective,format)

Inputs
ID Name Type Default Remarks
1 IOTS remote_lookup   ID of the study
2 Responsetemplate remote_lookup   Responsetemplate
3 Objective text   Objective
4 Format select   Format
Outputs
ID Name Type Remarks
1   integer  
2   dataset  
3   dataset  

*STUDY_COMPUTE_CURVE_MATCH_WITH_PHYSICALTEST

Description: Computes curve match with physial test

Syntax: study_compute_curve_match_with_physicaltest(study_id,physicaltest_id,response_name,new_response_name,match_type,xmin,xmax,ndig,normalize,auto_save)

Inputs
ID Name Type Default Remarks
1 IOTS remote_lookup   ID of the study
2 IOTP remote_lookup   ID of the Physicaltest
3 Baseline response name text   Baseline response name
4 New response name text   New response name
5 Match type list   Match type
6 XMIN text -1e20 XMIN
7 XMax text 1e20 XMax
8 NODP text 1e20 Number of Digitized Points
9   text yes  
10   text yes  
Outputs
ID Name Type Remarks
1   integer  
2   dataset  
3   vector  

*STUDY_APPLY_RESULT_TEMPLATE

Description: Apply result template to a study

Syntax: study_apply_result_template(study_id,responsetemplate_id,auto_save,alternate_study_name,extraction_type)

Inputs
ID Name Type Default Remarks
1 Choose Study remote_lookup   Choose Study
2 Choose Template remote_lookup   If empty, common responses in the study will be returned
3 Save extracted Responses select   Save extracted Responses
4 Alternate Study Name text   Alternate Study Name
5 Extraction Type select   Extraction Type
Outputs
ID Name Type Remarks
1   integer  
2   dataset  
3   dataset  

*STUDY_RESPONSES

Description: Get Responses From Study

Syntax: study_responses(input_study_id,input_response_names)

Inputs
ID Name Type Default Remarks
1 Study remote_lookup   Study
2 Response names text   Response names

*STUDY_CREATE

Description: Creates a new Study

Syntax: study_create(study_name,description,tags)

Inputs
ID Name Type Default Remarks
1 Name of the Study text    
2 Description textarea    
3 Tags textarea    
Outputs
ID Name Type Remarks
1   scalar