NAME

arv2fits - Convert from an ARV format to an ACIS level 1 format.


SYNOPSIS

arv2fits --ccdid integer --input arvfilename --ouput level1fitsfilename --activepixels from0-to1,from2-to3,from4-to5,from6-to7

  [ --date-end end_date_of_observation (default value is today's date) ]
  [ --date-obs begin_date_of_observation (default value is today's date) ]
  [ --detname | -D detector_name (the default is acis) ]
  [ --filter | -f the_filter_used (the default value is NONE) ]
  [ --grating | -g the_grating_used (the default value is NONE) ]
  [ --help | -h ]
  [ --mission | -m the_name_of_the_mission (the default value is CHANDRA) ]
  [ --readmode | -r FITS_READMODE_keyword (the default value is TIMED) ]
  [ --splitthreshold | -s the_split_threshold (the default value is 13) ]
  [ --src_spec FITS_SRC_SPEC_keyword (the default value is MONO ) ]
  [ --telescope | -t name_of_the_telescope (the default value is CHANDRA) ]
  [ --time-end end_time_of_observation (the default value is 12:59:59) ]
  [ --time-obs begin_time_of_observation (the default value is 00:00:01) ]
  [ --usage | -u ]
  [ --version | -v ]


DESCRIPTION

The program converts an ARV format to an ACIS FITS level 1 format. Note: The program converts from the readx, ready in ARV format to chipx, chipy in FITS file, respectively.


OPTIONS

Options may be abbreviated. Options which take values may be separated from their values either by white space.

The options are :

--activepixels string
The active pixel ranges. The format is of the form from0-to1,from2-to3,from4-to5,from6-to7. This command line argument is required.
 arv2fits --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -a 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--ccdid integer
The FITS CCD_ID column. This command line argument is required.
 arv2fits --ccdid 2 --activepixels 5-260,290-545,575-830,860-1115 --input foo.arv --output foo.fits

--date-end string
The end date of observation, format YYYY-MM-DD. The default value is today's date.
 arv2fits --date-end 2002-05-21 --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--dateobs string
The begin date of observation, format YYYY-MM-DD. The default value is today's date.
 arv2fits --dateobs 2002-05-21 --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--filter string
The filter used. The default value is NONE.
 arv2fits --filter junk --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -f junk -a 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--ccdid integer
The FITS CCD_ID column. This command line argument is required.
 arv2fits --ccdid 2 --activepixels 5-260,290-545,575-830,860-1115 --input foo.arv --output foo.fits

--grating string
The grating used. The default value is NONE.
 arv2fits --grating junk --activepixels 5-260,290-545,575-830,860-1115  --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -g junk -a 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--help
Print a short help message on how to use the program.
 arv2fits --help

or

 arv2fits -h

--input string
The input RV filename. The default value is stdin. For example:
 arv2fits --input foo.arv --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --output foo.fits

or

 arv2fits -i foo.arv -a 5-260,290-545,575-830,860-1115 --ccdid 2 -o foo.fits

--mission string
The name of the misssion. The default value is CHANDRA.
 arv2fits --mission axaf --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -m axaf -a 5-260,290-545,575-830,860-1115 --ccdid 2 -i foo.arv -o foo.fits

--output string
The output RDB filename. The default value is stdout. For example:
 arv2fits --output foo.fits --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv

or

 arv2fits -o foo.fits -a 5-260,290-545,575-830,860-1115 --ccdid 2 -i foo.arv

--readmode string
The FITS READMODE keyword. The default value is TIMED.
 arv2fits --readmode NOTTIMED --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -r NOTTIMED -a 5-260,290-545,575-830,860-1115 --ccdid 2 -i foo.arv -o foo.fits

--splitthreshold string
The split threshold. The default value is 13.
 arv2fits --splitthreshold 14 --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -s 14-a 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--src_spec string
The FITS SRC_SPEC keyword. The default value is MONO.
 arv2fits --src_spec QUADRAPHONIC --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--telescope string
The name of the misssion. The default value is CHANDRA.
 arv2fits --telescope axaf --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

or

 arv2fits -t axaf -a 5-260,290-545,575-830,860-1115 --ccdid 2 -i foo.arv -o foo.fits

--time-end string
The end time of observation, format HH:MM:SS. The default value is 12:59:59
 arv2fits --time-end 12:00:00 --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--timeobs string
The end time of observation, format HH:MM:SS. The default value is 00:00:01
 arv2fits --timeobs 1:00:00 --activepixels 5-260,290-545,575-830,860-1115 --ccdid 2 --input foo.arv --output foo.fits

--usage
To see a detailed instructions on how to use this program. For example:
 arv2fits --usage

--version
Print the program version number.

For example:

 arv2fits --version

or

 arv2fits -v