IRAF Logo
  • Package and Task Reference
    • dataio: Data format conversion package (RFITS, etc.)
    • images: General image processing package
    • language: The command language itself
    • lists: List processing package
    • obsolete: Obsolete tasks
    • noao: The NOAO optical astronomy packages
      • artdata: Artificial data generation package
      • astcat: Astronomical catalog and surveys access package
      • astutil: Astronomical utilities package
      • digiphot: Digital stellar photometry package
      • imred: Image reductions package
        • argus: CTIO ARGUS reduction package
        • bias: General bias subtraction tools
        • crutil: Tasks for detecting and removing cosmic rays
        • ccdred: Generic CCD reductions
        • ctioslit: CTIO spectrophotometric reduction package
        • dtoi: Density to Intensity reductions for photographic plates
        • echelle: Echelle spectral reductions (slit and FOE)
        • generic: Generic image reductions tools
        • hydra: KPNO HYDRA (and NESSIE) reduction package
        • iids: KPNO IIDS spectral reductions
        • irred: KPNO IR camera reductions
        • irs: KPNO IRS spectral reductions
        • kpnocoude: KPNO coude reduction package (slit and 3 fiber)
        • kpnoslit: KPNO low/moderate dispersion slits (Goldcam, RCspec, Whitecam)
        • quadred: CCD reductions for QUAD amplifier data
        • specred: Generic slit and fiber spectral reduction package
      • mtlocal: Magtape i/o for special NOAO format tapes
      • nobsolete: Obsolete tasks to be phased out in a future release
      • nproto: Prototype (temporary, contributed) tasks
      • observatory: Examine and define observatory parameters
      • obsutil: Observing utilities (planning or evaluation)
      • onedspec: One dimensional spectral red & analysis package
      • rv: Radial velocity analysis package
      • twodspec: Two dimensional spectral red & analysis package
    • plot: Plot package
    • proto: Prototype or interim tasks
    • softools: Software tools package
    • system: System utilities package
    • utilities: Miscellaneous utilities package
  • External packages
  • SPP Reference Manual
  • CL Programmer’s Manual
  • IRAF Standards and Conventions
  • Standard Nomenclature
  • Site Manager’s Guide
  • IRAF Release Notes
  • Additional IRAF documentation
  • PyRAF tutorial
IRAF
  • Package and Task Reference
  • noao: The NOAO optical astronomy packages
  • imred: Image reductions package
  • dtoi: Density to Intensity reductions for photographic plates
  • hdshift: Align related HD curves

hdshift: Align related HD curves

Package: dtoi

Usage

hdshift database

Parameters

database
Input list of databases containing density, exposure and fit information.

Description

For each file in database, procedure hdshift calculates and subtracts a zero point shift to bring several related HD curves into alignment. The individual shifts are calculated by elimination of the first coefficient (Bevington, eqn 9-3):

     _      _      _               _
a0 = y - a1*X - a2*X**2 - ... - an*X**n

Here, the averages over y and X refer to individual database averages; the coefficients a1, ... an were previously calculated using data from all databases, in task hdfit, and stored in the database. The a0 term is calculated individually for each database; this term represents the zero point shift in log exposure and will be different for each database.

On output, the log exposure values in each database have been shifted to the zero point shift of the first database in the list. The log exposure records are now aligned and it would be appropriate to run task hdfit on the modified database list and determine the common solution.

Examples

Shift the curves in four databases to a common zero point.

        cl> hdshift db1,db2,db3,db4

See also

hdfit, hdtoi
"Averaging Photographic Characteristic Curves", John Kormendy, from "ESO Workshop on Two Dimensional Photometry", Edited by P. Crane and K.Kjar, p 69, (1980), an ESO Publication.

Previous Next

© Copyright 1986 Association of Universities for Research in Astronomy Inc..

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