Menu

linux cli does not produce .ini, fit file

James Roe
2024-01-31
2024-02-02
  • James Roe

    James Roe - 2024-01-31

    The following command and result produces the desired csv file but no .ini, .wcs, nor .fit file (as it does in windows). it is running on Ubuntu 22.04 in an arm processor. It was installed using sudo apt install astap-cli.

    Am i doing something wrong?

    jim@Ender3V3:~/Downloads$ astap_cli -f unknown2.png -ra 20.1 -spd 136 -z 2 -fov 55 -extract 30 -wcs -analyse2 30 -tofits 1 -o ~/Downloads/NEW
    HFD_MEDIAN=5.4
    STARS=1032

     
  • han.k

    han.k - 2024-02-01

    Hi James,

    The analyse2 option is not implemented in the astap_cli version. No problem to add it. Note that astap_cli was split/extracted from astap code a few years ago. So I have two source codes to maintain. Any change in the astap solver is added to astap_cli but analyse2 option was omitted.

    Valid command are displayed with -h option.

    I will do it probably tomorrow.

     
  • han.k

    han.k - 2024-02-02

    I have the changes in the code. But at the moment I don't see much purpose for this option -analyse2. Probably better to remove it. Any purpose for this option?

    I think it is better to make something like -extract2. Add the star ra, dec positions to the exported .csv file.

     

    Last edit: han.k 2024-02-02
  • James Roe

    James Roe - 2024-02-02

    wI chose that option mainly out of ignorance. My problem is, when I run it in windows (without the analyze2 option) I get four files : unkknown2.csv, new.fit, new.ini, new.wcs . When i run the same command in linux I do not get the .fit, nor .wcs file.

    If you could put the ra and dec into the .csv file easily that would be great (for me, at least).

    Thanks for all you do.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.