Elementary analysis resources

Thu, 05/02/2013 - 16:49

Hi,

One of the things that I think we could use here is a list of things that people might find useful when doing analysis of any sort.  I decided to start a thread on it and encourage people to add suggestions.  If we get a really comprehensive list, we can create a more centralized webpage with the information.

I think I'll start not with information about analysis techniques, but about how to find out things about a star or data set that you're interested in analyzing.  I use a lot of resources on a regular basis, but I'm not sure whether they're generally known about.

Probably your first place to stop is VSX itself, since it's very comprehensive and there are a lot of people working very hard to make it even more so.  Remember you can do both name and RA/Dec searches, so you can find fairly quickly what's known or not known about an object.  The URL is http://www.aavso.org/vsx

There are also a number of academic and professional sites that are really helpful, with the big five for me being:

  • ADS, for general literature searches
  • arXiv.org, for (some) information about what's been published recently
  • Simbad, for literature on specific stars or other objects
  • VizieR, for data searches on objects and fields, and
  • Skyview, for quick, multiwavelength views of fields and coordinates

There are a number of different phrasings, but there's a good humorous saying to the effect of "a month at the telescope can save you an hour in the library".  It's always fun to observe, and it's also fun to look at data, but one of the best ways to start a data analysis project is to learn what's already known about the objects you're looking at.  There are a lot of data analysis tasks that can be done very quickly (like running a Fourier transform in VStar), but be aware the body of existing literature and information for some stars is extremely large.  It's good to know what previous work has and hasn't said before you start a really comprehensive analysis program.

Feel free to start adding ideas and other useful sites that you've encountered.

Matt

[edited, changed "VPhot" to "VStar"]

more intro resources

Also, the Data Analysis web page has a introductory resources for the analysis side of things:

Affiliation
Astronomical Society of South Australia (ASSAU)
Adding to Matt and Aaron's

Adding to Matt and Aaron's lists:

  • The AAVSO in Print is a source of information about literature derived from AAVSO-data/resources. I learned about this from...
  • CHOICE: Variable Star Classification and Light Curves, a worthwhile course to begin thinking systematicaly about variable star types and light curves.
  • Grant Foster's book: Analyzing Light Curves: a Practical Guide.

Matt:

  • I like the "... a month at the telescope..." quote. It reminds me of this one (Thomas Sowell):

It takes considerable knowledge just to realise the extent of your own ignorance.

  • You may have meant "... like running a Fourier transform in VStar" above? :P

David

Affiliation
American Association of Variable Star Observers (AAVSO)
Comprehensive R software

I bought Grant Foster's book on light curves and it requires Comprehensive R software.  This is more dense that the mathematics needed to follow the arguments.  Is there a more user friendly software that will work with the book or a dummy's guide to the R?  Ireally lilke the subject but don't want to spend a semester just figuring out the program.

Marlin Costello

Affiliation
Astronomical Society of South Australia (ASSAU)
Foster, R

Hi Marlin

I guess it depends upon what you want to achieve.

Using RStudio will make it slightly simpler to work with R code but it's still going to require you to understand the code. There are many resources on the web that can help, but some effort is required of course, e.g. 

If you want to use a different programming language, the problem you'll face is the need to understand that language and port the R code from Foster's book to it.

If you want to do light curve analysis based upon principles in Foster's book, you could use software (like VStar).

I'm not sure whether this helps.

David

Affiliation
American Association of Variable Star Observers (AAVSO)
R, RStudio, getting started

R is used mostly as a trial-and-error language and framework, best for statistics and vector math (e.g., for time series, spectra, etc). Most R users type in a line at a time. If the typing gets too repetitive, it's time to package up the repeated lines into a function (easy) and then include the function's name (and maybe parameter values) in new typed-in lines.

R is exploratory. It's not really meant for architected programs, as you'd use Java, C, etc. It has a slightly weird syntax, but it was written by statisticians after all (and to be fair, it's not nearly as weird as its primeval ancestor, APL). The fastest (and most fun!) way to get comfortable with R is to type interesting stuff into RStudio's "console" window and see what happens. You can't break it.

R and RStudio and all packages are free. Vectors, data frames, and a lot of statistics are already in the base R installation. For more specific needs, package installs are much easier than for Python, etc.

RStudio is by far the most organized way to use R, for almost all purposes. I wouldn't use R without it. It doesn't change the R lines you type in at all, but it does make it much easier to write small scripts, repeat calculations, store and retrieve files, etc.

Affiliation
American Association of Variable Star Observers (AAVSO)
trial data set

Hi Folks,

I'm very new at this.  

I wish to acquire a full set of FITS images sufficient to produce a light curve of some (any) stellar target.  In my mind the ideal data set would support producing multiple master flats, more than one master dark, support filtered aperture photometry using stacked images, color transformation and even all-sky photometry.  This would all become far more useful if some 'correct' results produced by others using these same data were available for comparison.  If I could have everything, I would wish for two full sets, one having an object varying more than 500 mmag or more, with the other data set having an object varying less, say 40 mmag. 

I've clicked around trying to find such a data set and I've failed; this post is my next move.  I'd like to think that such a data set would be useful to many aspiring variable star observers.  Maybe someone with the AAVSO has old data to share.  

Can anyone point me toward one or more data sets useful in this way?  If I can find the data, I will purchase Mira and get to work seeing if I'm happily producing useful results.  Clearly, I don't have the equipment needed to produce these FITS.  

If it is of interest to anyone, I am willing to write a detailed supporting document based upon my experience using this data.

Thanks for your time,

-Dave

 

where to get the data and how to start analysing

Hi,

I am very new at this but find it exciting. 

I was wondering if someone could help me out in getting some old data and start analysing it - maybe data that has been already analysed so that i know i am on the right track while analysing.

Looking forward to start analysing.....

RGBme