EranOfek / AstroPack

Astronomy & Astrophysics Software Pacakge
Other
17 stars 4 forks source link

`DS9analysis.load(AI(2),2)` displays twice image 1 #421

Closed EastEriq closed 6 months ago

EastEriq commented 6 months ago

Also this straight out of https://github.com/EranOfek/AstroPack/wiki/ds9#ds9analysis-main-functions

> D9 = DS9analysis;
>> D9.load(AI(1), 1)

ans = 

  DS9analysis with properties:

    Images: [1×1 AstroImage]
     Names: {}

>> D9.load(AI(2), 2)

ans = 

  DS9analysis with properties:

    Images: [1×2 AstroImage]
     Names: {}

the two .Images in D9 are correctly distinct, but image

D9.load(AI) gives the correct display instead.

EastEriq commented 6 months ago

Uff. Next....