Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

S

s - Variable in class skyview.executive.Imager
The Scaler object for the output image.
samp - Variable in class skyview.executive.Imager
The sampler object used to create the output image.
Samp - Class in skyview.executive
This class implements the SAMP protocol for SkyView.
Samp() - Constructor for class skyview.executive.Samp
 
sample(Image) - Method in class skyview.geometry.DepthSampler
Sample an image according the the input specification
sample(int) - Method in class skyview.geometry.sampler.Clip
Implement the sample function of the Sampler class.
sample(int) - Method in class skyview.geometry.sampler.Combo
Use the primary unless we get a NaN
sample(int) - Method in class skyview.geometry.sampler.Lanczos
Sample a single pixel
sample(int) - Method in class skyview.geometry.sampler.LI
Sample at a specified pixel
sample(int) - Method in class skyview.geometry.sampler.NN
Sample at a specified pixel
sample(int) - Method in class skyview.geometry.Sampler
Find the value in the input data to put in the output data.
sample(int) - Method in class skyview.geometry.sampler.Spline
 
sampleModel - Variable in class ij.process.ImageProcessor
 
samplePixel(int, double[], double[]) - Method in class skyview.geometry.sampler.Clip
Sample a single map pixel.
Sampler - Class in skyview.geometry
 
Sampler() - Constructor for class skyview.geometry.Sampler
 
save(ImagePlus, String, int) - Static method in class ij.plugin.JpegWriter
Thread-safe method.
save() - Static method in class skyview.executive.Settings
Save the current state of the settings for a later restoration
scalarColumn(String) - Method in class heasarc.db.votable.StreamToJava
 
scale(double, double) - Method in class ij.process.FloatProcessor
Scales the image or selection using the specified scale factors.
scale(double, double) - Method in class ij.process.ImageProcessor
Scales the image by the specified factors.
scale(double) - Method in class skyview.data.AngScale
This function defines an appropriate interval between the grid values, given the absolute value of the range of the interval.
scale() - Method in class skyview.geometry.Scaler
What is the scale of this transformation? This is defined as the ratio of the lengths between a unit transformation on input.
scale(int, double[], double[]) - Method in class skyview.util.HistoMatcher
 
scale(double) - Method in class skyview.util.HistScaler
 
scale(double) - Method in class skyview.util.LinearScaler
Scale a single value
scale(double) - Method in class skyview.util.LogScaler
Scale an value.
scale(double) - Method in class skyview.util.Scaler
Scale a single number.
scale(double) - Method in class skyview.util.SqrtScaler
Scale an value.
scaleArray(Object) - Method in class skyview.util.Scaler
Scale an array assumed to be a double array of arbitrary dimensionality.
ScaledBorder - Class in skyview.process.imagefinder
This class works almost exactly like the BorderImageFinder, however when calculating the distance from the edge of the image, the distance is scaled to diagonal dimension of the image.
ScaledBorder() - Constructor for class skyview.process.imagefinder.ScaledBorder
 
Scaler - Class in skyview.geometry
This class does 2-D scalings, rotations and linear transformations.
Scaler(double, double, double, double, double, double) - Constructor for class skyview.geometry.Scaler
Create a scaler where y0 = x0 + a00*x0 + a01*x1, y1 = x0+a10*x0+a11*x1.
Scaler - Class in skyview.util
Scale an object.
Scaler() - Constructor for class skyview.util.Scaler
Provide default scaler.
Scaler(double, double, int, int) - Constructor for class skyview.util.Scaler
Provide a scaler with a specified scaling range to a specified range of bytes.
scaling(double, double) - Method in class skyview.data.AngScale
Get the desired starting values and scaling interval.
segmentStraddle(double[], double[]) - Method in class skyview.geometry.projecter.HpxStraddle
Does the line between the two points straddle?
set(int, int, int) - Method in class ij.process.FloatProcessor
 
set(int, int) - Method in class ij.process.FloatProcessor
 
set(double) - Method in class ij.process.FloatProcessor
 
set(int, int, int) - Method in class ij.process.ImageProcessor
This is a faster version of putPixel() that does not clip out of range values and does not do bounds checking.
set(int, int) - Method in class ij.process.ImageProcessor
 
set(double) - Method in class ij.process.ImageProcessor
Assigns 'value' to each pixel in the image or ROI.
set(long) - Method in class skyview.util.SetTimeout
 
set() - Static method in class skyview.util.SetTimeout
 
setAccumulate(boolean) - Method in class skyview.survey.Image
Set the accumulation mode.
setAntialiasedText(boolean) - Method in class ij.process.ImageProcessor
Specifies whether or not text is drawn using antialiasing.
setAutoThreshold(String) - Method in class ij.process.ImageProcessor
 
setAutoThreshold(String, boolean, int) - Method in class ij.process.ImageProcessor
 
setAutoThreshold(AutoThresholder.Method, boolean) - Method in class ij.process.ImageProcessor
 
setAutoThreshold(AutoThresholder.Method, boolean, int) - Method in class ij.process.ImageProcessor
 
setAutoThreshold(int, int) - Method in class ij.process.ImageProcessor
Automatically sets the lower and upper threshold levels, where 'method' must be ISODATA or ISODATA2 and 'lutUpdate' must be RED_LUT, BLACK_AND_WHITE_LUT, OVER_UNDER_LUT or NO_LUT_UPDATE.
setBackgroundValue(double) - Method in class ij.process.FloatProcessor
Does nothing.
setBackgroundValue(double) - Method in class ij.process.ImageProcessor
Sets the background fill value used by the rotate() and scale() methods.
setBinaryThreshold() - Method in class ij.process.ImageProcessor
 
setBounds(int[]) - Method in class skyview.geometry.sampler.Combo
Set the bounds of the output image that may be asked for.
setBounds(int[]) - Method in class skyview.geometry.Sampler
Set the bounds of the output image that may be asked for.
setCalibrationTable(float[]) - Method in class ij.process.ImageProcessor
Set a lookup table used by getPixelValue(), getLine() and convertToFloat() to calibrate pixel values.
setClipRect(Rectangle) - Method in class ij.process.ImageProcessor
Updates the clipping rectangle used by lineTo(), drawLine(), drawDot() and drawPixel().
setColor(Color) - Method in class ij.process.FloatProcessor
Sets the foreground fill/draw color.
setColor(Color) - Method in class ij.process.ImageProcessor
Sets the default fill/draw value to the pixel value closest to the specified color.
setColor(int) - Method in class ij.process.ImageProcessor
Sets the default fill/draw value.
setColor(double) - Method in class ij.process.ImageProcessor
Sets the default fill/draw value.
setColorModel(ColorModel) - Method in class ij.process.ImageProcessor
Sets the color model.
setData(long, double) - Method in class skyview.survey.DSSImage
Set the Data associated with the image.
setData(long, double) - Method in class skyview.survey.HealPixImage
Support changing the data! Probably won't use this...
setData(long, double) - Method in class skyview.survey.HipsImage
Support changing the data! Probably won't use this...
setData(long, double) - Method in class skyview.survey.Image
Set the Data associated with the image.
setData(long, double) - Method in class skyview.survey.ProxyImage
Set the Data associated with the image.
setData(long, double) - Method in class skyview.survey.Subset
Set the data associated with the image.
setDataArray(double[]) - Method in class skyview.survey.DSSImage
Set the data array
setDataArray(double[]) - Method in class skyview.survey.Image
Set the data array
setDataArray(double[]) - Method in class skyview.survey.ProxyImage
Set the data array
setDataArray(double[]) - Method in class skyview.survey.Subset
Set the data array
setDistorter(Distorter) - Method in class skyview.geometry.Projection
 
setDrizzle(double) - Method in class skyview.geometry.sampler.Clip
Set the drizzle factor for sampling
setEntriesUsed(int) - Method in class skyview.vo.ConeQuerier
 
setf(int, int, float) - Method in class ij.process.FloatProcessor
 
setf(int, float) - Method in class ij.process.FloatProcessor
 
setf(int, int, float) - Method in class ij.process.ImageProcessor
Sets the value of the pixel at (x,y) to 'value'.
setf(int, float) - Method in class ij.process.ImageProcessor
 
setFactory(ImageFactory) - Method in class skyview.survey.ProxyImage
Set the factory that is used to create the real images
setFloatArray(float[][]) - Method in class ij.process.ImageProcessor
Replaces the pixel data with contents of the specified 2D float array.
setFont(Font) - Method in class ij.process.ImageProcessor
Sets the font used by drawString().
setFunction(String) - Method in class skyview.data.Contourer
Set the transformation to be done on the input image before finding contour regions.
setHeaderNaxis(int[]) - Method in class skyview.geometry.WCS
 
setHistogramRange(double, double) - Method in class ij.process.ImageProcessor
Set the range used for histograms of float images.
setHistogramSize(int) - Method in class ij.process.ImageProcessor
Set the number of bins to be used for histograms of float images.
setImage(Image) - Method in class skyview.data.Gridder
Change the image
setImage(Image, Image, Sampler) - Method in class skyview.process.expfinder.ExposureFile
 
setImage(Image, Image, Sampler) - Method in class skyview.process.expfinder.FitsKeyword
 
setImage(Image, Image, Sampler) - Method in class skyview.process.expfinder.Null
 
setImage(Image, Image, Sampler) - Method in interface skyview.process.ExposureFinder
Specify the input image for which we are going to get the exposure.
setInput(Image) - Method in class skyview.geometry.sampler.Clip
 
setInput(Image) - Method in class skyview.geometry.sampler.Combo
Set the input image for the sampling
setInput(Image) - Method in class skyview.geometry.Sampler
Set the input image for the sampling
setInput(Image) - Method in class skyview.geometry.sampler.Spline
Construct a sample of a given degree.
setInputStream(InputStream) - Method in class skyview.survey.HDecompressor
Set the input stream for an Hdecomp object.
setIntArray(int[][]) - Method in class ij.process.ImageProcessor
Replaces the pixel data with contents of the specified 2D int array.
setIntensive(boolean) - Method in class skyview.geometry.sampler.Clip
 
setInterpolate(boolean) - Method in class ij.process.ImageProcessor
This method has been replaced by setInterpolationMethod().
setInterpolationMethod(int) - Method in class ij.process.ImageProcessor
Use this method to set the interpolation method (NONE, BILINEAR or BICUBIC) used by scale(), resize() and rotate().
setJustification(int) - Method in class ij.process.ImageProcessor
Sets the justification used by drawString(), where justification is CENTER_JUSTIFY, RIGHT_JUSTIFY or LEFT_JUSTIFY.
setLimits(double, double, int) - Method in class skyview.data.Contourer
 
setLimits(double, double, int, double) - Method in class skyview.data.Contourer
Set up the limits for the contouring.
setLineWidth(int) - Method in class ij.process.ImageProcessor
Sets the line width used by lineTo() and drawDot().
setLut(LUT) - Method in class ij.process.ImageProcessor
 
setLutAnimation(boolean) - Method in class ij.process.ImageProcessor
For 16 and 32 bit processors, set 'lutAnimation' true to have createImage() use the cached 8-bit version of the image.
setMask(ImageProcessor) - Method in class ij.process.ImageProcessor
Defines a byte mask that limits processing to an irregular ROI.
setMaxVal(double) - Method in class skyview.util.Scaler
 
setMinAndMax(double, double) - Method in class ij.process.FloatProcessor
Sets the min and max variables that control how real pixel values are mapped to 0-255 screen values.
setMinAndMax(double, double) - Method in class ij.process.ImageProcessor
This image will be displayed by mapping pixel values in the range min-max to screen values in the range 0-255.
setMinMax(double[]) - Method in class skyview.util.HistScaler
 
setMinMax(double[]) - Method in class skyview.util.Scaler
 
setMinVal(double) - Method in class skyview.util.Scaler
 
setName(String) - Method in class skyview.survey.Image
set the name of the image
setName(String) - Method in class skyview.survey.ProxyImage
set the name of the image
setOrder(int) - Method in class skyview.geometry.projecter.Hpx
Set up the base geometry of the HEALPix projection for the given order.
setOrder(int) - Method in class skyview.geometry.sampler.Lanczos
Create a Lanczos sample of specified width sampler The data will be set later.
setOrder(int) - Method in class skyview.geometry.Sampler
Set the order of the classifier.
setOrder(int) - Method in class skyview.geometry.sampler.Spline
Set the order
setOrder(double) - Method in class skyview.survey.HipsImage
Determine which order to sample at given the limits in the HiPS and the user requested scale.
setOutput(Image) - Method in class skyview.geometry.sampler.Clip
 
setOutput(Image) - Method in class skyview.geometry.sampler.Combo
Set the output image for the sampling
setOutput(Image) - Method in class skyview.geometry.Sampler
Set the output image for the sampling
setOutput(PrintStream) - Method in class skyview.vo.ConeQuerier
 
setOverColor(int, int, int) - Static method in class ij.process.ImageProcessor
Sets the upper Over/Under threshold color.
setOverlay(Overlay) - Method in class ij.process.ImageProcessor
This method is used to display virtual stack overlays.
setParams(double[]) - Method in class skyview.geometry.projecter.Zpn
 
setPixels(Object) - Method in class ij.process.FloatProcessor
 
setPixels(int, FloatProcessor) - Method in class ij.process.FloatProcessor
Sets the pixels, and min&max values from a FloatProcessor.
setPixels(Object) - Method in class ij.process.ImageProcessor
Sets a new pixel array for the image.
setPixels(int, FloatProcessor) - Method in class ij.process.ImageProcessor
Sets the pixels (of one color channel for RGB images) from a FloatProcessor.
setPrecision(double, double) - Method in class skyview.geometry.projecter.Toa
Specify precision used in non-grid project/deproject calculations
setPreferDSS(boolean) - Static method in class skyview.geometry.WCS
 
setProgressBar(ProgressBar) - Method in class ij.process.ImageProcessor
Assigns a progress bar to this processor.
setQuality(int) - Static method in class ij.plugin.JpegWriter
Deprecated.
replaced by FileSaver.setJpegQuality()
setReference(double, double) - Method in class skyview.geometry.Projection
 
setRoi(Rectangle) - Method in class ij.process.ImageProcessor
Defines a rectangular region of interest and sets the mask to null if this ROI is not the same size as the previous one.
setRoi(int, int, int, int) - Method in class ij.process.ImageProcessor
Defines a rectangular region of interest and sets the mask to null if this ROI is not the same size as the previous one.
setRoi(Roi) - Method in class ij.process.ImageProcessor
Defines a non-rectangular region of interest that will consist of a rectangular ROI and a mask.
setRoi(Polygon) - Method in class ij.process.ImageProcessor
Defines a polygonal region of interest that will consist of a rectangular ROI and a mask.
setRotater(Rotater) - Method in class skyview.geometry.Projection
Update the Rotater...
setSeparators(String[]) - Method in class skyview.data.CoordinateFormatter
Specify the two separators to be used between the three numbers in sexagesimal output.
setSettings() - Method in class skyview.request.HTMLWriter
This method writes out the settings so that JavaScript can use them.
setSexagesimal(boolean) - Method in class skyview.data.AngScale
Do we want sexagesimal coordinates?
setSexagesimal(boolean) - Method in class skyview.data.CoordinateFormatter
 
setSexigesimal(boolean) - Method in class skyview.data.Gridder
Set whether you want sexagesimal labels
setSliceNumber(int) - Method in class ij.process.ImageProcessor
PlugInFilterRunner uses this method to set the slice number.
setSmoothSize(int, int) - Method in class skyview.data.WeightedSmoother
 
setSnapshotCopyMode(boolean) - Method in class ij.process.ImageProcessor
The getPixelsCopy() method returns a reference to the snapshot buffer if it is not null and 'snapshotCopyMode' is true.
setSnapshotPixels(Object) - Method in class ij.process.FloatProcessor
 
setSnapshotPixels(Object) - Method in class ij.process.ImageProcessor
Sets a new pixel array for the snapshot (undo) buffer.
setStrict(boolean) - Method in class skyview.process.imagefinder.Checker
Set a strict geometry.
setStrict(boolean) - Method in class skyview.process.imagefinder.RectRecurse
Set a strict geometry.
setStrict(boolean) - Method in class skyview.process.ImageFinder
Do stricter tests of the best pixel match
setStrict(boolean) - Method in class skyview.sia.Checker
Set a strict geometry.
setThreshold(double, double, int) - Method in class ij.process.FloatProcessor
 
setThreshold(double, double, int) - Method in class ij.process.ImageProcessor
Sets the lower and upper threshold levels.
setTime(boolean) - Method in class skyview.data.AngScale
Do we want coordinates in time?
SetTimeout - Class in skyview.util
Used to force a process to timeout after a period of time
SetTimeout() - Constructor for class skyview.util.SetTimeout
 
Settings - Class in skyview.executive
This class defines a singleton where SkyView preferences/settings Testchange...
SettingsFixer - Class in skyview.executive
This class looks at the settings and updates as needed for use with the standard Java classes.
SettingsFixer() - Constructor for class skyview.executive.SettingsFixer
 
SettingsMatcher - Class in skyview.request
This class provides a utility function that transforms strings to replace embedded settings with the current values of the setting.
SettingsMatcher() - Constructor for class skyview.request.SettingsMatcher
 
SettingsUpdater - Interface in skyview.executive
This interface defines an object that would like to take process the settings before processing begins.
setTransform(Transformer) - Method in class skyview.geometry.sampler.Combo
Set the transformation information.
setTransform(Transformer) - Method in class skyview.geometry.Sampler
Set the transformation information.
setUnderColor(int, int, int) - Static method in class ij.process.ImageProcessor
Set the lower Over/Under thresholding color.
setUseBicubic(boolean) - Static method in class ij.process.ImageProcessor
 
setUsedImages() - Method in class skyview.process.Mosaicker
 
setValue(double) - Method in class ij.process.FloatProcessor
Sets the default fill/draw value.
setValue(double) - Method in class ij.process.ImageProcessor
Sets the default fill/draw value.
setValue(String, Object) - Method in class org.apache.commons.math3.exception.util.ExceptionContext
Sets the context (key, value) pair.
setZeroFill(boolean) - Method in class skyview.data.CoordinateFormatter
 
sexagesimal(double, int) - Method in class skyview.data.CoordinateFormatter
Create a sexagesimal string representing the coordinate value.
sexagesimal(double, int) - Static method in class skyview.util.Utilities
Format a sexagesimal coordinate string.
Sfl - Class in skyview.geometry.projecter
This class implements the Sanson-Flamsteed (Sinusoidal) projection.
Sfl() - Constructor for class skyview.geometry.projecter.Sfl
 
Sfl.SflDeproj - Class in skyview.geometry.projecter
 
SflDeproj() - Constructor for class skyview.geometry.projecter.Sfl.SflDeproj
 
shadowPoint(double, double) - Method in class skyview.geometry.projecter.Ait
Find the shadow point for the given element.
shadowPoint(double, double) - Method in class skyview.geometry.projecter.Car
Find the shadow to this point
shadowPoint(double, double) - Method in class skyview.geometry.projecter.Mer
Find the shadow point for the given element.
shadowPoint(double, double) - Method in class skyview.geometry.Projecter
Return a shadowpoint for the input location.
shadowPoint(double, double) - Method in class skyview.geometry.projecter.Toa
 
sharpen() - Method in class ij.process.ImageProcessor
Sharpens the image or ROI using a 3x3 convolution kernel.
show(String, double[]) - Static method in class skyview.geometry.projecter.Toa
 
show() - Method in class skyview.survey.MocReader
Describe basic characteristics of the MOC
showProgress(double) - Method in class ij.process.ImageProcessor
 
SIA - Class in skyview.sia
This class initiates a SkyView SIA request.
SIA() - Constructor for class skyview.sia.SIA
 
SIAP2Generator - Class in skyview.survey
This class gets a set of candidates from a SIAP request
SIAP2Generator() - Constructor for class skyview.survey.SIAP2Generator
 
SIAPGenerator - Class in skyview.survey
This class gets a set of candidates from a SIAP request
SIAPGenerator() - Constructor for class skyview.survey.SIAPGenerator
 
SIAWriter - Class in skyview.sia
This class writes out SIA records for surveys which have coverage in the specified region.
SIAWriter() - Constructor for class skyview.sia.SIAWriter
 
Sin - Class in skyview.geometry.projecter
 
Sin() - Constructor for class skyview.geometry.projecter.Sin
 
Sin.SinDeproj - Class in skyview.geometry.projecter
 
SinDeproj() - Constructor for class skyview.geometry.projecter.Sin.SinDeproj
 
SIP - Class in skyview.geometry.distorter
Implement the SIP convention for distorting a standard projection.
SIP(Header) - Constructor for class skyview.geometry.distorter.SIP
Create a distorter from a FITS header.
SIP(double[][], double[][], double[][], double[][]) - Constructor for class skyview.geometry.distorter.SIP
Explicitly set the coefficients for the distorter.
SIP.SIPinverse - Class in skyview.geometry.distorter
Create the inverse distorter for the main class here.
SIPinverse() - Constructor for class skyview.geometry.distorter.SIP.SIPinverse
 
skip(long) - Method in class skyview.request.TextReplacer
 
skyview - package skyview
 
skyview.data - package skyview.data
 
skyview.executive - package skyview.executive
 
skyview.geometry - package skyview.geometry
 
skyview.geometry.csys - package skyview.geometry.csys
 
skyview.geometry.distorter - package skyview.geometry.distorter
 
skyview.geometry.projecter - package skyview.geometry.projecter
 
skyview.geometry.projecter.toast - package skyview.geometry.projecter.toast
 
skyview.geometry.sampler - package skyview.geometry.sampler
 
skyview.geometry.spheredistorter - package skyview.geometry.spheredistorter
 
skyview.ij - package skyview.ij
 
skyview.ops - package skyview.ops
 
skyview.ops.webtests - package skyview.ops.webtests
 
skyview.process - package skyview.process
 
skyview.process.deedger - package skyview.process.deedger
 
skyview.process.expfinder - package skyview.process.expfinder
 
skyview.process.imagefinder - package skyview.process.imagefinder
 
skyview.request - package skyview.request
 
skyview.sia - package skyview.sia
 
skyview.survey - package skyview.survey
 
skyview.test - package skyview.test
 
skyview.tile - package skyview.tile
 
skyview.util - package skyview.util
 
skyview.vo - package skyview.vo
 
SkyViewDetainter - Class in skyview.request
This class defines string patterns and rules that are used to do taint checking for Skyview CGI calls.
SkyViewDetainter() - Constructor for class skyview.request.SkyViewDetainter
 
SkyViewTests - Class in skyview.ops.webtests
 
SkyViewTests() - Constructor for class skyview.ops.webtests.SkyViewTests
 
slurp(String) - Static method in class skyview.request.HTMLWriter
Read a file into a big string.
SmartIntArray - Class in skyview.util
this class allows you to build an array as you go.
SmartIntArray() - Constructor for class skyview.util.SmartIntArray
 
SmartIntArray(int) - Constructor for class skyview.util.SmartIntArray
 
SmartIntArray(int, int) - Constructor for class skyview.util.SmartIntArray
 
smooth() - Method in class ij.process.ImageProcessor
Replaces each pixel with the 3x3 neighborhood mean.
smooth(Image, int, int) - Static method in class skyview.data.BoxSmoother
Smooth an image directly
smooth(double[], int, int, int, int, int) - Static method in class skyview.data.BoxSmoother
 
smooth() - Method in class skyview.data.BoxSmoother
Smooth the current image according to the prescribed size of the box.
smooth() - Method in class skyview.data.WeightedSmoother
Smooth the current image according to the prescribed size of the box.
snapshot() - Method in class ij.process.FloatProcessor
 
snapshot() - Method in class ij.process.ImageProcessor
Makes a copy of this image's pixel data that can be later restored using reset() or reset(mask).
snapshotHeight - Variable in class ij.process.ImageProcessor
 
snapshotWidth - Variable in class ij.process.ImageProcessor
 
source - Variable in class ij.process.ImageProcessor
 
SourceCoordinates - Class in skyview.request
Converts user input to coordinates and returns a position object that can be used to get a position in any coordinate system.
SourceCoordinates(String, String, double, String) - Constructor for class skyview.request.SourceCoordinates
Constructor
SourceCoordinates(String, String, String) - Constructor for class skyview.request.SourceCoordinates
 
specialReference() - Method in class skyview.geometry.Projection
 
sphdist(double, double, double, double) - Static method in class skyview.geometry.Util
Distance between two points on a unit sphere.
sphdistDeg(double, double, double, double) - Static method in class skyview.geometry.Util
Distance between two points on a unit sphere with angles in degres.
SphereDistorter - Class in skyview.geometry
This class defines a non-linear distortion in the image plane.
SphereDistorter() - Constructor for class skyview.geometry.SphereDistorter
 
Spline - Class in skyview.geometry.sampler
 
Spline() - Constructor for class skyview.geometry.sampler.Spline
 
split(Image, int, int) - Static method in class skyview.survey.Subset
Split an image into subsets.
split(Image, int[], int, int) - Static method in class skyview.survey.Subset
Split an index array into subarrays for each subset.
SPLIT_X - Static variable in class skyview.process.imagefinder.Checker
 
SPLIT_X - Static variable in class skyview.process.imagefinder.RectRecurse
 
SPLIT_X - Static variable in class skyview.sia.Checker
 
SPLIT_XY - Static variable in class skyview.process.imagefinder.Checker
 
SPLIT_XY - Static variable in class skyview.process.imagefinder.RectRecurse
 
SPLIT_XY - Static variable in class skyview.sia.Checker
 
SPLIT_Y - Static variable in class skyview.process.imagefinder.Checker
 
SPLIT_Y - Static variable in class skyview.process.imagefinder.RectRecurse
 
SPLIT_Y - Static variable in class skyview.sia.Checker
 
sqr() - Method in class ij.process.FloatProcessor
 
sqr() - Method in class ij.process.ImageProcessor
Performs a square transform on the image or ROI.
sqrt() - Method in class ij.process.FloatProcessor
 
sqrt() - Method in class ij.process.ImageProcessor
Performs a square root transform on the image or ROI.
SqrtScaler - Class in skyview.util
Scale an object linearly.
SqrtScaler() - Constructor for class skyview.util.SqrtScaler
Provide default scaler that positive values will scale the array as the square root between 0-255.
SqrtScaler(double, double, int, int, boolean) - Constructor for class skyview.util.SqrtScaler
Provide a scaler with a specified scaling range to a specified range of bytes.
standardWCS() - Method in class skyview.geometry.WCS
 
startElement(String, String, String, Attributes) - Method in class skyview.request.XMLGallery
 
startElement(String, String, String, Attributes) - Method in class skyview.survey.XMLSurvey.ImageFinderCallBack
 
Stg - Class in skyview.geometry.projecter
 
Stg() - Constructor for class skyview.geometry.projecter.Stg
 
Stg.StgDeproj - Class in skyview.geometry.projecter
 
StgDeproj() - Constructor for class skyview.geometry.projecter.Stg.StgDeproj
 
straddle(double[][]) - Method in class skyview.geometry.projecter.Ait
Does this figure straddle the boundary.
straddle(double[][]) - Method in class skyview.geometry.projecter.Car
Does this area appear to straddle the standard region?
straddle(double[][]) - Method in class skyview.geometry.projecter.Hpx
Does this region specified by the points straddle?
straddle(double[][]) - Method in class skyview.geometry.projecter.HpxStraddle
Does any segment in this sequence of points stadddle.
straddle(double[][]) - Method in class skyview.geometry.projecter.Mer
Does this figure straddle the boundary.
straddle(double[][]) - Method in class skyview.geometry.Projecter
Does this pixel go wrap around the standard region of the image? E.g., does it straddle the 180 deg in a Car or Ait projection?
straddle(double[][]) - Method in class skyview.geometry.projecter.Tea
 
straddle(double[][]) - Method in class skyview.geometry.projecter.Toa
 
straddleable() - Method in class skyview.geometry.projecter.Ait
 
straddleable() - Method in class skyview.geometry.projecter.Car
 
straddleable() - Method in class skyview.geometry.projecter.Hpx
Can a region straddle in the projection -- and do we have code that can address this?
straddleable() - Method in class skyview.geometry.projecter.Mer
 
straddleable() - Method in class skyview.geometry.projecter.Mol
 
straddleable() - Method in class skyview.geometry.Projecter
Is it possible for a pixel to straddle the valid region.
straddleable() - Method in class skyview.geometry.projecter.Tea
 
straddleable() - Method in class skyview.geometry.projecter.Toa
 
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.Ait
Get the straddle regions from a given set.
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.Car
Return a set of straddle points.
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.Hpx
Decompose a straddling region into multiple non-straddling regions.
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.HpxStraddle
Given figure which may straddle, return a set of figures which do not.
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.Mer
Get the straddle regions from a given set.
straddleComponents(double[][]) - Method in class skyview.geometry.Projecter
If this is a straddling pixel, then return the straddle components
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.Tea
 
straddleComponents(double[][]) - Method in class skyview.geometry.projecter.Toa
 
StreamToJava - Class in heasarc.db.votable
 
StreamToJava(InputStream) - Constructor for class heasarc.db.votable.StreamToJava
 
stringColumn(String) - Method in class heasarc.db.votable.StreamToJava
 
Subset - Class in skyview.survey
A image that is a subset of an existing image.
Subset(Image, int, int, int, int) - Constructor for class skyview.survey.Subset
Create a two-d subset of a (presumed) 2-d parent.
Subset(Image, int, int, int, int, int, int) - Constructor for class skyview.survey.Subset
Create a subset of a parent image.
SubsetMosaicker - Class in skyview.process
A mosaicker is an object which creates a new image from a set of input images.
SubsetMosaicker() - Constructor for class skyview.process.SubsetMosaicker
 
subtract(double) - Method in class ij.process.ImageProcessor
Subtracts 'value' from each pixel in the image or ROI.
suggest(String, String) - Static method in class skyview.executive.Settings
This method works like put except that it does not add a pair if the keys is in the _nullvalues setting or if the Setting is already set (unless it is set to the special value "default")
sunlong(double) - Static method in class skyview.geometry.csys.Helioecliptic
Find the ecliptic longitude of the Sun at a given epoch.
surv - Variable in class skyview.executive.Imager
The current Survey object being used.
Survey - Interface in skyview.survey
methods for describing and manipulating survey data
SurveyException - Exception in skyview.survey
This class is used for exceptions problems with the data in a survey.
SurveyException() - Constructor for exception skyview.survey.SurveyException
 
SurveyException(String) - Constructor for exception skyview.survey.SurveyException
 
SurveyException(String, Exception) - Constructor for exception skyview.survey.SurveyException
 
SurveyExtractor - Class in skyview.survey
This class provides functionality to translate survey names into associated survey description files.
SurveyExtractor() - Constructor for class skyview.survey.SurveyExtractor
Set up the SurveyFinder and populate the map
SurveyFinder - Interface in skyview.survey
This interface defines the role of something that can find a survey given a survey id.
SurveyLink() - Constructor for class skyview.survey.XMLSurveyFinder.SurveyLink
 
swapPixelArrays() - Method in class ij.process.FloatProcessor
Swaps the pixel and snapshot (undo) arrays.
swapPixelArrays() - Method in class ij.process.ImageProcessor
Swaps the pixel and snapshot (undo) buffers.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links