- add(long, boolean) - Method in class cds.moc.Array
-
Add a value, with or without checking unicity
- add(String) - Method in class cds.moc.HealpixMoc
-
Add a list of MOC pixels provided in a string format (JSON format or basic ASCII format)
ex JSON: { "order1":[npix1,npix2,...], "order2":[npix3...] }
ex basic ASCII: order1/npix1-npix2 npix3 ...
- add(HealpixMoc) - Method in class cds.moc.HealpixMoc
-
Add directly a full Moc
- add(MocCell) - Method in class cds.moc.HealpixMoc
-
Add a Moc pixel
Recursive addition : since with have the 3 brothers, we remove them and add recursively their father
- add(HealpixImpl, double, double) - Method in class cds.moc.HealpixMoc
-
Add a Moc pixel (at max order) corresponding to the alpha,delta position
Recursive addition : since with have the 3 brothers, we remove them and add recursively their father
- add(int, long) - Method in class cds.moc.HealpixMoc
-
Add a MOC pixel
Recursive addition : since with have the 3 brothers, we remove them and add recursively their father
- add(long, boolean) - Method in class cds.moc.IntArray
-
Add a long.
- add(int, boolean) - Method in class cds.moc.IntArray
-
- add(long, boolean) - Method in class cds.moc.LongArray
-
Add a long.
- add(long, boolean) - Method in class cds.moc.ShortArray
-
Add a long.
- add(short, boolean) - Method in class cds.moc.ShortArray
-
- addHpix(String) - Method in class cds.moc.HealpixMoc
-
- ang2pix(int, double, double) - Method in class cds.moc.Healpix
-
Provide the HEALPix number associated to a coord, for a given order
- ang2pix(int, double, double) - Method in interface cds.moc.HealpixImpl
-
Provide the HEALPix number associated to a coord, for a given order
- Array - Class in cds.moc
-
Fast array : see ShortArray, IntArray and LongArray classes
- Array() - Constructor for class cds.moc.Array
-
- ASCII - Static variable in class cds.moc.HealpixMoc
-
ASCII encoding format (IVOA REC 1.0 suggestion)
- ASCII - Static variable in class cds.moc.MocIO
-
- DEFAULTBLOC - Static variable in class cds.moc.Array
-
- delete(long) - Method in class cds.moc.Array
-
Delete value v from the array
- delete(long, long) - Method in class cds.moc.Array
-
Delete range of values
- delete(String) - Method in class cds.moc.HealpixMoc
-
remove a list of MOC pixels provided in a string format
(ex: "order1/npix1-npix2 npix3 ...
- delete(int, long) - Method in class cds.moc.HealpixMoc
-
Remove a MOC pixel
- delete(long) - Method in class cds.moc.IntArray
-
Delete the first value equals to v
kept the array sorted if required
- delete(int) - Method in class cds.moc.IntArray
-
- delete(long, long) - Method in class cds.moc.IntArray
-
Delete the all values between v1 and v2 (inclusive)
kept the array sorted if required
- delete(int, int) - Method in class cds.moc.IntArray
-
- delete(long) - Method in class cds.moc.LongArray
-
Delete the first value equals to v
kept the array sorted if required
- delete(long, long) - Method in class cds.moc.LongArray
-
Delete the all values between v1 and v2 (inclusive)
kept the array sorted if required
- delete(long) - Method in class cds.moc.ShortArray
-
Delete the first value equals to v
kept the array sorted if required
- delete(short) - Method in class cds.moc.ShortArray
-
- delete(long, long) - Method in class cds.moc.ShortArray
-
Delete the all values between v1 and v2 (inclusive)
kept the array sorted if required
- delete(short, short) - Method in class cds.moc.ShortArray
-
- deleteBrothers(long) - Method in class cds.moc.Array
-
Delete 3 others brothers if all present
- deleteBrothers(long) - Method in class cds.moc.IntArray
-
Delete three other brothers only of all of them are already present
(apart me)
- deleteBrothers(int) - Method in class cds.moc.IntArray
-
- deleteBrothers(long) - Method in class cds.moc.LongArray
-
Delete three other brothers only if all of them are already present
(apart me)
- deleteBrothers(long) - Method in class cds.moc.ShortArray
-
Delete three other brothers only of all of them are already present
(apart me)
- deleteBrothers(short) - Method in class cds.moc.ShortArray
-
- deleteDescendant(int, long) - Method in class cds.moc.HealpixMoc
-
Remove all descendants of a MOC Pixel
- difference(HealpixMoc) - Method in class cds.moc.HealpixMoc
-
- display(String, HealpixMoc) - Static method in class cds.moc.examples.MocExample
-
- geSize() - Method in class cds.moc.ShortArray
-
- get(int) - Method in class cds.moc.Array
-
Provide the element i
- get(int) - Method in class cds.moc.IntArray
-
- get(int) - Method in class cds.moc.LongArray
-
- get(int) - Method in class cds.moc.ShortArray
-
- getAngularRes() - Method in class cds.moc.HealpixMoc
-
Provide the angular resolution (in degrees) of the MOC (sqrt of the smallest pixel area)
- getArea() - Method in class cds.moc.HealpixMoc
-
return the area of the Moc computed in pixels at the most low level
- getArray(int) - Method in class cds.moc.HealpixMoc
-
Provide the Array of a dedicated order
- getCoordSys() - Method in class cds.moc.HealpixMoc
-
Return the coordinate system (HEALPix convention: G-galactic, C-Equatorial, E-Ecliptic)
- getCoverage() - Method in class cds.moc.HealpixMoc
-
Return the fraction of the sky covered by the Moc [0..1]
- getDescendantOrder(int, long) - Method in class cds.moc.HealpixMoc
-
return the order of the first descendant, otherwise -1
- getLimitOrder() - Method in class cds.moc.HealpixMoc
-
- getMaxLimitOrder() - Method in class cds.moc.HealpixMoc
-
- getMaxOrder() - Method in class cds.moc.HealpixMoc
-
Provide the greatest order really used by the MOC
WARNING: use getMocOrder() to know the MOC resolution
- getMem() - Method in class cds.moc.Array
-
Size of the array in bytes
- getMem() - Method in class cds.moc.HealpixMoc
-
Return approximatively the memory used for this moc (in bytes)
- getMem(int) - Method in class cds.moc.HealpixMoc
-
Provide the memory used for a dedicated order
- getMem() - Method in class cds.moc.IntArray
-
Size of the array in bytes
- getMem() - Method in class cds.moc.LongArray
-
Size of the array in bytes
- getMem() - Method in class cds.moc.ShortArray
-
Size of the array in bytes
- getMinLimitOrder() - Method in class cds.moc.HealpixMoc
-
Provide the minimal limit order supported by the Moc (by default 0)
- getMocOrder() - Method in class cds.moc.HealpixMoc
-
Provide the MOC order.
- getNpix() - Method in class cds.moc.MocCell
-
Value getter
- getOrder() - Method in class cds.moc.MocCell
-
Order getter
- getPixLevel(int) - Method in class cds.moc.HealpixMoc
-
Provide a copy of the pixel list at the specified order (in longs)
- getProperty(String) - Method in class cds.moc.HealpixMoc
-
Provide MOC property value.
- getSize() - Method in class cds.moc.Array
-
Size of the array
- getSize() - Method in class cds.moc.HealpixMoc
-
Provide the number of Healpix pixels (for all MOC orders)
- getSize(int) - Method in class cds.moc.HealpixMoc
-
Provide the number of Healpix pixels for a dedicated order
- getSizeCompressed() - Method in class cds.moc.Array
-
Return the size of the array in compressed mode
- getSizeCompressed() - Method in class cds.moc.IntArray
-
Size of the array in compressed mode
=> consecutive values are memorized as range (2 values)
- getSizeCompressed() - Method in class cds.moc.LongArray
-
Size of the array in compressed mode
=> consecutive values are memorized as range (2 values)
- getSizeCompressed() - Method in class cds.moc.ShortArray
-
Size of the array in compressed mode
=> consecutive values are memorized as range (2 values)
- getType(int) - Static method in class cds.moc.HealpixMoc
-
Provide the integer type for a given order
- getUsedArea() - Method in class cds.moc.HealpixMoc
-
Return the number of low level pixels of the Moc
- Healpix - Class in cds.moc
-
HEALPix CDS wrapper
Encapsulate the usage of the official HEALPix GAIA package
The HEALPix ordering is always NESTED
- Healpix() - Constructor for class cds.moc.Healpix
-
- HealpixImpl - Interface in cds.moc
-
HEALPix Interface wrapper for Moc usage
Encapsulate the usage HEALPix
The HEALPix ordering is always NESTED
- HealpixMoc - Class in cds.moc
-
HEALPix Multi Order Coverage Map (MOC)
This object provides read, write and process methods to manipulate an HEALPix Multi Order Coverage Map (MOC)
A MOC is used to define a sky region by using HEALPix sky tesselation
- HealpixMoc() - Constructor for class cds.moc.HealpixMoc
-
HEALPix Multi Order Coverage Map (MOC) creation
- HealpixMoc(int) - Constructor for class cds.moc.HealpixMoc
-
Moc Creation with a specified max limitOrder (by default 29)
- HealpixMoc(int, int) - Constructor for class cds.moc.HealpixMoc
-
Moc Creation with a specified min and max limitOrder (by default 0..29)
- HealpixMoc(String, int, int) - Constructor for class cds.moc.HealpixMoc
-
- HealpixMoc(String) - Constructor for class cds.moc.HealpixMoc
-
HEALPix Multi Order Coverage Map (MOC) creation and initialisation
via a string following ASCII or JSON MOC syntax
ex JSON: { "order1":[npix1,npix2,...], "order2":[npix3...] }
ex basic ASCII: order1/npix1-npix2 npix3 ...
- HealpixMoc(InputStream) - Constructor for class cds.moc.HealpixMoc
-
HEALPix Multi Order Coverage Map (MOC) creation and initialisation via a stream
- HealpixMoc(InputStream, int) - Constructor for class cds.moc.HealpixMoc
-
- hpix2uniq(int, long) - Static method in class cds.moc.HealpixMoc
-
Code a couple (order,npix) into a unique long integer
- INT - Static variable in class cds.moc.HealpixMoc
-
- IntArray - Class in cds.moc
-
Fast array of integers
- IntArray(int) - Constructor for class cds.moc.IntArray
-
Create a free array of longs
- IntArray(int[]) - Constructor for class cds.moc.IntArray
-
Create an array of integers initializing with v[]
- intersection(HealpixMoc) - Method in class cds.moc.HealpixMoc
-
- intersectRange(long, long) - Method in class cds.moc.Array
-
Return false if no value in the range [vStart..vEnd]
is present in the array
- intersectRange(long, long) - Method in class cds.moc.IntArray
-
Return true if at least one value of the range [vStart..vEnd] (included)
is found in the array
- intersectRange(int, int) - Method in class cds.moc.IntArray
-
- intersectRange(long, long) - Method in class cds.moc.LongArray
-
Return true if at least one value of the range [vStart..vEnd] (included)
is found in the array
- intersectRange(long, long) - Method in class cds.moc.ShortArray
-
Return true if at least one value of the range [vStart..vEnd] (included)
is found in the array
- intersectRange(short, short) - Method in class cds.moc.ShortArray
-
- isAllSky() - Method in class cds.moc.HealpixMoc
-
Return true if the MOC covers the whole sky
- isAscendant(int, long) - Method in class cds.moc.HealpixMoc
-
True is the MOC pixel is an ascendant
- isDescendant(int, long) - Method in class cds.moc.HealpixMoc
-
True if the MOC pixel is a descendant
- isIn(int, long) - Method in class cds.moc.HealpixMoc
-
True if the MOC pixel is present at this order
- isIntersecting(int, long) - Method in class cds.moc.HealpixMoc
-
Fast test for checking if the cell is intersecting
the current MOC object
- isIntersecting(HealpixMoc) - Method in class cds.moc.HealpixMoc
-
Fast test for checking if the parameter MOC is intersecting
the current MOC object
- isInTree(int, long) - Method in class cds.moc.HealpixMoc
-
- isInTree(HealpixMoc) - Method in class cds.moc.HealpixMoc
-
- isSorted() - Method in class cds.moc.Array
-
Return true if the array is ascending sorted
- isSorted() - Method in class cds.moc.HealpixMoc
-
Return true if all Moc level is sorted
- iterator() - Method in class cds.moc.Array
-
Provide an iterator on the array
- iterator() - Method in class cds.moc.HealpixMoc
-
Provide an Iterator on the MOC pixel List.
- seeArray() - Method in class cds.moc.IntArray
-
Provide the java reference on the array
(real size is provided by getSize() and not by .length)
- seeArray() - Method in class cds.moc.LongArray
-
Provide the java reference on the array
(real size is provided by getSize() and not by .length)
- seeArray() - Method in class cds.moc.ShortArray
-
Provide the java reference on the array
(real size is provided by getSize() and not by .length)
- set(int, long) - Method in class cds.moc.Array
-
set the element i
- set(int, long) - Method in class cds.moc.IntArray
-
- set(int, long) - Method in class cds.moc.LongArray
-
- set(int, long) - Method in class cds.moc.MocCell
-
Couple setter
- set(int, long) - Method in class cds.moc.ShortArray
-
- setCheckConsistencyFlag(boolean) - Method in class cds.moc.HealpixMoc
-
Set the check consistency flag.
- setCoordSys(String) - Method in class cds.moc.HealpixMoc
-
- setCurrentOrder(int) - Method in class cds.moc.HealpixMoc
-
- setLimitOrder(int) - Method in class cds.moc.HealpixMoc
-
- setMaxLimitOrder(int) - Method in class cds.moc.HealpixMoc
-
- setMinLimitOrder(int) - Method in class cds.moc.HealpixMoc
-
Set the Min limit order supported by the Moc (by default 0)
(and automatically switch on the testConsistency)
Any future addition of pixel with order smallest than minLimitOrder will be automatically replaced by the
addition of its 4 sons.
- setMocOrder(int) - Method in class cds.moc.HealpixMoc
-
Set the limit order supported by the Moc (-1 for Healpix library implementation)
(and automatically switch on the testConsistency)
Any future addition of pixel with order exceeding limitOrder will be automatically replaced by the
addition of the corresponding pixel at the limitOrder.
- setMocOrder(String) - Method in class cds.moc.HealpixMoc
-
Set the MOC order.
- setNpix(long) - Method in class cds.moc.MocCell
-
Value setter
- setOrder(int) - Method in class cds.moc.MocCell
-
Order setter
- setPixLevel(int, long[]) - Method in class cds.moc.HealpixMoc
-
Set the pixel list at the specified order (order>13 )
(Dedicated for fast initialisation)
- setPixLevel(int, int[]) - Method in class cds.moc.HealpixMoc
-
Set the pixel list at the specified order (6<=order<=13 )
(Dedicated for fast initialisation)
- setPixLevel(int, short[]) - Method in class cds.moc.HealpixMoc
-
Set the pixel list at the specified order (order<6)
(Dedicated for fast initialisation)
- setProperty(String, String) - Method in class cds.moc.HealpixMoc
-
MOC propertie setter
- setSize(int) - Method in class cds.moc.Array
-
set the size of the array
- SHORT - Static variable in class cds.moc.HealpixMoc
-
- ShortArray - Class in cds.moc
-
Fast array of shorts
- ShortArray(int) - Constructor for class cds.moc.ShortArray
-
Create a free array of longs
- ShortArray(short[]) - Constructor for class cds.moc.ShortArray
-
Create an array of integers initializing with v[]
- SIGNATURE - Static variable in class cds.moc.MocIO
-
- size - Variable in class cds.moc.Array
-
- sizeBloc - Variable in class cds.moc.Array
-
- sort() - Method in class cds.moc.Array
-
Sort the array (if required)
- sort() - Method in class cds.moc.HealpixMoc
-
Sort each level of the Moc
- sort() - Method in class cds.moc.IntArray
-
Sort the array (only if required)
- sort() - Method in class cds.moc.LongArray
-
Sort the array (only if required)
- sort() - Method in class cds.moc.ShortArray
-
Sort the array (only if required)
- sorted - Variable in class cds.moc.Array
-
- subtraction(HealpixMoc) - Method in class cds.moc.HealpixMoc
-