Giter VIP home page Giter VIP logo

stellar-locus-regression's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @fwhigh
  • ๐Ÿ‘€ Iโ€™m interested in data science, machine learning, causal inference, statistics, software
  • ๐ŸŒฑ Iโ€™m currently learning more on the engineering side
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on stats applied to ML
  • ๐Ÿ“ซ Reach me @WillHighSci on Twitter

stellar-locus-regression's People

Contributors

whigh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

franksaldas

stellar-locus-regression's Issues

Automatically remake .sav file after an ascii colortable has been recreated.

Steps that reproduce the problem:
1. Run SLR on a new colortable.  A .sav file is created based on the ascii
table.
2. Run again, and SLR goes faster (if force is not set).  This is because
the .sav file was read instead of the ascii table.
3. Now you've remade the colortable in your upstream analysis, and so you
overwrite the old one.
4. Run SLR again, and it uses the old .sav file.  It doesn't create a new
one automatically!

We should be making new .sav files every time a new ascii colortable for a
given field is recreated.  This probably involves checking the .sav file
timestamp against the ascii colortable timestamp.  I haven't yet figured
out how to do this in a platform-independent way, after initially searching
through the native IDL routines.


Original issue reported on code.google.com by [email protected] on 5 Feb 2009 at 2:41

slr_append_data should output fixed-width column headings

Steps that reproduce the problem
1. Run the slr.csh example in the install instructions.
2. Check out the output colortable

The new calibrated colors appear in the last few columns, but the column
headings in the first line are not aligned with the data.

Shouldn't be hard to fix in IDL using format='(A10)' or whatever.

Original issue reported on code.google.com by [email protected] on 10 Feb 2009 at 6:26

slr_get_data is good, but still sub-optimal

Example usage of slr_get_data where this matters:
1. Call slr_get_data on a huge data set
2. Call it again, and you get the data faster

This is great.  However, right now the hard limits (eg, signal-to-noise
threshold) are placed on the data *before* the savefile is saved, so that
the second time you call it it won't give data with *new* limits if the
limits are changed in the meantime.



Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 1:26

config file can't take blank lines!

What steps will reproduce the problem?
1. Add a blank line randomly in a config file
2. Try to run SLR


What is the expected output? What do you see instead?
It should run properly, but it complains, probably because I'm not throwing
out whitespace like I should.

Original issue reported on code.google.com by [email protected] on 3 Apr 2009 at 8:58

slr_get_data_array fails if slr can't find sfd maps

What steps will reproduce the problem?
1. You don't have the sfd maps (which should be fine)
2. You run the SLR demos out of the box

slr_get_data_array complains that there is no galactic extinction tag in
the data structure.

It is supposed to be ok if there is no galactic extinction tag in the
structure, as long as you don't want to deredden your colors.  This was
never actually tested, but it will now be fixed

Original issue reported on code.google.com by [email protected] on 1 Apr 2009 at 9:23

Get rid of the Analyst dependence.

Version 1.0 of SLR depends on IDL analyst, but the only routines it uses are
1. imsl_lnormregress
2. imsl_random
3. imsl_inv

These can all be replaced easily.  Considering that Analyst is an extra
couple hundred bucks a pop, we should.

Original issue reported on code.google.com by [email protected] on 4 Feb 2009 at 11:58

postscript plots?

What steps will reproduce the problem?
1. set postscript and plot to 1 in the config file
2. run SLR

What is the expected output? What do you see instead?
Should produce EPS files, but this hasn't been tested on the public code.

Original issue reported on code.google.com by [email protected] on 21 Apr 2009 at 8:43

Make sure color errors are statistical only

What steps will reproduce the problem?
1. Compare color errors to quadrature sum of instrumental mag statistical
errors


What is the expected output? What do you see instead?
Want them to be equal.  It is possible to add the SLR color calibration
errors to these in the catalog, but because this is systematic and
constant, it should be kept separate.

Original issue reported on code.google.com by [email protected] on 2 Apr 2009 at 6:59

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.