Coder Social home page Coder Social logo

astro-stomp's People

Stargazers

 avatar

astro-stomp's Issues

python unit tests

unit tests for most of the python port of the library have yet to be written

Original issue reported on code.google.com by [email protected] on 17 May 2010 at 10:45

compilation error in r64

On two linux systems using g++ (Ubuntu & CentOS), the following compilation
error occured.  Previous versions of astro-stomp (r50) compiled fine on
both systems.

% make 
.. SUCCESS UNTIL ...
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g -O2 -Wall  -lstomp  -o
stomp_adapt_map stomp_adapt_map.o  -L../stomp/ 
mkdir .libs
g++ -g -O2 -Wall -o .libs/stomp_adapt_map stomp_adapt_map.o 
/home/cameron/code/astro-stomp/stomp/.libs/libstomp.so
-L/home/cameron/code/astro-stomp/stomp 
/home/cameron/code/astro-stomp/stomp/.libs/libstomp.so: undefined reference
to
`Stomp::IndexedTreePixel::FindKNearestNeighbors(Stomp::AngularCoordinate&,
unsigned char, std::vector<Stomp::IndexedAngularCoordinate,
std::allocator<Stomp::IndexedAngularCoordinate> >&)'
collect2: ld returned 1 exit status
make[2]: *** [stomp_adapt_map] Error 1
make[2]: Leaving directory `/raid/data/cameron/code/astro-stomp/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/raid/data/cameron/code/astro-stomp'
make: *** [all] Error 2

Original issue reported on code.google.com by [email protected] on 17 May 2010 at 5:12

Description and details about the library

Hey. Are there any detailed descriptions about the lib and how to use it?
I need to calculate:

  • sunset for time and location
  • sunrise for time and location
  • sun path on the sky for target location and date
  • moonset for time and location
  • moonrise for time and location
  • moon path on the sky for target location and date
  • milkyway set for time and location
  • milkyway rise for time and location
  • milkyway path on the sky for target location and date

and maybe some other stuff.

Can I do that with this library?

pair-count correlation functions possibly broken for small data-sets

Calculating pair-based correlation functions on small data sets (~1000s of 
objects) results in a 
correlation function that flattens out at medium angular scales (~0.1 degrees). 
 It's unclear exactly 
why this is happening, if it's due to a bug in the code or insufficient random 
points or what.

Original issue reported on code.google.com by [email protected] on 17 May 2010 at 10:54

bug with FindPairs

What steps will reproduce the problem?
1. Run FindPairs on an IndexedTreeMap() with a large separation angle

Expected output:
A list of indices

Error given by stomp:
" Illegal theta value on x index: Lambda,Eta = -22.4984,-32.7357,theta = 117.229
  x = 164/143"

Original issue reported on code.google.com by [email protected] on 17 Jun 2010 at 6:38

Python SWIG issue

The python interface generated via SWIG works well for passing objects by 
references, but fails to 
properly pass data primitives (doubles, ints, etc) properly.  For example, in 
python:

>>> import stomp
>>> ang = stomp.AngularCoordinate(60.0, 20.0)
>>> pix = stomp.Pixel(ang, 4)
>>> near_distance = 0.0
>>> far_distance = 0.0
>>> pix.EdgeDistances(ang, near_distance, far_distance)
True
>>> print near_distance, far_distance
0.0 0.0

This should store the distance from the input AngularCoordinate to the near and 
far Pixel edge 
distances into the near_distance and far_distance variables.  However, the 
values of these 
variables are unchanged.

Original issue reported on code.google.com by [email protected] on 17 May 2010 at 7:44

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.