Commit 49edb281c04b37ac52285ea3c2494b711dd8f3e6
1 parent
be845811
Exists in
master
and in
7 other branches
TimeStep arg
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ParamTemplateList.xml
... | ... | @@ -755,7 +755,7 @@ |
755 | 755 | </paramTemplate> |
756 | 756 | <paramTemplate paramId='bmorsch_mso' fileName='bmorsch_mso_##sampling##_##orbit##'> |
757 | 757 | <arguments> |
758 | - <argument key='sampling' name='Sampling Time' type='float' default='60'/> | |
758 | + <argument key='sampling' name='Time Step (sec)' type='float' default='60'/> | |
759 | 759 | <argument key='orbit' name='Spacecraft Orbit' type='list' default='mex_xyz_mso'> |
760 | 760 | <item key='mex_xyz_mso' name='MEX'/> |
761 | 761 | <item key='mav_xyz_mso' name='MAVEN'/> |
... | ... | @@ -765,7 +765,7 @@ |
765 | 765 | </paramTemplate> |
766 | 766 | <paramTemplate paramId='bmorsch_tot' fileName='bmorsch_tot_##sampling##_##orbit##'> |
767 | 767 | <arguments> |
768 | - <argument key='sampling' name='Sampling Time' type='float' default='60'/> | |
768 | + <argument key='sampling' name='Time Step (sec)' type='float' default='60'/> | |
769 | 769 | <argument key='orbit' name='Spacecraft Orbit' type='list' default='mex_xyz_mso'> |
770 | 770 | <item key='mex_xyz_mso' name='MEX'/> |
771 | 771 | <item key='mav_xyz_mso' name='MAVEN'/> |
... | ... | @@ -775,7 +775,7 @@ |
775 | 775 | </paramTemplate> |
776 | 776 | <paramTemplate paramId='b_jrm09_can' fileName='b_jrm09_can_##sampling##_##orbit##_##can##'> |
777 | 777 | <arguments> |
778 | - <argument key='sampling' name='Sampling Time' type='float' default='60'/> | |
778 | + <argument key='sampling' name='Time Step (sec)' type='float' default='60'/> | |
779 | 779 | <argument key='orbit' name='Spacecraft Orbit' type='list' default='juno_jup_xyz'> |
780 | 780 | <item key='juno_jup_xyz' name='JUNO'/> |
781 | 781 | <item key='juice_jucr30_xyz' name='JUICE_cr30'/> |
... | ... | @@ -788,7 +788,7 @@ |
788 | 788 | </paramTemplate> |
789 | 789 | <paramTemplate paramId='b_jrm09_can_tot' fileName='b_jrm09_can_tot_##sampling##_##orbit##_##can##'> |
790 | 790 | <arguments> |
791 | - <argument key='sampling' name='Sampling Time' type='float' default='60'/> | |
791 | + <argument key='sampling' name='Time Step (sec)' type='float' default='60'/> | |
792 | 792 | <argument key='orbit' name='Spacecraft Orbit' type='list' default='juno_jup_xyz'> |
793 | 793 | <item key='juno_jup_xyz' name='JUNO'/> |
794 | 794 | <item key='juice_jucr30_xyz' name='JUICE_cr30'/> | ... | ... |