Matthieu Baumann
51bf527e05
3.9.0-beta init commit
2026-05-26 11:30:40 +02:00
Matthieu Baumann
a7c412088c
do not clip the windows out of the aladin lite div #345
2026-03-02 17:43:43 +01:00
Matthieu Baumann
47cbcee65a
fix offsrte color picker
2026-02-03 11:36:13 +01:00
Matthieu Baumann
8b645824c7
toolbar functional
2026-01-31 16:46:50 +01:00
Matthieu Baumann
45129708db
fix some bgs before beta
2026-01-31 16:46:50 +01:00
Matthieu Baumann
796603596d
colorpicker valid tooltip
2026-01-31 16:46:50 +01:00
Matthieu Baumann
e7d58d42ee
toggle refac + toolbar
2026-01-31 16:46:50 +01:00
Matthieu Baumann
79e6a33d88
HiPS browser adjustements
2026-01-31 16:46:50 +01:00
Matthieu Baumann
c50fdb7430
fix polygonal selection #339
2026-01-31 16:46:50 +01:00
Matthieu Baumann
1894f908f4
add settings for catalogs
2026-01-31 16:46:50 +01:00
Matthieu Baumann
c674864762
simplify UI Layout
2026-01-31 16:46:50 +01:00
Matthieu Baumann
ba86645204
enhance hips browsing window stability
2026-01-31 16:46:50 +01:00
Matthieu Baumann
3aff9b308b
add floating tooltip
2026-01-31 16:46:50 +01:00
Matthieu Baumann
6cc06ab51e
first commit
2026-01-31 16:46:50 +01:00
Matthieu Baumann
832e8cd4bd
bugfix allsky fits not appearing
2026-01-07 10:05:04 +01:00
Matthieu Baumann
af89535a91
first commit tree
2025-12-08 14:33:29 +01:00
Matthieu Baumann
8d244596ba
3.7.3-beta
2025-11-05 15:16:36 +01:00
Matthieu Baumann
904d449006
fix: setCuts with imageFormat, Add more HiPS search
2025-09-19 13:59:25 +02:00
Matthieu Baumann
9739b87439
wip commit: not finished
2025-09-09 17:09:55 +02:00
Matthieu Baumann
9db098ce6a
add some button to the spectral tool
2025-09-09 17:09:55 +02:00
Matthieu Baumann
b35f79ad0a
add button to change unit
2025-09-09 17:09:55 +02:00
bmatthieu3
05f1ae2808
feat: color picker and read pixel
...
This PR targets: #253 , #76 and to some extent, maybe #208
It features:
* api: readPixel on a HiPS object method taking x, y pixel values on the
screen. When no screen coo are given, the one of the center screen is
used.
* api: HiPS.probe a general method using HiPS.readPixel under the hood.
It allow to probe the survey pixel values on a pixel, along a screen line and
along a great circle arc on the sky
* fix: readPixel could throw an exception if the tile has not been
received. If so, now, we return a JS null value
* fix: retrieve pixels on fits HiPS bitpix=-32
* feat: a new aladin mode called TOOL_COLOR_PICKER.
* tool: showColorPickerControl: when clicking on it, enter the
TOOL_COLOR_PICKER mode. The user can move the mouse on a pixel to know
its value. With a click, the pixel value is copied to its clipboard
* fix: restore samp button to connect to a hub
* fix: call redraw when calling gotoRaDec to update instantly the
imageCanvas #208
* a new global readCanvas method on the Aladin object that
will simply read the final image Canvas. User can give a pixel coo, a
line (2 pixel coos), a rect (2 pixel coos for the box)
2025-05-07 16:37:56 +02:00
Matthieu Baumann
14d54b03bc
Fix css selector
...
Add a width: 100% to make the selector fits in its parent
2025-03-26 11:42:32 +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
accd4a6c7e
show the scrollbar appear and impl a scrollbar offset save
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
Thomas Boch
afce55f1dd
Bug fix for issue #213 : CSS style for canvas element is more selective
2025-01-16 14:09:53 +01:00
Matthieu Baumann
5f57f037f8
fix removal when rebasing, remove z-index of the tooltip causing bugs in the ui
2024-11-08 14:55:28 +01:00
Philip Matsson
1f790a4b54
Fix issue with selection fillColor opacity
2024-11-08 14:55:28 +01:00
Matthieu Baumann
b4f905e745
fix css browser text input width so that user can redefine css
2024-09-11 18:15:17 +02:00
Matthieu Baumann
c9b1fc5f7f
fix issue #179 : onClick can be associated to user defined function
2024-09-11 18:15:17 +02:00
bmatthieu3
0cf53a6997
add local hips example, hips cache is not a static variable anymore, disable scroll bar style in the measurementdiv table
2024-07-22 17:42:41 +02:00
Matthieu Baumann
ad3e86b146
add format change ui, send a hips_removed event when a layer changes
2024-07-16 22:48:22 +02:00
Matthieu Baumann
b632db96b1
fix some ui, line thickness, add resizeChanged and projectionChanged callbacks
2024-07-15 18:35:16 +02:00
Matthieu Baumann
c8a4fb25d3
add an API example for putting an image as overlay with a WCS given as JS objec
2024-07-12 17:57:36 +02:00
Matthieu Baumann
9fa4159ae0
ui: catalog query box
2024-07-06 12:20:04 +02:00
Matthieu Baumann
a2d85aa0a5
fix context sub menu deploy for small screen
2024-07-02 19:11:55 +02:00
Matthieu Baumann
dbd43e9809
Adapt Aladin lite display for small sized devices
...
In particular for iphones (320px wide). This use media queries (that will be documented) that hide some UI ele
ments if aladin lite is too small. Users still can override the css if they want.
2024-07-02 19:11:55 +02:00
Matthieu Baumann
813589bfdc
restore the use of last version of moclibrust and cdshealpix. Still need to wait for proper version release so that we can points towards them instead of the github repo. This should fix https://github.com/cds-astro/aladin-lite/issues/163 and https://github.com/cds-astro/aladin-lite/issues/150
2024-06-11 08:32:05 +02:00
Matthieu Baumann
93a7c7c642
points to moc/healpix released versions + multi selection
2024-05-29 19:26:35 +10:00
Matthieu Baumann
ccb7347e54
css links in table color change
2024-05-20 11:30:42 +10:00
Matthieu Baumann
219761c512
make the HiPS browser more robust and implement a very proto interface for querying the HiPS on the fly generation from cube service: https://alasky.cds.unistra.fr/onthefly-cube-hips/
2024-05-16 11:51:35 +02:00
Matthieu Baumann
cd363ca4b9
multiple fixes for accessing SODA SKA services, HiPS browser, etc...
2024-05-16 11:51:35 +02:00
Matthieu Baumann
fda33df813
ui fixes and WIP browser
2024-05-16 11:51:35 +02:00
Matthieu Baumann
22db1baac7
first commit
2024-05-16 11:51:35 +02:00
Matthieu Baumann
9e0caa54c2
Add selector in the UI for HiPS/FITS images
2024-04-29 15:52:04 +02:00
Matthieu Baumann
63aebf738a
new UI StackBox
2024-04-23 00:19:45 +02:00
Matthieu Baumann
fee97bed40
For Catalog only: plot the sources when the footprints are too small
2024-04-23 00:19:45 +02:00
Matthieu Baumann
c797aec7f7
add doc for the different shapes
2024-04-23 00:19:45 +02:00