Skip to content

Commit

Permalink
add docs for AeReg
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Sep 9, 2021
1 parent 1f21b6a commit 795591a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/includes/AeReg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# AeReg

The regrouping and rescaling operations that were introduced as part of the priorized fitting have been moved into the cluster module.
The script `AeReg` will allow a user to access these operations from the command line such that they can see how the regrouping and rescaling operations will work before having to do the priorized fitting.

```
usage: regroup [-h] --input INPUT --table TABLES [--eps EPS] [--noregroup] [--ratio RATIO] [--psfheader PSFHEADER] [--debug]
optional arguments:
-h, --help show this help message and exit
Required:
--input INPUT The input catalogue.
--table TABLES Table outputs, format inferred from extension.
Clustering options:
--eps EPS The grouping parameter epsilon (~arcmin)
--noregroup Do not perform regrouping (default False)
Scaling options:
--ratio RATIO The ratio of synthesized beam sizes (image psf / input catalog psf).
--psfheader PSFHEADER
A file from which the *target* psf is read.
Other options:
--debug Debug mode.
```
2 changes: 2 additions & 0 deletions doc/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ The following scripts are provided as part of the AegeanTools package:
- [BANE](includes/BANE) - Background and Noise Estimation
- [MIMAS](includes/MIMAS) - Multi-resolution Image Mask for Aegean Software
- [AeRes](includes/AeRes) - Aegean Residuals
- [AeReg](includes/AeReg) - Aegean Regrouping
- [SR6](includes/SR6) - Shrink Ray

0 comments on commit 795591a

Please sign in to comment.