msr-consulting / exscalabar

User interface for the EXSCALABAR instrument.
http://www.msrconsults.com/ukmet-gh/exscalabar
1 stars 2 forks source link

PAS temperatures #79

Closed JustinLangridge closed 8 years ago

JustinLangridge commented 8 years ago

Add UI displays for PAS cell thermistrors (perhaps in with the vaisala and honeywell housekeeping data)

lo-co commented 8 years ago

So, according to the signal list, there is only one DAQ temperature per cell. I am going to place these on the PAS plot and the others will go into the Meerstetter plots.

lo-co commented 8 years ago

The directive for this is ex-pas-temp-plot. The file is in pas/ex.pastemp.dir.js. It's important to know that these things are easy to move around (intentionally so). The html code in the pas.html looks like this:

<div class="row">
    <ex-pas-temp-plot></ex-pas-temp-plot>
</div>

The reference has been added to the gulp.js stream so it is built into exscalabar.js which is built into index.html. If you want to move the plot around, simply take the tag, <ex-pas-temp-plot> and place it wherever you want it.