Community Profile

photo

Chris Anast


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Trouble getting a value of a keyword in a FITS file.
I have a FITS file named sun.fits. With fitsinfo('sun.fits'), the structure in the image below is output. <</matlabcentral/an...

6 years ago | 1 answer | 0

1

answer

Answered
How to read fits files from a directory?
I did it like this: d = dir('capture_*.fit'); for j = 1:length(d); s = d(j).name; %get name of image from dir...

7 years ago | 0

| accepted

Question


How to read fits files from a directory?
Hello, First of, sorry if this is a novice question. I have a bunch of FITS files in my folder that I have to average. I deci...

7 years ago | 2 answers | 0

2

answers

Question


Attempted to access d(2); index out of bounds because numel(d)=1.
Hello, I'm kinda new to MatLab and not much experienced in coding in general and would like to ask for some help. I am trying to...

8 years ago | 1 answer | 0

1

answer