Code Monkey home page Code Monkey logo

nenupy-tv's People

Contributors

alanloh avatar julienngirard avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

julienngirard

nenupy-tv's Issues

Plot primary beam in the TV images

Gather the pointing infos and overplot the primary beam circle (deformed with spherical projection?) with respect to the mean observed frequency.
Would be particularly usefull while making movies of the TV to show sources disappear when they go out of the primary beam.

Improve / LWA

Briggs :

elif weighting == 'briggs':
            ## Robust weighting - we need to calculate it
            dens = numpy.abs(self.bm[0])
            size = dens.shape[0]
            from scipy.ndimage import uniform_filter
            dens = uniform_filter(dens, size=size*localFraction)
            dens /= dens.max()
            dens[numpy.where( dens < 1e-8 )] = 0
            f2 = (5*10**-robust)**2 / (dens**2).mean()
            dens = 1.0 / (1.0 + f2/dens)
            data = data/dens*dens.max()
            data[numpy.where(dens == 0)] = 0.0

Add a log

In /data/nenufar/nenuFAR-TV/log/nenufartv.log

PSF

Add a PSF class within the response module

Instrument superclass

Add a class from which NenuFAR or MiniArray inherit in order to generalize radio array handling.

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.