Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cuts are no longer applied when set from the API #225

Open
OlivierMarchal opened this issue Jan 16, 2025 · 0 comments
Open

Cuts are no longer applied when set from the API #225

OlivierMarchal opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels

Comments

@OlivierMarchal
Copy link

OlivierMarchal commented Jan 16, 2025

When I call the function setCuts from the API, it does not work any more. The values are not taken into account, whereas it used to work in the past.
I tested with beta and latest versions.

My code looks like this :

layer = aladin.createImageSurvey(layerName,
survey_names[i] + "/" + galaxy_name + "/" + band,
"{{path_to_surveys}}" + survey_names[i] + "/" + galaxy_name + "/" + band,
"equatorial",
13,
{ imgFormat: 'png' });

layer.setCuts(min, max);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants