nenupy Logo

Getting Started

  • Installation
    • Installing with pip
    • Installation on nancep
    • Dependencies

Instrument

  • Array Configuration
    • MiniArray class
      • Mini-Array selection
      • Rotation and plotting
    • NenuFAR class
      • NenuFAR instantiation
    • Operations on arrays
      • Element selection
      • Array combinations
  • Instrument Properties
    • Angular resolution
      • Mini-Array beam width
      • NenuFAR array angular resolution
    • Effective area
      • Antenna effective area
      • Mini-Array effective area
      • NenuFAR effective area
    • Noise and sensitivity
      • Instrument temperature
      • System temperature
      • System equivalent flux density
      • Sensitivity
      • Confusion noise
  • Instrument Tools

Astronomy

  • Source Visibility Interface
  • Astronomical Targets
    • Source types
      • Fixed sources
      • Solar System objects
    • Ephemerides
      • Meridian transit
      • Azimuth transit
      • Multiple transits
      • Rise and set times
  • Sky representation
    • HEALPix sky representation
  • Generating skymodel
  • Instrument Pointing
    • Predefined pointings
      • Source tracking pointing
      • Source transit pointing
      • Zenith pointing
    • Observation files
      • altazA file
      • altazB file
  • Astronomy Tools

Simulation

  • NenuFAR Beam Simulation
    • Beam simulation quickstart
    • Beam simulation principle
    • Antenna radiation pattern
    • Mini-Array response
      • Beam squint correction
      • Discrete beam simulation
    • NenuFAR array beam
      • Sub-set of NenuFAR array
      • Whole NenuFAR core response
      • Example (tracking Cygnus A)
  • Observation Simulations
    • Time profile

Observation management

  • Observation Scheduling
    • Schedule object
      • Reserved time slots
      • Virtual Control Room bookings
    • Observation request
      • Observation block
      • Combining observation blocks
    • Observation constraints
      • Available constraints
      • Adding constraints
      • Evaluating contraints on a schedule
    • Scheduling in practice
      • Deterministic algorithm
      • Genetic algorithm
      • Schedule export
  • Bright Sources Contamination
    • Source contamination prediction
      • Contamination in tracking observation
      • Contamination in transit observation
      • Selecting Mini-Array rotations
    • Source contamination identification
  • Observation Configuration
    • NenuFAR Receiver setup
      • Manual setting
      • Setting from Parset file
    • Observation setup
      • Single observation
      • List of observations
    • Classes summary
  • Parset_user Editor
    • Configure observation and output
    • Configure analog beams
    • Configure numerical beams
    • Syntax validation
    • Parset_user file writing

Data reading

  • Spectral STatistics (SST)
  • Beamlet STatistics (BST)
    • BST reading interface
    • BST reading
    • BST data selection
  • Cross-Correlation STatistics (XST)
    • XST selection
    • UV coverage from XST
    • Beamforming from cross-correlations
    • Image from XST
    • Near-field imprint from XST
    • NenuFAR TV
      • TV Image
      • TV Near-field
  • UnDySPuTeD Time-Frequency Data
    • Reading a spectra file
    • Pipeline configuration
      • Predefined pipeline steps
      • Pipeline parameter modification
      • Managing pipeline tasks
      • Special pipeline tasks
      • Adding custom steps
    • Running the pipeline
    • Saving the data

Contents:

  • API Reference
    • nenupy.astro
      • nenupy.astro.astro_tools
        • Astronomical tools
      • nenupy.astro.beam_correction
        • nenupy.astro.beam_correction.compute_jones_matrices
        • nenupy.astro.beam_correction.compute_projection_corrections
        • nenupy.astro.beam_correction.convert_to_mueller
        • nenupy.astro.beam_correction.matrices_to_hdf5
        • nenupy.astro.beam_correction.pointing_correction_factor
      • nenupy.astro.jones_mueller
        • Jones - Mueller Formalism
      • nenupy.astro.pointing
        • Pointing
      • nenupy.astro.sky
        • Sky
      • nenupy.astro.skymodel
        • Skymodel
      • nenupy.astro.target
        • Celestial Target
      • nenupy.astro.uvw
        • UVW Coverage
    • nenupy.instru
      • nenupy.instru.instrument_tools
        • NenuFAR Tools
      • nenupy.instru.interferometer
        • Interferometric Array
      • nenupy.instru.nda
        • Nancay Decameter Array Classes
      • nenupy.instru.nenufar
        • NenuFAR Array Classes
    • nenupy.io
      • nenupy.io.bst
        • BST file
      • nenupy.io.io_tools
        • Statistics file tools
      • nenupy.io.sst
        • SST file
      • nenupy.io.tf
        • Time-frequency data
      • nenupy.io.tf_utils
        • Support to Time-Frequency data
      • nenupy.io.xst
        • XST file
    • nenupy.schedule
      • nenupy.schedule.constraints
        • Observation constraints classes
      • nenupy.schedule.contamination
        • Bright Source Contamination
      • nenupy.schedule.geneticalgo
        • Genetic Algorithm classes
      • nenupy.schedule.obsblocks
        • Booking Blocks
      • nenupy.schedule.open_time
        • Open time functions
      • nenupy.schedule.schedule
        • Schedule
      • nenupy.schedule.targets
        • TARGETS
    • nenupy.observation
      • nenupy.observation.obs_config
        • Observation configuration classes
      • nenupy.observation.obs_tools
        • Observation Tools
      • nenupy.observation.parset
        • Parset reader
      • nenupy.observation.tapdatabase
        • Observation Database

Changelog

  • Changelog
    • x.x.x
    • 2.0.0
    • 1.2.0
    • 1.1.0 (2020-11-18)
    • 1.0.0 (2020-04-29)
nenupy
  • Overview: module code

All modules for which code is available

  • nenupy.astro.astro_tools
  • nenupy.astro.beam_correction
  • nenupy.astro.jones_mueller
  • nenupy.astro.pointing
  • nenupy.astro.sky
  • nenupy.astro.skymodel
  • nenupy.astro.target
  • nenupy.astro.uvw
  • nenupy.instru.instrument_tools
  • nenupy.instru.interferometer
  • nenupy.instru.nda
  • nenupy.instru.nenufar
  • nenupy.io.bst
  • nenupy.io.io_tools
  • nenupy.io.sst
  • nenupy.io.tf
  • nenupy.io.tf_utils
  • nenupy.io.xst
  • nenupy.observation.obs_config
  • nenupy.observation.obs_tools
  • nenupy.observation.parset
  • nenupy.observation.tapdatabase
  • nenupy.schedule.constraints
  • nenupy.schedule.contamination
  • nenupy.schedule.geneticalgo
  • nenupy.schedule.obsblocks
  • nenupy.schedule.open_time
  • nenupy.schedule.schedule
  • nenupy.schedule.targets

© Copyright 2023, Alan Loh.

Built with Sphinx using a theme provided by Read the Docs.