|
Administrator
|
When apertures are imported, the centroid setting for each aperture is maintained, no matter how the option "Centroid Apertures (initial setting)" is set. Instead, you'll need to set the state of centroid for each RA/Dec pair in the file. The file format is as below. You'll need at least 4 columns, with the 4th column set to 0 for all rows that you want Centroid disabled.
#RA in decimal or sexagesimal HOURS
#Dec in decimal or sexagesimal DEGREES
#Ref Star=0,1,missing (0=target star, 1=ref star, missing->first ap=target, others=ref)
#Centroid=0,1,missing (0=do not centroid, 1=centroid, missing=centroid)
#Apparent Magnitude or missing (value = apparent magnitude, or value > 99 or missing = no mag info)
#Add one comma separated line per aperture in the following format:
#RA, Dec, Ref Star, Centroid, Magnitude
09:16:55.486, -20:40:34.32, 0, 0, 0.0
09:17:31.242, -20:33:01.51, 1, 0, 99.999
09:16:53.673, -20:28:08.51, 1, 0, 99.999
09:16:11.748, -20:39:01.69, 1, 0, 99.999
09:16:59.381, -20:42:57.47, 1, 0, 99.999
|