LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-13-2012, 07:48 AM   #1
yba
LQ Newbie
 
Registered: Aug 2010
Location: Shanghai, China
Distribution: e-mail
Posts: 18

Rep: Reputation: 0
install Dr. Alard's isis package (image subtraction method)


Are there friends who have installed Dr.Alard's software isis? This software is used to do image subtraction to find out variable stars. I had
installed it in my old PC running redhat 7.2. Now my PC is running Fedora14. I can not install isis correctly. Because I am not familiar with
computer, I do not know why the same software can not be installed again?
The isis does not require to be installed in a special directory. So I just
download it in my own directory, say, /home/yba. After uncompress and unpack,
I get the directory named 'package'. After entering package, there is a file named install.csh. When I do ./install.csh, it works, only show a warning:

utilities.c:100:20: warning: incompatible implicit declaration of built-in function ‘malloc’.

Next is to check my installation. I should enter the sub-directory 'register', there is a file named 'process.csh', If my installation is correct, then the results should be the same as given by Dr.Alard.
In the past redhad 7.2, it was O.K. Now when I type ./process.csh,
it simply showes:
interp.csh: Command not found.
ref.csh: Command not found.
subtract.csh: Command not found.
detect.csh: Command not found.
find.csh: Command not found.
phot.csh: Command not found.

But all these files do exist in the same sub-directory 'register'.
------------------
What mistakes did I make? Why could I install isis unisg the same steps in my old PC?
By the way, I run it in csh.

Thanks in advance.
 
Old 08-13-2012, 08:49 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
ISIS2.2 : # yum install tcsh

cd package/ && csh install.csh

http://www2.iap.fr/users/alard/download.html
http://www2.iap.fr/users/alard/ISIS2.2.tar.gz
 
1 members found this post helpful.
Old 08-14-2012, 04:03 AM   #3
yba
LQ Newbie
 
Registered: Aug 2010
Location: Shanghai, China
Distribution: e-mail
Posts: 18

Original Poster
Rep: Reputation: 0
Thank you for your answer, but the problem is not solved.
What I do is as follows: (excuse me, I do not know the meaning about ' & &')
1. become superuser.
2.# yum installl tcsh
(By the way, I already installed tcsh before, now it re-installs tcsh again.)
3.# cd package
4.# csh
5. ./install.csh

The results are the same as before, it works, only showes the warning,
utilities.c:100:20: warning: incompatible implicit declaration of built-in function ‘malloc’

Then I enter sub-directory 'register'
After I type ./process.csh, it showes:

interp.csh: Command not found.
ref.csh: Command not found.
subtract.csh: Command not found.
detect.csh: Command not found.
find.csh: Command not found.
phot.csh: Command not found.
----------------------------------------
In fact, the contents in the sub-directory are as follows:
dates find.csh process_config seeing.csh temp.csh
dates.csh interp.csh process.csh simple_ref.csh
default_config makefile ref.csh subtract2.csh
detect.csh phot_config ref_list subtract.csh
dry2.c phot.csh sample.csh temp2.csh
-----------------------------------------
What does the 'interp.csh: command not found' mean?
 
Old 08-14-2012, 04:49 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
interp.csh: Command not found.
ref.csh: Command not found.
subtract.csh: Command not found.
detect.csh: Command not found.
find.csh: Command not found.
phot.csh: Command not found.
Those commands are not in your PATH.
My example : cd package/register2/ &&
export PATH=$PATH:/home/knudfl/package/register2:/usr/bin:/bin &&
./process.csh

( The export command is temporary: Will reset to /usr/bin:/bin etc.,
when you exit the terminal.)

.
 
1 members found this post helpful.
Old 08-20-2012, 06:08 AM   #5
yba
LQ Newbie
 
Registered: Aug 2010
Location: Shanghai, China
Distribution: e-mail
Posts: 18

Original Poster
Rep: Reputation: 0
Thank you for your answer. I have solved the question.
Several years ago when I installed ISIS2.1 in my PC running redhat7.2, I wrote Dr.Alard asking some questions, he answered me
immediately. Nowadays when I want to install ISIS2.2 in my PC running Fedora, I also wrote to Dr.Alard, he may consider my
question is stupid, and he has no interest in answering stupid questions. It is you in linuxquestions.org to answer my question.
I thank you again for your kindness.
 
Old 04-06-2015, 08:42 PM   #6
Anestis
LQ Newbie
 
Registered: Apr 2015
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by yba View Post
Thank you for your answer. I have solved the question.
Several years ago when I installed ISIS2.1 in my PC running redhat7.2, I wrote Dr.Alard asking some questions, he answered me
immediately. Nowadays when I want to install ISIS2.2 in my PC running Fedora, I also wrote to Dr.Alard, he may consider my
question is stupid, and he has no interest in answering stupid questions. It is you in linuxquestions.org to answer my question.
I thank you again for your kindness.

Since I saw the term "stupid question" i have something that you may consider as a stupid question too.

On the ref_list file of ISIS it has the following
Filename ???? Seeing
infile0.fits 32.735687 2.00
..........................................
infile9.fits 46.508071 2.36


The values of 32.735687 and 46.508071 any idea what are they? I cannot find anything about it on the online tutorial.

Thanks a lot about this and I am really sorry for my ignorance!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
need method to image custom Linux distro and distribute to multiple machines khatrianand Linux - Newbie 6 11-23-2011 05:26 PM
Is there a method that is in between a package manager but not adding RPMs manually theKbStockpiler Linux - General 8 11-11-2010 05:05 PM
which method is better for building deb package kushalkoolwal Debian 10 02-02-2008 06:58 AM
perl install error: Can't locate object method "new" via package "Module::Build::Vers powah Linux - Software 0 10-24-2006 01:57 PM
How to install a kernel-image package Gilion Debian 4 09-25-2003 02:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration