Search found 15 matches
- 22 Aug 2023, 07:26
- Forum: Scripts
- Topic: Script for plate solving
- Replies: 1
- Views: 226
Re: Script for plate solving
Hi Andrew, I tried this procedure: - File -> Browse -> select all images that you need to have plate solved -> Menu -> send to Apply Script I used this script for my telescope: QUOTE ra,dec=Image.EstimateRaDec print ra, dec Image.FindCoordinates(ra,dec,5,2,19.3) UNQUOTE please verify the dimensione ...
- 09 Aug 2023, 07:22
- Forum: Image processing and analysis
- Topic: calibration (dark,Flat & Bias
- Replies: 18
- Views: 1334
Re: calibration (dark,Flat & Bias
Hi Eric and Fabio,
effectively in my answer I missed one sentence becuase it was a question. The right answer should have been, "you have to disable it".
Sorry for the misunderstanding.
Alessandro
effectively in my answer I missed one sentence becuase it was a question. The right answer should have been, "you have to disable it".
Sorry for the misunderstanding.
Alessandro
- 08 Aug 2023, 07:06
- Forum: Image processing and analysis
- Topic: calibration (dark,Flat & Bias
- Replies: 18
- Views: 1334
Re: calibration (dark,Flat & Bias
HI Eric,
please check if you selected "save all images" in the Option tab (down right) of the Preprocessing tab.
Regards.
Alessandro
please check if you selected "save all images" in the Option tab (down right) of the Preprocessing tab.
Regards.
Alessandro
- 01 Aug 2023, 08:40
- Forum: Scripts
- Topic: The center plate
- Replies: 7
- Views: 431
Re: The center plate
Hello Patrick, in the Astrometry panel of the Tool Menu the item "Center Plate", as far as I have understood, indicates the precision in pixel (0.5 is the suggested precision) of the position of the center plate once the Astrometry calculation have been done. It is indicated by a red inclined cross ...
- 31 Jul 2023, 08:49
- Forum: Scripts
- Topic: The center plate
- Replies: 7
- Views: 431
Re: The center plate
Hello Patrick, the answer to the first question is yes, it could be also the center of an image. According to my understanding the always a geometrical definition (i.e. an image, either cropped or not, is centered at coordinates x and y). The center plate selection is not in the Astrometry window bu...
- 21 Jul 2023, 08:20
- Forum: Scripts
- Topic: The center plate
- Replies: 7
- Views: 431
Re: The center plate
Hi Patrick,
"center plate" is a geometrical definition of the coordinates (x/2,y/2) where x and y are the numbers of the pixels of the sensor.
Regards.
Alessandro Maitan
"center plate" is a geometrical definition of the coordinates (x/2,y/2) where x and y are the numbers of the pixels of the sensor.
Regards.
Alessandro Maitan
- 29 Nov 2022, 08:16
- Forum: Image processing and analysis
- Topic: Placing a mark at an exact coordinate
- Replies: 6
- Views: 802
Re: Placing a mark at an exact coordinate
As far as I know you can only position an annotation on pixel coordinates.
Alessandro
Alessandro
- 09 Jun 2022, 12:39
- Forum: Scripts
- Topic: Peculiar flat fields for research
- Replies: 1
- Views: 847
Re: Peculiar flat fields for research
Excellent piece of advice Fabio.
I'll give it a try.
Thank you.
Alessandro
I'll give it a try.
Thank you.
Alessandro
- 31 Dec 2020, 13:58
- Forum: Scripts
- Topic: Default directory and asteroid target list
- Replies: 4
- Views: 2411
Re: Default directory and asteroid target list
Hi Wayne,
I forgot to add the code relevant to the file name:
QUOTE
ora=mid(UTDateTime(),9,4)
fileName = oggi+"-"+ora+SeqSep+name + SeqSep + flt+SeqSep+Format(idx,"000")+SeqSep+str(exp)+"s"
fileName=fileName+".fit"
UNQUOTE
Alessandro Maitan
I forgot to add the code relevant to the file name:
QUOTE
ora=mid(UTDateTime(),9,4)
fileName = oggi+"-"+ora+SeqSep+name + SeqSep + flt+SeqSep+Format(idx,"000")+SeqSep+str(exp)+"s"
fileName=fileName+".fit"
UNQUOTE
Alessandro Maitan
- 31 Dec 2020, 08:28
- Forum: Scripts
- Topic: Default directory and asteroid target list
- Replies: 4
- Views: 2411
Re: Default directory and asteroid target list
Hi Wayne, I solved this kind of problem defining a variable with the name of the directory where I intended to save the observation files. In particular I used this code (some words are in Italian, however it's easy to understand): QUOTE oggi=today() year=left(date,4) ImgPath= "C:\Users\user\Picture...
- 05 Apr 2020, 06:56
- Forum: Instrumentation
- Topic: focus window and operation
- Replies: 9
- Views: 4483
Re: focus window and operation
Well, try with the FullFrame Autofocus routine. Is much better than the old AA6 autofocus routine. I'm using this routine in my observation unattended runs and I'm pretty satisfied. However my set up is different from yours (LX600 14") having a longer focal length. I obtained the best results by usi...
- 12 Feb 2020, 19:53
- Forum: Scripts
- Topic: Error trapping
- Replies: 2
- Views: 1762
Re: Error trapping
Hi Fabio, thank you for the answer. Well, it could be useful having the possibility to check if the .connect was successful or not so I can foresee a routine either to continue (i.e. even if the image is not well focused I can do photometry) or to place the scope in a safe position and close the roo...