Thomas Boch
7f1f69983f
Create AUTHORS file
2025-04-22 15:23:56 +02:00
Matthieu Baumann
13125b155e
3.6.1 release
3.6.1
2025-03-25 18:27:53 +01:00
Matthieu Baumann
f56468d402
change package json to 3.6.1
2025-03-25 18:12:09 +01:00
bmatthieu3
5823901e92
Revert #264
...
* rename J2000 to ICRS as HiPSes are built in ICRS
* update the ancient J2000 conversion matrices to ICRS ones.
2025-03-25 18:09:36 +01:00
bmatthieu3
3b00a79e02
fix label name from ICRS to FK5J2000
2025-03-25 14:11:04 +01:00
bmatthieu3
31e7d6f0ac
additionnal commit for solving #246
2025-03-24 17:46:15 +01:00
bmatthieu3
f656176e28
Fix MOC settings after its creation
...
MOC settings after their creation was not possible. This PR fix it.
It is also possible to directly set the 'color', 'fillColor', 'opacity'
and 'lineWidth' MOC properties without doing any reportChange
afterwards. These settings will automatically notify the wasm part for
change of the MOC options and will update the view.
2025-03-24 11:56:37 +01:00
bmatthieu3
9b31210066
set wasm opt
2025-03-20 20:55:05 +01:00
bmatthieu3
425e3e2459
hide the popup when its associated Source is out of fov
2025-03-20 20:52:09 +01:00
bmatthieu3
6bd9c43d88
Shape function given to a catalog
...
* fix: returning nothing or an invalid value from it will displays the
source as the square shape. Before, it was forgetting to display the
source
* Possibility to return a string in "rhomb", "circle", "square",
"cross", "triangle" from it.
* Set the color of footprint to the color of the Catalog. This thus
overwrites the color that could have been given in the footprint
directly. To compensate that, I think it could be great to allow a color func as well.
2025-03-20 18:54:40 +01:00
bmatthieu3
ebb9d6d3d6
Display labels
...
Two modes of display:
* ICRSd & GALACTIC frame set the formatting of grid labels to decimal
with digit precision being computed from the grid step selected
* ICRS frame set the formatting to sexagesimal in the format: deg min
sec.ddd .
This fixes #172
2025-03-20 15:47:59 +01:00
bmatthieu3
ee2eb6e704
Fix NaN detection by the GPU on float textures for window platform
...
float textures coming from BITPIX<0 fits images are sent to GPU as
RGBA8UI textures. Float decoding from a vec4 rgba is done in the shader.
Then this obtained decoded float can be tested against nan/inf in the
shader
2025-03-19 15:45:23 +01:00
bmatthieu3
68d9e67774
fix: download csv from measurement table
2025-03-19 13:34:03 +01:00
bmatthieu3
109cb48367
add click event on labels associated to checkbox so that the user can (un)check the checkbox by clicking on its label too.
2025-03-19 12:35:18 +01:00
bmatthieu3
749d963029
reduce +/- zooming factor
2025-03-19 12:35:18 +01:00
bmatthieu3
b2bb7df6e3
min cut and max cuts in 0-255 range for jpeg/png colors HiPS
2025-03-19 12:35:18 +01:00
bmatthieu3
492927c557
access HiPS2FITS interface from the contextual menu by giving the WCS object
2025-03-19 12:35:18 +01:00
bmatthieu3
accd4a6c7e
show the scrollbar appear and impl a scrollbar offset save
2025-03-19 12:35:18 +01:00
bmatthieu3
6b21b2899f
remove second contextual menu as it brings nothing more than the full contextual menu
2025-03-19 12:35:18 +01:00
bmatthieu3
628ea826bf
make the toolbar elements aligned vertically and with the same size
2025-03-19 12:35:18 +01:00
bmatthieu3
5604ea2be6
disable changing cuts the first 100ms after the right click to prevent changing cuts when opening the context menu
2025-03-19 12:35:18 +01:00
Alexandra Moskowitz
6d458ccab7
fix: stop contextmenu event propagation only if context menu enabled
2025-03-18 16:29:36 +01:00
bmatthieu3
ae00021fab
deprecate the property in the api doc
2025-03-12 10:09:49 +01:00
bmatthieu3
7512adf900
fix commit
2025-03-12 09:52:53 +01:00
bmatthieu3
a19a050ee7
fix exiting when realfullscreen is true. Refers back to #151
2025-03-10 17:50:51 +01:00
bmatthieu3
5f9c9d9154
JPEG case: draw black when the tile is missing
2025-03-05 11:12:50 +01:00
bmatthieu3
3f248a82ea
add docs on HiPSOptions to explain some properties that prevent to fetch the properties file of a HiPS. Copied from #242
2025-03-04 17:12:24 +01:00
bmatthieu3
c2dd66c5b3
fix issue #234
2025-02-28 18:01:56 +01:00
Patrick Custer
35f6037f7f
include hipsList in options merge
2025-02-28 13:28:14 +01:00
Patrick Custer
255f123652
combine requsetedOptions and Aladin.DEFAULT_OPTIONS with spread operator
2025-02-28 13:28:14 +01:00
bmatthieu3
43faf2170d
fix issue
2025-02-27 14:26:47 +01:00
bmatthieu3
efdfb190dd
remove rust warnings and update wcs dep to a the fixed version 0.3.1
2025-02-20 12:52:33 +01:00
Matthieu Baumann
1b2f298817
Update README.md
2025-02-15 09:02:21 +01:00
Matthieu Baumann
98e1c6cfca
Update README.md
2025-02-15 09:02:01 +01:00
Matthieu Baumann
fa7781037e
update playwright snapshots on darwin
2025-02-14 17:48:31 +01:00
bmatthieu3
834b831084
v3.6.1-beta
3.6.1-beta
2025-02-14 17:33:05 +01:00
bmatthieu3
2dd8ab643b
add playwright snapshots for linux
2025-02-14 17:23:37 +01:00
Carlos Quiroz
02c6b6e468
Remove old files using jquery
2025-02-14 15:30:26 +01:00
bmatthieu3
826ef4fdb7
Fix #151 . It is now possible to escape the fullscreen. I fixed a refresh of the fullscreen button bug by defining a special alevent:fullscreen_toggled that the fullscreen button can listen to in order to change its arrow image (opening or closing). Also fix mouseup bug during selection
2025-02-14 15:26:52 +01:00
Matthieu Baumann
bf12e85c70
fix #228 , complete the api doc to help the user understand the edge, fill and perimeter booleans
2025-02-14 09:55:10 +01:00
Matthieu Baumann
ac880608af
#160 apply the workaround for non secured context. Not tested
2025-02-14 09:12:07 +01:00
Matthieu Baumann
7994ecc40e
add a .gitignore to help the compilation phase and contribution #205
2025-02-14 08:42:09 +01:00
Matthieu Baumann
9049fec040
restore setrotation and getrotation in aladin object API. #211
2025-02-14 08:42:09 +01:00
Matthieu Baumann
4eea3d3bf9
#210 add documentation for catalogFromSimbad and fix the default nb_ref order to be in desc order direction by default
2025-02-14 08:42:09 +01:00
Matthieu Baumann
aed511abd8
fix #214
2025-02-14 08:42:09 +01:00
Matthieu Baumann
e654f4376e
add a addHiPSToFavorites to counterbalance the removeHiPSFromFavorites, asked by #199
2025-02-14 08:42:09 +01:00
Matthieu Baumann
5d3d0b2cfc
fix #225
2025-02-14 08:42:09 +01:00
Matthieu Baumann
f75211902b
fix #225 . I set to the hips object the cached options if there are instead of erasing the Hips object given by the user with a new one with the cached options
2025-02-14 08:42:09 +01:00
bmatthieu3
8844dc3c61
fix compiling issues on windows + update readme for contributors, they do not need rust nightly anymore
2025-02-08 13:58:56 +01:00
bmatthieu3
165c246605
fix compiling issues on windows + update readme for contributors, they do not need rust nightly anymore
2025-02-08 13:57:50 +01:00