Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new NIRS analyzer FTIR6X #5296

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mason/breeders_toolbox/upload_nirs_spreadsheet_dialogs.mas
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<li><strong>sampling_date</strong>: Optional field. The format allowed is: YYYY-MM-DD.</li>
<li><strong>observationunit_name</strong>: Required field that matches with existing data in the database. It can be the plot name, subplots, plant name, or tissue sample, depending how your trial is designed.</li>
<li><strong>device_id</strong>: Optional field to identify your device. Strings are allowed.</li>
<li><strong>device_type</strong>: Required field. It is possible upload data for a single device type. They can be: <strong>SCiO, QST, Foss6500,FOSSDS2500, FOSSXDS, ASDQualityspec,ASDLabSpec,SpecimFX17, BunchiN500, or LinkSquare</strong>.</li>
<li><strong>device_type</strong>: Required field. It is possible upload data for a single device type. They can be: <strong>SCiO, QST, Foss6500,FOSSDS2500, FOSSXDS, ASDQualityspec,ASDLabSpec,SpecimFX17, BunchiN500, LinkSquare, or FTIR6X </strong>.</li>
<li><strong>comments</strong>: Optional field for general comments.</li>
<li>All other columns are required wavelengths. You can add how many columns you want upload -- there is no limit.</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ $high_dimensional_phenotype_type => undef #either NIRS, Transcriptomics, Metabol
<option value="ASD Qualityspec">ASD Qualityspec</option>
<option value="ASD LabSpec">ASD LabSpec</option>
<option value="Specim FX17">Specim FX17</option>
<option value="FTIR6X">FT/IR-6X</option>
</select>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions mason/tools/nirs/nirs_analysis_train_dialogs.mas
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<option value="ASD Qualityspec">ASD Qualityspec</option>
<option value="ASD LabSpec">ASD LabSpec</option>
<option value="Specim FX17">Specim FX17</option>
<option value="FTIR6X">FT/IR-6X</option>
</select>
</div>
</div>
Expand Down