Code Monkey home page Code Monkey logo

astwro's Introduction

  • PhD Candidate Astrophysics
  • IT architect and developer
  • Maintainer and Observer on the OCM Observatory

astwro's People

Contributors

majkelx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

balbinot

astwro's Issues

extractor/scamp files support

astwro.starlist trzeba roszerzyć o funkcje:
read[write]_sextractor_ascii_file
read[write]_sextractor_binary_file

Daophot.FInd przyjmuje zły image

Kod:

>>> d = Daophot(image='not_existing.fits')
>>> d.FInd()
>>> d.FInd_results.succes
True

Nie ma sprawdzenia czy FITS istnieje, nie ma kontroli błędu automatycznego ATTacha.

correct wrong nei files

NEI files generated by daophot are wrongly formated sometimes:

1641 1597.624  169.141   16.09510273.104

Correction like following needed

sed -i -E "s/([0-9]\.[0-9]{3})([0-9]{5}.[0-9])/\1 \2/" i.nei

sdaophot is expected in PATH, configure executable name/path in ~/pydaophot.cfg

I am not being able to run the Daophot whatsoever. I've change the pydaophot.cfg to account for the directury of my executables (my daophot running directory), as follows:


# Patches (optional) and names of executables
[executables]
daophot = ~/usr/daophot4
allstar = ~/usr/daophot4

but nothing changes. I've tried to copy the executables to astwro/pydaophot and rename them to 'sdaophot' and 'sallstar', but the error keeps appearing.

With a clean install, I'm not even able to reproduce the examples in the readthedocs.
I've also tried to redirect the executables by using

from astwro.pydaophot import daophot_cfg
daophot_cfg.set('executables', 'daophot', '/usr/local/bin/daophot')

but I get the error cannot import name 'daophot_cfg' from 'astwro.pydaophot' . Any help is much appreciated.

Using Python 3.x in a Ubuntu 20.04.

gapick na koniec pracy wypisuje brzydko best indiv

na stderr:
[INFO] gapick: Best individual is bitarray('1010111110111011010000011110010101100111001111111101011111101011110100001011011100011010101000010'), (1.0733461538461539,)

Możnaby natomaist dodać jakieś info o RESULTS

astropy.Table vs StarList

Support of astropy.Table for starslist by:

  • to/from conversions
  • subclassing astropy.Table instead of pandas in StarList
  • dropping StarList completely in favor of astropy.Table

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.