Skip to main content

Data reduction for the LBT's Large Binocular Camera

Project description

LBCgo: LBC data reduction pipeline

WARNING: This code is currently under continued development. While the basic functionality exists, it should be used with some care and attention.

Dependencies:

Python dependencies:

  • astropy
  • CCDProc
  • numpy

External dependencies:

  • SExtractor
  • SCAMP
  • SWarp

The external C++ codes SCAMP, SWarp, and SExtractor developed by Emmanuel Bertin and collaborators are available through http://astromatic.iap.fr. SCAMP and SExtractor are also available through GitHub: https://github.com/astromatic.

Running LBCgo:

For "standard" situations, the LBCgo can be run in one step from the python command line. In this case, all of the data in the raw/ directory are taken on the same night and have appropriate calibrations. In this case, running LBCgo from the command line is as simple as:

ipython> from lbcproc import *
ipython> from lbcregister import *

ipython> lbcgo()

Before doing this, copy the parameter files from LBCgo/LBCgo/conf/ into the current working directory (an eventual fix won't require this step).

Alternatively, it can be useful to process each filter separately or even to avoid doing the astrometric steps until a later time. In this case, one may do:

ipython> lbcgo(filter_names=['I-BESSEL'], do_astrometry=False)

The astrometric portion of the reduction can be done later using, for example reducing the I-BESSEL data for the target PG1338+101:

ipython> fltr_dirs=glob('PG1338+101/I-BESSEL/')
ipython> go_register(fltr_dirs, do_sextractor=True,
            do_scamp=True, do_SWarp=True)

Missing chips:

LBCgo can be used if the images were taken when one of the LBC CCDs was off-line. The approach to doing this is to explicitly specify the chips to include in the data reduction steps:

ipython> lbcgo(lbc_chips=[1,2,4])

This is useful, as there were several months in 2011 when LBCCHIP3 was inoperable.

Some things that might go wrong:

Testing has revealed some occasional issues with the astrometric solution for the individual chips. This can be difficult to diagnose. The registration step using SWarp can warn you of some obvious cases, and these can subsequently be removed before rerunning the SWarp step by doing, e.g.:

ipython> go_register(fltr_dirs, do_sextractor=False,
            do_scamp=False, do_SWarp=True)

There are several issues related to missing or inappropriate files that the current code does not deal with gracefully. The most common is missing flat fields or missing configuration files (found in LBCgo/LBCgo/conf/).

Credit:

This pipeline is built on code initially developed by David Sands, and eventually incorporated into scripts made available by Ben Weiner (https://github.com/bjweiner/LBC-reduction).

LBCgo was designed to simplify the process of LBC reduction, removing the need for IDL or IRAF in favor of Python. This package continues to require SCAMP, SWarp, and SExtractor provided by Emmanuel Bertin (http://astromatic.iap.fr). It makes extensive use of the astropy-affiliated package CCDProc.

Known bugs / limitations:

  • As of yet no tests are performed to separate LBCB / LBCR images taken with the V-BESSEL filter (which exists in both imagers). Care must be taken to avoid having both in the same directory.

  • If flat field images are present, but no image is taken in that flat, an unfortunate behavior results (existing flat fields are divided by the unmatched flats).

  • Flat field images taken as "test" images, including only a partial read-out of a single CCD, will cause the code to bail without a helpful error message.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LBCgo-0.1.3.tar.gz (55.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

LBCgo-0.1.3-py3-none-any.whl (59.2 kB view details)

Uploaded Python 3

File details

Details for the file LBCgo-0.1.3.tar.gz.

File metadata

  • Download URL: LBCgo-0.1.3.tar.gz
  • Upload date:
  • Size: 55.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.7.8 Darwin/20.5.0

File hashes

Hashes for LBCgo-0.1.3.tar.gz
Algorithm Hash digest
SHA256 80f8190eccd02da09159f13bf57ae6a95d64026ed7066cdc8f03c64e8bba391a
MD5 df36439322188fb2bd903a082e298406
BLAKE2b-256 d01bbd2c2cb43d0330079a1167fb80e1e36c7cecb4405d3970fcbec7ca9434ac

See more details on using hashes here.

File details

Details for the file LBCgo-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: LBCgo-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 59.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.7.8 Darwin/20.5.0

File hashes

Hashes for LBCgo-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b0cd71c9eadf35e2498021b1e2a07dd87b7f568bc564426a5f8011dfd585d772
MD5 c7e652468893521d022616fba7afeef6
BLAKE2b-256 5e2cacc43799fdd3837daab79dfdfd24c1694821520ad5756810a35ac7227dfe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page