logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mDiffExec - Re-project and mosaic your images, with background rectification

Arguments

       diffs.tbl
              Table generated by mOverlapsfortheimagesinprojdir.

       template.hdr
              FITS header template for output files.

       diffdir
              Path to output files.

Bugs

       The drizzle algorithm has been implemented but has not been tested in this release.

       If a header template contains carriage returns (i.e., created/modified on a Windows machine), the cfitsio
       library  will  be  unable  to read it properly, resulting in the error: [struct stat="ERROR", status=207,
       msg="illegal character in keyword"]

       It is best for the background correction  algorithms  if  the  area  described  in  the  header  template
       completely encloses all of the input images in their entirety. If parts of input images are "chopped off"
       by  the  header  template,  the  background correction will be affected. We recommend you use an expanded
       header for the reprojection and background modeling steps, returning to  the  originally  desired  header
       size  for  the  final  coaddition.  The  default background matching assumes that there are no non-linear
       background variations in the individual images (and therefore in the overlap differences).  If  there  is
       any  uncertainty  in  this  regard, it is safer to turn on the "level only" background matching (the "-l"
       flag in mBgModel.

Description

       Runs mDiff on all the pairs identified by mOverlaps.

Examples

       First, diffs.tbl is generated using mOverlaps.  Then mDiff can be run on reprojected images,  using  this
       template.hdr.

       $ mDiffExec -n -p projdir projdir/diffs.tbl template.hdr diffdir
              [struct stat="OK", count=42, failed=0]

Messages

       OK     [struct stat="OK", count=nimages, failed=nfailed]

       ERROR  MPI initialization failed

       ERROR  Cannot open status file: statusfile

       ERROR  Cannot access diffdir

       ERROR  diffdir is not a directory

       ERROR  Invalid image metadata file: filename

       ERROR  Need columns: cntr1 cntr2 plus minus diff

       ERROR  mDifferror

Name

       mDiffExec - Re-project and mosaic your images, with background rectification

Options

       -p projdir
              Specifies path to the directory containing reprojected input images.

       -d     Turns on debugging.

       -n     No-area-images flag. Creates difference image without requiring _area FITS images

       -s statusfile
              Output and errors are sent to statusfile instead of to stdout

Result

       FITS  images  representing  the  differences  for  each pair of overlapping images.  nimages is the total
       number of images successfully processed, and nfailed is the number  of  images  that  failed.   The  most
       likely  cause of failure is that the FITS images overlapped, but only in areas where they contained blank
       pixels (especially common in images with large degree of rotation).

Synopsis

       mDiffExec [-p projdir] [-d] [-n(o-areas)] [-s statusfile] diffs.tbl template.hdr diffdir

See Also