This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation,...
Public Lab is an open community which collaboratively develops accessible, open source, Do-It-Yourself technologies for investigating local environmental health and justice issues.
8 CURRENT | warren |
June 02, 2020 15:15
| over 4 years ago
This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation, and have a corresponding entry in the Spectral Workbench Operations page. Watch this video about using various tool panes: VersioningFork this spectrumMakes a copy of the displayed spectrum, but owned by you (if it's not already). Use this if you need to use someone else's data, but want to modify it first. Or, if one of your own spectra is locked to changes due to being used elsewhere (learn how this can happen on the Snapshots page), you can just fork the spectrum and make your changes on the copy. Data processing and displayCalibrateYou'll notice that many other spectra on the site have a scale showing "nm" or nanometer units on the horizontal axis. To get scaled data, you must calibrate your spectrometer. There are several kinds of calibration but here we're talking about wavelength calibration, which allows your spectrometer to display a wavelength value for any color of light it sees. Luckily, this is easy -- to learn how, see the Spectral Workbench Calibration page. Copy calibrationOnce you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumThis tool subtracts each wavelength of one spectrum from the same wavelength of another. It's useful if, for example, you record a baseline spectrum with no sample, then record a second with a sample. Then you can subtract the baseline from the later spectrum, and see the change between the two. Limit wavelength rangeIf your data is only good (or interesting) within a certain range of wavelengths, you can use this tool to display only that range. Public Lab spectromters, for example, typically only display high quality data in the visual range, from about 400-750 nanometers. If you've removed the near infrared blocking filter from your webcam, you might get data higher -- perhaps up to 1000nm. SmoothThis is a rolling-average smoothing tool, which simply blurs each data point with higher and lower wavelength data to smooth the graph line. It is not the same as a time-average, which averages the same pixel over time to reduce noise. TransformThe Transform tool runs a JavaScript math expression on each data point (i.e. each pixel) of a spectrum. For example, if you enter the expression The terms you have available to include in your expressions are:
BlendThe Blend tool is very similar to the Transform tool, but also incorporates data from a second spectrum. This is very powerful; you can blend two spectra in almost any manner you like. The terms you have available to include in your expressions are:
Comparison & SetsCompareThe compare tool temporarily displays the selected spectrum, overlaid on the graph, for comparison. You can remove it again in the Comparisons tab, which will appear when you use the compare tool. The compare tool can be used repeatedly to overlay multiple spectra. You can save all current comparisons, plus the original spectrum, by clicking "Save as set" in the Comparisons tab. Find similarThe find similar tool uses the database-wide spectral matching system developed by @sreyanth in 2013, but displays the results in a pane; any result may be added as a comparison by clicking Data extractionSet new cross-sectionCross sectioning sets the row of pixels, counting the number of pixels from top edge, used to generate the graph. The default for any spectrum is the top row of pixels -- the equivalent of Flip imageManually flips the spectrum image horizontally. This can be necessary if your spectrometer webcam is installed backwards, which would place the red end of the spectrum (with higher wavelengths) to the left, instead of to the right, as is the standard in Spectral Workbench. Note that you can calibrate a reversed spectrum without flipping it manually, and this can affect later calibrations. Manually flipping an image -- especially a calibration -- may cause you trouble later, as you may have to manually flip any image you wish to combine with this data, to get it to match. It's far easier to make your spectrometer's hardware match the "blue at left" standard of Spectral Workbench. WishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! |
Revert | |
7 | warren |
March 21, 2016 18:00
| over 8 years ago
This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation, and have a corresponding entry in the Spectral Workbench Operations page. Watch this video about using various tool panes: VersioningFork this spectrumMakes a copy of the displayed spectrum, but owned by you (if it's not already). Use this if you need to use someone else's data, but want to modify it first. Or, if one of your own spectra is locked to changes due to being used elsewhere (learn how this can happen on the Snapshots page), you can just fork the spectrum and make your changes on the copy. Data processing and displayCalibrateYou'll notice that many other spectra on the site have a scale showing "nm" or nanometer units on the horizontal axis. To get scaled data, you must calibrate your spectrometer. There are several kinds of calibration but here we're talking about wavelength calibration, which allows your spectrometer to display a wavelength value for any color of light it sees. Luckily, this is easy -- to learn how, see the Spectral Workbench Calibration page. Copy calibrationOnce you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumThis tool subtracts each wavelength of one spectrum from the same wavelength of another. It's useful if, for example, you record a baseline spectrum with no sample, then record a second with a sample. Then you can subtract the baseline from the later spectrum, and see the change between the two. Limit wavelength rangeIf your data is only good (or interesting) within a certain range of wavelengths, you can use this tool to display only that range. Public Lab spectromters, for example, typically only display high quality data in the visual range, from about 400-750 nanometers. If you've removed the near infrared blocking filter from your webcam, you might get data higher -- perhaps up to 1000nm. SmoothThis is a rolling-average smoothing tool, which simply blurs each data point with higher and lower wavelength data to smooth the graph line. It is not the same as a time-average, which averages the same pixel over time to reduce noise. TransformThe Transform tool runs a JavaScript math expression on each data point (i.e. each pixel) of a spectrum. For example, if you enter the expression The terms you have available to include in your expressions are:
BlendThe Blend tool is very similar to the Transform tool, but also incorporates data from a second spectrum. This is very powerful; you can blend two spectra in almost any manner you like. The terms you have available to include in your expressions are:
Comparison & SetsCompareThe compare tool temporarily displays the selected spectrum, overlaid on the graph, for comparison. You can remove it again in the Comparisons tab, which will appear when you use the compare tool. The compare tool can be used repeatedly to overlay multiple spectra. You can save all current comparisons, plus the original spectrum, by clicking "Save as set" in the Comparisons tab. Find similarThe find similar tool uses the database-wide spectral matching system developed by @sreyanth in 2013, but displays the results in a pane; any result may be added as a comparison by clicking Data extractionSet new cross-sectionCross sectioning sets the row of pixels, counting the number of pixels from top edge, used to generate the graph. The default for any spectrum is the top row of pixels -- the equivalent of Flip imageManually flips the spectrum image horizontally. This can be necessary if your spectrometer webcam is installed backwards, which would place the red end of the spectrum (with higher wavelengths) to the left, instead of to the right, as is the standard in Spectral Workbench. Note that you can calibrate a reversed spectrum without flipping it manually, and this can affect later calibrations. Manually flipping an image -- especially a calibration -- may cause you trouble later, as you may have to manually flip any image you wish to combine with this data, to get it to match. It's far easier to make your spectrometer's hardware match the "blue at left" standard of Spectral Workbench. WishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! |
Revert | |
6 | warren |
February 05, 2016 18:37
| almost 9 years ago
This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation, and have a corresponding entry in the Spectral Workbench Operations page. Watch this video about using various tool panes: VersioningFork this spectrumMakes a copy of the displayed spectrum, but owned by you (if it's not already). Use this if you need to use someone else's data, but want to modify it first. Or, if one of your own spectra is locked to changes due to being used elsewhere (learn how this can happen on the Snapshots page), you can just fork the spectrum and make your changes on the copy. Data processing and displayCalibrateYou'll notice that many other spectra on the site have a scale showing "nm" or nanometer units on the horizontal axis. To get scaled data, you must calibrate your spectrometer. There are several kinds of calibration but here we're talking about wavelength calibration, which allows your spectrometer to display a wavelength value for any color of light it sees. Luckily, this is easy -- to learn how, see the Spectral Workbench Calibration page. Copy calibrationOnce you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumThis tool subtracts each wavelength of one spectrum from the same wavelength of another. It's useful if, for example, you record a baseline spectrum with no sample, then record a second with a sample. Then you can subtract the baseline from the later spectrum, and see the change between the two. Limit wavelength rangeIf your data is only good (or interesting) within a certain range of wavelengths, you can use this tool to display only that range. Public Lab spectromters, for example, typically only display high quality data in the visual range, from about 400-750 nanometers. If you've removed the near infrared blocking filter from your webcam, you might get data higher -- perhaps up to 1000nm. SmoothThis is a rolling-average smoothing tool, which simply blurs each data point with higher and lower wavelength data to smooth the graph line. It is not the same as a time-average, which averages the same pixel over time to reduce noise. TransformThe Transform tool runs a JavaScript math expression on each data point (i.e. each pixel) of a spectrum. For example, if you enter the expression The terms you have available to include in your expressions are:
BlendThe Blend tool is very similar to the Transform tool, but also incorporates data from a second spectrum. This is very powerful; you can blend two spectra in almost any manner you like. The terms you have available to include in your expressions are:
Comparison & SetsCompareThe compare tool temporarily displays the selected spectrum, overlaid on the graph, for comparison. You can remove it again in the Comparisons tab, which will appear when you use the compare tool. The compare tool can be used repeatedly to overlay multiple spectra. You can save all current comparisons, plus the original spectrum, by clicking "Save as set" in the Comparisons tab. Find similarThe find similar tool uses the database-wide spectral matching system developed by @sreyanth in 2013, but displays the results in a pane; any result may be added as a comparison by clicking Data extractionSet new cross-sectionCross sectioning sets the row of pixels, counting the number of pixels from top edge, used to generate the graph. The default for any spectrum is the top row of pixels -- the equivalent of Flip imageManually flips the spectrum image horizontally. This can be necessary if your spectrometer webcam is installed backwards, which would place the red end of the spectrum (with higher wavelengths) to the left, instead of to the right, as is the standard in Spectral Workbench. Note that you can calibrate a reversed spectrum without flipping it manually, and this can affect later calibrations. Manually flipping an image -- especially a calibration -- may cause you trouble later, as you may have to manually flip any image you wish to combine with this data, to get it to match. It's far easier to make your spectrometer's hardware match the "blue at left" standard of Spectral Workbench. WishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! |
Revert | |
5 | warren |
February 05, 2016 15:53
| almost 9 years ago
This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation, and have a corresponding entry in the Spectral Workbench Operations page. VersioningFork this spectrumMakes a copy of the displayed spectrum, but owned by you (if it's not already). Use this if you need to use someone else's data, but want to modify it first. Or, if one of your own spectra is locked to changes due to being used elsewhere (learn how this can happen on the Snapshots page), you can just fork the spectrum and make your changes on the copy. Data processing and displayCalibrateYou'll notice that many other spectra on the site have a scale showing "nm" or nanometer units on the horizontal axis. To get scaled data, you must calibrate your spectrometer. There are several kinds of calibration but here we're talking about wavelength calibration, which allows your spectrometer to display a wavelength value for any color of light it sees. Luckily, this is easy -- to learn how, see the Spectral Workbench Calibration page. Copy calibrationOnce you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumThis tool subtracts each wavelength of one spectrum from the same wavelength of another. It's useful if, for example, you record a baseline spectrum with no sample, then record a second with a sample. Then you can subtract the baseline from the later spectrum, and see the change between the two. Limit wavelength rangeIf your data is only good (or interesting) within a certain range of wavelengths, you can use this tool to display only that range. Public Lab spectromters, for example, typically only display high quality data in the visual range, from about 400-750 nanometers. If you've removed the near infrared blocking filter from your webcam, you might get data higher -- perhaps up to 1000nm. SmoothThis is a rolling-average smoothing tool, which simply blurs each data point with higher and lower wavelength data to smooth the graph line. It is not the same as a time-average, which averages the same pixel over time to reduce noise. TransformThe Transform tool runs a JavaScript math expression on each data point (i.e. each pixel) of a spectrum. For example, if you enter the expression The terms you have available to include in your expressions are:
BlendThe Blend tool is very similar to the Transform tool, but also incorporates data from a second spectrum. This is very powerful; you can blend two spectra in almost any manner you like. The terms you have available to include in your expressions are:
Comparison & SetsCompareThe compare tool temporarily displays the selected spectrum, overlaid on the graph, for comparison. You can remove it again in the Comparisons tab, which will appear when you use the compare tool. The compare tool can be used repeatedly to overlay multiple spectra. You can save all current comparisons, plus the original spectrum, by clicking "Save as set" in the Comparisons tab. Find similarThe find similar tool uses the database-wide spectral matching system developed by @sreyanth in 2013, but displays the results in a pane; any result may be added as a comparison by clicking Data extractionSet new cross-sectionCross sectioning sets the row of pixels, counting the number of pixels from top edge, used to generate the graph. The default for any spectrum is the top row of pixels -- the equivalent of Flip imageManually flips the spectrum image horizontally. This can be necessary if your spectrometer webcam is installed backwards, which would place the red end of the spectrum (with higher wavelengths) to the left, instead of to the right, as is the standard in Spectral Workbench. Note that you can calibrate a reversed spectrum without flipping it manually, and this can affect later calibrations. Manually flipping an image -- especially a calibration -- may cause you trouble later, as you may have to manually flip any image you wish to combine with this data, to get it to match. It's far easier to make your spectrometer's hardware match the "blue at left" standard of Spectral Workbench. WishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! |
Revert | |
4 | warren |
February 03, 2016 22:41
| almost 9 years ago
This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation, and have a corresponding entry in the Spectral Workbench Operations page. VersioningFork this spectrumMakes a copy of the displayed spectrum, but owned by you (if it's not already). Use this if you need to use someone else's data, but want to modify it first. Or, if one of your own spectra is locked to changes due to being used elsewhere (learn how this can happen on the Snapshots page), you can just fork the spectrum and make your changes on the copy. Data processing and displayCalibrateYou'll notice that many other spectra on the site have a scale showing "nm" or nanometer units on the horizontal axis. To get scaled data, you must calibrate your spectrometer. There are several kinds of calibration but here we're talking about wavelength calibration, which allows your spectrometer to display a wavelength value for any color of light it sees. Luckily, this is easy -- to learn how, see the Spectral Workbench Calibration page. Copy calibrationOnce you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumThis tool subtracts each wavelength of one spectrum from the same wavelength of another. It's useful if, for example, you record a baseline spectrum with no sample, then record a second with a sample. Then you can subtract the baseline from the later spectrum, and see the change between the two. Limit wavelength rangeIf your data is only good (or interesting) within a certain range of wavelengths, you can use this tool to display only that range. Public Lab spectromters, for example, typically only display high quality data in the visual range, from about 400-750 nanometers. If you've removed the near infrared blocking filter from your webcam, you might get data higher -- perhaps up to 1000nm. SmoothThis is a rolling-average smoothing tool, which simply blurs each data point with higher and lower wavelength data to smooth the graph line. It is not the same as a time-average, which averages the same pixel over time to reduce noise. TransformThe Transform tool runs a JavaScript math expression on each data point (i.e. each pixel) of a spectrum. For example, if you enter the expression The terms you have available to include in your expressions are:
BlendThe Blend tool is very similar to the Transform tool, but also incorporates data from a second spectrum. This is very powerful; you can blend two spectra in almost any manner you like. The terms you have available to include in your expressions are:
Comparison & SetsCompareThe compare tool temporarily displays the selected spectrum, overlaid on the graph, for comparison. You can remove it again in the Comparisons tab, which will appear when you use the compare tool. The compare tool can be used repeatedly to overlay multiple spectra. You can save all current comparisons, plus the original spectrum, by clicking "Save as set" in the Comparisons tab. Find similarThe find similar tool uses the database-wide spectral matching system developed by @sreyanth in 2013, but displays the results in a pane; any result may be added as a comparison by clicking Data extractionSet new cross-sectionCross sectioning sets the row of pixels, counting the number of pixels from top edge, used to generate the graph. The default for any spectrum is the top row of pixels -- the equivalent of Flip imageManually flips the spectrum image horizontally. This can be necessary if your spectrometer webcam is installed backwards, which would place the red end of the spectrum (with higher wavelengths) to the left, instead of to the right, as is the standard in Spectral Workbench. Note that you can calibrate a reversed spectrum without flipping it manually, and this can affect later calibrations. Manually flipping an image -- especially a calibration -- may cause you trouble later, as you may have to manually flip any image you wish to combine with this data, to get it to match. It's far easier to make your spectrometer's hardware match the "blue at left" standard of Spectral Workbench. WishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! |
Revert | |
3 | warren |
February 03, 2016 22:40
| almost 9 years ago
Once you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumYou shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift This is list of the tools available in Spectral Workbench 2. Most of these generate an Operation, and have a corresponding entry in the Spectral Workbench Operations page. VersioningFork this spectrumMakes a copy of the displayed spectrum, but owned by you (if it's not already). Use this if you need to use someone else's data, but want to modify it first. Or, if one of your own spectra is locked to changes due to being used elsewhere (learn how this can happen on the Snapshots page), you can just fork the spectrum and make your changes on the copy. Data processing and displayCalibrateYou'll notice that many other spectra on the site have a scale showing "nm" or nanometer units on the horizontal axis. To get scaled data, you must calibrate your spectrometer. There are several kinds of calibration but here we're talking about wavelength calibration, which allows your spectrometer to display a wavelength value for any color of light it sees. Luckily, this is easy -- to learn how, see the Spectral Workbench Calibration page. Copy calibrationOnce you have a calibration, you can use that to calibrate all of the spectra after that calibration. To do this, you copy that calibration by selecting it with this tool. Learn more at https://publiclab.org/wiki/spectral-workbench-calibration#Copying+calibrations You shouldn't re-use a calibration for too long; redoing your calibration (any time you move your spectrometer, or before each set of tests, for example) fairly regularly is a good idea to ensure your device doesn't drift out of calibration over time. Subtract spectrumThis tool subtracts each wavelength of one spectrum from the same wavelength of another. It's useful if, for example, you record a baseline spectrum with no sample, then record a second with a sample. Then you can subtract the baseline from the later spectrum, and see the change between the two. Limit wavelength rangeIf your data is only good (or interesting) within a certain range of wavelengths, you can use this tool to display only that range. Public Lab spectromters, for example, typically only display high quality data in the visual range, from about 400-750 nanometers. If you've removed the near infrared blocking filter from your webcam, you might get data higher -- perhaps up to 1000nm. SmoothThis is a rolling-average smoothing tool, which simply blurs each data point with higher and lower wavelength data to smooth the graph line. It is not the same as a time-average, which averages the same pixel over time to reduce noise. TransformThe Transform tool runs a JavaScript math expression on each data point (i.e. each pixel) of a spectrum. For example, if you enter the expression The terms you have available to include in your expressions are:
BlendThe Blend tool is very similar to the Transform tool, but also incorporates data from a second spectrum. This is very powerful; you can blend two spectra in almost any manner you like. The terms you have available to include in your expressions are:
Comparison & SetsCompareThe compare tool temporarily displays the selected spectrum, overlaid on the graph, for comparison. You can remove it again in the Comparisons tab, which will appear when you use the compare tool. The compare tool can be used repeatedly to overlay multiple spectra. You can save all current comparisons, plus the original spectrum, by clicking "Save as set" in the Comparisons tab. Find similarThe find similar tool uses the database-wide spectral matching system developed by @sreyanth in 2013, but displays the results in a pane; any result may be added as a comparison by clicking Data extractionSet new cross-sectionCross sectioning sets the row of pixels, counting the number of pixels from top edge, used to generate the graph. The default for any spectrum is the top row of pixels -- the equivalent of Flip imageManually flips the spectrum image horizontally. This can be necessary if your spectrometer webcam is installed backwards, which would place the red end of the spectrum (with higher wavelengths) to the left, instead of to the right, as is the standard in Spectral Workbench. Note that you can calibrate a reversed spectrum without flipping it manually, and this can affect later calibrations. Manually flipping an image -- especially a calibration -- may cause you trouble later, as you may have to manually flip any image you wish to combine with this data, to get it to match. It's far easier to make your spectrometer's hardware match the "blue at left" standard of Spectral Workbench. WishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! As we receive them we'll move them down below to the "Specific feature requests" area, with links to the GitHub code management system so you'll be able to see if/when/how they're being addressed or incorporated into upcoming versions. We'll likely need your help defining, designing, and testing things! Specific feature requests
|
Revert | |
2 | warren |
February 03, 2016 21:59
| almost 9 years ago
This is list of the tools available in Spectral Workbench 2. VersioningFork this spectrumMakes a copy of Data processing and displayCalibrateCopy calibrationSubtract spectrumLimit wavelength rangeSmoothTransformBlendComparison & SetsCompareFind similarData extractionSet new cross-sectionFlip imageWishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! As we receive them we'll move them down below to the "Specific feature requests" area, with links to the GitHub code management system so you'll be able to see if/when/how they're being addressed or incorporated into upcoming versions. We'll likely need your help defining, designing, and testing things! Specific feature requests
|
Revert | |
1 | warren |
October 09, 2015 20:24
| about 9 years ago
This is an (incomplete) documentation of the tools available in the new Spectral Workbench 2.0. Please help to build them out if you can! VersioningClone this spectrum and work on a copyData processing and displayCalibrate this spectrumSubtract another spectrumSet wavelength rangeCopy calibrationTransformSmoothChange unitsData extractionSet new cross-sectionFlip image horizontallySet new cross-section by %Detect brightest cross-sectionComparison & SetsCompare with another spectrumFind similarAdd to a setSave as a setWishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! As we receive them we'll move them down below to the "Specific feature requests" area, with links to the GitHub code management system so you'll be able to see if/when/how they're being addressed or incorporated into upcoming versions. We'll likely need your help defining, designing, and testing things! Specific feature requests
|
Revert | |
0 | warren |
October 09, 2015 20:22
| about 9 years ago
This is an (incomplete) documentation of the tools available in the new Spectral Workbench 2.0. Please help to build them out if you can! VersioningClone this spectrum and work on a copy Data processing and displayCalibrate this spectrumSubtract another spectrumSet wavelength rangeCopy calibrationTransformSmoothChange unitsData extractionSet new cross-sectionFlip image horizontallySet new cross-section by %Detect brightest cross-sectionComparison & SetsCompare with another spectrumFind similarAdd to a setSave as a setWishlistPlease add features here that you'd like to see in upcoming versions of Spectral Workbench. Email plots-dev@googlegroups.com as well so we know! As we receive them we'll move them down below to the "Specific feature requests" area, with links to the GitHub code management system so you'll be able to see if/when/how they're being addressed or incorporated into upcoming versions. We'll likely need your help defining, designing, and testing things! Specific feature requests
|
Revert |