-
Notifications
You must be signed in to change notification settings - Fork 16
DM-12113: refactor image services code. #471
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
Conversation
- eliminate VisNetwork, IrsaCatalogParams - refactor image service - fixed related data bug - fix flux calculation with file one disk is compressed - cleanup of URLDownload
- removed PushServices the only function moved to JsonUtils - removed a lot of unused code
cd68997
to
37e51f1
Compare
Not sure if this finding is related to this ticket: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loading of each type of images is tested and work well except some fits with multiple extension could not be loaded successfully. I think that is because of great amount of image data.
f= IbeImageGetter.lowlevelGetIbeImage(params); | ||
break; | ||
case WISE: | ||
f= IbeImageGetter.lowlevelGetIbeImage(params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, if case TWOMASS, TWOMASS & case WISE do the same process? or these two cases may have different process?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lowlevelGetIbeImage
figure out with one it has.
I don't think this has anything to do with it, but I will look anyway. Tested it- seems to work for me. |
this pull request is a bunch of random code clean up and little bug fixes.
to test:
This pull request is really hard to test since it is clean up all over. The best test is to go to the image panel and try to load all the types of images