- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/pstamp
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
scripts/pstampparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/pstamp
- Property svn:ignore
-
old new 16 16 ltmain.sh 17 17 libtool 18 ppstamp.pc
-
- Property svn:ignore
-
branches/eam_branches/ipp-20100621/pstamp/scripts/pstampparse.pl
r28228 r28794 500 500 } 501 501 502 if (0) { 502 503 # add astrometry file for raw and chip images if one is available 503 504 if (($stage eq "chip") || ($stage eq "raw")) { 504 505 $args .= " -astrom $image->{astrom}" if $image->{astrom}; 505 506 } 507 } 506 508 507 509 $image->{job_args} = $args; … … 812 814 ($stage ne 'chip' and $state eq 'full')) { 813 815 my_die("$stage $stage_id is in unexpected state $state", $PS_EXIT_PROG_ERROR); 816 } 817 818 if (($stage eq 'diff') and ($stage_id <= 22778)) { 819 print STDERR "diff_id $stage_id cannot be updated\n"; 820 $$r_dep_id = 0; 821 $$r_fault = $PSTAMP_GONE; 822 $$r_jobState = 'stop'; 823 return; 814 824 } 815 825 … … 877 887 $$r_newState = 'stop'; 878 888 $$r_fault = $PSTAMP_GONE; 879 } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0)) ) {889 } elsif (($data_state ne 'full') or ($need_magic and ($image->{magicked} < 0)) or ($run_state eq 'goto_cleaned')) { 880 890 881 891 if ($stage eq 'stack') {
Note:
See TracChangeset
for help on using the changeset viewer.
