summaryrefslogtreecommitdiffstats
path: root/funtools/doc/pod/regdiff.pod
blob: e1c38cacbc6c8b06f1a7ac62f39cb862c0b37bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
=pod

=head1 NAME



B<RegDiff:Differences Between Funtools and IRAF Regions>



=head1 SYNOPSIS




Describes the differences between Funtools/ds9 regions and the old IRAF/PROS
regions.



=head1 DESCRIPTION





We have tried to make Funtools regions compatible with their
predecessor, IRAF/PROS regions. For simple regions and simple boolean
algebra between regions, there should be no difference between the two
implementations.  The following is a list of differences and
incompatibilities between the two:



=over 4






=item *

If a pixel is covered by two different regions expressions,
Funtools assigns the mask value of the B<first> region that
contains that pixel.  That is, successive regions B<do not>
overwrite previous regions in the mask, as was the case with the
original PROS regions.  This means that one must define overlapping
regions in the reverse order in which they were defined in PROS.  If
region N is fully contained within region M, then N should be defined
B<before> M, or else it will be "covered up" by the latter. This
change is necessitated by the use of optimized filter compilation, i.e.,
Funtools only tests individual regions until a proper match is made.




=item *

The B<PANDA> region has replaced the old PROS syntax in which
a B<PIE> accelerator was combined with an B<ANNULUS> accelerator
using B<AND>. That is,

  ANNULUS(20,20,0,15,n=4) & PIE(20,20,0,360,n=3)

has been replaced by:

  PANDA(20,20,0,360,3,0,15,4)

The PROS syntax was inconsistent with the meaning of the B<AND> operator.




=item *

The meaning of pure numbers (i.e., without format specifiers) in 
regions has been clarified, as has the syntax for specifying coordinate
systems. See the general discussion on
Spatial Region Filtering
for more information.



=back





=head1 SEE ALSO



See funtools(n) for a list of Funtools help pages



=cut