Questions tagged [hyperspec]

7 questions
7
votes
1 answer

Reading and Understanding Common Lisp (HyperSpec) Documentation

In trying to gather a deeper familiarity with Common Lisp's tools, I found myself struggling when reading the documentation. Namely, it is difficult to comprehend what the usage of the macro in question would look like. For instance, consider…
MadPhysicist
  • 5,401
  • 11
  • 42
  • 107
6
votes
0 answers

Scheme R7RS or R5RS HyperSpec?

I find the Common Lisp HyperSpec to be useful as a sort of man pages for the Common Lisp programming language. Is there a Scheme equivalent covering either the R7RS or R5RS standard (or for that matter R6RS)? I am aware of the PDFs of the R5RS and…
haziz
  • 12,994
  • 16
  • 54
  • 75
2
votes
1 answer

Common Lisp HyperSpec: unbound symbol handling in conforming implementations

This is a pretty technical question about conforming implementations of the ANSI Lisp spec: In Section 2.3.4, it says that a token read as a symbol that's not available in the current package is interred as a new symbol in the current package. In…
1
vote
0 answers

Error using PCA outlier dectection in HyperSpec

I have been finding HyperSpec to very useful, however, I continue to receive errors when running through "Outlier Removal by Principal Component Analysis (PCA)" following the steps in the Chondro tutorial . The code I'm running is below: pca <-…
Haley Sapers
  • 103
  • 10
0
votes
0 answers

I have a hyperspectral data set of size : (272, 512, 16) and I am trying to get the RGB images

I have a hyperspectral dataset of size (272, 512, 16) where 16 is the number of bands, the idea is I want to generate the RGB images form those hyperspectral but the problem is I have tried so many codes but nothing is working with me . this is my…
0
votes
0 answers

How to embed hyperspectral image in Qlabel using PyQt5 in Python?

I have used Qpixmap for embedding a normal image in Qlabel in user interface and its working totally fine but when I'm trying to embed a hyperspectral image its showing error Following is the code used - ` library used - rasterio img =…
0
votes
0 answers

reading CSV files into Hyperspec

I've been really enjoying working with Hyperspec with Horiba data. However, I'm now working with data from a custom instrument that has two main file types that I've been having difficulty reading in. In both cases the samples (each a single…
Haley Sapers
  • 103
  • 10