Closed dpshelio closed 8 years ago
Originally reported by: pohuigin (Bitbucket: pohuigin, GitHub: pohuigin)
The new repository that Aki set up will have Al Mesh XRT full-disk data, which is not accounted for in arm_fd.pro for scaling.
From Aki:
"Can you add the following case description so that Al_mesh images are browsed well?
arm_fd.pro (XRT section)
arm_fd.pro
case xrtfilter of 'Al_mesh' : im = bytscl(alog10(map.data>10)) ; <--- !!! 'Ti_poly' : im = bytscl(abs(map.data))^.5 'Open' : im = bytscl(abs(map.data))^.5 else : im = bytscl(alog10( abs(map.data) + 1 )) endcase
Original comment by pohuigin (Bitbucket: pohuigin, GitHub: pohuigin):
Aki just added a correction to this, which you probably already caught: 'Al_mesh' : im = bytscl(alog10(map.data>10))
Originally reported by: pohuigin (Bitbucket: pohuigin, GitHub: pohuigin)
The new repository that Aki set up will have Al Mesh XRT full-disk data, which is not accounted for in arm_fd.pro for scaling.
From Aki:
"Can you add the following case description so that Al_mesh images are browsed well?
arm_fd.pro
(XRT section)