|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectastro.fits.IcatPrepare.Dir
public static class IcatPrepare.Dir
This class reads all fits images in the specified directory and passes them to the split method, or, if a second command line argument is present, reads the specified file for the list input.
| Field Summary | |
|---|---|
(package private) List<File> |
bias
|
(package private) List<File> |
dark
|
(package private) List<File> |
flat
|
(package private) List<File> |
science
|
| Constructor Summary | |
|---|---|
private |
IcatPrepare.Dir(List<File> b,
List<File> d,
List<File> f,
List<File> s)
|
| Method Summary | |
|---|---|
List<File> |
biasSource()
Returns the list we were constructed with. |
List<File> |
darkSource()
Returns the list we were constructed with. |
boolean |
flatsAreMaster()
Flats are not pre-reduced master flats. |
List<File> |
flatSource()
Returns the list we were constructed with. |
static void |
main(String[] arg)
First command line arguments are my properties, second, optional, is a list of files. |
boolean |
postpone()
In a dir-version, we always are ready. |
void |
registerScience(File science)
Does nothing. |
void |
registerScience(List<File> science)
Does nothing. |
List<File> |
scienceSource()
Returns the list we were constructed with. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
List<File> bias
List<File> dark
List<File> flat
List<File> science
| Constructor Detail |
|---|
private IcatPrepare.Dir(List<File> b,
List<File> d,
List<File> f,
List<File> s)
| Method Detail |
|---|
public void registerScience(File science)
registerScience in interface IcatSourcepublic void registerScience(List<File> science)
registerScience in interface IcatSourcepublic List<File> biasSource()
biasSource in interface IcatSourcepublic List<File> darkSource()
darkSource in interface IcatSourcepublic List<File> flatSource()
flatSource in interface IcatSourcepublic List<File> scienceSource()
scienceSource in interface IcatSourcepublic boolean flatsAreMaster()
flatsAreMaster in interface IcatSourcepublic boolean postpone()
postpone in interface IcatSource
public static void main(String[] arg)
throws nom.tam.fits.FitsException,
IOException
nom.tam.fits.FitsException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||