Skip to content
Merged
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, InnoSpectraNIR-S-G1, LinkSquare, or FTIR6X </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, InnoSpectraNIR-S-G1, LinkSquare, FTIR6X, or Viavi microNIR </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 @@ -142,6 +142,7 @@ my @sequencing_center_options = split ",", $c->config->{genotyping_facilities};
<option value="Specim FX17">Specim FX17</option>
<option value="FTIR6X">FT/IR-6X</option>
<option value="InnoSpectraNIR-S-G1">InnoSpectraNIR-S-G1</option>
<option value="Viavi microNIR">Viavi microNIR</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 @@ -110,6 +110,7 @@
<option value="Specim FX17">Specim FX17</option>
<option value="FTIR6X">FT/IR-6X</option>
<option value="InnoSpectraNIR-S-G1">InnoSpectraNIR-S-G1</option>
<option value="Viavi microNIR">Viavi microNIR</option>
</select>
</div>
</div>
Expand Down